Skip to content

Commit 173f9bf

Browse files
andris9claude
andcommitted
Enable Algolia search page and insights
- Add searchPagePath for dedicated search page - Enable insights for search analytics 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent ef5962d commit 173f9bf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docusaurus.config.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,15 @@ const config: Config = {
6868
appId: 'P0H02EB2AJ',
6969
apiKey: 'f482204f0e3ef705441e4382bb225275',
7070
indexName: 'ImapFlow Documentation',
71+
72+
// Optional: see doc section below
7173
contextualSearch: true,
74+
75+
// Optional: path for search page that enabled by default (`false` to disable it)
76+
searchPagePath: "search",
77+
78+
// Optional: whether the insights feature is enabled or not on Docsearch (`false` by default)
79+
insights: true,
7280
},
7381
navbar: {
7482
title: 'ImapFlow',

0 commit comments

Comments
 (0)