Merge pull request #3825 from hhunter-ms/v1.13

fix navbar attempt
This commit is contained in:
Hannah Hunter 2023-10-12 15:13:16 -04:00 committed by GitHub
commit eb596d399f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -168,11 +168,11 @@ offlineSearch = false
github_repo = "https://github.com/dapr/docs"
github_project_repo = "https://github.com/dapr/dapr"
github_subdir = "daprdocs"
github_branch = "v1.13"
github_branch = "v1.12"
# Versioning
version_menu = "v1.13 (preview)"
version = "v1.13"
version_menu = "v1.12 (latest)"
version = "v1.12"
archived_version = false
url_latest_version = "https://docs.dapr.io"