Skip to content

Commit

Permalink
[docs] Enable Algolia search (#5472)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimschubert authored Feb 28, 2020
1 parent b0b46d5 commit ea2acf0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ const docusaurusConfig = {
trackingID: 'UA-132927057-1',
},

// algolia: {
// apiKey: '47ecd3b21be71c5822571b9f59e52544',
// indexName: 'docusaurus-2',
// algoliaOptions: { ... },
// },
algolia: {
apiKey: '28e55aff9bab37236baa1c5f0f84f4bb',
indexName: 'openapi-generator',
algoliaOptions: { advancedSyntax: true, hitsPerPage: 5},
},


footer: {
Expand Down

0 comments on commit ea2acf0

Please sign in to comment.