The Advanced Level Curriculum ADOC: The goal of this module is to equip architects with the knowledge and capabilities to create and maintain effective architecture documentation of software systems.
This is copyrighted work.
| Version | Date | Comments |
|---|---|---|
2025.1 |
2025 |
Updated references, included docs-as-code, included LLMs/AI (see changelog.md for details). Consistent wording for learning goals. |
2021.1 |
2021 |
Major content overhaul, migrating to AsciiDoc, first English version. Several updated learning goals. |
1.6-DE |
2018 |
Minor fixes, not sync’ed with EN version |
1.5-EN |
2018 |
Preliminary translation |
1.5-DE |
2018 |
Minor update of German version |
Architects and development teams need to effectively and efficiently communicate and document their architecture. This module provides the methodical and practical foundation.
Via SSH:
git clone [email protected]:isaqb-org/curriculum-adoc.git --recursive
Via HTTPS:
git clone https://github.com/isaqb-org/curriculum-adoc.git --recursivePrerequisite: You need a Java Runtime(tm) 17 or higher installed.
You build the output documents with gradle: ./gradle-tools/gradlew buildDocs
That will produce both pdf and html output in German (DE) and English (EN), unless you modify the configuration.
This repository is currently maintained by Gernot Starke, Stefan Zörner and Benjamin Wolf.
It was forked from https://github.com/isaqb-org/advanced-template, so the contributors of that project basically contributed to this one, too. Thanx, Benjamin Wolf (@programming-wolf) for providing such a useful template
