diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-14 12:33:07 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-14 12:33:07 +0100 |
commit | 4dc9cf6d6323c5903ab60450e064fbe084856d18 (patch) | |
tree | 0f9fb168743714fa110514beb2af13954a03a1e6 /site/_tocs/architecture/fetched_files.yml | |
parent | 537c48c334739fc93916ee0099fc198725c76a5a (diff) |
webdocs: add architecture section (fetch/toc)
- fix rule in Makefile
- minor change on getting-started TOC
- adjust githut edit url
Change-Id: I63b32dbfc20c6d7e84ccd6ac3552fb9953d3e7d2
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'site/_tocs/architecture/fetched_files.yml')
-rw-r--r-- | site/_tocs/architecture/fetched_files.yml | 48 |
1 files changed, 47 insertions, 1 deletions
diff --git a/site/_tocs/architecture/fetched_files.yml b/site/_tocs/architecture/fetched_files.yml index 4f18585..fd23134 100644 --- a/site/_tocs/architecture/fetched_files.yml +++ b/site/_tocs/architecture/fetched_files.yml @@ -16,8 +16,54 @@ # url_fetch : "GITHUB_FETCH" -commit : "master" +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 +- + 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 |