From e77699d4c4b7088cc34443e8d81ee8272dc677dc Mon Sep 17 00:00:00 2001 From: Rae Sharp Date: Wed, 15 Jul 2026 22:20:43 -0400 Subject: [PATCH] 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