Skip to content

Commit

Permalink
feat: add algolia search to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdebaise committed Nov 18, 2024
1 parent cef7002 commit ec253ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ const config: Config = {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
},
algolia: {
appId: 'EUH7S3OU5L',

apiKey: '9e23f541ed9dd307b8bd9c9edc9c95f7',

indexName: 'backpackapp',
},
},
};

Expand Down

0 comments on commit ec253ae

Please sign in to comment.