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 2 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 of your site in our showcase:
* - Your site have a stable domain name (for example, site using Netlify domain are not allowed)
* - Code of your site should be publicly available
* - Your site should use minimal customization (because we want to avoid places simple Docusaurus websites in showcase)
slorber marked this conversation as resolved.
Show resolved Hide resolved
*
* 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