forked from pglez82/asw2122_0
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
142 additions
and
46 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
// header file for arc42-template, | ||
// including all help texts | ||
// | ||
// ==================================== | ||
|
||
= image:arc42-logo.png[arc42] Template | ||
// 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::src/config.adoc[] | ||
|
||
|
||
include::src/about-arc42.adoc[] | ||
|
||
// horizontal line | ||
*** | ||
|
||
[role="arc42help"] | ||
**** | ||
[NOTE] | ||
==== | ||
This version of the template contains some help and explanations. | ||
It is used for familiarization with arc42 and the understanding of the concepts. | ||
For documentation of your own system you use better the _plain_ version. | ||
==== | ||
**** | ||
|
||
|
||
// 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. Design Decisions | ||
include::src/09_design_decisions.adoc[] | ||
|
||
<<<< | ||
// 10. Quality Scenarios | ||
include::src/10_quality_scenarios.adoc[] | ||
|
||
<<<< | ||
// 11. Technical Risks | ||
include::src/11_technical_risks.adoc[] | ||
|
||
<<<< | ||
// 12. Glossary | ||
include::src/12_glossary.adoc[] | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.