diff options
author | Clément Bénier <clement.benier@iot.bzh> | 2019-02-24 18:18:53 +0100 |
---|---|---|
committer | Clément Bénier <clement.benier@iot.bzh> | 2019-02-24 18:18:53 +0100 |
commit | f00f68e3aff82781b82e3162026d899b3b8d946f (patch) | |
tree | 9a44b3a54d243cb4d45f8bb4524fc74ee79d44c4 | |
parent | 46c7f782edc47fc3bb58b149ec1e0c4a37fa7d66 (diff) |
devguides sections: updated
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
-rw-r--r-- | content/tocs/devguides/section_flounder.yml | 37 | ||||
-rw-r--r-- | content/tocs/devguides/section_master.yml | 42 |
2 files changed, 50 insertions, 29 deletions
diff --git a/content/tocs/devguides/section_flounder.yml b/content/tocs/devguides/section_flounder.yml index 0fbb492..544ba4e 100644 --- a/content/tocs/devguides/section_flounder.yml +++ b/content/tocs/devguides/section_flounder.yml @@ -16,11 +16,6 @@ books: id: meta-agl-devel-guides-flounder git_name: AGL/meta-agl-devel path: docs/devguides-book.yml -#- -# url_fetch: https://iot.bzh/download/public/2016/%source% -# dst_prefix: iotbzh2016 -# documents: -# - source: appfw/03-AGL-AppFW-Privileges-Management.pdf - id: host-configuration-developer-guides-flounder url_fetch: GITHUB_FETCH @@ -38,18 +33,34 @@ books: git_name: src/xds/xds-docs path: docs/devguides-book.yml dst_prefix: "xds" -#- -# url_fetch: GITHUB_FETCH -# url_edit: GITHUB_EDIT -# git_name: baylibre/agl-docs-baylibre -# git_commit: master -# documents: -# - source: CIAT/training/How_to_write_your_own_tests_for_AGL.pdf -# - source: CIAT/training/Hands_on_lab_documentation.pdf +- + id: appfw-privileges-management + path: https://iot.bzh/download/public/2016/appfw/03-AGL-AppFW-Privileges-Management.pdf + dst_prefix: iotbzh2016 + name: AppFW - Privileges Management - id: app-controller-submodule-guides-flounder git_name: apps/app-controller-submodule path: docs/devguides-book.yml dst_prefix: ctrler +- + id: continuous-integration-ciat + name: Continuous Integration - Automated Testing (CIAT) + url_fetch: AGL_GITHUB_FETCH + url_edit: AGL_GITHUB_EDIT + git_commit: master + git_name: automotive-grade-linux/docs-sources + path: docs/continuous-integration-book.yml + books: + - + id: how-to-write-test-1 + path: https://github.com/BayLibre/agl-docs-baylibre/blob/%commit%/CIAT/training/How_to_write_your_own_tests_for_AGL.pdf + git_commit: master + name: How to write tests (overview slides) + - + id: how-to-write-test-2 + path: https://github.com/BayLibre/agl-docs-baylibre/blob/%commit%/CIAT/training/Hands_on_lab_documentation.pdf + git_commit: master + name: How to write tests (detailed) diff --git a/content/tocs/devguides/section_master.yml b/content/tocs/devguides/section_master.yml index f3bc7ec..5265840 100644 --- a/content/tocs/devguides/section_master.yml +++ b/content/tocs/devguides/section_master.yml @@ -1,5 +1,4 @@ url_fetch : "GERRIT_FETCH" -git_commit : "AGL_GERRIT_BRANCH" name: Developers Guides template: generated_index.html @@ -16,11 +15,6 @@ books: id: meta-agl-devel-guides git_name: AGL/meta-agl-devel path: docs/devguides-book.yml -#- -# url_fetch: https://iot.bzh/download/public/2016/%source% -# dst_prefix: iotbzh2016 -# documents: -# - source: appfw/03-AGL-AppFW-Privileges-Management.pdf - id: host-configuration-developer-guides url_fetch: GITHUB_FETCH @@ -37,18 +31,34 @@ books: git_name: src/xds/xds-docs path: docs/devguides-book.yml dst_prefix: "xds" -#- -# url_fetch: GITHUB_FETCH -# url_edit: GITHUB_EDIT -# git_name: baylibre/agl-docs-baylibre -# git_commit: master -# documents: -# - source: CIAT/training/How_to_write_your_own_tests_for_AGL.pdf -# - source: CIAT/training/Hands_on_lab_documentation.pdf +- + id: appfw-privileges-management + path: https://iot.bzh/download/public/2016/appfw/03-AGL-AppFW-Privileges-Management.pdf + dst_prefix: iotbzh2016 + name: AppFW - Privileges Management - id: app-controller-submodule-guides git_name: apps/app-controller-submodule path: docs/devguides-book.yml dst_prefix: ctrler - - +- + id: afb-helpers-function-references + git_name: src/libafb-helpers + path: docs/afb-helpers-book.yml + dst_prefix: afb-helpers +- + id: continuous-integration-ciat + name: Continuous Integration - Automated Testing (CIAT) + url_fetch: AGL_GITHUB_FETCH + url_edit: AGL_GITHUB_EDIT + git_name: automotive-grade-linux/docs-sources + path: docs/continuous-integration-book.yml + books: + - + id: how-to-write-test-1 + path: https://github.com/BayLibre/agl-docs-baylibre/blob/%commit%/CIAT/training/How_to_write_your_own_tests_for_AGL.pdf + name: How to write tests (overview slides) + - + id: how-to-write-test-2 + path: https://github.com/BayLibre/agl-docs-baylibre/blob/%commit%/CIAT/training/Hands_on_lab_documentation.pdf + name: How to write tests (detailed)
\ No newline at end of file |