File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 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' ,
You can’t perform that action at this time.
0 commit comments