Skip to content

Commit

Permalink
feat: connect algolia search
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowusr committed Jun 26, 2024
1 parent 88c8eca commit 50da599
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,11 @@ const config: Config = {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
},
algolia: {
appId: "GEUAOEJ3NK",
apiKey: "329ccc709854898024bad32d341d441f",
indexName: "testplane",
},
} satisfies Preset.ThemeConfig,

plugins: ["docusaurus-plugin-sass", tailwindPlugin, svgFixDuplicateIdsPlugin],
Expand Down

0 comments on commit 50da599

Please sign in to comment.