Skip to content

Commit e0fc2ed

Browse files
committed
add Algolia search
1 parent 06833d0 commit e0fc2ed

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

docusaurus.config.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,26 @@ const config: Config = {
141141
],
142142
copyright: ${new Date().getFullYear()} Frank!Framework`,
143143
},
144+
algolia: {
145+
appId: 'H18WHKAMRM',
146+
// Public API key: it is safe to commit it
147+
apiKey: '22bd7a1f4a7ec802a49375757a7af7c1',
148+
149+
indexName: 'FF! Docs',
150+
contextualSearch: true,
151+
152+
// externalUrlRegex: 'example\\.com|domain\\.com',
153+
},
144154
prism: {
145155
theme: prismThemes.github,
146156
darkTheme: prismThemes.dracula,
147157
},
158+
metadata: [
159+
{
160+
name: 'algolia-site-verification',
161+
content: '2D87C4BF471503E1',
162+
},
163+
],
148164
} satisfies Preset.ThemeConfig,
149165
};
150166

0 commit comments

Comments
 (0)