Docapella is a static site generator that turns your Markdown and OpenAPI specifications into a documentation website.
This project is currently pre 1.0. Some features are still being worked on, and installation is only supported via Cargo.
Occasional breaking changes may occur, but we'll try to keep them to a minimum.
First, install Rust. You can find instructions here.
Next, install Docapella:
cargo install --git https://github.com/Doctave/docapella.git docapellaThe basic commands are:
docapella initThis will create a docapella.yaml file in the current directory and a README.md file.
docapella devThis will start a local server and open your documentation in your browser.
The port defaults to 8080, but can be changed by passing the --port flag.
docapella buildThis will build the project and output the static files to the _build directory, which can be served with any static file server.