It is easy to translate a Docusaurus website with its internationalization (i18n) support.| docusaurus.io
The Docusaurus core doesn't provide any feature of its own. All features are delegated to individual plugins: the docs feature provided by the docs plugin; the blog feature provided by the blog plugin; or individual pages provided by the pages plugin. If there are no plugins installed, the site won't contain any routes.| docusaurus.io
Docusaurus uses MDX. Find out more about Docusaurus-specific features when writing Markdown.| docusaurus.io
Docusaurus provides a set of scripts to help you generate, serve, and deploy your website.| docusaurus.io