fix 1.8 navbar for 1.13 release

Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
This commit is contained in:
Hannah Hunter 2024-03-05 17:57:29 -05:00 committed by GitHub
parent b2e6050976
commit f87f93fe2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 3 deletions

View File

@ -170,11 +170,14 @@ url_latest_version = "https://docs.dapr.io"
allow_search_indexing = false
[[params.versions]]
version = "v1.13 (preview)"
url = "https://v1-13.docs.dapr.io"
version = "v1.14 (preview)"
url = "https://v1-14.docs.dapr.io"
[[params.versions]]
version = "v1.12 (latest)"
version = "v1.13 (latest)"
url = "#"
[[params.versions]]
version = "v1.12"
url = "https://v1-12.docs.dapr.io"
[[params.versions]]
version = "v1.11"
url = "https://v1-11.docs.dapr.io"