mirror of https://github.com/dapr/docs.git
Update config for v1.3
This commit is contained in:
parent
5d71c507d9
commit
dfc68090ae
|
@ -1,5 +1,5 @@
|
||||||
# Site Configuration
|
# Site Configuration
|
||||||
baseURL = "https://docs.dapr.io/"
|
baseURL = "https://v1-3.docs.dapr.io/"
|
||||||
title = "Dapr Docs"
|
title = "Dapr Docs"
|
||||||
theme = "docsy"
|
theme = "docsy"
|
||||||
disableFastRender = true
|
disableFastRender = true
|
||||||
|
@ -133,17 +133,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.2"
|
github_branch = "v1.3"
|
||||||
|
|
||||||
# Versioning
|
# Versioning
|
||||||
version_menu = "v1.2 (latest)"
|
version_menu = "v1.3 (preview)"
|
||||||
version = "v1.2"
|
version = "v1.3"
|
||||||
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.2 (latest)"
|
version = "v1.3 (preview)"
|
||||||
url = "#"
|
url = "#"
|
||||||
|
[[params.versions]]
|
||||||
|
version = "v1.2 (latest)"
|
||||||
|
url = "https://docs.dapr.io"
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
version = "v1.1"
|
version = "v1.1"
|
||||||
url = "https://v1-1.docs.dapr.io"
|
url = "https://v1-1.docs.dapr.io"
|
||||||
|
|
Loading…
Reference in New Issue