This documentation generated by docuowl.
- Install docuowl from instructions in their repository.
- Run this command:
docuowl --input docs --output docs_html
- Render documentation with instructions in upper section.
- Install docker and docker-compose.
- Run:
docker compose up -d
. - Server is accessible from 127.0.0.1:8080.
- For one in your current terminal run:
alias refresh="docker compose down; docuowl --input docs --output docs_html; docker compose up -d"
- After that, you can simply run
refresh
and refresh current structure documentation.