Enable search

This commit is contained in:
Robbie Trencheny 2019-05-16 23:40:42 -07:00
parent 0ffe2b4edf
commit e7ed7469e3
No known key found for this signature in database
GPG Key ID: 1E236BB235BF0021

View File

@ -1,3 +1,4 @@
/** /**
* Copyright (c) 2017-present, Facebook, Inc. * Copyright (c) 2017-present, Facebook, Inc.
* *
@ -99,6 +100,12 @@ const siteConfig = {
repoFrontendUrl: 'https://github.com/home-assistant/home-assistant-polymer', repoFrontendUrl: 'https://github.com/home-assistant/home-assistant-polymer',
repoFrontendWebsite: 'https://github.com/home-assistant/home-assistant.io', repoFrontendWebsite: 'https://github.com/home-assistant/home-assistant.io',
repoDevWebsite: 'https://github.com/home-assistant/developers.home-assistant', repoDevWebsite: 'https://github.com/home-assistant/developers.home-assistant',
algolia: {
apiKey: 'd0245452c36b10cec4b8b5bad04e06fc',
indexName: 'my-index-name',
algoliaOptions: {}
},
}; };
module.exports = siteConfig; module.exports = siteConfig;