Skip to content

Commit

Permalink
docs: add pincman site to showcase (#7718)
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
  • Loading branch information
pincman and Josh-Cena authored Jul 6, 2022
1 parent ae2ba5e commit f224d3c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ __mocks__
dist
node_modules
.yarn
.history
build
coverage
jest.config.js
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*.iml
*.code-workspace
.changelog
.history

node_modules
.yarn
Expand Down
Binary file modified website/src/data/showcase/novu-docs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/src/data/showcase/pincman.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions website/src/data/users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit f224d3c

Please sign in to comment.