docs-as-code

Docs-as-Code Toolkit

Docs-as-Code

docs-as-code-toolkit-logo

Part of the Docs-as-Code Toolkit
β†’ https://github.com/docs-as-code-toolkit

Build documentation like software.

Versioned. Reproducible. Automated.


🎯 What this is

This is not just a collection of repositories.

It’s a complete Docs-as-Code ecosystem that helps you:


🧩 The Toolkit

πŸ”§ Infrastructure

docs-toolbox A Docker image with everything you need:

πŸ‘‰ Run the same environment locally and in CI.


🎨 Presentation

asciidoc-style (coming soon) Reusable styling for:


🧠 Automation

doc-generators (planned) Generate dynamic documentation:


🌐 Example / Showcase

profile Real-world usage of the toolkit:

πŸ‘‰ Profile of Dieter Baier.


🧭 Philosophy

Write once. Publish everywhere.

Documentation should be:


πŸš€ Getting started

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 -v

πŸ’¬ Discussions

Have questions, ideas, or feedback?

πŸ‘‰ Use the Discussions tab to:


🀝 Why this matters

Documentation is often:

This approach turns it into something that actually scales.


πŸ‘€ Author

Created by Dieter Baier Software Architect Β· Docs-as-Code enthusiast