update config toml for 1.12

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2023-06-12 10:35:10 -04:00
parent e76c9fa205
commit 790b7e4167
1 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Site Configuration
baseURL = "https://v1-11.docs.dapr.io"
baseURL = "https://v1-12.docs.dapr.io"
title = "Dapr Docs"
theme = "docsy"
disableFastRender = true
@ -177,11 +177,14 @@ archived_version = false
url_latest_version = "https://docs.dapr.io"
[[params.versions]]
version = "v1.11 (preview)"
version = "v1.12 (preview)"
url = "#"
[[params.versions]]
version = "v1.10 (latest)"
version = "v1.11 (latest)"
url = "https://docs.dapr.io"
[[params.versions]]
version = "v1.10"
url = "https://v1-10.docs.dapr.io"
[[params.versions]]
version = "v1.9"
url = "https://v1-9.docs.dapr.io"