Skip to content

Commit eb596d3

Browse files
authored
Merge pull request #3825 from hhunter-ms/v1.13
fix navbar attempt
2 parents f1dbd11 + 0dde1be commit eb596d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

daprdocs/config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,11 @@ offlineSearch = false
168168
github_repo = "https://github.com/dapr/docs"
169169
github_project_repo = "https://github.com/dapr/dapr"
170170
github_subdir = "daprdocs"
171-
github_branch = "v1.13"
171+
github_branch = "v1.12"
172172

173173
# Versioning
174-
version_menu = "v1.13 (preview)"
175-
version = "v1.13"
174+
version_menu = "v1.12 (latest)"
175+
version = "v1.12"
176176
archived_version = false
177177
url_latest_version = "https://docs.dapr.io"
178178

0 commit comments

Comments
 (0)