mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-31 15:29:32 +02:00
docs: add Create React App as a user (#1050)
This commit is contained in:
parent
8cf9afe4ac
commit
e02e0a9b92
2 changed files with 8 additions and 0 deletions
|
@ -63,6 +63,13 @@ module.exports = [
|
|||
fbOpenSource: false,
|
||||
pinned: false,
|
||||
},
|
||||
{
|
||||
caption: 'Create React App',
|
||||
image: '/img/users/react.svg',
|
||||
infoLink: 'https://facebook.github.io/create-react-app/',
|
||||
fbOpenSource: true,
|
||||
pinned: true,
|
||||
},
|
||||
{
|
||||
caption: 'Dep',
|
||||
image: '/img/users/golang-dep.svg',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue