Skip to content

Commit 5a9f064

Browse files
committed
Add search functionality to the documentation website using Algolia integration
1 parent 7ed002a commit 5a9f064

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

website/docusaurus.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ export default {
4343
],
4444
plugins: [],
4545
themeConfig: {
46+
algolia: {
47+
appId: 'GQN7MVBZD5',
48+
apiKey: 'abd6e3438533f74ae866e825467bf51f', // NOTE: This is a public API key, not a secret key - it is safe to commit this :)
49+
indexName: 'fluentvalidation-ts',
50+
searchPagePath: 'search',
51+
contextualSearch: true,
52+
insights: true,
53+
},
4654
prism: {
4755
theme: prismThemes.vsLight,
4856
darkTheme: prismThemes.nightOwl,

0 commit comments

Comments
 (0)