Here's a list of projects that we want to feature, in no particular order.
{
caption: 'The Project Name',
image: '/path/to/image',
infoLink: 'www.example.com', // Website. Can be GitHub repo URL if website doesn't exist
fbOpenSource: false,
pinned: false,
},
Tip: This is a beginner level Docusaurus task that requires almost no coding and is more targeted at newcomers to the project and Open Source.
📚 Documentation
We want to feature more Docusaurus users and we need your help!
Docusaurus has a users page where we showcase projects using Docusaurus. This has the benefits of giving projects recognition and also lets the community and new users reference the creative ways of using Docusaurus. For example, Babel implemented the "copy code" button which we copied into our code, Reason has a full-width doc page and Prettier has a playground.
Here's a list of projects that we want to feature, in no particular order.
The process of adding users goes like this:
website-1.x/static/img/users/<project-name-in-lower-snake-case>.{svg/png/jpg}not exceeding 512x512. Look into their website directory or project directory for the logo image file. Try to compress the logo first if possible using Photoshop or some online tools.website-1.x/data/users.jsand add the project into the JS file, sorted alphabetically by caption:yarn lintandyarn prettierbefore submitting the PR.docs: showcase user <project name>.Have you read the Contributing Guidelines on issues?
Yes