Skip to content

Commit

Permalink
docs: add Bruce Wiki website to showcase (#7770)
Browse files Browse the repository at this point in the history
* Update users.tsx

* Add preview image.

* Resize the image.

* Trigger the checks for CLA.

* optimize image

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
  • Loading branch information
recallwei and Josh-Cena committed Jul 14, 2022
1 parent f913af0 commit 443914a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added website/src/data/showcase/bruce-wiki.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions website/src/data/users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,14 @@ const Users: User[] = [
source: null,
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',
description:
Expand Down

0 comments on commit 443914a

Please sign in to comment.