Merge pull request #1361 from dapr/docs-release-v1.1-update

Updating config for v1.1 release
This commit is contained in:
Ori Zohar 2021-04-01 16:00:18 -07:00 committed by GitHub
commit 1f58ffb208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

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