Skip to content

Commit 443914a

Browse files
recallweiJosh-Cena
andauthoredJul 14, 2022
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>
1 parent f913af0 commit 443914a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
 
59.2 KB
Loading

‎website/src/data/users.tsx

+8
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,14 @@ const Users: User[] = [
260260
source: null,
261261
tags: ['product', 'design'],
262262
},
263+
{
264+
title: "Bruce's Wiki",
265+
description: 'A personal wiki by Bruce Song',
266+
preview: require('./showcase/bruce-wiki.png'),
267+
website: 'https://bruce-wiki.vercel.app/',
268+
source: 'https://github.com/recallwei/wiki',
269+
tags: ['opensource', 'design', 'personal'],
270+
},
263271
{
264272
title: 'Build Tracker',
265273
description:

0 commit comments

Comments
 (0)
Please sign in to comment.