1
0
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:
Valentin Maerten
2025-08-12 18:52:47 +02:00
committed by GitHub
parent 083654d8c9
commit 9a05ceaa80

View File

@@ -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: '/' },