fix navbar for preview branch (#3178)

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2023-02-16 11:27:28 -06:00 committed by GitHub
parent 22bf0e826c
commit 79a2e65a9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 6 deletions

View File

@ -1,5 +1,5 @@
# Site Configuration
baseURL = "https://v1-10.docs.dapr.io"
baseURL = "https://v1-11.docs.dapr.io"
title = "Dapr Docs"
theme = "docsy"
disableFastRender = true
@ -164,20 +164,23 @@ offlineSearch = false
github_repo = "https://github.com/dapr/docs"
github_project_repo = "https://github.com/dapr/dapr"
github_subdir = "daprdocs"
github_branch = "v1.10"
github_branch = "v1.11"
# Versioning
version_menu = "v1.10 (preview)"
version = "v1.10"
version_menu = "v1.11 (preview)"
version = "v1.11"
archived_version = false
url_latest_version = "https://docs.dapr.io"
[[params.versions]]
version = "v1.10 (preview)"
version = "v1.11 (preview)"
url = "#"
[[params.versions]]
version = "v1.9 (latest)"
version = "v1.10 (latest)"
url = "https://docs.dapr.io"
[[params.versions]]
version = "v1.9"
url = "https://v1-9.docs.dapr.io"
[[params.versions]]
version = "v1.8"
url = "https://v1-8.docs.dapr.io"