Skip to content

Commit

Permalink
Add search
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoyim committed Nov 25, 2024
1 parent b0cd2f7 commit ff755b8
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 @@ -92,6 +92,12 @@ const config: Config = {
darkTheme: prismThemes.gruvboxMaterialDark,
additionalLanguages: ['java', 'kotlin', 'gradle'],
},
algolia: {
appId: 'XWNJDQZOP3',
apiKey: '0e68b2bcc08a9def8ee39b61496b9d83',
indexName: 'autoparamsio',
contextualSearch: true,
},
} satisfies Preset.ThemeConfig,
future: {
// Disabled because hot reload fails in Korean
Expand Down

0 comments on commit ff755b8

Please sign in to comment.