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