aboutsummaryrefslogtreecommitdiffstats
path: root/docs/SUMMARY.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/SUMMARY.md')
-rw-r--r--docs/SUMMARY.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
new file mode 100644
index 0000000..cdba733
--- /dev/null
+++ b/docs/SUMMARY.md
@@ -0,0 +1,16 @@
+# Summary
+
+* [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)
+ * [Installing AGL SDKs](part-1/3_install-sdks.md)
+ * [Create your first AGL application](part-1/4_build-first-app.md)
+ * [Debug your first AGL application](part-1/5_debug-first-app.md)
+
+* [Part 2 - XDS internals](part-2/0_Abstract.md)
+ * [xds-server](part-2/1_xds-server.md)
+ * [xds-agent](part-2/2_xds-agent.md)
+ * [xds-exec](part-2/3_xds-exec.md)
+ * [xds-gdb](part-2/4_xds-gdb.md)