mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 09:43:10 +00:00
Add Home Assistant to users (#620)
* Add Home Assistant to users * Update siteConfig.js
This commit is contained in:
parent
812f2be6e3
commit
ae53bdc46a
|
|
@ -56,6 +56,13 @@ const users = [
|
|||
fbOpenSource: false,
|
||||
pinned: false,
|
||||
},
|
||||
{
|
||||
caption: 'Home Assistant',
|
||||
image: 'https://developers.home-assistant.io/img/logo-responsive.svg',
|
||||
infoLink: 'https://developers.home-assistant.io/',
|
||||
fbOpenSource: false,
|
||||
pinned: false,
|
||||
},
|
||||
{
|
||||
caption: 'Jest',
|
||||
image: '/img/jest.png',
|
||||
|
|
|
|||
Loading…
Reference in New Issue