mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +02:00
Add Home Assistant to users (#620)
* Add Home Assistant to users * Update siteConfig.js
This commit is contained in:
parent
812f2be6e3
commit
ae53bdc46a
1 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue