We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd2549a + ce6edff commit 89e7495Copy full SHA for 89e7495
1 file changed
docusaurus.config.ts
@@ -141,6 +141,15 @@ const config: Config = {
141
theme: prismThemes.github,
142
darkTheme: prismThemes.dracula,
143
},
144
+ algolia: {
145
+ appId: 'ORQYQLTO1S',
146
+ apiKey: '196785515dac5daeccbd1a5dce6125c2',
147
+ indexName: 'nspanelmanager',
148
+ contextualSearch: false,
149
+ searchParameters: {},
150
+ searchPagePath: 'search',
151
+ insights: false,
152
+ },
153
} satisfies Preset.ThemeConfig,
154
};
155
0 commit comments