Useful Commands
Available Scripts
From the docs/ directory, you can run:
| Command | Description |
|---|---|
pnpm dev | Start development server with live reload |
pnpm build | Build production-ready documentation |
pnpm serve | Serve built documentation locally |
pnpm clean | Clear Docusaurus cache |
pnpm typecheck | Run TypeScript type checking |
pnpm lint | Run ESLint on documentation files |
pnpm lint:fix | Auto-fix linting issues |
pnpm generate:api-specs | Generate merged API specifications |