diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-10-04 11:57:13 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-10-04 18:04:02 +0200 |
commit | f260390246214949fbedde723c4349283189823d (patch) | |
tree | ec0eb0f9536bb2b0a5ec1d8b26dc3d356eeeb516 /docs/SUMMARY.md | |
parent | af184b48d00d7b764583518576ddc96fd79511ed (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.
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) |