Website: Enable search powered by Algolia

https://docusaurus.io/docs/search#using-algolia-docsearch
This commit is contained in:
Andrey Nering
2022-06-10 09:47:53 -03:00
parent 5836cb1728
commit b8668ca3ce

View File

@@ -149,6 +149,12 @@ const config = {
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme
},
// NOTE(@andreynering): Don't worry, these keys are meant to be public =)
algolia: {
appId: '7IZIJ13AI7',
apiKey: '14bd976bed13965279eee2a4dbf5c8c6',
indexName: 'taskfile'
}
}),