diff --git a/docs/data/versions.yaml b/docs/data/versions.yaml index f2865d6ba..814cd18e4 100644 --- a/docs/data/versions.yaml +++ b/docs/data/versions.yaml @@ -10,3 +10,5 @@ versions: url: "https://main.docs.modelplane.ai" - version: "0.1" url: "https://v0-1.docs.modelplane.ai" + - version: "0.2" + url: "https://v0-2.docs.modelplane.ai" diff --git a/docs/hugo.toml b/docs/hugo.toml index a15a22e13..0de662d19 100644 --- a/docs/hugo.toml +++ b/docs/hugo.toml @@ -100,8 +100,9 @@ ignoreFiles = ["themes/geekboot/content/.*", "README.md"] description = "Modelplane documentation." # "main" on the dev branch; "X.Y" (e.g. "0.1") on release branches. version = "0.1" - # Latest stable release. The apex build redirects its root here. - latest = "0.1" + # Latest stable release. Drives the version dropdown and the "not the latest + # release" banners; the apex (docs.modelplane.ai) is this release's own build. + latest = "0.2" [params.anchors] min = 2 max = 5