Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misc: add requirements for sites being added to showcase #4210

Merged
merged 3 commits into from
Feb 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -172,7 +177,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