mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
docs: use Algolia as search engine (#2369)
This commit is contained in:
@@ -112,12 +112,12 @@ export default defineConfig({
|
||||
placement: 'taskfiledev'
|
||||
},
|
||||
search: {
|
||||
provider: 'local'
|
||||
// options: {
|
||||
// appId: '...',
|
||||
// apiKey: '...',
|
||||
// indexName: '...'
|
||||
// }
|
||||
provider: 'algolia',
|
||||
options: {
|
||||
appId: '7IZIJ13AI7',
|
||||
apiKey: '34b64ae4fc8d9da43d9a13d9710aaddc',
|
||||
indexName: 'taskfile'
|
||||
}
|
||||
},
|
||||
nav: [
|
||||
{ text: 'Home', link: '/' },
|
||||
|
||||
Reference in New Issue
Block a user