
Docusaurus
Open source documentation framework
Docusaurus is an open-source static site generator built by Meta specifically for creating documentation websites. Powered by React and MDX, it lets teams write docs in Markdown while embedding interactive React components directly in the content. Docusaurus supports document versioning to keep docs aligned with software releases, built-in internationalization for multi-language sites, and Algolia-powered search. It generates static HTML following the PRPL pattern for fast loading, then hydrates into a single-page app for smooth client-side navigation. Docusaurus is used by Redux, Testing Library, Temporal, and hundreds of other open-source projects and companies.



