feat: add algolia search to docs

pull/176/head
Boaz Poolman 2025-03-17 21:06:21 +01:00
parent 44471af96e
commit 53436c2c03
1 changed files with 5 additions and 5 deletions

View File

@ -131,11 +131,11 @@ const config: Config = {
],
},
// algolia: {
// appId: '8VTVGK458K',
// apiKey: '2f311b65edaffdd986645eb42d4afa51',
// indexName: 'pluginpal',
// },
algolia: {
appId: 'ADLP623G89',
apiKey: '8f91ceaf54e8e8db14479fd79a420a8c',
indexName: 'pluginpal',
},
prism: {
theme: prismThemes.github,