|
1 | 1 | # Site Configuration
|
2 |
| -baseURL = "https://v1-15.docs.dapr.io" |
| 2 | +baseURL = "https://v1-16.docs.dapr.io" |
3 | 3 | title = "Dapr Docs"
|
4 | 4 | theme = "docsy"
|
5 | 5 | disableFastRender = true
|
@@ -109,7 +109,7 @@ id = "G-60C6Q1ETC1"
|
109 | 109 | lang = "en"
|
110 | 110 | [[module.mounts]]
|
111 | 111 | source = "../sdkdocs/rust/daprdocs/content/en/rust-sdk-contributing"
|
112 |
| - target = "content/contributing/sdks-contrib" |
| 112 | + target = "content/contributing/sdk-contrib/" |
113 | 113 | lang = "en"
|
114 | 114 |
|
115 | 115 | [[module.mounts]]
|
@@ -143,7 +143,11 @@ id = "G-60C6Q1ETC1"
|
143 | 143 | [[module.mounts]]
|
144 | 144 | source = "../translations/docs-zh/translated_content/zh_CN/sdks_js"
|
145 | 145 | 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" |
147 | 151 | [[module.mounts]]
|
148 | 152 | source = "../translations/docs-zh/translated_content/zh_CN/pluggable-components/dotnet"
|
149 | 153 | target = "content/developing-applications/develop-components/pluggable-components/pluggable-components-sdks/pluggable-components-dotnet"
|
@@ -199,17 +203,20 @@ github_subdir = "daprdocs"
|
199 | 203 | github_branch = "v1.15"
|
200 | 204 |
|
201 | 205 | # Versioning
|
202 |
| -version_menu = "v1.15 (preview)" |
| 206 | +version_menu = "v1.15 (latest)" |
203 | 207 | version = "v1.15"
|
204 | 208 | archived_version = false
|
205 | 209 | url_latest_version = "https://docs.dapr.io"
|
206 | 210 |
|
207 | 211 | [[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)" |
209 | 216 | url = "#"
|
210 | 217 | [[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" |
213 | 220 | [[params.versions]]
|
214 | 221 | version = "v1.13"
|
215 | 222 | url = "https://v1-13.docs.dapr.io"
|
|
0 commit comments