@@ -6,25 +6,7 @@ tags: [documentation,vision,roadmap,diagrams,models]
66nav_order : 2.76
77
88requirement : |
9- The architecture documentation **SHOULD** be appropriate in scope and quality for the solution covering (but not exclusively) :-
10-
11- - Architecture Vision
12- - Architecture Roadmap
13- - Layer Diagrams
14- - Capability Model
15- - Non functional requirements
16- - Conceptual Architecture
17- - Logical Architecture
18- - Physical (including network, infrastructure etc.)
19- - Solution Architecture Overview (SDO)
20- - Key Architecture Decisions (KADs)
21- - Data Models
22- - Data Flows
23- - API Specifications
24- - Volume and Performance Models
25- - Architecture Decision Records
26- - Assumption, Risks, Issues and Dependencies
27- - Cyber Assessment Framework compliance
9+ The architecture documentation **SHOULD** be appropriate in scope and quality for the solution covering (but not exclusively) as defined in D06.
2810
2911more_info : |
3012 asd
@@ -50,4 +32,32 @@ further_reading:
5032 content : |
5133 google.com
5234 url : https://www.google.com
35+
36+ documentation :
37+ - Architecture Vision
38+ - Architecture Roadmap
39+ - Layer Diagrams
40+ - Capability Model
41+ - Non functional requirements
42+ - Conceptual Architecture
43+ - Logical Architecture
44+ - Physical (including network, infrastructure etc.)
45+ - Solution Architecture Overview (SDO)
46+ - Key Architecture Decisions (KADs)
47+ - Data Models
48+ - Data Flows
49+ - API Specifications
50+ - Volume and Performance Models
51+ - Architecture Decision Records
52+ - Assumption, Risks, Issues and Dependencies
53+ - Cyber Assessment Framework compliance
54+
5355---
56+
57+ <ul >
58+ {%- for document in page.documentation -%}
59+ <li >
60+ {{ document | markdownify}}
61+ </li >
62+ {% endfor %}
63+ <ul >
0 commit comments