Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/data/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions docs/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading