mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-01 16:00:29 +02:00
docs: add Reddit Image Fetcher site to showcase (#6856)
* Add reddit-image-fetcher.png to showcase * Add Reddit Image Fetcher to users.tsx * Update reddit-image-fetcher.png with correct dimension * optimize image * Set Reddit Image Fetcher's source as `null` and remove open source tag Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
2059e53e5d
commit
567b03d63d
2 changed files with 8 additions and 0 deletions
BIN
website/src/data/showcase/reddit-image-fetcher.png
Normal file
BIN
website/src/data/showcase/reddit-image-fetcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
|
@ -1362,6 +1362,14 @@ const Users: User[] = [
|
|||
source: 'https://github.com/redis-developer/redis-developer.github.io',
|
||||
tags: ['opensource', 'product', 'design', 'favorite'],
|
||||
},
|
||||
{
|
||||
title: 'Reddit Image Fetcher',
|
||||
description: 'A JavaScript package for fetching reddit images, memes, wallpapers and more',
|
||||
preview: require('./showcase/reddit-image-fetcher.png'),
|
||||
website: 'https://arifszn.github.io/reddit-image-fetcher',
|
||||
source: null,
|
||||
tags: [],
|
||||
},
|
||||
{
|
||||
title: 'Refine',
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue