
Docusaurus
Meta's React-based documentation site generator powered by MDX.
Docusaurus is an open-source documentation site generator from Meta. Content is written in markdown or MDX (markdown with embedded React components), and the build produces a fast, versioned documentation website.
It handles docs versioning, localization, a blog, and search out of the box, which is why many major open-source projects — React Native among them — run their documentation on it.
Similar markdown tools
Docsify
Renders a docs site from markdown files on the fly — no build step.
GitBook
Hosted documentation platform that syncs with markdown in Git.
MkDocs
Fast, simple project documentation from markdown files.
Teedoc
Static documentation site generator for multi-docs websites.
Wiki.js
Modern self-hosted wiki with a first-class markdown editor.
Writerside
JetBrains' documentation IDE with markdown authoring.
Try markdown before you install anything
The free online markdown editor gives you a live side-by-side preview in the browser — a quick way to test the syntax Docusaurus uses, with nothing to download or sign up for.
Open the editor