mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-08 13:52:36 +02:00
Add nteract project as a user (#890)
* add nteract project as a user * correct extra line feed
This commit is contained in:
parent
d2b30dc3ed
commit
e27e18bd63
1 changed files with 8 additions and 0 deletions
|
@ -133,6 +133,14 @@ module.exports = [
|
||||||
fbOpenSource: false,
|
fbOpenSource: false,
|
||||||
pinned: false,
|
pinned: false,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
caption: 'nteract',
|
||||||
|
image:
|
||||||
|
'https://media.githubusercontent.com/media/nteract/logos/master/nteract_logo_cube_book/exports/images/png/nteract_logo_mark_purple.png',
|
||||||
|
infoLink: 'https://docs.nteract.io/',
|
||||||
|
fbOpenSource: false,
|
||||||
|
pinned: false,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
caption: 'Open Power Quality',
|
caption: 'Open Power Quality',
|
||||||
image: 'https://openpowerquality.org/img/opqlogo.png',
|
image: 'https://openpowerquality.org/img/opqlogo.png',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue