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