mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-05 13:17:23 +02:00
docs: add PcapPlusPlus to showcase (#6837)
* Add PcapPlusPlus to users.tsx * Add PcapPlusPlus preview * optimize image * retake picture Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
aa5c9f5064
commit
52fa4514f7
2 changed files with 8 additions and 0 deletions
BIN
website/src/data/showcase/pcapplusplus.png
Normal file
BIN
website/src/data/showcase/pcapplusplus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
|
@ -1080,6 +1080,14 @@ const Users: User[] = [
|
||||||
source: null,
|
source: null,
|
||||||
tags: ['product'],
|
tags: ['product'],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'PcapPlusPlus',
|
||||||
|
description: 'A multi-platform C++ library for capturing, parsing and crafting of network packets',
|
||||||
|
preview: require('./showcase/pcapplusplus.png'),
|
||||||
|
website: 'https://pcapplusplus.github.io/',
|
||||||
|
source: 'https://github.com/PcapPlusPlus/pcapplusplus.github.io',
|
||||||
|
tags: ['opensource', 'versioning'],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Pearl UI',
|
title: 'Pearl UI',
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Reference in a new issue