mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-02 11:47:23 +02:00
docs: add Molecule website to showcase (#6111)
* docs: add Molecule website to showcase * Update website/src/data/users.tsx Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com> Co-authored-by: Joshua Chen <sidachen2003@gmail.com> Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
This commit is contained in:
parent
fc0df304c0
commit
16ce797551
2 changed files with 9 additions and 0 deletions
BIN
website/src/data/showcase/molecule-home.png
Normal file
BIN
website/src/data/showcase/molecule-home.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 699 KiB |
|
@ -808,6 +808,15 @@ const Users: User[] = [
|
||||||
source: null,
|
source: null,
|
||||||
tags: ['design'],
|
tags: ['design'],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Molecule',
|
||||||
|
description:
|
||||||
|
'Molecule is a lightweight Web IDE UI framework built with React.js and inspired by VSCode.',
|
||||||
|
preview: require('./showcase/molecule-home.png'),
|
||||||
|
website: 'https://dtstack.github.io/molecule/en',
|
||||||
|
source: 'https://github.com/DTStack/molecule',
|
||||||
|
tags: ['opensource', 'i18n'],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Motion Layout',
|
title: 'Motion Layout',
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Reference in a new issue