diff options
author | 2018-12-10 18:45:44 +0100 | |
---|---|---|
committer | 2018-12-10 18:46:42 +0100 | |
commit | 235abe93136ee6a11326cf27f43bb0b0d98fea02 (patch) | |
tree | 289c6622f2836290e75d79da61dbd57b1fd7e8b8 | |
parent | 61b5d2ac17a9f0461c842223bff8e7e831cc3dc4 (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>
-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" |