Skip to content

Commit 8dab024

Browse files
authored
Add algolia config (#328)
1 parent e5337f7 commit 8dab024

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

demo/docusaurus.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,11 @@ const config = {
179179
// logoClass: "php",
180180
// },
181181
],
182+
algolia: {
183+
apiKey: "441074cace987cbf4640c039ebed303c",
184+
appId: "J0EABTYI1A",
185+
indexName: "docusaurus-openapi",
186+
},
182187
}),
183188

184189
plugins: [
@@ -265,7 +270,6 @@ const config = {
265270
},
266271
],
267272
],
268-
269273
themes: ["docusaurus-theme-openapi-docs"],
270274
stylesheets: [
271275
{

0 commit comments

Comments
 (0)