Updating config for v1.1 release

This commit is contained in:
Ori Zohar 2021-04-01 15:39:14 -07:00
parent d52a169dd7
commit 494b6b1949
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"