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.
1 parent e5337f7 commit 8dab024Copy full SHA for 8dab024
demo/docusaurus.config.js
@@ -179,6 +179,11 @@ const config = {
179
// logoClass: "php",
180
// },
181
],
182
+ algolia: {
183
+ apiKey: "441074cace987cbf4640c039ebed303c",
184
+ appId: "J0EABTYI1A",
185
+ indexName: "docusaurus-openapi",
186
+ },
187
}),
188
189
plugins: [
@@ -265,7 +270,6 @@ const config = {
265
270
},
266
271
267
272
268
-
269
273
themes: ["docusaurus-theme-openapi-docs"],
274
stylesheets: [
275
{
0 commit comments