config.toml

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2025-02-27 12:45:49 -05:00
parent 825955c311
commit e927b57e8b
1 changed files with 14 additions and 7 deletions

View File

@ -1,5 +1,5 @@
# Site Configuration
baseURL = "https://v1-15.docs.dapr.io"
baseURL = "https://v1-16.docs.dapr.io"
title = "Dapr Docs"
theme = "docsy"
disableFastRender = true
@ -109,7 +109,7 @@ id = "G-60C6Q1ETC1"
lang = "en"
[[module.mounts]]
source = "../sdkdocs/rust/daprdocs/content/en/rust-sdk-contributing"
target = "content/contributing/sdks-contrib"
target = "content/contributing/sdk-contrib/"
lang = "en"
[[module.mounts]]
@ -143,7 +143,11 @@ id = "G-60C6Q1ETC1"
[[module.mounts]]
source = "../translations/docs-zh/translated_content/zh_CN/sdks_js"
target = "content/developing-applications/sdks/js"
lang = "zh-hans"
lang = "zh-hans"
[[module.mounts]]
source = "../translations/docs-zh/translated_content/zh_CN/sdks_rust"
target = "content/developing-applications/sdks/rust"
lang = "zh-hans"
[[module.mounts]]
source = "../translations/docs-zh/translated_content/zh_CN/pluggable-components/dotnet"
target = "content/developing-applications/develop-components/pluggable-components/pluggable-components-sdks/pluggable-components-dotnet"
@ -199,17 +203,20 @@ github_subdir = "daprdocs"
github_branch = "v1.15"
# Versioning
version_menu = "v1.15 (preview)"
version_menu = "v1.15 (latest)"
version = "v1.15"
archived_version = false
url_latest_version = "https://docs.dapr.io"
[[params.versions]]
version = "v1.15 (preview)"
version = "v1.16 (preview)"
url = "https://v1-16.docs.dapr.io"
[[params.versions]]
version = "v1.15 (latest)"
url = "#"
[[params.versions]]
version = "v1.14 (latest)"
url = "https://docs.dapr.io"
version = "v1.14"
url = "https://v1-14.docs.dapr.io"
[[params.versions]]
version = "v1.13"
url = "https://v1-13.docs.dapr.io"