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'
|
placement: 'taskfiledev'
|
||||||
},
|
},
|
||||||
search: {
|
search: {
|
||||||
provider: 'local'
|
provider: 'algolia',
|
||||||
// options: {
|
options: {
|
||||||
// appId: '...',
|
appId: '7IZIJ13AI7',
|
||||||
// apiKey: '...',
|
apiKey: '34b64ae4fc8d9da43d9a13d9710aaddc',
|
||||||
// indexName: '...'
|
indexName: 'taskfile'
|
||||||
// }
|
}
|
||||||
},
|
},
|
||||||
nav: [
|
nav: [
|
||||||
{ text: 'Home', link: '/' },
|
{ text: 'Home', link: '/' },
|
||||||
|
|||||||
Reference in New Issue
Block a user