From 0963970eacadf8b0b69125f71410180af07d4879 Mon Sep 17 00:00:00 2001 From: kasch309 Date: Fri, 27 Mar 2020 16:36:04 +0100 Subject: [PATCH] add arc42 full file --- documentation/src/docArc42.adoc | 56 +++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 documentation/src/docArc42.adoc diff --git a/documentation/src/docArc42.adoc b/documentation/src/docArc42.adoc new file mode 100644 index 0000000..65b252b --- /dev/null +++ b/documentation/src/docArc42.adoc @@ -0,0 +1,56 @@ +// numbering from here on +:numbered: + +<<< +// 1. Anforderungen und Ziele +include::src/01_introduction_and_goals.adoc[] + +<<< +// 2. Randbedingungen +include::src/02_architecture_constraints.adoc[] + +<<< +// 3. Kontextabgrenzung +include::src/03_system_scope_and_context.adoc[] + +<<< +// 4. Lösungsstrategie +include::src/04_solution_strategy.adoc[] + +<<< +// 5. Bausteinsicht +include::src/05_building_block_view.adoc[] + +<<< +// 6. Laufzeitsicht +include::src/06_runtime_view.adoc[] + +<<< +// 7. Verteilungssicht +include::src/07_deployment_view.adoc[] + +<<< +// 8. Querschnittliche Konzepte +include::src/08_concepts.adoc[] + +<<< +// 9. Entscheidungen +include::src/09_design_decisions.adoc[] + +<<< +// 10. Qualität... +include::src/10_quality_scenarios.adoc[] + +<<< +// 11. Risiken +include::src/11_technical_risks.adoc[] + +<<< +// 12. Glossar +include::src/12_glossary.adoc[] + +''' + +(C) +We acknowledge that this document uses material from the arc42 architecture template, http://www.arc42.de. +Created by Dr. Peter Hruschka & Dr. Gernot Starke. \ No newline at end of file