mirror of https://github.com/dapr/docs.git
fix navbar for preview branch (#3178)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
22bf0e826c
commit
79a2e65a9b
|
@ -1,5 +1,5 @@
|
||||||
# Site Configuration
|
# Site Configuration
|
||||||
baseURL = "https://v1-10.docs.dapr.io"
|
baseURL = "https://v1-11.docs.dapr.io"
|
||||||
title = "Dapr Docs"
|
title = "Dapr Docs"
|
||||||
theme = "docsy"
|
theme = "docsy"
|
||||||
disableFastRender = true
|
disableFastRender = true
|
||||||
|
@ -164,20 +164,23 @@ offlineSearch = false
|
||||||
github_repo = "https://github.com/dapr/docs"
|
github_repo = "https://github.com/dapr/docs"
|
||||||
github_project_repo = "https://github.com/dapr/dapr"
|
github_project_repo = "https://github.com/dapr/dapr"
|
||||||
github_subdir = "daprdocs"
|
github_subdir = "daprdocs"
|
||||||
github_branch = "v1.10"
|
github_branch = "v1.11"
|
||||||
|
|
||||||
# Versioning
|
# Versioning
|
||||||
version_menu = "v1.10 (preview)"
|
version_menu = "v1.11 (preview)"
|
||||||
version = "v1.10"
|
version = "v1.11"
|
||||||
archived_version = false
|
archived_version = false
|
||||||
url_latest_version = "https://docs.dapr.io"
|
url_latest_version = "https://docs.dapr.io"
|
||||||
|
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
version = "v1.10 (preview)"
|
version = "v1.11 (preview)"
|
||||||
url = "#"
|
url = "#"
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
version = "v1.9 (latest)"
|
version = "v1.10 (latest)"
|
||||||
url = "https://docs.dapr.io"
|
url = "https://docs.dapr.io"
|
||||||
|
[[params.versions]]
|
||||||
|
version = "v1.9"
|
||||||
|
url = "https://v1-9.docs.dapr.io"
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
version = "v1.8"
|
version = "v1.8"
|
||||||
url = "https://v1-8.docs.dapr.io"
|
url = "https://v1-8.docs.dapr.io"
|
||||||
|
|
Loading…
Reference in New Issue