mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-02 10:52:35 +02:00
docs: add pincman site to showcase (#7718)
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
ae2ba5e37a
commit
f224d3c669
5 changed files with 11 additions and 2 deletions
|
@ -3,6 +3,7 @@ __mocks__
|
|||
dist
|
||||
node_modules
|
||||
.yarn
|
||||
.history
|
||||
build
|
||||
coverage
|
||||
jest.config.js
|
||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -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 |
BIN
website/src/data/showcase/pincman.png
Normal file
BIN
website/src/data/showcase/pincman.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue