Skip to content
Merged
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
13 changes: 8 additions & 5 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,19 @@ archived_version = false
# The version number for the version of the docs represented in this doc set.
# Used in the "version-banner" partial to display a version number for the
# current doc set.
version = "0.0"
version = "0.6"

# A link to latest version of the docs. Used in the "version-banner" partial to
# point people to the main doc site.
url_latest_version = "/"
url_latest_version = "/docs"

[[params.versions]]
version = "v0.6.x"
# url = "./docs" # If chinese document is avaliable
url = '/docs'
version = "v0.6 (latest)"
url = "/docs"

[[params.versions]]
version = "v0.6"
url = "https://v0-6.openfunction.dev/docs/"

# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
github_repo = "https://github.com/OpenFunction/website"
Expand Down