Easy to maintain open source documentation websites.
Find a file
2021-12-21 17:04:39 +01:00
.devcontainer fix(v2): fix too strict markdown frontmatter validation (#4654) 2021-04-21 16:19:55 +02:00
.github fix: declare missing dependencies (#6097) 2021-12-13 09:47:07 +08:00
.husky fix(v2): sitemap plugin should handle siteConfig.trailingSlash automatically (#4950) 2021-06-14 20:04:39 +02:00
__tests__ chore: upgrade TypeScript & other ESLint related deps (#5963) 2021-11-18 21:15:37 +08:00
admin v2.0.0-beta.14 2021-12-21 17:04:39 +01:00
examples docs: refactor styling/theming docs (#6129) 2021-12-19 10:38:58 +08:00
jest feat: doc tags (same as blog tags) (#3646) 2021-08-19 10:31:15 +02:00
packages v2.0.0-beta.14 2021-12-21 17:04:39 +01:00
website v2.0.0-beta.14 2021-12-21 17:04:39 +01:00
.editorconfig Standardize editor configs for cross-platform development (#628) 2018-05-03 10:23:21 -07:00
.eslintignore refactor(plugin-pwa): migrate package to TS (#5941) 2021-11-16 20:38:14 +01:00
.eslintrc.js refactor: unify log format with new logger utility (#5994) 2021-12-20 17:24:59 +01:00
.gitattributes Add .webp to .gitattributes for ignoring 2018-05-03 13:13:03 -07:00
.gitignore refactor: migrate lqip-loader to TS, fix typing for Webpack Loaders (#5779) 2021-10-27 16:38:11 +02: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 prettier ignore versioned sidebars as they are versioned in an invalid shape 2021-12-21 16:50:32 +01:00
.prettierrc chore: upgrade Prettier + regenerate lock file (#5611) 2021-09-30 12:54:17 +02:00
.stylelintignore feat: npm init docusaurus, yarn create docusaurus (#5635) 2021-10-07 16:06:42 +02: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.md prepare 2.0.0-beta.14 2021-12-21 16:40:43 +01:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2018-07-31 19:49:46 -07:00
CONTRIBUTING.md docs: update CONTRIBUTING for website (#6069) 2021-12-08 20:24:44 +08:00
crowdin-v2.yaml docs: fix a typo in CHANGELOG (#5934) 2021-11-12 21:17:59 +08:00
generateExamples.js chore: fix gen script to support TS template (#5722) 2021-10-20 12:45:06 +02:00
jest.config.js refactor(website): polish on Showcase page (#5969) 2021-11-20 18:31:20 +01:00
lerna.json v2.0.0-beta.14 2021-12-21 17:04:39 +01: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: upgrade prettier; rename prettier scripts as format (#6010) 2021-12-01 12:33:22 +01:00
README.md chore(README): fix broken Github Actions Workflow Status icon (#5870) 2021-11-04 19:45:40 +08:00
tsconfig.json chore(v2): TypeScript, use isolatedModules (#4790) 2021-05-14 15:36:55 +02:00
yarn.lock feat(theme-classic): allow stylizing doc paginator arrows (#6053) 2021-12-21 15:55:24 +01:00

Docusaurus

Docusaurus

Twitter Follow npm version Github Actions 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.

Docusaurus v1 doc is available at v1.docusaurus.io and code is available on branch docusaurus-v1

Introduction

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

Short on time? Check out our 5-minute tutorial ⏱️!

Tip: use docusaurus.new to test Docusaurus immediately in a playground.

  • 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

Use the initialization cli to create your site:

npm init docusaurus@latest [name] [template]

Example:

npm init docusaurus@latest my-website classic

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:

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.