docs: add pincman site to showcase (#7718)

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
pincman 2022-07-07 00:38:10 +08:00 committed by GitHub
parent ae2ba5e37a
commit f224d3c669
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 2 deletions

View file

@ -3,6 +3,7 @@ __mocks__
dist
node_modules
.yarn
.history
build
coverage
jest.config.js

1
.gitignore vendored
View file

@ -5,6 +5,7 @@
*.iml
*.code-workspace
.changelog
.history
node_modules
.yarn

Binary file not shown.

Before

Width:  |  Height:  |  Size: 434 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View file

@ -1258,8 +1258,7 @@ const Users: User[] = [
},
{
title: 'Novu',
description:
'The open-source notification infrastructure for developers',
description: 'The open-source notification infrastructure for developers',
preview: require('./showcase/novu-docs.png'),
website: 'https://docs.novu.co/',
source: 'https://github.com/novuhq/novu',
@ -1421,6 +1420,14 @@ const Users: User[] = [
source: null,
tags: ['favorite', 'product', 'design'],
},
{
title: "pincman's website",
description: 'A very good full stack development teaching website',
preview: require('./showcase/pincman.png'),
website: 'https://pincman.com/',
source: 'https://github.com/rowfishjs/rowfish',
tags: ['opensource', 'design', 'personal'],
},
{
title: 'Pipeline UI',
description: 'Pipeline UI Documentation',