diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-10-04 23:47:38 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-10-04 23:47:38 +0200 |
commit | 00f9a23076c5f2d96394a801b91774d8dd82979b (patch) | |
tree | 62fe2358e982d10ac05e9eac303b7663b6a761aa /content/tocs/devguides | |
parent | 6bea3d72b073bcdcb8011eae61174116d7210bb6 (diff) |
Invert XDS installation chapters
This change is mandatory as soon as review 16947 will be merged:
https://gerrit.automotivelinux.org/gerrit/#/c/16947/
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'content/tocs/devguides')
-rw-r--r-- | content/tocs/devguides/fetched_files.yml | 10 | ||||
-rw-r--r-- | content/tocs/devguides/toc_dev_en.yml | 18 |
2 files changed, 14 insertions, 14 deletions
diff --git a/content/tocs/devguides/fetched_files.yml b/content/tocs/devguides/fetched_files.yml index 4b656c0..0fca7f5 100644 --- a/content/tocs/devguides/fetched_files.yml +++ b/content/tocs/devguides/fetched_files.yml @@ -133,11 +133,11 @@ repositories: dst_prefix: "xds" documents: - source: part-1/0_Abstract.md - - source: part-1/1_install-client.md - - source: part-1/2-1_install-xds-server-docker.md - - source: part-1/2-2_install-xds-server-vm.md - - source: part-1/2-3_install-xds-server-native.md - - source: part-1/2_install-xds-server.md + - source: part-1/1_install-xds-server.md + - source: part-1/1-1_install-xds-server-docker.md + - source: part-1/1-2_install-xds-server-vm.md + - source: part-1/1-3_install-xds-server-native.md + - source: part-1/2_install-client.md - source: part-1/3_install-sdks.md - source: part-1/4-1_build-first-app-setup.md - source: part-1/4-2_build-first-app-cmd.md diff --git a/content/tocs/devguides/toc_dev_en.yml b/content/tocs/devguides/toc_dev_en.yml index 9e27011..b396100 100644 --- a/content/tocs/devguides/toc_dev_en.yml +++ b/content/tocs/devguides/toc_dev_en.yml @@ -109,23 +109,23 @@ children: name: Getting Started url: reference/xds/part-1/0_Abstract.html - - name: Installing xds client tools - url: reference/xds/part-1/1_install-client.html - - name: Installing xds-server children: - name: Installation - url: reference/xds/part-1/2_install-xds-server.html + url: reference/xds/part-1/1_install-xds-server.html - name: Based on Docker container - url: reference/xds/part-1/2-1_install-xds-server-docker.html + url: reference/xds/part-1/1-1_install-xds-server-docker.html - name: Based on Virtual Machine appliance - url: reference/xds/part-1/2-2_install-xds-server-vm.html + url: reference/xds/part-1/1-2_install-xds-server-vm.html - name: Native installation - url: reference/xds/part-1/2-3_install-xds-server-native.html + url: reference/xds/part-1/1-3_install-xds-server-native.html + - + name: Installing xds client tools + url: reference/xds/part-1/2_install-client.html - name: Installing AGL SDKs url: reference/xds/part-1/3_install-sdks.html @@ -253,12 +253,12 @@ children: - name: Controller Guide - children: + children: - url: reference/ctrler/controller.html - url: reference/ctrler/controllerConfig.html - url: reference/ctrler/Usage.html - url: reference/ctrler/configSample.html - + - name: "Continuous Integration - Automated Testing (CIAT)" children: |