提交 8703415e 编写于 作者: S Sarah Maddox 提交者: Sarah Maddox

Added v0.5 branch to dropdown.

上级 f78e0397
......@@ -264,6 +264,17 @@ The versioned sites follow this convention:
* `master.kubeflow.org` always points to Github head
* `vXXX-YYY.kubeflow.org` points to the release at vXXX.YYY-branch
We also hook up each version to the dropdown on the website menu bar. To add a
version to the dropdown, edit `config.toml` and add a `params.versions` entry.
For example, to add v0.5, add this entry:
```
[[params.versions]]
version = "v0.5"
githubbranch = "v0.5-branch"
url = "https://v0-5.kubeflow.org"
```
Furthermore, whenever any documents reference any source code, the links should be created
using the version shortcode, like so:
```
......
......@@ -129,6 +129,11 @@ githubbranch = "master"
githubbranch = "v0.4-branch"
url = "https://v0-4.kubeflow.org"
[[params.versions]]
version = "v0.5"
githubbranch = "v0.5-branch"
url = "https://v0-5.kubeflow.org"
# Docsy: User interface configuration
[params.ui]
# Docsy: Enable to show the side bar menu in its compact state.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册