From 1ffe4a0c861d3568fcab7cbfc00bf8d24b157ed6 Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Tue, 16 Mar 2021 08:50:36 -0700 Subject: [PATCH] Update URLs --- daprdocs/config.toml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/daprdocs/config.toml b/daprdocs/config.toml index 8348915d3..9b4b6c6b1 100644 --- a/daprdocs/config.toml +++ b/daprdocs/config.toml @@ -1,5 +1,5 @@ # Site Configuration -baseURL = "https://docs.dapr.io/" +baseURL = "https://v1-1.docs.dapr.io/" title = "Dapr Docs" theme = "docsy" disableFastRender = true @@ -133,16 +133,19 @@ offlineSearch = false github_repo = "https://github.com/dapr/docs" github_project_repo = "https://github.com/dapr/dapr" github_subdir = "daprdocs" -github_branch = "v1.0" +github_branch = "v1.1" # Versioning -version_menu = "v1.0 (latest)" -version = "v1.0" +version_menu = "v1.1 (edge)" +version = "v1.1" archived_version = false [[params.versions]] - version = "v1.0 (latest)" + version = "v1.1 (edge)" url = "#" +[[params.versions]] + version = "v1.0 (latest)" + url = "https://docs.dapr.io" [[params.versions]] version = "v0.11" url = "https://v0-11.docs.dapr.io"