Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a2b5202

Browse files
committedMar 7, 2025··
Add Algolia search
1 parent 5f42304 commit a2b5202

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: '3418026dd734ea1853f9f24135f1d547',
198+
indexName: 'codegate',
199+
contextualSearch: true,
200+
},
195201
} satisfies Preset.ThemeConfig,
196202
};
197203

0 commit comments

Comments
 (0)
Please sign in to comment.