diff --git a/docs/data/versions.yaml b/docs/data/versions.yaml index d9a926858..789b0dcc0 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 cbf444437..8eefb4225 100644 --- a/docs/hugo.toml +++ b/docs/hugo.toml @@ -99,10 +99,10 @@ ignoreFiles = ["themes/geekboot/content/.*", "README.md"] docs = true description = "Modelplane documentation." # "main" on the dev branch; "X.Y" (e.g. "0.1") on release branches. - version = "main" + version = "0.2" # 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.1" + latest = "0.2" [params.anchors] min = 2 max = 5