Skip to content

Commit

Permalink
misc(v2): add requirements for sites being added to showcase (#4210)
Browse files Browse the repository at this point in the history
* misc: add requirements for sites being added to showcase

* Update users.js

* Update website/src/data/users.js

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
  • Loading branch information
lex111 and slorber authored Feb 10, 2021
1 parent bdb7b9b commit 7f6c4be
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions website/src/data/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@
/*
* ADD YOUR SITE TO DOCUSAURUS SHOWCASE:
*
* Instructions
* - add your site in the json array below, in alphabetical order of title
* - add a local image preview (decent screenshot of your Docusaurus site)
* Requirements for adding your site to our showcase:
* - It is a real site with real content and customizations (different enough from init templates)
* - It has a stable domain name (a random Netlify/Vercel domain is not allowed)
* - The code is publicly available
*
* The image must be added to the Github repository, and use require("image")
* Instructions:
* - Add your site in the json array below, in alphabetical order of title
* - Add a local image preview (decent screenshot of your Docusaurus site)
*
* The image must be added to the GitHub repository, and use `require("image")`
*
* Example PR: https://github.com/facebook/docusaurus/pull/3976
*
Expand Down Expand Up @@ -181,7 +186,7 @@ const users = [
source: 'https://github.com/ataft/flexit-docs',
fbOpenSource: false,
pinned: false,
},
},
{
title: 'Flux',
description: 'Application architecture for building user interfaces',
Expand Down

0 comments on commit 7f6c4be

Please sign in to comment.