Skip to content

Commit 53436c2

Browse files
committed
feat: add algolia search to docs
1 parent 44471af commit 53436c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/docusaurus.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ const config: Config = {
131131
],
132132
},
133133

134-
// algolia: {
135-
// appId: '8VTVGK458K',
136-
// apiKey: '2f311b65edaffdd986645eb42d4afa51',
137-
// indexName: 'pluginpal',
138-
// },
134+
algolia: {
135+
appId: 'ADLP623G89',
136+
apiKey: '8f91ceaf54e8e8db14479fd79a420a8c',
137+
indexName: 'pluginpal',
138+
},
139139

140140
prism: {
141141
theme: prismThemes.github,

0 commit comments

Comments
 (0)