############################################################################################################## # GLOBAL DOCUMENT # : 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