Part of the Docs-as-Code Toolkit
→ https://github.com/docs-as-code-toolkit
Build documentation like software.
Versioned. Reproducible. Automated.
This is not just a collection of repositories.
It’s a complete Docs-as-Code ecosystem that helps you:
- eliminate "works on my machine"
- unify local and CI environments
- structure and connect architecture documentation
- treat documentation as a first-class artifact
docs-toolbox A Docker image with everything you need:
- Asciidoctor
- Pandoc
- Graphviz
- ...
👉 Run the same environment locally and in CI.
asciidoc-style (coming soon) Reusable styling for:
- architecture documentation
- websites
- CVs
doc-generators (planned) Generate dynamic documentation:
- cross-links
- traceability
- architecture views
profile Real-world usage of the toolkit:
- personal website
- CV generation
- architecture documentation
Write once. Publish everywhere.
Documentation should be:
- ✔ versioned
- ✔ testable
- ✔ reproducible
- ✔ automatable
Run your documentation build inside a reproducible environment:
docker run --rm \
-v $(pwd):/app \
-w /app \
ghcr.io/docs-as-code-toolkit/docs-toolbox:latest \
asciidoctor -vHave questions, ideas, or feedback?
👉 Use the Discussions tab to:
- ask questions
- share ideas
- show how you use the toolkit
Documentation is often:
- outdated
- inconsistent
- hard to maintain
This approach turns it into something that actually scales.
Created by Dieter Baier Software Architect · Docs-as-Code enthusiast
