Update config.toml

This commit is contained in:
Aaron Crawfis 2021-04-01 16:30:22 -07:00 committed by GitHub
parent 341dd793ab
commit eb2040d6c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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