Documentation source files for Brokk.
├── *.md # Documentation pages (markdown)
└── images/ # Screenshots and diagrams
The Brokk webapp backend fetches these markdown files from GitHub, converts them to HTML, and serves them via API. Content is cached for 1 hour.
- Edit markdown files directly in this repo
- Place images in
images/and reference as - Changes go live within 1 hour (cache TTL)