Easy to maintain open source documentation websites.
Find a file
2023-01-05 18:05:17 +01:00
.devcontainer chore: bump devcontainer to node 18 (#7726) 2022-07-06 16:32:08 +08:00
.github chore(deps): bump jakepartusch/wait-for-netlify-action from 1.3 to 1.4 (#8496) 2023-01-04 17:12:12 +01:00
.husky chore: upgrade dependencies, fix lint-staged not outputting formatted log (#7388) 2022-05-10 22:42:45 +08:00
.vscode misc: share .vscode/extensions.json (#7663) 2022-06-23 11:50:47 +08:00
__tests__ chore: upgrade to TS 4.7, compile with NodeNext (#7586) 2022-06-15 19:15:11 +02:00
admin chore: upgrade dependencies (#7993) 2022-09-08 01:31:53 -04:00
examples docs: fix typo 'internalization' (#8323) 2022-11-17 12:08:21 +01:00
jest refactor: handle all admonitions via JSX component (#7152) 2022-06-03 14:26:33 +02:00
packages tutorial use .mdx 2023-01-05 18:05:17 +01:00
website tutorial use .mdx 2023-01-05 18:05:17 +01:00
.cspell.json chore: spell-check test files (#6903) 2022-03-12 15:24:56 +08:00
.editorconfig Standardize editor configs for cross-platform development (#628) 2018-05-03 10:23:21 -07:00
.eslintignore docs: add pincman site to showcase (#7718) 2022-07-06 18:38:10 +02:00
.eslintrc.js feat: add eslint plugin no-html-links (#8156) 2022-12-14 18:28:29 +01:00
.gitattributes refactor(pwa): migrate sw.js to TS (#7467) 2022-05-23 14:22:56 +08:00
.gitignore docs: publish 2.0.0 release blog post + adapt website for the launch (#7863) 2022-08-01 07:51:03 +02:00
.gitpod.yml feat: add Gitpod config for Docusaurus 2 (#2201) 2020-01-12 12:33:21 +08:00
.lintstagedrc.json chore: upgrade dependencies (#6715) 2022-02-19 11:47:44 +08:00
.nvmrc chore: require Node 16.14 (#7501) 2022-05-26 11:44:18 +02:00
.prettierignore refactor(theme-classic): migrate to tsc for build (#7447) 2022-05-18 20:08:09 +08:00
.prettierrc chore: upgrade Prettier + regenerate lock file (#5611) 2021-09-30 12:54:17 +02:00
.stylelintignore refactor(theme-classic): migrate to tsc for build (#7447) 2022-05-18 20:08:09 +08:00
.stylelintrc.js chore: various improvements to repo setup (#6471) 2022-01-26 14:24:15 +08:00
.watchmanconfig misc(v2): make watchman config valid 2020-03-24 12:17:00 +08:00
CHANGELOG.md docs: create Docusaurus v2.2.0 release docs + changelog + release blog post (#8265) 2022-10-29 12:59:20 +02:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2018-07-31 19:49:46 -07:00
CONTRIBUTING.md docs: point to where commit types are listed (#8388) 2022-11-30 13:08:01 +01:00
crowdin-v2.yaml feat(website): improve prism themes (#6214) 2021-12-29 21:25:01 +08:00
jest.config.mjs chore: fix flaky tests (#8259) 2022-10-28 11:46:54 +02:00
lerna.json chore: update lerna to v6.2.0 (#8447) 2022-12-16 15:29:54 +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: update lerna to v6.2.0 (#8447) 2022-12-16 15:29:54 +01:00
project-words.txt docs: add Kinsta to deployment page (#8375) 2022-12-07 16:28:54 +01:00
README.md docs: remove mention of "template" from README installation (#7208) 2022-04-19 22:22:06 +08:00
tsconfig.json chore: upgrade to TS 4.7, compile with NodeNext (#7586) 2022-06-15 19:15:11 +02:00
yarn.lock chore(deps): bump json5 from 1.0.1 to 1.0.2 (#8502) 2023-01-04 18:35:59 +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 Deploy with Vercel Deploy to Netlify

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

Read the docs for any further information.

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.