Skip to content

Commit

Permalink
docs: sort user with alphabetical (facebook#1465)
Browse files Browse the repository at this point in the history
  • Loading branch information
hong4rc authored and shakcho committed May 17, 2019
1 parent a3c86c0 commit 6ee2891
Showing 1 changed file with 49 additions and 49 deletions.
98 changes: 49 additions & 49 deletions website-1.x/data/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ module.exports = [
fbOpenSource: false,
pinned: false,
},
{
caption: 'Almin',
image: '/img/users/almin.png',
infoLink: 'https://almin.js.org/',
fbOpenSource: false,
pinned: false,
},
{
caption: 'All Contributors',
image: '/img/users/allcontributors.png',
infoLink: 'https://allcontributors.org/',
fbOpenSource: false,
pinned: true,
},
{
caption: 'Almin',
image: '/img/users/almin.png',
infoLink: 'https://almin.js.org/',
fbOpenSource: false,
pinned: false,
},
{
caption: 'Anssr Data Platform',
image: '/img/users/anssr.svg',
Expand Down Expand Up @@ -147,13 +147,6 @@ module.exports = [
fbOpenSource: false,
pinned: false,
},
{
caption: 'Instant Articles Builder',
image: '/img/users/facebook-instant-articles-rules-editor.svg',
infoLink: 'https://facebook.github.io/instant-articles-builder/',
fbOpenSource: true,
pinned: false,
},
{
caption: 'Goby',
image: 'https://goby-lang.org/img/goby-logo.svg',
Expand Down Expand Up @@ -196,6 +189,13 @@ module.exports = [
fbOpenSource: false,
pinned: false,
},
{
caption: 'Instant Articles Builder',
image: '/img/users/facebook-instant-articles-rules-editor.svg',
infoLink: 'https://facebook.github.io/instant-articles-builder/',
fbOpenSource: true,
pinned: false,
},
{
caption: 'Jest',
image: '/img/users/jest.png',
Expand Down Expand Up @@ -253,16 +253,16 @@ module.exports = [
pinned: false,
},
{
caption: 'Noderize',
image: '/img/users/noderize.svg',
infoLink: 'https://noderize.js.org/',
caption: 'Node SerialPort',
image: 'https://serialport.io/img/serialport-logo.svg',
infoLink: 'https://serialport.io',
fbOpenSource: false,
pinned: false,
},
{
caption: 'Node SerialPort',
image: 'https://serialport.io/img/serialport-logo.svg',
infoLink: 'https://serialport.io',
caption: 'Noderize',
image: '/img/users/noderize.svg',
infoLink: 'https://noderize.js.org/',
fbOpenSource: false,
pinned: false,
},
Expand All @@ -282,9 +282,9 @@ module.exports = [
pinned: false,
},
{
caption: 'Polymath Network',
image: 'https://polymath.network/dist/assets/images/logo/logo-top-bar.svg',
infoLink: 'https://developers.polymath.network',
caption: 'Plus (ThinkSNS+)',
image: '/img/users/plus.png',
infoLink: 'https://slimkit.github.io',
fbOpenSource: false,
pinned: false,
},
Expand All @@ -295,6 +295,13 @@ module.exports = [
fbOpenSource: false,
pinned: false,
},
{
caption: 'Polymath Network',
image: 'https://polymath.network/dist/assets/images/logo/logo-top-bar.svg',
infoLink: 'https://developers.polymath.network',
fbOpenSource: false,
pinned: false,
},
{
caption: 'Prettier',
image: '/img/users/prettier.png',
Expand Down Expand Up @@ -323,13 +330,6 @@ module.exports = [
fbOpenSource: true,
pinned: true,
},
{
caption: 'Plus (ThinkSNS+)',
image: '/img/users/plus.png',
infoLink: 'https://slimkit.github.io',
fbOpenSource: false,
pinned: false,
},
{
caption: 'React 360',
image: '/img/users/react-360.svg',
Expand Down Expand Up @@ -386,6 +386,13 @@ module.exports = [
fbOpenSource: false,
pinned: true,
},
{
caption: 'react-slate',
image: '/img/users/react-slate.svg',
infoLink: 'https://react-slate.surge.sh/',
fbOpenSource: false,
pinned: false,
},
{
caption: 'reaction-commerce',
image: '/img/users/reaction-commerce.svg',
Expand All @@ -407,13 +414,6 @@ module.exports = [
fbOpenSource: true,
pinned: true,
},
{
caption: 'react-slate',
image: '/img/users/react-slate.svg',
infoLink: 'https://react-slate.surge.sh/',
fbOpenSource: false,
pinned: false,
},
{
caption: 'Redux',
image: '/img/users/redux.svg',
Expand Down Expand Up @@ -506,16 +506,16 @@ module.exports = [
pinned: true,
},
{
caption: 'textlint',
image: 'https://textlint.github.io/img/textlint-icon.png',
infoLink: 'https://textlint.github.io/',
caption: 'Testing Library',
image: '/img/users/testing-library.png',
infoLink: 'https://testing-library.com/',
fbOpenSource: false,
pinned: false,
},
{
caption: 'Testing Library',
image: '/img/users/testing-library.png',
infoLink: 'https://testing-library.com/',
caption: 'textlint',
image: 'https://textlint.github.io/img/textlint-icon.png',
infoLink: 'https://textlint.github.io/',
fbOpenSource: false,
pinned: false,
},
Expand All @@ -527,16 +527,16 @@ module.exports = [
pinned: true,
},
{
caption: 'TypeGraphQL',
image: '/img/users/type-graphql.png',
infoLink: 'https://19majkel94.github.io/type-graphql/',
caption: 'Twirp',
image: '/img/users/twirp.png',
infoLink: 'https://twitchtv.github.io/twirp/',
fbOpenSource: false,
pinned: false,
},
{
caption: 'Twirp',
image: '/img/users/twirp.png',
infoLink: 'https://twitchtv.github.io/twirp/',
caption: 'TypeGraphQL',
image: '/img/users/type-graphql.png',
infoLink: 'https://19majkel94.github.io/type-graphql/',
fbOpenSource: false,
pinned: false,
},
Expand Down

0 comments on commit 6ee2891

Please sign in to comment.