We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97abcd6 + 9b6c076 commit e81fdd7Copy full SHA for e81fdd7
website/docusaurus.config.js
@@ -39,7 +39,6 @@ const config = {
39
}),
40
],
41
42
-
43
themeConfig:
44
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
45
({
@@ -101,6 +100,12 @@ const config = {
101
100
theme: lightCodeTheme,
102
darkTheme: darkCodeTheme,
103
},
+ algolia: {
104
+ appId: 'YKTLKDBBGV',
105
+ // Public API key: it is safe to commit it
106
+ apiKey: 'b75f1257f754f7f15e79a16b81bef105',
107
+ indexName: 'opencomponents'
108
+ },
109
110
};
111
0 commit comments