Skip to content

Commit 7f6c4be

Browse files
lex111slorber
andauthored
misc(v2): add requirements for sites being added to showcase (#4210)
* misc: add requirements for sites being added to showcase * Update users.js * Update website/src/data/users.js Co-authored-by: Sébastien Lorber <[email protected]>
1 parent bdb7b9b commit 7f6c4be

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

website/src/data/users.js

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,16 @@
88
/*
99
* ADD YOUR SITE TO DOCUSAURUS SHOWCASE:
1010
*
11-
* Instructions
12-
* - add your site in the json array below, in alphabetical order of title
13-
* - add a local image preview (decent screenshot of your Docusaurus site)
11+
* Requirements for adding your site to our showcase:
12+
* - It is a real site with real content and customizations (different enough from init templates)
13+
* - It has a stable domain name (a random Netlify/Vercel domain is not allowed)
14+
* - The code is publicly available
1415
*
15-
* The image must be added to the Github repository, and use require("image")
16+
* Instructions:
17+
* - Add your site in the json array below, in alphabetical order of title
18+
* - Add a local image preview (decent screenshot of your Docusaurus site)
19+
*
20+
* The image must be added to the GitHub repository, and use `require("image")`
1621
*
1722
* Example PR: https://github.com/facebook/docusaurus/pull/3976
1823
*
@@ -181,7 +186,7 @@ const users = [
181186
source: 'https://github.com/ataft/flexit-docs',
182187
fbOpenSource: false,
183188
pinned: false,
184-
},
189+
},
185190
{
186191
title: 'Flux',
187192
description: 'Application architecture for building user interfaces',

0 commit comments

Comments
 (0)