Skip to content

Commit

Permalink
docs(v2): Add Nocalhost website to showcase page (#5369)
Browse files Browse the repository at this point in the history
* add-nocalhost-to-showcase

* Update website/src/data/users.tsx

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
  • Loading branch information
neaped and slorber authored Aug 17, 2021
1 parent ce92f30 commit 09a9541
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added website/src/data/showcase/nocalhost.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions website/src/data/users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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']
}
];

Expand Down

0 comments on commit 09a9541

Please sign in to comment.