mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +02:00
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>
This commit is contained in:
parent
542228ee1b
commit
1899a2e9e8
2 changed files with 15 additions and 7 deletions
BIN
website/src/data/showcase/evershop.png
Normal file
BIN
website/src/data/showcase/evershop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
|
@ -602,6 +602,14 @@ const Users: User[] = [
|
||||||
source: 'https://github.com/eta-dev/eta-docs',
|
source: 'https://github.com/eta-dev/eta-docs',
|
||||||
tags: ['opensource'],
|
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',
|
title: 'FAST',
|
||||||
description: 'The adaptive interface system for modern web experiences.',
|
description: 'The adaptive interface system for modern web experiences.',
|
||||||
|
@ -1430,13 +1438,13 @@ const Users: User[] = [
|
||||||
tags: ['favorite', 'product', 'design'],
|
tags: ['favorite', 'product', 'design'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "pincman's website",
|
title: "pincman's website",
|
||||||
description: 'A very good full stack development teaching website',
|
description: 'A very good full stack development teaching website',
|
||||||
preview: require('./showcase/pincman.png'),
|
preview: require('./showcase/pincman.png'),
|
||||||
website: 'https://pincman.com/',
|
website: 'https://pincman.com/',
|
||||||
source: 'https://github.com/rowfishjs/rowfish',
|
source: 'https://github.com/rowfishjs/rowfish',
|
||||||
tags: ['opensource', 'design', 'personal'],
|
tags: ['opensource', 'design', 'personal'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Pipeline UI',
|
title: 'Pipeline UI',
|
||||||
description: 'Pipeline UI Documentation',
|
description: 'Pipeline UI Documentation',
|
||||||
|
|
Loading…
Add table
Reference in a new issue