mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-07 05:12:31 +02:00
docs(v2): Add Nocalhost website to showcase page (#5369)
* add-nocalhost-to-showcase * Update website/src/data/users.tsx Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
This commit is contained in:
parent
ce92f30d33
commit
09a954165c
2 changed files with 8 additions and 0 deletions
BIN
website/src/data/showcase/nocalhost.png
Normal file
BIN
website/src/data/showcase/nocalhost.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 465 KiB |
|
@ -1301,6 +1301,14 @@ const Users: User[] = [
|
||||||
website: 'https://haochenqi.com/',
|
website: 'https://haochenqi.com/',
|
||||||
source: 'https://github.com/HaochenQ/Haochen-Blog',
|
source: 'https://github.com/HaochenQ/Haochen-Blog',
|
||||||
tags: ['personal', 'opensource']
|
tags: ['personal', 'opensource']
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Nocalhost',
|
||||||
|
description: 'An open-source toolsets help to build cloud-native applications easier and faster.',
|
||||||
|
preview: require('./showcase/nocalhost.png'),
|
||||||
|
website: 'https://nocalhost.dev/',
|
||||||
|
source: 'https://github.com/nocalhost/nocalhost',
|
||||||
|
tags: ['opensource', 'i18n']
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue