mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-22 04:28:10 +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 = [
|
||||
// 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',
|
||||
description: 'The missing constructor for creating safe async iterators',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue