Skip to content

Commit

Permalink
Merge pull request #192 from axmmisaka/enable-algolia
Browse files Browse the repository at this point in the history
Add algolia stuff
  • Loading branch information
lhstrh authored Dec 14, 2023
2 parents 388270a + 4e31603 commit 9f534a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ const config: Config = {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
},
algolia: {
// The application ID provided by Algolia
appId: 'U5IWIJW31Z',
// Public API key: it is safe to commit it
apiKey: '0e594ee25f8bd7d73ae16a1af7076554',
indexName: 'lf-lang', //TODO: change this otherwise 404
contextualSearch: true,
}
} satisfies Preset.ThemeConfig,

plugins: [
Expand Down

0 comments on commit 9f534a8

Please sign in to comment.