From e927b57e8b83c833b9caf017e45a4df29e3efaa7 Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Thu, 27 Feb 2025 12:45:49 -0500 Subject: [PATCH] config.toml Signed-off-by: Hannah Hunter --- daprdocs/config.toml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/daprdocs/config.toml b/daprdocs/config.toml index 84a1add38..da6a83d4c 100644 --- a/daprdocs/config.toml +++ b/daprdocs/config.toml @@ -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"