Tutorial Intro
Let's discover Docusaurus in less than 5 minutes.
Getting Started
Get started by creating a new site.
Generate a new site
Generate a new Docusaurus site using the OpenAPI template:
npx create-docusaurus-openapi my-website
Start your site
Run the development server:
cd my-website
npx docusaurus start
Your site starts at http://localhost:3000
.
Open openapi.json
and make some edits: the site reloads automatically and displays your changes.