Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Docusaurus site that can be deployed to Vercel with zero configuration
Docusaurus 2 is a boilerplate template from Vercel's example collection that deploys a Docusaurus documentation site to Vercel with zero configuration.
Docusaurus 2 is a static site generator template maintained by Vercel and distributed as part of the vercel/vercel repository on GitHub. The template provides a working Docusaurus site that you can push to Vercel for automatic build and deployment without manual server setup. It runs on the Docusaurus framework and outputs a static website, typically used for technical documentation, served through Vercel's global edge network.
npx create-docusaurus@latest my-website classic, which creates a new project with the classic documentation layout.docs folder, and publish a documentation site to the internet in minutes.To deploy your own copy, click the Deploy with Vercel button on the template page, which creates a new project from the repository URL. For local development, run npx create-docusaurus@latest my-website classic to scaffold a fresh Docusaurus site in the classic template, then connect that repository to Vercel for automatic builds.
Yes, Docusaurus is an open-source project, and this template is published under Vercel's examples library, which is publicly available on GitHub. You can use and modify it without charge.
It provides a minimal Docusaurus site that is pre-configured to be deployed to Vercel with zero configuration. It includes a classic documentation layout with Markdown support, and it serves as a starting point for building documentation websites.
You can click the Deploy with Vercel button, which clones the repository into a new Vercel project, or you can push the code to your own Git repository and import it into Vercel. Vercel automatically detects the Docusaurus build command and outputs the static site.
Docusaurus is an open-source static site generator designed to help you build documentation websites. It supports Markdown, versioning, sidebar navigation, and localization out of the box.
