diff options
author | 2019-02-24 18:46:19 +0100 | |
---|---|---|
committer | 2019-02-24 18:46:19 +0100 | |
commit | ef645c361358270b631f8d0971b8210bed070373 (patch) | |
tree | d253770b345cf9f2bd592720d65f44a98560a8c6 /content/tocs | |
parent | f00f68e3aff82781b82e3162026d899b3b8d946f (diff) |
sections architecture getting started: updated
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
Diffstat (limited to 'content/tocs')
-rw-r--r-- | content/tocs/architecture/section_flounder.yml | 11 | ||||
-rw-r--r-- | content/tocs/architecture/section_master.yml | 11 | ||||
-rw-r--r-- | content/tocs/getting_started/section_flounder.yml | 7 | ||||
-rw-r--r-- | content/tocs/getting_started/section_master.yml | 3 |
4 files changed, 10 insertions, 22 deletions
diff --git a/content/tocs/architecture/section_flounder.yml b/content/tocs/architecture/section_flounder.yml index 20aa1d6..8f74d2c 100644 --- a/content/tocs/architecture/section_flounder.yml +++ b/content/tocs/architecture/section_flounder.yml @@ -6,13 +6,10 @@ git_commit : "sandbox/benierc/newdocs" name: Developer Guides template: generated_index.html books: -# FIXME: fix support of pdf source -# - -# id: agl_specifications-flounder -# url_fetch: AGL_GITHUB_FETCH -# git_name: automotive-grade-linux/docs-sources -# dst_prefix: AGL_Specifications -# path: docs/agl-specs-book.yml +- + id: agl-specifications + path: https://wiki.automotivelinux.org/_media/agl_spec_v1.0_final.pdf + name: AGL Requirements Specifications - id: security_blueprint-flounder url_fetch: AGL_GITHUB_FETCH diff --git a/content/tocs/architecture/section_master.yml b/content/tocs/architecture/section_master.yml index 7764a1c..2ce9e31 100644 --- a/content/tocs/architecture/section_master.yml +++ b/content/tocs/architecture/section_master.yml @@ -6,13 +6,10 @@ git_commit : "sandbox/benierc/newdocs" name: Developer Guides template: generated_index.html books: -# FIXME: fix support of pdf source -# - -# id: agl_specifications -# url_fetch: AGL_GITHUB_FETCH -# git_name: automotive-grade-linux/docs-sources -# dst_prefix: AGL_Specifications -# path: docs/agl-specs-book.yml +- + id: agl-specifications + path: https://wiki.automotivelinux.org/_media/agl_spec_v1.0_final.pdf + name: AGL Requirements Specifications - id: security_blueprint url_fetch: AGL_GITHUB_FETCH diff --git a/content/tocs/getting_started/section_flounder.yml b/content/tocs/getting_started/section_flounder.yml index 3e05b78..51644bf 100644 --- a/content/tocs/getting_started/section_flounder.yml +++ b/content/tocs/getting_started/section_flounder.yml @@ -1,19 +1,16 @@ url_fetch : "GERRIT_FETCH" -git_commit : "flounder" name: Getting started template: generated_index.html books: - - id: image-development-workflow-flounder + id: flounder-image-development-workflow url_fetch: AGL_GITHUB_FETCH url_edit: AGL_GITHUB_EDIT - # FIXME: delete line below to switch back to AGL_GERRIT_BRANCH - git_commit: sandbox/benierc/newdocs git_name: automotive-grade-linux/docs-sources path: docs/getting-started-book.yml - - id: apps-homescreen-flounder + id: flounder-apps-homescreen url_fetch: GERRIT_FETCH git_name: apps/homescreen dst_prefix: homescreen diff --git a/content/tocs/getting_started/section_master.yml b/content/tocs/getting_started/section_master.yml index 418c3b0..4777c8d 100644 --- a/content/tocs/getting_started/section_master.yml +++ b/content/tocs/getting_started/section_master.yml @@ -1,5 +1,4 @@ url_fetch : "GERRIT_FETCH" -git_commit : "AGL_GERRIT_BRANCH" name: Getting started template: generated_index.html @@ -8,8 +7,6 @@ books: id: image-development-workflow url_fetch: AGL_GITHUB_FETCH url_edit: AGL_GITHUB_EDIT - # FIXME: delete line below to switch back to AGL_GERRIT_BRANCH - git_commit: sandbox/benierc/newdocs git_name: automotive-grade-linux/docs-sources path: docs/getting-started-book.yml - |