We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06833d0 commit e0fc2edCopy full SHA for e0fc2ed
1 file changed
docusaurus.config.ts
@@ -141,10 +141,26 @@ const config: Config = {
141
],
142
copyright: `© ${new Date().getFullYear()} Frank!Framework`,
143
},
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
+ },
154
prism: {
155
theme: prismThemes.github,
156
darkTheme: prismThemes.dracula,
157
158
+ metadata: [
159
+ {
160
+ name: 'algolia-site-verification',
161
+ content: '2D87C4BF471503E1',
162
163
+ ],
164
} satisfies Preset.ThemeConfig,
165
};
166
0 commit comments