mirror of https://github.com/dapr/docs.git
fix config.toml
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
e927b57e8b
commit
ad5a237fc1
|
@ -200,20 +200,20 @@ 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.15"
|
github_branch = "v1.16"
|
||||||
|
|
||||||
# Versioning
|
# Versioning
|
||||||
version_menu = "v1.15 (latest)"
|
version_menu = "v1.16 (preview)"
|
||||||
version = "v1.15"
|
version = "v1.16"
|
||||||
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.16 (preview)"
|
version = "v1.16 (preview)"
|
||||||
url = "https://v1-16.docs.dapr.io"
|
url = "#"
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
version = "v1.15 (latest)"
|
version = "v1.15 (latest)"
|
||||||
url = "#"
|
url = "https://docs.dapr.io"
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
version = "v1.14"
|
version = "v1.14"
|
||||||
url = "https://v1-14.docs.dapr.io"
|
url = "https://v1-14.docs.dapr.io"
|
||||||
|
|
Loading…
Reference in New Issue