From cbc2491faa0d7a799b7204d7bb5675b7303a2568 Mon Sep 17 00:00:00 2001 From: Rae Sharp Date: Wed, 15 Jul 2026 22:20:43 -0400 Subject: [PATCH 1/2] Update version params Signed-off-by: Rae Sharp --- docs/data/versions.yaml | 2 ++ docs/hugo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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..5d9ea91d8 100644 --- a/docs/hugo.toml +++ b/docs/hugo.toml @@ -102,7 +102,7 @@ ignoreFiles = ["themes/geekboot/content/.*", "README.md"] version = "main" # 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 From d19cbdf8b03c9e2143d6356a9ec0474f85b58427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?rae=20sharp=20=E2=99=AF?= <8883519+tr0njavolta@users.noreply.github.com> Date: Wed, 15 Jul 2026 22:54:11 -0400 Subject: [PATCH 2/2] Update version to 0.2 in hugo.toml Signed-off-by: Rae Sharp --- docs/hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hugo.toml b/docs/hugo.toml index 5d9ea91d8..8eefb4225 100644 --- a/docs/hugo.toml +++ b/docs/hugo.toml @@ -99,7 +99,7 @@ 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.2"