docstone
v0.1.3
Published
Generate beautiful static documentation from OpenAPI specs
Maintainers
Readme
Slate
Beautiful API documentation from OpenAPI specs.
Usage
Development
Start a dev server with hot reload:
npx slate dev ./openapi.json
# or with a URL
npx slate dev https://api.example.com/openapi.jsonBuild
Generate static documentation:
npx slate build ./openapi.jsonOutput is in ./dist - deploy it anywhere.
Features
- Three-panel Slate-style layout
- Syntax-highlighted code examples (cURL, JavaScript, Python)
- Search endpoints
- Scroll-synced code panel
- Fully static output
Tech Stack
- Vite + React + Tailwind CSS
- Shiki for syntax highlighting
