mirror of
https://github.com/Noratrieb/crapderive.git
synced 2026-01-14 08:35:09 +01:00
88 lines
1.7 KiB
Text
88 lines
1.7 KiB
Text
// header file for arc42-template,
|
|
// including all help texts
|
|
//
|
|
// ====================================
|
|
|
|
= Crapderive
|
|
// toc-title definition MUST follow document title without blank line!
|
|
:toc-title: Table of Contents
|
|
|
|
//additional style for arc42 help callouts
|
|
ifdef::backend-html5[]
|
|
++++
|
|
<style>
|
|
.arc42help {font-size:small; width: 14px; height: 16px; overflow: hidden; position: absolute; right: 0; padding: 2px 0 3px 2px;}
|
|
.arc42help::before {content: "?";}
|
|
.arc42help:hover {width:auto; height: auto; z-index: 100; padding: 10px;}
|
|
.arc42help:hover::before {content: "";}
|
|
@media print {
|
|
.arc42help {display:none;}
|
|
}
|
|
</style>
|
|
++++
|
|
endif::backend-html5[]
|
|
|
|
// configure EN settings for asciidoc
|
|
include::src/config.adoc[]
|
|
|
|
// horizontal line
|
|
***
|
|
|
|
|
|
|
|
|
|
// numbering from here on
|
|
:numbered:
|
|
|
|
<<<<
|
|
// 1. Introduction and Goals
|
|
include::src/01_introduction_and_goals.adoc[]
|
|
|
|
<<<<
|
|
// 2. Architecture Constraints
|
|
include::src/02_architecture_constraints.adoc[]
|
|
|
|
<<<<
|
|
// 3. System Scope and Context
|
|
include::src/03_system_scope_and_context.adoc[]
|
|
|
|
<<<<
|
|
// 4. Solution Strategy
|
|
include::src/04_solution_strategy.adoc[]
|
|
|
|
<<<<
|
|
// 5. Building Block View
|
|
include::src/05_building_block_view.adoc[]
|
|
|
|
<<<<
|
|
// 6. Runtime View
|
|
include::src/06_runtime_view.adoc[]
|
|
|
|
<<<<
|
|
// 7. Deployment View
|
|
include::src/07_deployment_view.adoc[]
|
|
|
|
<<<<
|
|
// 8. Concepts
|
|
include::src/08_concepts.adoc[]
|
|
|
|
<<<<
|
|
// 9. Architecture Decisions
|
|
include::src/09_architecture_decisions.adoc[]
|
|
|
|
<<<<
|
|
// 10. Quality Requirements
|
|
include::src/10_quality_requirements.adoc[]
|
|
|
|
<<<<
|
|
// 11. Technical Risks
|
|
include::src/11_technical_risks.adoc[]
|
|
|
|
<<<<
|
|
// 12. Glossary
|
|
include::src/12_glossary.adoc[]
|
|
|
|
|
|
***
|
|
|
|
include::src/about-arc42.adoc[]
|