Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add pincman site to showcase #7718

Merged
merged 4 commits into from
Jul 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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