Skip to content

Commit f0c87b2

Browse files
committed
feat: add algolia search to the docs
1 parent b1e45ea commit f0c87b2

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.changeset/light-knives-itch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"docs": patch
3+
---
4+
5+
Add algolia search to the docs

packages/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: 'IMGKM2XWOF',
136+
apiKey: 'b507658da6436aa7fb2c5f8c5b19f043',
137+
indexName: 'pluginpal',
138+
},
139139

140140
prism: {
141141
theme: prismThemes.github,

0 commit comments

Comments
 (0)