From 09b790b8df9574ad8309cb99478679bbc0684687 Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Tue, 26 Sep 2023 11:17:01 -0400 Subject: [PATCH] fix navbar for preview branch Signed-off-by: Hannah Hunter --- daprdocs/config.toml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/daprdocs/config.toml b/daprdocs/config.toml index d28410be666..6ddde657798 100644 --- a/daprdocs/config.toml +++ b/daprdocs/config.toml @@ -1,5 +1,5 @@ # Site Configuration -baseURL = "https://v1-12.docs.dapr.io" +baseURL = "https://v1-13.docs.dapr.io" title = "Dapr Docs" theme = "docsy" disableFastRender = true @@ -168,20 +168,23 @@ offlineSearch = false github_repo = "https://github.com/dapr/docs" github_project_repo = "https://github.com/dapr/dapr" github_subdir = "daprdocs" -github_branch = "v1.11" +github_branch = "v1.13" # Versioning -version_menu = "v1.11 (latest)" -version = "v1.11" +version_menu = "v1.13 (preview)" +version = "v1.13" archived_version = false url_latest_version = "https://docs.dapr.io" [[params.versions]] - version = "v1.12 (preview)" + version = "v1.13 (preview)" + url = "https://v1-13.docs.dapr.io" +[[params.versions]] + version = "v1.12 (latest)" url = "#" [[params.versions]] - version = "v1.11 (latest)" - url = "https://docs.dapr.io" + version = "v1.11" + url = "https://v1-11.docs.dapr.io" [[params.versions]] version = "v1.10" url = "https://v1-10.docs.dapr.io"