diff options
author | 2018-12-21 12:00:54 +0100 | |
---|---|---|
committer | 2018-12-21 12:01:39 +0100 | |
commit | dcc03175f1c66fed1d057a9c33868956b4ca8f32 (patch) | |
tree | 2d5fbc5709457b230fdad2432a13203e6f7761f2 /content/tocs/devguides | |
parent | e08631ee7612e164474257485617361eddee3ed4 (diff) |
docs: Add new section_master yaml files
Bug-AGL: SPEC-1988
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Diffstat (limited to 'content/tocs/devguides')
-rw-r--r-- | content/tocs/devguides/section_master.yml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/content/tocs/devguides/section_master.yml b/content/tocs/devguides/section_master.yml new file mode 100644 index 0000000..0ef7d59 --- /dev/null +++ b/content/tocs/devguides/section_master.yml @@ -0,0 +1,50 @@ +url_fetch : "GERRIT_FETCH" +git_commit : "AGL_GERRIT_BRANCH" + +name: Developers Guides +template: generated_index.html +books: +- + id: meta-agl-developer-guides + git_name: AGL/meta-agl + path: docs/devguides-book.yml +- + id: meta-agl-demo-guides + git_name: AGL/meta-agl-demo + path: docs/devguides-book.yml +- + 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 + git_name: iotbzh/agl-documentation + path: host-configuration/docs/devguides-book.yml +- + id: cmake-apps-module-guides + git_name: src/cmake-apps-module + path: docs/devguides-book.yml +- + id: xds-docs-guides + git_name: src/xds/xds-docs + path: docs/devguides-book.yml +#- +# 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: app-controller-submodule-guides + git_name: apps/app-controller-submodule + path: docs/devguides-book.yml + + |