Skip to content

Commit 1899a2e

Browse files
treodenJosh-Cena
andauthoredJul 13, 2022
docs: add EverShop website to showcase (#7765)
* docs: add EverShop website to showcase * docs: add EverShop website to showcase * fixes Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
1 parent 542228e commit 1899a2e

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed
 
15.4 KB
Loading

‎website/src/data/users.tsx

+15-7
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,14 @@ const Users: User[] = [
602602
source: 'https://github.com/eta-dev/eta-docs',
603603
tags: ['opensource'],
604604
},
605+
{
606+
title: 'EverShop',
607+
description: 'An open-source e-commerce platform with Node and React',
608+
preview: require('./showcase/evershop.png'),
609+
website: 'https://evershop.io/',
610+
source: 'https://github.com/evershopcommerce/docs',
611+
tags: ['opensource', 'product'],
612+
},
605613
{
606614
title: 'FAST',
607615
description: 'The adaptive interface system for modern web experiences.',
@@ -1430,13 +1438,13 @@ const Users: User[] = [
14301438
tags: ['favorite', 'product', 'design'],
14311439
},
14321440
{
1433-
title: "pincman's website",
1434-
description: 'A very good full stack development teaching website',
1435-
preview: require('./showcase/pincman.png'),
1436-
website: 'https://pincman.com/',
1437-
source: 'https://github.com/rowfishjs/rowfish',
1438-
tags: ['opensource', 'design', 'personal'],
1439-
},
1441+
title: "pincman's website",
1442+
description: 'A very good full stack development teaching website',
1443+
preview: require('./showcase/pincman.png'),
1444+
website: 'https://pincman.com/',
1445+
source: 'https://github.com/rowfishjs/rowfish',
1446+
tags: ['opensource', 'design', 'personal'],
1447+
},
14401448
{
14411449
title: 'Pipeline UI',
14421450
description: 'Pipeline UI Documentation',

0 commit comments

Comments
 (0)
Please sign in to comment.