Skip to content

Commit

Permalink
docs(config): add search capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
mjorgegulab committed Sep 28, 2024
1 parent 77cc9fc commit 00d861c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wiki/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ const config: Config = {
mermaid: {
theme: { dark: 'neutral' },
},
algolia: {
appId: 'YT6SK20KML',
apiKey: 'b7d1590ceb140d194651377372804c8b',
indexName: 'nestjs-cryptography',
},
} satisfies Preset.ThemeConfig,
};

Expand Down

0 comments on commit 00d861c

Please sign in to comment.