mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-24 22:46:57 +02:00
docs: sort user with alphabetical (#1465)
This commit is contained in:
parent
4f203a0b4f
commit
b797973562
1 changed files with 49 additions and 49 deletions
|
@ -14,13 +14,6 @@ module.exports = [
|
||||||
fbOpenSource: false,
|
fbOpenSource: false,
|
||||||
pinned: false,
|
pinned: false,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
caption: 'Almin',
|
|
||||||
image: '/img/users/almin.png',
|
|
||||||
infoLink: 'https://almin.js.org/',
|
|
||||||
fbOpenSource: false,
|
|
||||||
pinned: false,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
caption: 'All Contributors',
|
caption: 'All Contributors',
|
||||||
image: '/img/users/allcontributors.png',
|
image: '/img/users/allcontributors.png',
|
||||||
|
@ -28,6 +21,13 @@ module.exports = [
|
||||||
fbOpenSource: false,
|
fbOpenSource: false,
|
||||||
pinned: true,
|
pinned: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
caption: 'Almin',
|
||||||
|
image: '/img/users/almin.png',
|
||||||
|
infoLink: 'https://almin.js.org/',
|
||||||
|
fbOpenSource: false,
|
||||||
|
pinned: false,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
caption: 'Anssr Data Platform',
|
caption: 'Anssr Data Platform',
|
||||||
image: '/img/users/anssr.svg',
|
image: '/img/users/anssr.svg',
|
||||||
|
@ -147,13 +147,6 @@ module.exports = [
|
||||||
fbOpenSource: false,
|
fbOpenSource: false,
|
||||||
pinned: 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',
|
caption: 'Goby',
|
||||||
image: 'https://goby-lang.org/img/goby-logo.svg',
|
image: 'https://goby-lang.org/img/goby-logo.svg',
|
||||||
|
@ -196,6 +189,13 @@ module.exports = [
|
||||||
fbOpenSource: false,
|
fbOpenSource: false,
|
||||||
pinned: 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',
|
caption: 'Jest',
|
||||||
image: '/img/users/jest.png',
|
image: '/img/users/jest.png',
|
||||||
|
@ -253,16 +253,16 @@ module.exports = [
|
||||||
pinned: false,
|
pinned: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
caption: 'Noderize',
|
caption: 'Node SerialPort',
|
||||||
image: '/img/users/noderize.svg',
|
image: 'https://serialport.io/img/serialport-logo.svg',
|
||||||
infoLink: 'https://noderize.js.org/',
|
infoLink: 'https://serialport.io',
|
||||||
fbOpenSource: false,
|
fbOpenSource: false,
|
||||||
pinned: false,
|
pinned: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
caption: 'Node SerialPort',
|
caption: 'Noderize',
|
||||||
image: 'https://serialport.io/img/serialport-logo.svg',
|
image: '/img/users/noderize.svg',
|
||||||
infoLink: 'https://serialport.io',
|
infoLink: 'https://noderize.js.org/',
|
||||||
fbOpenSource: false,
|
fbOpenSource: false,
|
||||||
pinned: false,
|
pinned: false,
|
||||||
},
|
},
|
||||||
|
@ -282,9 +282,9 @@ module.exports = [
|
||||||
pinned: false,
|
pinned: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
caption: 'Polymath Network',
|
caption: 'Plus (ThinkSNS+)',
|
||||||
image: 'https://polymath.network/dist/assets/images/logo/logo-top-bar.svg',
|
image: '/img/users/plus.png',
|
||||||
infoLink: 'https://developers.polymath.network',
|
infoLink: 'https://slimkit.github.io',
|
||||||
fbOpenSource: false,
|
fbOpenSource: false,
|
||||||
pinned: false,
|
pinned: false,
|
||||||
},
|
},
|
||||||
|
@ -295,6 +295,13 @@ module.exports = [
|
||||||
fbOpenSource: false,
|
fbOpenSource: false,
|
||||||
pinned: 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',
|
caption: 'Prettier',
|
||||||
image: '/img/users/prettier.png',
|
image: '/img/users/prettier.png',
|
||||||
|
@ -323,13 +330,6 @@ module.exports = [
|
||||||
fbOpenSource: true,
|
fbOpenSource: true,
|
||||||
pinned: true,
|
pinned: true,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
caption: 'Plus (ThinkSNS+)',
|
|
||||||
image: '/img/users/plus.png',
|
|
||||||
infoLink: 'https://slimkit.github.io',
|
|
||||||
fbOpenSource: false,
|
|
||||||
pinned: false,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
caption: 'React 360',
|
caption: 'React 360',
|
||||||
image: '/img/users/react-360.svg',
|
image: '/img/users/react-360.svg',
|
||||||
|
@ -386,6 +386,13 @@ module.exports = [
|
||||||
fbOpenSource: false,
|
fbOpenSource: false,
|
||||||
pinned: true,
|
pinned: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
caption: 'react-slate',
|
||||||
|
image: '/img/users/react-slate.svg',
|
||||||
|
infoLink: 'https://react-slate.surge.sh/',
|
||||||
|
fbOpenSource: false,
|
||||||
|
pinned: false,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
caption: 'reaction-commerce',
|
caption: 'reaction-commerce',
|
||||||
image: '/img/users/reaction-commerce.svg',
|
image: '/img/users/reaction-commerce.svg',
|
||||||
|
@ -407,13 +414,6 @@ module.exports = [
|
||||||
fbOpenSource: true,
|
fbOpenSource: true,
|
||||||
pinned: true,
|
pinned: true,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
caption: 'react-slate',
|
|
||||||
image: '/img/users/react-slate.svg',
|
|
||||||
infoLink: 'https://react-slate.surge.sh/',
|
|
||||||
fbOpenSource: false,
|
|
||||||
pinned: false,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
caption: 'Redux',
|
caption: 'Redux',
|
||||||
image: '/img/users/redux.svg',
|
image: '/img/users/redux.svg',
|
||||||
|
@ -506,16 +506,16 @@ module.exports = [
|
||||||
pinned: true,
|
pinned: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
caption: 'textlint',
|
caption: 'Testing Library',
|
||||||
image: 'https://textlint.github.io/img/textlint-icon.png',
|
image: '/img/users/testing-library.png',
|
||||||
infoLink: 'https://textlint.github.io/',
|
infoLink: 'https://testing-library.com/',
|
||||||
fbOpenSource: false,
|
fbOpenSource: false,
|
||||||
pinned: false,
|
pinned: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
caption: 'Testing Library',
|
caption: 'textlint',
|
||||||
image: '/img/users/testing-library.png',
|
image: 'https://textlint.github.io/img/textlint-icon.png',
|
||||||
infoLink: 'https://testing-library.com/',
|
infoLink: 'https://textlint.github.io/',
|
||||||
fbOpenSource: false,
|
fbOpenSource: false,
|
||||||
pinned: false,
|
pinned: false,
|
||||||
},
|
},
|
||||||
|
@ -527,16 +527,16 @@ module.exports = [
|
||||||
pinned: true,
|
pinned: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
caption: 'TypeGraphQL',
|
caption: 'Twirp',
|
||||||
image: '/img/users/type-graphql.png',
|
image: '/img/users/twirp.png',
|
||||||
infoLink: 'https://19majkel94.github.io/type-graphql/',
|
infoLink: 'https://twitchtv.github.io/twirp/',
|
||||||
fbOpenSource: false,
|
fbOpenSource: false,
|
||||||
pinned: false,
|
pinned: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
caption: 'Twirp',
|
caption: 'TypeGraphQL',
|
||||||
image: '/img/users/twirp.png',
|
image: '/img/users/type-graphql.png',
|
||||||
infoLink: 'https://twitchtv.github.io/twirp/',
|
infoLink: 'https://19majkel94.github.io/type-graphql/',
|
||||||
fbOpenSource: false,
|
fbOpenSource: false,
|
||||||
pinned: false,
|
pinned: false,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue