diff --git a/website/src/data/showcase/drayman.png b/website/src/data/showcase/drayman.png new file mode 100644 index 0000000000..3b64554522 Binary files /dev/null and b/website/src/data/showcase/drayman.png differ diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index 94794c73fd..dc5b7cec0f 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -1302,6 +1302,14 @@ const Users: User[] = [ source: 'https://github.com/HaochenQ/Haochen-Blog', 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', 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', 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[];