diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-10-09 10:45:08 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-12-04 10:24:36 +0000 |
commit | 781fce71d4b78c0edfc489e4093d082f271a234f (patch) | |
tree | eb01b9ea369f0b41c16aa8394d3a3c9393449c08 /docs/part-2/2_xds-agent | |
parent | fd283ead7bfe789b6f7c5d5428bb5ed15158d3f8 (diff) |
Improves documentation
* Describes better available source tree sharing method (between
xds-agent and xds-server), and which to prefer depending on the
deployment setup.
* Gives indication about how to pass RSYNC_TARGET and RSYNC_PREFIX
env vars to the helloworld-native-application build process.
* Swap chapter order (build before config)
Bug: SPEC-1993
Change-Id: Ie4c22f277a59b0405744d71b0fadff67c5d5d025
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'docs/part-2/2_xds-agent')
-rw-r--r-- | docs/part-2/2_xds-agent/0_abstract.md | 6 | ||||
-rw-r--r-- | docs/part-2/2_xds-agent/1_build.md (renamed from docs/part-2/2_xds-agent/3_build.md) | 0 | ||||
-rw-r--r-- | docs/part-2/2_xds-agent/2_config.md (renamed from docs/part-2/2_xds-agent/1_config.md) | 0 | ||||
-rw-r--r-- | docs/part-2/2_xds-agent/3_start.md (renamed from docs/part-2/2_xds-agent/2_start.md) | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/part-2/2_xds-agent/0_abstract.md b/docs/part-2/2_xds-agent/0_abstract.md index d73bdb9..b867d89 100644 --- a/docs/part-2/2_xds-agent/0_abstract.md +++ b/docs/part-2/2_xds-agent/0_abstract.md @@ -13,7 +13,7 @@ used to remotely cross build applications. Links to subchapters : -- [Configuration](./1_config.html) -- [Start-up](./2_start.html) -- [Build from scratch](./3_build.html) +- [Build from scratch](./1_build.html) +- [Configuration](./2_config.html) +- [Start-up](./3_start.html) - [Debugging](./4_debug.html) diff --git a/docs/part-2/2_xds-agent/3_build.md b/docs/part-2/2_xds-agent/1_build.md index 842f582..842f582 100644 --- a/docs/part-2/2_xds-agent/3_build.md +++ b/docs/part-2/2_xds-agent/1_build.md diff --git a/docs/part-2/2_xds-agent/1_config.md b/docs/part-2/2_xds-agent/2_config.md index 9e912cb..9e912cb 100644 --- a/docs/part-2/2_xds-agent/1_config.md +++ b/docs/part-2/2_xds-agent/2_config.md diff --git a/docs/part-2/2_xds-agent/2_start.md b/docs/part-2/2_xds-agent/3_start.md index c537c93..d750fac 100644 --- a/docs/part-2/2_xds-agent/2_start.md +++ b/docs/part-2/2_xds-agent/3_start.md @@ -23,7 +23,7 @@ systemctl --user stop xds-agent Default settings are defined in `/etc/default/xds-agent` file but these settings you can overwritten by `$HOME/.xds/agent/agent-config.json` file, -see [Configuration chapter](./1_config.html) for more details. +see [Configuration chapter](./2_config.html) for more details. ## Manual start-up |