Skip to content

Commit e927b57

Browse files
committed
config.toml
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 825955c commit e927b57

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

daprdocs/config.toml

+14-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Site Configuration
2-
baseURL = "https://v1-15.docs.dapr.io"
2+
baseURL = "https://v1-16.docs.dapr.io"
33
title = "Dapr Docs"
44
theme = "docsy"
55
disableFastRender = true
@@ -109,7 +109,7 @@ id = "G-60C6Q1ETC1"
109109
lang = "en"
110110
[[module.mounts]]
111111
source = "../sdkdocs/rust/daprdocs/content/en/rust-sdk-contributing"
112-
target = "content/contributing/sdks-contrib"
112+
target = "content/contributing/sdk-contrib/"
113113
lang = "en"
114114

115115
[[module.mounts]]
@@ -143,7 +143,11 @@ id = "G-60C6Q1ETC1"
143143
[[module.mounts]]
144144
source = "../translations/docs-zh/translated_content/zh_CN/sdks_js"
145145
target = "content/developing-applications/sdks/js"
146-
lang = "zh-hans"
146+
lang = "zh-hans"
147+
[[module.mounts]]
148+
source = "../translations/docs-zh/translated_content/zh_CN/sdks_rust"
149+
target = "content/developing-applications/sdks/rust"
150+
lang = "zh-hans"
147151
[[module.mounts]]
148152
source = "../translations/docs-zh/translated_content/zh_CN/pluggable-components/dotnet"
149153
target = "content/developing-applications/develop-components/pluggable-components/pluggable-components-sdks/pluggable-components-dotnet"
@@ -199,17 +203,20 @@ github_subdir = "daprdocs"
199203
github_branch = "v1.15"
200204

201205
# Versioning
202-
version_menu = "v1.15 (preview)"
206+
version_menu = "v1.15 (latest)"
203207
version = "v1.15"
204208
archived_version = false
205209
url_latest_version = "https://docs.dapr.io"
206210

207211
[[params.versions]]
208-
version = "v1.15 (preview)"
212+
version = "v1.16 (preview)"
213+
url = "https://v1-16.docs.dapr.io"
214+
[[params.versions]]
215+
version = "v1.15 (latest)"
209216
url = "#"
210217
[[params.versions]]
211-
version = "v1.14 (latest)"
212-
url = "https://docs.dapr.io"
218+
version = "v1.14"
219+
url = "https://v1-14.docs.dapr.io"
213220
[[params.versions]]
214221
version = "v1.13"
215222
url = "https://v1-13.docs.dapr.io"

0 commit comments

Comments
 (0)