Skip to content

Commit

Permalink
docs: add EverShop website to showcase (#7765)
Browse files Browse the repository at this point in the history
* docs: add EverShop website to showcase

* docs: add EverShop website to showcase

* fixes

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
  • Loading branch information
treoden and Josh-Cena committed Jul 13, 2022
1 parent 542228e commit 1899a2e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
Binary file added website/src/data/showcase/evershop.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 15 additions & 7 deletions website/src/data/users.tsx
Expand Up @@ -602,6 +602,14 @@ const Users: User[] = [
source: 'https://github.com/eta-dev/eta-docs',
tags: ['opensource'],
},
{
title: 'EverShop',
description: 'An open-source e-commerce platform with Node and React',
preview: require('./showcase/evershop.png'),
website: 'https://evershop.io/',
source: 'https://github.com/evershopcommerce/docs',
tags: ['opensource', 'product'],
},
{
title: 'FAST',
description: 'The adaptive interface system for modern web experiences.',
Expand Down Expand Up @@ -1430,13 +1438,13 @@ const Users: User[] = [
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: "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 1899a2e

Please sign in to comment.