mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-06 04:42:40 +02:00
docs: Add drayman to showcase (#5366)
* Add Drayman to showcase. * Re-run CLA check. * Add navbar to image. * Update website/src/data/users.tsx Co-authored-by: slorber <lorber.sebastien@gmail.com> Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
This commit is contained in:
parent
7d0272fe4d
commit
03236e42ff
2 changed files with 13 additions and 0 deletions
BIN
website/src/data/showcase/drayman.png
Normal file
BIN
website/src/data/showcase/drayman.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 107 KiB |
|
@ -1302,6 +1302,14 @@ const Users: User[] = [
|
||||||
source: 'https://github.com/HaochenQ/Haochen-Blog',
|
source: 'https://github.com/HaochenQ/Haochen-Blog',
|
||||||
tags: ['personal', 'opensource']
|
tags: ['personal', 'opensource']
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Drayman',
|
||||||
|
description: 'Server-side component framework',
|
||||||
|
preview: require('./showcase/drayman.png'),
|
||||||
|
website: 'https://drayman.io/',
|
||||||
|
source: 'https://github.com/Claviz/drayman',
|
||||||
|
tags: ['opensource']
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Nocalhost',
|
title: 'Nocalhost',
|
||||||
description: 'An open-source toolsets help to build cloud-native applications easier and faster.',
|
description: 'An open-source toolsets help to build cloud-native applications easier and faster.',
|
||||||
|
@ -1310,6 +1318,11 @@ const Users: User[] = [
|
||||||
source: 'https://github.com/nocalhost/nocalhost',
|
source: 'https://github.com/nocalhost/nocalhost',
|
||||||
tags: ['opensource', 'i18n']
|
tags: ['opensource', 'i18n']
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
Pro Tip: add your site in alphabetical order.
|
||||||
|
Appending your site here (at the end) is more likely to produce Git conflicts.
|
||||||
|
*/
|
||||||
];
|
];
|
||||||
|
|
||||||
export const TagList = Object.keys(Tags) as TagType[];
|
export const TagList = Object.keys(Tags) as TagType[];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue