From 0dde1beb6c1064836746870aae7c1956b52c66f6 Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Thu, 12 Oct 2023 14:49:45 -0400 Subject: [PATCH] fix navbar Signed-off-by: Hannah Hunter --- daprdocs/config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/daprdocs/config.toml b/daprdocs/config.toml index 0e645e9633e..83fa1daae93 100644 --- a/daprdocs/config.toml +++ b/daprdocs/config.toml @@ -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"