blob: a0869d8dda2aa072f81ae1466c97c9582bc9b1e2 [file] [log] [blame]
// header file for arc42-template,
// including all help texts
//
// ====================================
:source-highlighter: highlightjs
:highlightjs-theme: solarized_dark
= OpenKONSEQUENZ - Architecture of the module Statement Public Affairs
Tobias Stummer, Dr. Christopher Keim, Christian Simon
// toc-title definition MUST follow document title without blank line!
:toc-title: Table of Contents
//additional style for arc42 help callouts
ifdef::basebackend-html[]
++++
<style>
.arc42help {font-size:small; width: 14px; height: 16px; overflow: hidden; position: absolute; right: 0px; padding: 2px 0px 3px 2px;}
.arc42help::before {content: "?";}
.arc42help:hover {width:auto; height: auto; z-index: 100; padding: 10px;}
.arc42help:hover::before {content: "";}
@media print {
.arc42help {display:hidden;}
}
</style>
++++
endif::basebackend-html[]
// configure EN settings for asciidoc
include::arch/src/config.adoc[]
This documentation is based on the ARC42-Template (v7.0):
// numbering from here on
:numbered:
<<<<
// 1. Introduction and Goals
include::arch/src/01_introduction_and_goals.adoc[]
<<<<
// 2. Architecture Constraints
include::arch/src/02_architecture_constraints.adoc[]
<<<<
// 3. System Scope and Context
include::arch/src/03_system_scope_and_context.adoc[]
<<<<
// 4. Solution Strategy
include::arch/src/04_solution_strategy.adoc[]
<<<<
// 5. Building Block View
include::arch/src/05_building_block_view.adoc[]
<<<<
// 6. Runtime View
include::arch/src/06_runtime_view.adoc[]
<<<<
// 7. Deployment View
include::arch/src/07_deployment_view.adoc[]
<<<<
// 8. Concepts
include::arch/src/08_concepts.adoc[]
<<<<
// 9. Design Decisions
include::arch/src/09_design_decisions.adoc[]
<<<<
// 10. Quality Scenarios
include::arch/src/10_quality_scenarios.adoc[]
<<<<
// 11. Technical Risks
include::arch/src/11_technical_risks.adoc[]
<<<<
// 12. Glossary
include::arch/src/12_glossary.adoc[]