diff options
author | 8000ff <clementmallejac@gmail.com> | 2018-07-04 10:52:47 +0200 |
---|---|---|
committer | jobol <jose.bollo@iot.bzh> | 2018-07-04 11:08:07 +0200 |
commit | 7ed72bfc9b1023d31b47078604bfbd830bc1fcb1 (patch) | |
tree | a3d84960d2101292739f64c28c001741173454cd /content/tocs | |
parent | 8843d68284bac0c2d3f72b4286d8399a2d44ecf2 (diff) |
Fix : wrong path to pages due to new remote page.
The insertion of a new page in a remote documentation broke paths here,
breaking chapters of the website (docs.automotivelinux.org).
Signed-off-by: 8000ff <clementmallejac@gmail.com>
Diffstat (limited to 'content/tocs')
-rw-r--r-- | content/tocs/devguides/fetched_files.yml | 5 | ||||
-rw-r--r-- | content/tocs/devguides/toc_dev_en.yml | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/content/tocs/devguides/fetched_files.yml b/content/tocs/devguides/fetched_files.yml index 1712331..d352c4c 100644 --- a/content/tocs/devguides/fetched_files.yml +++ b/content/tocs/devguides/fetched_files.yml @@ -74,8 +74,9 @@ repositories: - 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_AGL_XDS.md - - source: host-configuration/docs/4_Candevstudio.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 - url_fetch: "GITHUB_FETCH" git_name: iotbzh/agl-documentation diff --git a/content/tocs/devguides/toc_dev_en.yml b/content/tocs/devguides/toc_dev_en.yml index e890591..f234f50 100644 --- a/content/tocs/devguides/toc_dev_en.yml +++ b/content/tocs/devguides/toc_dev_en.yml @@ -58,11 +58,14 @@ children: name: AGL Application Framework url: reference/host-configuration/docs/2_AGL_Application_Framework.html - + name: Binding Build Example + url: reference/host-configuration/docs/3_Binding_Build_Example.html + - name: AGL XDS - url: reference/host-configuration/docs/3_AGL_XDS.html + url: reference/host-configuration/docs/4_AGL_XDS.html - name: CanDevStudio - url: reference/host-configuration/docs/4_Candevstudio.html + url: reference/host-configuration/docs/5_Candevstudio.html - name: "Development Kit: build AGL image" children: |