Skip to content

Commit 470b509

Browse files
authored
docs: add Algolia search (#215)
* docs: add Algolia search * fix: add missing comma
1 parent 378fa62 commit 470b509

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/.vitepress/config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,12 @@ export default defineConfig({
103103
],
104104

105105
search: {
106-
provider: 'local'
106+
provider: 'algolia',
107+
options: {
108+
appId: 'IF366M9E80',
109+
apiKey: '585e0739e4dae8250121d172b8a9959f',
110+
indexName: 'Jupyter Scatter Docs',
111+
}
107112
},
108113

109114
footer: {

0 commit comments

Comments
 (0)