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:
Garry 2021-08-17 18:06:45 +08:00 committed by GitHub
parent ce92f30d33
commit 09a954165c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 465 KiB

View file

@ -1301,6 +1301,14 @@ const Users: User[] = [
website: 'https://haochenqi.com/',
source: 'https://github.com/HaochenQ/Haochen-Blog',
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']
}
];