mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 09:19:16 +02:00
docs: add "discord resources" to showcase (#6045)
* Update users.tsx Added Discord Resources website * Add files via upload * Update users.tsx Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
fcaa94695d
commit
866babb6ad
2 changed files with 9 additions and 1 deletions
BIN
website/src/data/showcase/discordresources.png
Normal file
BIN
website/src/data/showcase/discordresources.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 188 KiB |
|
@ -27,7 +27,7 @@ import {sortBy} from '@site/src/utils/jsUtils';
|
|||
* Example PR: https://github.com/facebook/docusaurus/pull/3976
|
||||
*
|
||||
* If you edit this file through the Github interface, you can:
|
||||
* - Submit first your users.js edit PR
|
||||
* - Submit first your users.tsx edit PR
|
||||
* - This will create a branch on your Docusaurus fork (usually "patch-1")
|
||||
* - Go to https://github.com/<username>/docusaurus/tree/<branch>/website/src/data/showcase
|
||||
* - Drag-and-drop an image here to add it to your existing PR
|
||||
|
@ -279,6 +279,14 @@ const Users: User[] = [
|
|||
source: 'https://github.com/boxyhq/website',
|
||||
tags: ['opensource'],
|
||||
},
|
||||
{
|
||||
title: 'Discord Resources',
|
||||
description: 'All Discord resources in one place',
|
||||
preview: require('./showcase/discordresources.png'),
|
||||
website: 'https://discordresources.com/',
|
||||
source: 'https://github.com/Discord-Resources-Wiki/Discord-Resources-Wiki',
|
||||
tags: ['opensource'],
|
||||
},
|
||||
{
|
||||
title: 'Build Tracker',
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue