Skip to content

Commit ad5a237

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

daprdocs/config.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -200,20 +200,20 @@ offlineSearch = false
200200
github_repo = "https://github.com/dapr/docs"
201201
github_project_repo = "https://github.com/dapr/dapr"
202202
github_subdir = "daprdocs"
203-
github_branch = "v1.15"
203+
github_branch = "v1.16"
204204

205205
# Versioning
206-
version_menu = "v1.15 (latest)"
207-
version = "v1.15"
206+
version_menu = "v1.16 (preview)"
207+
version = "v1.16"
208208
archived_version = false
209209
url_latest_version = "https://docs.dapr.io"
210210

211211
[[params.versions]]
212212
version = "v1.16 (preview)"
213-
url = "https://v1-16.docs.dapr.io"
213+
url = "#"
214214
[[params.versions]]
215215
version = "v1.15 (latest)"
216-
url = "#"
216+
url = "https://docs.dapr.io"
217217
[[params.versions]]
218218
version = "v1.14"
219219
url = "https://v1-14.docs.dapr.io"

0 commit comments

Comments
 (0)