Add WarriorJS to Docusaurus users (#656)

* Separate users data from code

* Add WarriorJS to Docusaurus users
This commit is contained in:
Matías Olivera 2018-05-09 15:30:05 -03:00 committed by Yangshun Tay
parent e3b4f3945e
commit ac718dd7c4
4 changed files with 251 additions and 155 deletions

View file

@ -5,156 +5,8 @@
* LICENSE file in the root directory of this source tree.
*/
// List of projects/orgs using your project for the users page.
const users = [
{
caption: "Almin",
image: "/img/almin.png",
infoLink: "https://almin.js.org/",
fbOpenSource: false,
pinned: false,
},
{
caption: "BlueWhale",
image: "/img/BlueWhale.png",
infoLink: "https://facebookresearch.github.io/BlueWhale/",
fbOpenSource: true,
pinned: true,
},
{
caption: 'BuckleScript',
image: '/img/bucklescript.svg',
infoLink: 'https://bucklescript.github.io/',
fbOpenSource: false,
pinned: true,
},
{
caption: 'Dep',
image: '/img/golang-dep.svg',
infoLink: 'https://golang.github.io/dep/',
fbOpenSource: false,
pinned: false,
},
{
caption: 'Docusaurus',
image: '/img/docusaurus.svg',
infoLink: 'https://www.docusaurus.io',
fbOpenSource: true,
pinned: true,
},
{
caption: 'FastText',
image: '/img/fasttext.png',
infoLink: 'https://fasttext.cc',
fbOpenSource: true,
pinned: true,
},
{
caption: 'Facebook Instant Articles Rules Editor',
image: '/img/facebook-instant-articles-rules-editor.svg',
infoLink: 'https://facebook.github.io/facebook-instant-articles-rules-editor/',
fbOpenSource: true,
pinned: false,
},
{
caption: 'Goby',
image: 'https://goby-lang.org/img/goby-logo.svg',
infoLink: 'https://goby-lang.org',
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',
infoLink: 'https://facebook.github.io/jest/',
fbOpenSource: true,
pinned: true,
},
{
caption: 'MakeItOpen',
image: '/img/makeitopen.png',
infoLink: 'http://makeitopen.com/',
fbOpenSource: true,
pinned: true,
},
{
caption: 'Prettier',
image: '/img/prettier.png',
infoLink: 'https://www.prettier.io',
fbOpenSource: false,
pinned: true,
},
{
caption: 'React Native',
image: '/img/react-native.svg',
infoLink: 'https://facebook.github.io/react-native',
fbOpenSource: true,
pinned: true,
},
{
caption: 'React Native Elements',
image: '/img/react-native-elements.png',
infoLink: 'https://react-native-training.github.io/react-native-elements/',
fbOpenSource: false,
pinned: false,
},
{
caption: 'react-native-ios-kit',
image: '/img/react-native-ios-kit.svg',
infoLink: 'https://callstack.github.io/react-native-ios-kit',
fbOpenSource: false,
pinned: false,
},
{
caption: 'Reason',
image: '/img/reason.svg',
infoLink: 'https://reasonml.github.io/',
fbOpenSource: true,
pinned: true,
},
{
caption: 'ReasonReact',
image: '/img/reason-react.svg',
infoLink: 'https://reasonml.github.io/reason-react/',
fbOpenSource: true,
pinned: true,
},
{
caption: 'Rejoiner',
image: '/img/rejoiner.svg',
infoLink: 'http://rejoiner.io/',
fbOpenSource: false,
pinned: false,
},
{
caption: 'Relay',
image: '/img/relay.svg',
infoLink: 'https://facebook.github.io/relay/',
fbOpenSource: true,
pinned: true,
},
{
caption: 'Verdaccio',
image: 'http://www.verdaccio.org/img/verdaccio-tiny@2x.png',
infoLink: 'http://www.verdaccio.org/',
fbOpenSource: false,
pinned: false,
},
{
caption: 'Vuls',
image: 'https://vuls.io/img/docs/vuls_logo.png',
infoLink: 'https://vuls.io/',
fbOpenSource: false,
pinned: false,
},
];
/* List of projects/orgs using your project for the users page */
const users = require('./data/users.json');
const siteConfig = {
title: 'Docusaurus',