diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-12-10 18:45:44 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-12-10 18:45:44 +0100 |
commit | 1f80d4c1db8de58690044a5bdcee8a45021d8004 (patch) | |
tree | 8cc41f70a55bc36f05cbae1dabb318f430b12a56 /content/tocs/devguides/fetched_files.yml | |
parent | 33326c8705cdc066cc3191a6024da1af37c2b435 (diff) |
Fix error on devguides/en/dev/reference/host-configuration/
This issue was introduced by previous commit.
Change-Id: I798bc964efec707fbb6b4957e9643f04e0aea8b9
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'content/tocs/devguides/fetched_files.yml')
-rw-r--r-- | content/tocs/devguides/fetched_files.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/content/tocs/devguides/fetched_files.yml b/content/tocs/devguides/fetched_files.yml index 238c2ba..bb13d78 100644 --- a/content/tocs/devguides/fetched_files.yml +++ b/content/tocs/devguides/fetched_files.yml @@ -68,6 +68,17 @@ repositories: documents: - source: appfw/03-AGL-AppFW-Privileges-Management.pdf - + url_fetch: "GITHUB_FETCH" + git_name: iotbzh/agl-documentation + git_commit: "master" + documents: + - source: host-configuration/docs/0_Abstract.md + - source: host-configuration/docs/1_Prerequisites.md + - source: host-configuration/docs/2_AGL_Application_Framework.md + - source: host-configuration/docs/3_Binding_Build_Example.md + - source: host-configuration/docs/4_AGL_XDS.md + - source: host-configuration/docs/5_Candevstudio.md +- git_name: src/cmake-apps-module src_prefix: "docs/dev_guide" dst_prefix: "cmakeafbtemplates" |