mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
docs: Add whirl.codes to showcase (#5591)
* added for whirl * Update users.tsx * Delete unknown[2].png * Add files via upload * Update users.tsx
This commit is contained in:
parent
19b27ef73b
commit
57c7a302fa
Binary file not shown.
|
After Width: | Height: | Size: 96 KiB |
|
|
@ -1302,6 +1302,15 @@ const Users: User[] = [
|
|||
source: 'https://github.com/Wisdom/dev-docs',
|
||||
tags: ['opensource', 'design', 'product'],
|
||||
},
|
||||
{
|
||||
title: 'Whirl',
|
||||
description:
|
||||
'Whirl\'s Personal Website and Blog',
|
||||
preview: require('./showcase/whirlcodes.png'),
|
||||
website: 'https://whirl.codes',
|
||||
source: 'https://github.com/whirl21/website',
|
||||
tags: ['opensource', 'personal']
|
||||
},
|
||||
{
|
||||
title: 'KubeVela',
|
||||
description:
|
||||
|
|
@ -1390,7 +1399,8 @@ const Users: User[] = [
|
|||
website: 'https://nocalhost.dev/',
|
||||
source: 'https://github.com/nocalhost/nocalhost',
|
||||
tags: ['opensource', 'i18n']
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
/*
|
||||
Pro Tip: add your site in alphabetical order.
|
||||
|
|
|
|||
Loading…
Reference in New Issue