mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 02:08:55 +02:00
docs: add Bruce Wiki website to showcase (#7770)
* Update users.tsx * Add preview image. * Resize the image. * Trigger the checks for CLA. * optimize image Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
f913af0d69
commit
443914a579
2 changed files with 8 additions and 0 deletions
BIN
website/src/data/showcase/bruce-wiki.png
Normal file
BIN
website/src/data/showcase/bruce-wiki.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
|
@ -260,6 +260,14 @@ const Users: User[] = [
|
||||||
source: null,
|
source: null,
|
||||||
tags: ['product', 'design'],
|
tags: ['product', 'design'],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "Bruce's Wiki",
|
||||||
|
description: 'A personal wiki by Bruce Song',
|
||||||
|
preview: require('./showcase/bruce-wiki.png'),
|
||||||
|
website: 'https://bruce-wiki.vercel.app/',
|
||||||
|
source: 'https://github.com/recallwei/wiki',
|
||||||
|
tags: ['opensource', 'design', 'personal'],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Build Tracker',
|
title: 'Build Tracker',
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue