diff options
author | 2018-12-22 21:24:36 +0100 | |
---|---|---|
committer | 2018-12-22 21:24:36 +0100 | |
commit | 783a8763bdf440818d4ba61d4b1b511d317cb90f (patch) | |
tree | 31dba0ee0712b5e9f87148155696d7fc7004abbd /content/tocs/devguides | |
parent | dcc03175f1c66fed1d057a9c33868956b4ca8f32 (diff) |
Add missing url_edit and dst_prefix fields
Change-Id: I98e44f3b7abe9403d0a1f2eeaa1cec1ef1ff30e1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'content/tocs/devguides')
-rw-r--r-- | content/tocs/devguides/section_master.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/tocs/devguides/section_master.yml b/content/tocs/devguides/section_master.yml index 0ef7d59..f3bc7ec 100644 --- a/content/tocs/devguides/section_master.yml +++ b/content/tocs/devguides/section_master.yml @@ -24,16 +24,19 @@ books: - id: host-configuration-developer-guides url_fetch: GITHUB_FETCH + url_edit: GITHUB_EDIT 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 + dst_prefix: "cmakeafbtemplates" - id: xds-docs-guides git_name: src/xds/xds-docs path: docs/devguides-book.yml + dst_prefix: "xds" #- # url_fetch: GITHUB_FETCH # url_edit: GITHUB_EDIT @@ -46,5 +49,6 @@ books: id: app-controller-submodule-guides git_name: apps/app-controller-submodule path: docs/devguides-book.yml + dst_prefix: ctrler |