diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-10-04 11:57:13 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-11-30 08:30:39 +0000 |
commit | 94bcf90898e8b17811075eb693e0d96d753b8d8b (patch) | |
tree | de1d7b1e0db7f5ad8a4c9ea9a01e20fbde3c7658 /docs/SUMMARY.md | |
parent | cf4c58201681023c1722b1a2870a3ea28bab0f2a (diff) |
Invert order of installation chapters
To make install process more understandable, document
first installation of xds-server part and then installation
of xds tools.
Bug: SPEC-1993
Change-Id: I5733c5d6885f45ff98cc9fee0d04362f76a86a4c
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'docs/SUMMARY.md')
-rw-r--r-- | docs/SUMMARY.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index ffa286f..670e293 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -3,11 +3,11 @@ * [Document revisions](0-Doc-Revisions.md) * [Part 1 - Getting Started for Users](part-1/0_Abstract.md) - * [Installing xds client tools](part-1/1_install-client.md) - * [Installing xds-server](part-1/2_install-xds-server.md) - * [Based on Docker container](part-1/2-1_install-xds-server-docker.md) - * [Based on Virtual Machine appliance](part-1/2-2_install-xds-server-vm.md) - * [Native installation](part-1/2-3_install-xds-server-native.md) + * [Installing xds-server](part-1/1_install-xds-server.md) + * [Based on Docker container](part-1/1-1_install-xds-server-docker.md) + * [Based on Virtual Machine appliance](part-1/1-2_install-xds-server-vm.md) + * [Native installation](part-1/1-3_install-xds-server-native.md) + * [Installing xds client tools](part-1/2_install-client.md) * [Installing AGL SDKs](part-1/3_install-sdks.md) * [Create your first AGL application](part-1/4_build-first-app.md) * [Setup](part-1/4-1_build-first-app-setup.md) |