mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-04 11:52:39 +02:00
docs: add httpin to showcase (#7428)
* Add httpin project for showcase * Add files via upload * optimize image Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
c39406e6d8
commit
b7448865fe
2 changed files with 8 additions and 0 deletions
BIN
website/src/data/showcase/httpin.png
Normal file
BIN
website/src/data/showcase/httpin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
|
@ -869,6 +869,14 @@ const Users: User[] = [
|
|||
source: 'https://github.com/home-assistant/developers.home-assistant',
|
||||
tags: ['opensource'],
|
||||
},
|
||||
{
|
||||
title: 'httpin',
|
||||
description: 'Decode an HTTP request into a custom struct in Go',
|
||||
preview: require('./showcase/httpin.png'),
|
||||
website: 'https://ggicci.github.io/httpin/',
|
||||
source: 'https://github.com/ggicci/httpin/tree/documentation/docs',
|
||||
tags: ['opensource'],
|
||||
},
|
||||
{
|
||||
title: 'icodex',
|
||||
description: 'Front end engineer personal website',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue