Skip to content

Commit

Permalink
feat: algolia search
Browse files Browse the repository at this point in the history
  • Loading branch information
boazpoolman committed Sep 17, 2024
1 parent 42e5fdf commit 159cf1d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,12 @@ const config: Config = {
},
],
},

algolia: {
appId: '8VTVGK458K',
apiKey: '2f311b65edaffdd986645eb42d4afa51',
indexName: 'pluginpal',
},

prism: {
theme: prismThemes.github,
Expand Down

0 comments on commit 159cf1d

Please sign in to comment.