Skip to content

Commit

Permalink
Add search (#33)
Browse files Browse the repository at this point in the history
Previous version of site didn't have search. This one should! Algolia DocSearch have been kind enough to index
  • Loading branch information
TomBrien committed Feb 20, 2020
1 parent ceac5c3 commit c5e63de
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docusaurus.config.js
Expand Up @@ -47,7 +47,12 @@ module.exports = {
],
copyright: `Copyright © ${new Date().getFullYear()} Home Assistant, Inc. Built with Docusaurus.`,
},
image: 'img/default-social.png'
image: 'img/default-social.png',
algolia: {
apiKey: '9fb6680b99f88f635b0744a4078609bf',
indexName: 'data-home-assistant',
algoliaOptions: {}, // Optional, if provided by Algolia
},
},
presets: [
[
Expand Down

0 comments on commit c5e63de

Please sign in to comment.