mirror of https://github.com/dapr/docs.git
Reenable Algolia
This commit is contained in:
parent
11d8653e5a
commit
5db92a0c23
|
@ -51,7 +51,7 @@ copyright = "Dapr"
|
||||||
#privacy_policy = "https://policies.google.com/privacy"
|
#privacy_policy = "https://policies.google.com/privacy"
|
||||||
|
|
||||||
# Algolia
|
# Algolia
|
||||||
algolia_docsearch = false # Re-enable after setting up new algolia index
|
algolia_docsearch = true
|
||||||
offlineSearch = false
|
offlineSearch = false
|
||||||
|
|
||||||
# GitHub Information
|
# GitHub Information
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
// Your apiKey and indexName will be given to you once
|
// Your apiKey and indexName will be given to you once
|
||||||
// we create your config
|
// we create your config
|
||||||
apiKey: '54ae43aa28ce8f00c54c8d5f544d29b9',
|
apiKey: '54ae43aa28ce8f00c54c8d5f544d29b9',
|
||||||
indexName: 'crawler_dapr',
|
indexName: 'crawler_dapr-rc1',
|
||||||
appId: 'O0QLQGNF38',
|
appId: 'O0QLQGNF38',
|
||||||
// Replace inputSelector with a CSS selector
|
// Replace inputSelector with a CSS selector
|
||||||
// matching your search input
|
// matching your search input
|
||||||
|
|
Loading…
Reference in New Issue