Skip to content

Commit ea2acf0

Browse files
authored
[docs] Enable Algolia search (#5472)
1 parent b0b46d5 commit ea2acf0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

website/docusaurus.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ const docusaurusConfig = {
6060
trackingID: 'UA-132927057-1',
6161
},
6262

63-
// algolia: {
64-
// apiKey: '47ecd3b21be71c5822571b9f59e52544',
65-
// indexName: 'docusaurus-2',
66-
// algoliaOptions: { ... },
67-
// },
63+
algolia: {
64+
apiKey: '28e55aff9bab37236baa1c5f0f84f4bb',
65+
indexName: 'openapi-generator',
66+
algoliaOptions: { advancedSyntax: true, hitsPerPage: 5},
67+
},
6868

6969

7070
footer: {

0 commit comments

Comments
 (0)