diff options
author | 2019-01-09 14:49:38 +0100 | |
---|---|---|
committer | 2019-01-09 15:40:54 +0100 | |
commit | d862e85ca1ab33490557929accb9e750c7c0968b (patch) | |
tree | 7f987a6acbd9c67109e11d4888c37ade2184f461 /content/tocs/devguides/section_flounder.yml | |
parent | c62f3d3b8a7d996bec5ce181a5b245d792796cc2 (diff) |
Add yaml files for flounder version
Add yaml files for flounder version documentation
Uncomment app-afb-test part for apis_services section
Add node_modules & package.json in .gitignore
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Diffstat (limited to 'content/tocs/devguides/section_flounder.yml')
-rw-r--r-- | content/tocs/devguides/section_flounder.yml | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/content/tocs/devguides/section_flounder.yml b/content/tocs/devguides/section_flounder.yml new file mode 100644 index 0000000..0fbb492 --- /dev/null +++ b/content/tocs/devguides/section_flounder.yml @@ -0,0 +1,55 @@ +url_fetch : "GERRIT_FETCH" +git_commit : "flounder" + +name: Developers Guides +template: generated_index.html +books: +- + id: meta-agl-developer-guides-flounder + git_name: AGL/meta-agl + path: docs/devguides-book.yml +- + id: meta-agl-demo-guides-flounder + git_name: AGL/meta-agl-demo + path: docs/devguides-book.yml +- + 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 + url_edit: GITHUB_EDIT + git_name: iotbzh/agl-documentation + git_commit: master + path: host-configuration/docs/devguides-book.yml +- + id: app-templates-guides-flounder + git_name: apps/app-templates + path: docs/devguides-book.yml + dst_prefix: "2_4-Use-app-templates.md" +- + id: xds-docs-guides-flounder + 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: app-controller-submodule-guides-flounder + git_name: apps/app-controller-submodule + path: docs/devguides-book.yml + dst_prefix: ctrler + + |