Skip to content

Commit

Permalink
feat: enabled algolia docsearch closes #55
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroerta committed Jul 21, 2021
1 parent 61031aa commit 07950d2
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,11 @@ module.exports = {
colorMode: {
defaultMode: 'dark',
},
// algolia: {
// apiKey: 'YOUR_API_KEY',
// indexName: 'YOUR_INDEX_NAME',
// contextualSearch: true,
// appId: 'YOUR_APP_ID',
// searchParameters: {},
// },
algolia: {
apiKey: 'ec3249f2a49ea66e665613d20d693336',
indexName: 'morfeo',
algoliaOptions: {},
},
},
presets: [
[
Expand Down

0 comments on commit 07950d2

Please sign in to comment.