Fix website build error, due to sidebar changes.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>pull/1477/head
parent
61344cc5df
commit
e29e5b0e4d
|
@ -90,10 +90,10 @@ module.exports = [
|
||||||
'apps/windows',
|
'apps/windows',
|
||||||
['ecosystem/alexa/', 'Amazon Alexa'],
|
['ecosystem/alexa/', 'Amazon Alexa'],
|
||||||
['ecosystem/google-assistant/', 'Google Assistant'], // from v2.3 onwards
|
['ecosystem/google-assistant/', 'Google Assistant'], // from v2.3 onwards
|
||||||
['../link/homekit/', 'Apple HomeKit'],
|
['../addons/integrations/homekit/', 'Apple HomeKit'],
|
||||||
// ['ecosystem/ifttt/', 'IFTTT'], // Temporary remove until service gets reactivated
|
// ['ecosystem/ifttt/', 'IFTTT'], // Temporary remove until service gets reactivated
|
||||||
['ecosystem/mycroft/', 'Mycroft.AI'],
|
['ecosystem/mycroft/', 'Mycroft.AI'],
|
||||||
['../link/openhabcloud/', 'openHAB Cloud'],
|
['../addons/integrations/openhabcloud/', 'openHAB Cloud'],
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue