mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00: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
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
|
|
@ -1080,6 +1080,14 @@ const Users: User[] = [
|
|||
source: null,
|
||||
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',
|
||||
description:
|
||||
|
|
|
|||
Loading…
Reference in New Issue