mirror of https://github.com/dapr/docs.git
Update rc2 references to rc3
This commit is contained in:
parent
f686de7ba7
commit
4c430ae207
|
@ -1,5 +1,5 @@
|
|||
# Site Configuration
|
||||
baseURL = "https://v1-rc2.docs.dapr.io/"
|
||||
baseURL = "https://v1-rc3.docs.dapr.io/"
|
||||
title = "Dapr Docs"
|
||||
theme = "docsy"
|
||||
disableFastRender = true
|
||||
|
@ -84,15 +84,15 @@ offlineSearch = false
|
|||
github_repo = "https://github.com/dapr/docs"
|
||||
github_project_repo = "https://github.com/dapr/dapr"
|
||||
github_subdir = "daprdocs"
|
||||
github_branch = "v1.0-rc2"
|
||||
github_branch = "v1.0-rc3"
|
||||
|
||||
# Versioning
|
||||
version_menu = "v1.0-rc.2 (preview)"
|
||||
version = "v1.0-rc.2"
|
||||
version_menu = "v1.0-rc.3 (preview)"
|
||||
version = "v1.0-rc.3"
|
||||
archived_version = false
|
||||
|
||||
[[params.versions]]
|
||||
version = "v1.0-rc.2 (preview)"
|
||||
version = "v1.0-rc.3 (preview)"
|
||||
url = "#"
|
||||
[[params.versions]]
|
||||
version = "v0.11 (latest)"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
// Your apiKey and indexName will be given to you once
|
||||
// we create your config
|
||||
apiKey: '54ae43aa28ce8f00c54c8d5f544d29b9',
|
||||
indexName: 'crawler_dapr-rc2',
|
||||
indexName: 'crawler_dapr-rc3',
|
||||
appId: 'O0QLQGNF38',
|
||||
// Replace inputSelector with a CSS selector
|
||||
// matching your search input
|
||||
|
|
Loading…
Reference in New Issue