aboutsummaryrefslogtreecommitdiffstats
path: root/site/_tocs/architecture/fetched_files.yml
blob: f0004ef26505cec542905c0f27e2584346471687 (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
94
95
96
97
98
99
100
101
102
103
104
105
##############################################################################################################
# GLOBAL DOCUMENT
#   <any REPOSITORY option>: global setting
#   repositories: array of objects with documents to fetchd
#
# REPOSITORY ENTRY:
# -
#   url_fetch : gitweb fetch URL (format string with token %repo% %commit% %source%, defined in configuration)
#   url_edit  : gitweb edut URL (format string with token %repo% %commit% %source%, defined in configuration)
#   git_name: repository name (%repo%)
#   git_commit: git reference: revision, SHA1, branch... (%commit%)
#   src_prefix: prefix prepended to %source%
#   dst_prefix: prefix prepended to destination name
#   documents: array of documents to fetch
#
# DOCUMENT ENTRY:
#   source: subpath within repository (%source%)
#   destination: local destination filename
#   label|title: name within TOC
#   edit|editURI: specific edition URI
#
# EXAMPLE:
# ------------------------------------
# url: "GERRIT_FETCH"
# git_commit: "master"
# repositories: 
# -
#    git_name: src/foo
#    src_prefix: docs
#    dst_prefix: foodocs
#    documents:
#       - source: intro.md
#         label: Introduction
#       - source: topic/README.md
#         destination: topic.md
#         label: My Topic
# ------------------------------------
##############################################################################################################

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-threat-analysis.md
          label: Threat Analysis
        - source: 03-attack-surfaces.md
          label: Attack Surfaces
        - source: 04-adversaries.md
          label: Adversaries
        - source: 05-security-concepts.md
          label: Security Concepts
        - source: 06-plateform-security.md
          label: Platform Security
        - source: 07-application-security.md
          label: Application Security
        - source: 08-Hardening.md
          label: Harden Configurations