mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-08 18:06:29 +00:00
Enable search
This commit is contained in:
parent
0ffe2b4edf
commit
e7ed7469e3
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user