From e81973733cdac9e809e79becfdb85dac3a9f2d49 Mon Sep 17 00:00:00 2001 From: Ori Zohar Date: Fri, 2 Apr 2021 15:04:40 -0700 Subject: [PATCH] updating config for preview branch v1.2 --- daprdocs/config.toml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/daprdocs/config.toml b/daprdocs/config.toml index c01bf3e32..dc53e29f6 100644 --- a/daprdocs/config.toml +++ b/daprdocs/config.toml @@ -1,5 +1,5 @@ # Site Configuration -baseURL = "https://docs.dapr.io/" +baseURL = "https://v1-2.docs.dapr.io/" title = "Dapr Docs" theme = "docsy" disableFastRender = true @@ -133,17 +133,20 @@ offlineSearch = false github_repo = "https://github.com/dapr/docs" github_project_repo = "https://github.com/dapr/dapr" github_subdir = "daprdocs" -github_branch = "v1.1" +github_branch = "v1.2" # Versioning -version_menu = "v1.1 (latest)" -version = "v1.1" +version_menu = "v1.2 (preview)" +version = "v1.2" archived_version = false url_latest_version = "https://docs.dapr.io" [[params.versions]] - version = "v1.1 (latest)" + version = "v1.2 (preview)" url = "#" +[[params.versions]] + version = "v1.1 (latest)" + url = "https://docs.dapr.io" [[params.versions]] version = "v1.0" url = "https://v1-0.docs.dapr.io"