blob: 05f8416e4f96e79589d9eadff8feeb1da7b38734 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# WARNING:
# - TOC should reference .HTML and .md (Index OK but Error 404)
# - do not forget to run 'docbuild --tocs' after any changes
name: Architecture Guides
template: generated_index.html
children:
-
name: AGL Specifications 1.0
children:
- url: reference/specs/01-overview.html
- url: reference/specs/02-architecture.html
- url: reference/specs/03-homescreen.html
- url: reference/specs/04-app-fw.html
-
name: Security Blueprint
children:
- url: reference/security/01-overview.html
- url: reference/security/02-plateform-security.html
- url: reference/security/03-security-concepts.html
- url: reference/security/04-adversaries.html
- url: reference/security/05-threat-analysis.html
- url: reference/security/06-attack-surfaces.html
-
name: Components
children:
- url: reference/components/app-framework.html
- url: reference/components/signaling.html
- url: reference/components/audio.html
|