Merge pull request #1360 from dapr/docs-release-v1.0-update

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

View File

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