mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
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 <slorber@users.noreply.github.com>
This commit is contained in:
parent
bdb7b9bcf3
commit
7f6c4be2f3
1 changed files with 10 additions and 5 deletions
|
@ -8,11 +8,16 @@
|
||||||
/*
|
/*
|
||||||
* ADD YOUR SITE TO DOCUSAURUS SHOWCASE:
|
* ADD YOUR SITE TO DOCUSAURUS SHOWCASE:
|
||||||
*
|
*
|
||||||
* Instructions
|
* Requirements for adding your site to our showcase:
|
||||||
* - add your site in the json array below, in alphabetical order of title
|
* - It is a real site with real content and customizations (different enough from init templates)
|
||||||
* - add a local image preview (decent screenshot of your Docusaurus site)
|
* - 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
|
* Example PR: https://github.com/facebook/docusaurus/pull/3976
|
||||||
*
|
*
|
||||||
|
@ -181,7 +186,7 @@ const users = [
|
||||||
source: 'https://github.com/ataft/flexit-docs',
|
source: 'https://github.com/ataft/flexit-docs',
|
||||||
fbOpenSource: false,
|
fbOpenSource: false,
|
||||||
pinned: false,
|
pinned: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Flux',
|
title: 'Flux',
|
||||||
description: 'Application architecture for building user interfaces',
|
description: 'Application architecture for building user interfaces',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue