mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-27 23:17: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,
|
fbOpenSource: false,
|
||||||
pinned: 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',
|
caption: 'Jest',
|
||||||
image: '/img/jest.png',
|
image: '/img/jest.png',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue