diff --git a/website/data/users.json b/website/data/users.json new file mode 100644 index 000000000000..9f0474c6e7c7 --- /dev/null +++ b/website/data/users.json @@ -0,0 +1,156 @@ +[ + { + "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 + }, + { + "caption": "WarriorJS", + "image": "/img/warriorjs.svg", + "infoLink": "https://warrior.js.org/", + "fbOpenSource": false, + "pinned": false + } +] diff --git a/website/pages/en/users.js b/website/pages/en/users.js index e169372d3e79..ccdd89e32773 100644 --- a/website/pages/en/users.js +++ b/website/pages/en/users.js @@ -9,7 +9,7 @@ const React = require('react'); const CompLibrary = require('../../core/CompLibrary.js'); const Container = CompLibrary.Container; const siteConfig = require(process.cwd() + '/siteConfig.js'); -const translate = require("../../server/translate.js").translate; +const translate = require('../../server/translate.js').translate; class Users extends React.Component { render() { @@ -42,7 +42,9 @@ class Users extends React.Component {
-

Who is using Docusaurus?

+

+ Who is using Docusaurus? +

Docusaurus powers some of Facebook's popular{' '} @@ -53,15 +55,19 @@ class Users extends React.Component {

{fbShowcase}

- Docusaurus is also used by open source projects of all sizes. + + Docusaurus is also used by open source projects of all sizes. +

{showcase}
-

Is your project using Docusaurus?

+

+ Is your project using Docusaurus? +

Edit this page with a{' '} - + Pull Request {' '} to add your logo. diff --git a/website/siteConfig.js b/website/siteConfig.js index bd11cd854d51..f807ba9f95b8 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -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', diff --git a/website/static/img/warriorjs.svg b/website/static/img/warriorjs.svg new file mode 100644 index 000000000000..647dd73ea5a7 --- /dev/null +++ b/website/static/img/warriorjs.svg @@ -0,0 +1,82 @@ + + + + warriorjs-avatar-dark + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file