Skip to content

Commit

Permalink
Enable search (home-assistant#177)
Browse files Browse the repository at this point in the history
Enable the Algolia search component. Will require a clear of Algolia cache before merging
  • Loading branch information
TomBrien authored Feb 14, 2020
1 parent ae90311 commit 46ce62f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ module.exports = {
copyright: `Copyright © ${new Date().getFullYear()} Home Assistant. Built with Docusaurus.`,
},
image: 'img/default-social.png',
algolia: {
apiKey: '07eb926ba58945e17a895f6ca531e3c2',
indexName: 'companion-home-assistant',
algoliaOptions: {} // Optional, if provided by Algolia
},
},
presets: [
[
Expand Down

0 comments on commit 46ce62f

Please sign in to comment.