aboutsummaryrefslogtreecommitdiffstats
path: root/docs/SUMMARY.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/SUMMARY.md')
-rw-r--r--docs/SUMMARY.md42
1 files changed, 23 insertions, 19 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
index 891375a..0db7538 100644
--- a/docs/SUMMARY.md
+++ b/docs/SUMMARY.md
@@ -1,43 +1,47 @@
# 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)
+* [Overview](part-1/xds-overview.md)
+* [Installing XDS](part-1/server-part.md)
+ * [Server Part](part-1/server-part.md)
+ * [Client Part](part-1/client-part.md)
+ * [AGL SDKs](part-1/install-sdk.md)
+* [Create your first AGL application](part-1/create-app-overview.md)
+ * [Overview](part-1/create-app-overview.md)
+ * [Requirements](part-1/create-app-requirements.md)
+ * [Get the Source Files](part-1/create-app-get-source-files.md)
+ * [Build Using the Command Line](part-1/create-app-build-cmd-line.md)
+ * [Build Using the XDS Dashboard](part-1/create-app-build-dashboard.md)
+ * [Build Using an IDE](part-1/create-app-build-ide.md)
+* [Debugging Your First AGL Application](part-1/debug-overview.md)
+ * [Overview](part-1/debug-overview.md)
+ * [Configuration](part-1/debug-configuration.md)
+ * [Using the Command Line](part-1/debug-cmd-line.md)
+ * [Using an IDE](part-1/debug-ide.md)
+* [X(cross) Development System: Internals](part-2/0_Abstract.md)
+ * [Abstract](part-2/0_Abstract.md)
* [Prerequisites](part-2/1_Prerequisites.md)
* [XDS-server](part-2/1_xds-server/0_abstract.md)
+ * [Abstract](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)
+ * [Abstract](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)
+ * [Abstract](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)
+ * [Abstract](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)