Docapella
Docapella is a static site generator for technical documentation. It's opinionated and designed to be easy to use, while still being flexible enough to handle most use cases.
It comes with built-in support for, OpenAPI 3.0 specifications, tabs and subtabs, search, and and extendable component system.
The documentation you are currently reading is of course generated with Docapella!
Installation
Currently, Docapella is only available via Cargo . Other installation methods are coming soon.
First install Rust. You can find instructions here .
Then install Docapella:
cargo install --git https://github.com/Doctave/docapella.git docapella
Quick start
Create a a folder for your project
mkdir my-project cd my-project
Initialize the project
docapella init
Start the development server
docapella dev
Open your project in your browser
Open localhost:8080 in your browser to preview your documentation.
Documentation
For more information, see the documentation .