One source of truth
Docs sit next to the code in the same repository. They branch, merge, and version with it — no more wikis drifting out of date.
Plain-text source. Version control. Peer review. An automated build. The same discipline you trust for software, applied to the documentation around it.
Docs sit next to the code in the same repository. They branch, merge, and version with it — no more wikis drifting out of date.
Changes go through pull requests. Every edit is diffable, discussable, and traceable to a reason and an author.
CI turns plain text into polished HTML, PDF, or a wiki — on every commit. Publishing stops being a manual chore.
Docs-as-Code is a way of working: lightweight markup, a version-control system, reviews, and a build pipeline. The tools are interchangeable — the principles are what matter.
Write, version, build, publish — the same loop your code already follows.
Open your editor. Write AsciiDoc or Markdown. Sketch diagrams as text right beside the prose.
Every change is tracked, attributable, and revertible. Branch for big edits, review before merge.
A pipeline transforms the source into HTML, PDF, or Confluence pages — automatically.
The output deploys like any other artifact. The latest docs are always one commit away.
docToolchain wires the whole loop together — AsciiDoc, PlantUML, arc42 templates, and exports to HTML, PDF, and Confluence. Open source, batteries included.