Update URLs

This commit is contained in:
Aaron Crawfis 2021-03-16 08:50:36 -07:00
parent 287125f12d
commit 1ffe4a0c86
1 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# Site Configuration # Site Configuration
baseURL = "https://docs.dapr.io/" baseURL = "https://v1-1.docs.dapr.io/"
title = "Dapr Docs" title = "Dapr Docs"
theme = "docsy" theme = "docsy"
disableFastRender = true disableFastRender = true
@ -133,16 +133,19 @@ offlineSearch = false
github_repo = "https://github.com/dapr/docs" github_repo = "https://github.com/dapr/docs"
github_project_repo = "https://github.com/dapr/dapr" github_project_repo = "https://github.com/dapr/dapr"
github_subdir = "daprdocs" github_subdir = "daprdocs"
github_branch = "v1.0" github_branch = "v1.1"
# Versioning # Versioning
version_menu = "v1.0 (latest)" version_menu = "v1.1 (edge)"
version = "v1.0" version = "v1.1"
archived_version = false archived_version = false
[[params.versions]] [[params.versions]]
version = "v1.0 (latest)" version = "v1.1 (edge)"
url = "#" url = "#"
[[params.versions]]
version = "v1.0 (latest)"
url = "https://docs.dapr.io"
[[params.versions]] [[params.versions]]
version = "v0.11" version = "v0.11"
url = "https://v0-11.docs.dapr.io" url = "https://v0-11.docs.dapr.io"