fix config.toml

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2025-02-27 12:54:06 -05:00
parent e927b57e8b
commit ad5a237fc1
1 changed files with 5 additions and 5 deletions

View File

@ -200,20 +200,20 @@ offlineSearch = false
github_repo = "https://github.com/dapr/docs"
github_project_repo = "https://github.com/dapr/dapr"
github_subdir = "daprdocs"
github_branch = "v1.15"
github_branch = "v1.16"
# Versioning
version_menu = "v1.15 (latest)"
version = "v1.15"
version_menu = "v1.16 (preview)"
version = "v1.16"
archived_version = false
url_latest_version = "https://docs.dapr.io"
[[params.versions]]
version = "v1.16 (preview)"
url = "https://v1-16.docs.dapr.io"
url = "#"
[[params.versions]]
version = "v1.15 (latest)"
url = "#"
url = "https://docs.dapr.io"
[[params.versions]]
version = "v1.14"
url = "https://v1-14.docs.dapr.io"