Easy to maintain open source documentation websites.
Find a file
Sébastien Lorber 3422f80a9a
chore: simplify CI setup (#4447)
* improve ci

* improve ci

* use actions/setup-node@v2 everywhere

* run pwd for test

* debug gh action

* debug glob CI issue?

* Separate v1/v2 tests due to shell conflict

* cleanup

* test v1 change

* circleci fix

* fix test docusaurus v1 paths

* Refactor CI script names and use paths to filter  actions from running unnecessary

* fix lighthouse url

* v1 tests runInBand

* try to fix v1 tests race conditions

* change rootDir for v1 tests

* minor CI improvements
2021-03-18 17:40:28 +01:00
.circleci chore: simplify CI setup (#4447) 2021-03-18 17:40:28 +01:00
.devcontainer chore: add DevContainer config for GitHub codespaces (#4003) 2021-01-11 14:54:47 +01:00
.github chore: simplify CI setup (#4447) 2021-03-18 17:40:28 +01:00
.husky chore(v2): upgrade dependencies + require Node 12 (#4223) 2021-02-18 15:12:42 +01:00
__tests__ chore: simplify CI setup (#4447) 2021-03-18 17:40:28 +01:00
admin chore(v1): release docusaurus v1.14.7 (#4372) 2021-03-09 16:05:58 +01:00
examples chore(v2): upgrade example projects (#4399) 2021-03-11 17:01:04 +01:00
jest refactor(v2): i18n cleanups / refactors (#4405) 2021-03-15 18:02:53 +01:00
packages chore: simplify CI setup (#4447) 2021-03-18 17:40:28 +01:00
website chore: simplify CI setup (#4447) 2021-03-18 17:40:28 +01:00
website-1.x chore: simplify CI setup (#4447) 2021-03-18 17:40:28 +01:00
.editorconfig Standardize editor configs for cross-platform development (#628) 2018-05-03 10:23:21 -07:00
.eslintignore chore(v1): add missing generated files from v1 to ignores (#3872) 2020-12-03 18:13:44 +01:00
.eslintrc.js chore(v2): Fix linter warnings (#4442) 2021-03-17 17:28:42 +01:00
.gitattributes Add .webp to .gitattributes for ignoring 2018-05-03 13:13:03 -07:00
.gitignore chore: simplify CI setup (#4447) 2021-03-18 17:40:28 +01:00
.gitpod.yml feat: add Gitpod config for Docusaurus 2 (#2201) 2020-01-12 12:33:21 +08:00
.nvmrc refactor(v2): i18n cleanups / refactors (#4405) 2021-03-15 18:02:53 +01:00
.prettierignore chore: simplify CI setup (#4447) 2021-03-18 17:40:28 +01:00
.prettierrc chore(v2): update Prettier config (#2542) 2020-04-05 23:51:47 +08:00
.stylelintrc.js fix(v2): improve stylelint copyright header rule (#2363) 2020-03-07 11:49:52 +08:00
.watchmanconfig misc(v2): make watchman config valid 2020-03-24 12:17:00 +08:00
babel.config.js chore: yearless copyright headers for source code (#2320) 2020-02-25 23:12:28 +08:00
CHANGELOG-2.x.md chore(v2): prepare v2.0.0.alpha-72 release (#4440) 2021-03-16 14:30:54 +03:00
CHANGELOG.md chore(v1): release docusaurus v1.14.7 (#4372) 2021-03-09 16:05:58 +01:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2018-07-31 19:49:46 -07:00
CONTRIBUTING.md docs(v2): docs typos (#3252) 2020-08-11 13:51:00 +02:00
crowdin-v1.yml fix(v1): Fix v1 site deployment with Crowdin again... (#4410) 2021-03-12 11:41:53 +01:00
crowdin-v2.yaml docs(v2): i18n doc + polish (#4014) 2021-01-19 17:26:31 +01:00
generateExamples.js polish(v2): improve codesandbox template package.json (#4074) 2021-01-20 13:29:45 +01:00
jest.config.js chore: simplify CI setup (#4447) 2021-03-18 17:40:28 +01:00
jest.config.v1.js chore: simplify CI setup (#4447) 2021-03-18 17:40:28 +01:00
lerna.json chore(v2): prepare v2.0.0.alpha-72 release (#4440) 2021-03-16 14:30:54 +03:00
LICENSE chore: yearless copyright headers for source code (#2320) 2020-02-25 23:12:28 +08:00
LICENSE-docs Docusaurus documentation license (#118) 2017-10-06 12:59:01 -07:00
package.json chore: simplify CI setup (#4447) 2021-03-18 17:40:28 +01:00
README.md docs(v2): move migrated sites from v1 to v2 showcase (#4296) 2021-02-26 17:15:38 +01:00
tsconfig.json refactor(v2): TS config update: reduce the size of npm modules (#4375) 2021-03-17 16:25:42 +01:00
yarn.lock chore(v2): update typescript-eslint to v4.18.0 (#4452) 2021-03-18 16:10:16 +01:00

Docusaurus

Docusaurus

Twitter Follow npm version CircleCI status PRs Welcome Discord Chat code style: prettier Tested with Jest Gitpod Ready-to-Code Netlify Status CI Score

We are working hard on Docusaurus v2. If you are new to Docusaurus, try using the new version instead of v1. See the Docusaurus v2 website for more details.

Introduction

Docusaurus is a project for building, deploying, and maintaining open source project websites easily.

Use new.docusaurus.io to test Docusaurus immediately in CodeSandbox.

  • Simple to Start

Docusaurus is built in a way so that it can get running in as little time as possible. We've built Docusaurus to handle the website build process so you can focus on your project.

  • Localizable

Docusaurus ships with localization support via CrowdIn. Empower and grow your international community by translating your documentation.

  • Customizable

While Docusaurus ships with the key pages and sections you need to get started, including a home page, a docs section, a blog, and additional support pages, it is also customizable as well to ensure you have a site that is uniquely yours.

Installation

Docusaurus is available as the docusaurus package on npm.

We have also released the docusaurus-init package to make getting started with Docusaurus even easier.

Contributing

We've released Docusaurus because it helps us better scale and supports the many OSS projects at Facebook. We hope that other organizations can benefit from the project. We are thankful for any contributions from the community.

Code of Conduct

Facebook has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

Contributing guide

Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Docusaurus.

Beginner-friendly bugs

To help you get your feet wet and get you familiar with our contribution process, we have a list of beginner-friendly bugs that might contain smaller issues to tackle first. This is a great place to get started.

Contact

We have a few channels for contact:

  • Discord with two text channels:
    • #docusaurus-users for those using Docusaurus.
    • #docusaurus-dev for those wanting to contribute to the Docusaurus core.
  • @docusaurus on Twitter
  • GitHub Issues

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Backers

Thank you to all our backers! 🙏 Become a backer

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. Become a sponsor

License

Docusaurus is MIT licensed.

The Docusaurus documentation (e.g., .md files in the /docs folder) is Creative Commons licensed.

Special thanks

BrowserStack logo

BrowserStack supports us with free access for open source.

Rocket Validator logo

Rocket Validator helps us find HTML markup or accessibility issues.