mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-22 20:47:53 +02:00
docs(v2): Add Benthos to showcase (#2246)
This commit is contained in:
parent
a50c38b237
commit
78c1fe86db
2 changed files with 9 additions and 0 deletions
BIN
website/src/data/showcase/benthos.png
Normal file
BIN
website/src/data/showcase/benthos.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 144 KiB |
|
@ -7,6 +7,15 @@
|
||||||
|
|
||||||
const users = [
|
const users = [
|
||||||
// Please add in alphabetical order of title.
|
// Please add in alphabetical order of title.
|
||||||
|
{
|
||||||
|
title: 'Benthos',
|
||||||
|
description: 'A stream processor for mundane tasks',
|
||||||
|
preview: require('./showcase/benthos.png'),
|
||||||
|
website: 'https://benthos.dev/',
|
||||||
|
source: 'https://github.com/Jeffail/benthos',
|
||||||
|
fbOpenSource: false,
|
||||||
|
pinned: false,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Channel.js',
|
title: 'Channel.js',
|
||||||
description: 'The missing constructor for creating safe async iterators',
|
description: 'The missing constructor for creating safe async iterators',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue