blob: a16a6ee09ceb9f7f6bf04e2030f40385f7f01890 (
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
# REFERENCE ENTRY:
# -
# url_fetch : gitweb fetch URL (format string with token %repo% %uri%
# GERRIT_FETCH= "https://gerrit.automotivelinux.org/gerrit/gitweb?p=%repo%;a=blob_plain;f=%source%;hb=%commit%"
# GITHUB_FETCH= "https://raw.githubusercontent.com/%repo%/%commit%/%source%"
# repository: git repository name
# GITHUB_EDIT= "https://raw.github.com/%repo%/blob/%commit%/%source%"
# git_commit: git commit when not default
# destination_prefix: optional destination prefix
# documents:
# -
# source : "source patch within url_fetch"
# destination : "optional: destination path default=path.join(destination_prefix+source)"
# label: "optional: friendly name for submenu default=basename(source) overloaded by file content"
# title: "optional: info about document (default label, overloaded by file content)"
#
url_fetch : "GITHUB_FETCH"
url_edit : "GITHUB_EDIT"
git_commit : "master"
#git_commit : # default defined in _tocs/xxxx/latest.yml
#dst_prefix : # destination_path = destination_prefix + (document.destination || document.source)
repositories:
-
git_name : automotive-grade-linux/docs-agl
git_commit: sandbox/sdesneux/aglspecs1.0
src_prefix : docs/agl-specs-v1.0
dst_prefix: specs
documents:
- source: 01-overview.md
label: Overview
- source: 02-architecture.md
label: Architecture
- source: 03-homescreen.md
label: Homescreen
- source: 04-app-fw.md
label: Application Framework
- source: media/AGL module_decomposition_diagram v1.0-rc1.pdf.png
- source: media/Image 10.png
- source: media/Image 14.png
- source: media/Image 15.png
- source: media/Image 16.png
- source: media/Image 17.png
- source: media/Image 21.png
- source: media/Image 22.png
- source: media/Image 23.png
- source: media/Image 24.png
- source: media/Image 25.png
- source: media/Image 26.png
- source: media/Image 27.png
- source: media/Image 28.png
- source: media/Image 29.png
- source: media/Image 30.png
- source: media/Image 39.png
- source: media/Image 40.png
- source: media/Image 41.png
- source: media/Image 60.png
- source: media/Image 8.png
- source: media/Image 9.png
- source: media/picture95.png
- source: media/Smartlink State Diagram.png
-
git_name : automotive-grade-linux/docs-agl
src_prefix : docs/sec-blueprint
dst_prefix: security
documents:
- source: 01-overview.md
label: Overview
- source: 02-plateform-security.md
label: Platform Security
- source: 03-security-concepts.md
label: Security Concepts
- source: 04-adversaries.md
label: Adversaries
- source: 05-threat-analysis.md
label: Threat Analysis
- source: 06-attack-surfaces.md
label: Attack Surfaces
-
git_name : automotive-grade-linux/docs-agl
src_prefix : docs
dst_prefix: components
documents:
- source: app-framework/index.md
destination: app-framework.md
label: Application Framework
- source: signaling/index.md
destination: signaling.md
label: Message signaling
- source: audio/index.md
destination: audio.md
label: Audio Framework
|