Skip to content

Commit e25db80

Browse files
committed
Add Algolia search
1 parent 5f42304 commit e25db80

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docusaurus.config.ts

+6
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,12 @@ const config: Config = {
192192
},
193193
},
194194
},
195+
algolia: {
196+
appId: 'RQNQH0ZYGQ',
197+
apiKey: '333af1abd30c6160f08eb0b4813b16c5',
198+
indexName: 'codegate',
199+
contextualSearch: true,
200+
},
195201
} satisfies Preset.ThemeConfig,
196202
};
197203

0 commit comments

Comments
 (0)