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 | |
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')
-rw-r--r-- | site/_tocs/architecture/fetched_files.yml | 48 | ||||
-rw-r--r-- | site/_tocs/architecture/toc_dev_en.yml | 24 | ||||
-rw-r--r-- | site/_tocs/getting_started/fetched_files.yml | 2 | ||||
-rw-r--r-- | site/_tocs/getting_started/toc_dev_en.yml | 2 |
4 files changed, 73 insertions, 3 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 diff --git a/site/_tocs/architecture/toc_dev_en.yml b/site/_tocs/architecture/toc_dev_en.yml index ada3ecc..a707768 100644 --- a/site/_tocs/architecture/toc_dev_en.yml +++ b/site/_tocs/architecture/toc_dev_en.yml @@ -5,4 +5,28 @@ name: Architecture Guides template: generated_index.html children: +- + name: AGL Specifications 1.0 + cildren: + - url: reference/security/01-overview.html + - url: reference/security/02-architecture.html + - url: reference/security/03-homescreen.html + - url: reference/security/04-app-fw.html +- + name: Security Blueprint + children: + - url: reference/security/01-overview.html + - url: reference/security/02-plateform-securiry.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-surface.html +- + name: Components + children: + - url: reference/components/app-framework.html + - url: reference/components/signaling.html + - url: reference/components/audio.html + + diff --git a/site/_tocs/getting_started/fetched_files.yml b/site/_tocs/getting_started/fetched_files.yml index 3dc750c..b2e5432 100644 --- a/site/_tocs/getting_started/fetched_files.yml +++ b/site/_tocs/getting_started/fetched_files.yml @@ -34,7 +34,7 @@ repositories: - source: machines/raspberrypi.md label: Build for Raspberry PI 2/3 - source: troubleshooting.md - label: Troubleshooting + label: Generic issues - source: footers/porter-footer.md label: Porter board - source: footers/raspberrypi-footer.md diff --git a/site/_tocs/getting_started/toc_dev_en.yml b/site/_tocs/getting_started/toc_dev_en.yml index 44bcfe8..2681bb8 100644 --- a/site/_tocs/getting_started/toc_dev_en.yml +++ b/site/_tocs/getting_started/toc_dev_en.yml @@ -13,7 +13,7 @@ children: - url: reference/machines/porter.html - url: reference/machines/raspberrypi.html - - name: Known Issues + name: Troubleshooting children: - url: reference/troubleshooting.html - url: reference/footers/porter-footer.html |