mirror of
https://github.com/go-task/task.git
synced 2026-06-11 09:51:50 +00:00
Website: Enable search powered by Algolia
https://docusaurus.io/docs/search#using-algolia-docsearch
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user