aboutsummaryrefslogtreecommitdiffstats
path: root/docs/SUMMARY.md
blob: 891375a55e6633a3eb2942864fed0aeaebf5c3cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Summary

* [Document revisions](0-Doc-Revisions.md)

* [Part 1 - Getting Started for Users](part-1/0_Abstract.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)
    * [Build using command line tool](part-1/4-2_build-first-app-cmd.md)
    * [Build using XDS Dashboard](part-1/4-3_build-first-app-dashboard.md)
    * [Build using a source code editor / IDE](part-1/4-4_build-first-app-ide.md)
  * [Debug your first AGL application](part-1/5_debug-first-app.md)
    * [Configuration](part-1/5-1_debug-first-app-config.md)
    * [xds-gdb from command line](part-1/5-2_debug-first-app-cmd.md)
    * [xds-gdb within an IDE](part-1/5-3_debug-first-app-ide.md)

* [Part 2 - XDS internals](part-2/0_Abstract.md)
  * [Prerequisites](part-2/1_Prerequisites.md)
  * [XDS-server](part-2/1_xds-server/0_abstract.md)
    * [Build from scratch](part-2/1_xds-server/1_build.md)
    * [Configuration](part-2/1_xds-server/2_config.md)
    * [How to run](part-2/1_xds-server/3_how-to-run.md)
    * [Debugging](part-2/1_xds-server/4_debug.md)
    * [Test](part-2/1_xds-server/5_test.md)
  * [XDS-agent](part-2/2_xds-agent/0_abstract.md)
    * [Build from scratch](part-2/2_xds-agent/1_build.md)
    * [Configuration](part-2/2_xds-agent/2_config.md)
    * [Start](part-2/2_xds-agent/3_start.md)
    * [Debugging](part-2/2_xds-agent/4_debug.md)
  * [XDS-cli](part-2/3_xds-cli/0_abstract.md)
    * [Build from scratch](part-2/3_xds-cli/1_build.md)
    * [Configuration](part-2/3_xds-cli/2_config.md)
    * [CLI Commands](part-2/3_xds-cli/3_commands.md)
    * [Debugging](part-2/3_xds-cli/4_debug.md)
  * [XDS-gdb](part-2/4_xds-gdb/0_abstract.md)
    * [Build from scratch](part-2/4_xds-gdb/1_build.md)
    * [Configuration](part-2/4_xds-gdb/2_config.md)
    * [Debugging](part-2/4_xds-gdb/3_debug.md)