mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-26 21:18:47 +02:00
docs(v2): Updates showcase: Channel.js renamed to Repeater.js (#4551)
* fix: Updates Channel.js to Repeater.js * fix: Includes Repeater.js in alphabetical order
This commit is contained in:
parent
51031c1afd
commit
5357fcefee
3 changed files with 8 additions and 8 deletions
Binary file not shown.
Before Width: | Height: | Size: 32 KiB |
BIN
website/src/data/showcase/repeaterjs.png
Normal file
BIN
website/src/data/showcase/repeaterjs.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
|
@ -130,14 +130,6 @@ const users = [
|
||||||
source: 'https://github.com/paularmstrong/build-tracker',
|
source: 'https://github.com/paularmstrong/build-tracker',
|
||||||
tags: [],
|
tags: [],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: 'Channel.js',
|
|
||||||
description: 'The missing constructor for creating safe async iterators',
|
|
||||||
preview: require('./showcase/channeljs.png'),
|
|
||||||
website: 'https://repeater.js.org/',
|
|
||||||
source: 'https://github.com/repeaterjs/repeater',
|
|
||||||
tags: [],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: 'Clutch',
|
title: 'Clutch',
|
||||||
description: 'An extensible API and UI platform for infrastructure tooling',
|
description: 'An extensible API and UI platform for infrastructure tooling',
|
||||||
|
@ -615,6 +607,14 @@ const users = [
|
||||||
source: 'https://github.com/rematch/rematch',
|
source: 'https://github.com/rematch/rematch',
|
||||||
tags: ['highlight', 'design', 'large'],
|
tags: ['highlight', 'design', 'large'],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Repeater.js',
|
||||||
|
description: 'The missing constructor for creating safe async iterators',
|
||||||
|
preview: require('./showcase/repeaterjs.png'),
|
||||||
|
website: 'https://repeater.js.org/',
|
||||||
|
source: 'https://github.com/repeaterjs/repeater',
|
||||||
|
tags: [],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Rooks',
|
title: 'Rooks',
|
||||||
description: 'Supercharge your components with this collection of React hooks.',
|
description: 'Supercharge your components with this collection of React hooks.',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue