mirror of https://github.com/dapr/docs.git
Update config.toml
This commit is contained in:
parent
341dd793ab
commit
eb2040d6c9
|
@ -1,5 +1,5 @@
|
||||||
# Site Configuration
|
# Site Configuration
|
||||||
baseURL = "https://v1-0.docs.dapr.io/"
|
baseURL = "https://docs.dapr.io/"
|
||||||
title = "Dapr Docs"
|
title = "Dapr Docs"
|
||||||
theme = "docsy"
|
theme = "docsy"
|
||||||
disableFastRender = true
|
disableFastRender = true
|
||||||
|
@ -138,7 +138,7 @@ github_branch = "v1.0"
|
||||||
# Versioning
|
# Versioning
|
||||||
version_menu = "v1.0"
|
version_menu = "v1.0"
|
||||||
version = "v1.0"
|
version = "v1.0"
|
||||||
archived_version = true
|
archived_version = false
|
||||||
|
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
version = "v1.1 (latest)"
|
version = "v1.1 (latest)"
|
||||||
|
|
Loading…
Reference in New Issue