aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-06-08 22:54:35 +0200
committerScott Rifenbark <srifenbark@gmail.com>2019-06-08 17:22:04 -0700
commit5ec176e6240745ea8afc50c52248d750ef82a7d9 (patch)
tree955a58265755fd290b1d725990651af879c257a7
parent6ccf70fbd47107f4d37f728b6c03c3cc5caccc87 (diff)
Update book.json and Summary file according to last changes
Author: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Scott Rifenbark<srifenbark@gmail.com> Change-Id: I6f1581a64ea23f553b48c8ad0940adb29985b46c
-rw-r--r--book.json4
-rw-r--r--docs/0-Doc-Revisions.md1
-rw-r--r--docs/SUMMARY.md42
3 files changed, 26 insertions, 21 deletions
diff --git a/book.json b/book.json
index 97fc068..1493164 100644
--- a/book.json
+++ b/book.json
@@ -5,7 +5,7 @@
"keywords": "AGL, XDS, cross, Development, Iotbzh",
"author": "Sebastien Douheret",
"website": "http://iot.bzh",
- "published": "October 2018",
- "version": "6.0.0",
+ "published": "June 2019",
+ "version": "7.0.2",
"pdf_filename": "XDS_UsersGuide"
}
diff --git a/docs/0-Doc-Revisions.md b/docs/0-Doc-Revisions.md
index d94f917..ce41ba4 100644
--- a/docs/0-Doc-Revisions.md
+++ b/docs/0-Doc-Revisions.md
@@ -10,3 +10,4 @@ Document revisions
| Jan 2018 | 1.0.1 | Removed duplicated parts and<br> split in subchapters | S. Douheret, R. Le Martret <br> [ Iot.bzh ] |
| Aug 2018 | 5.99.3 | Updates to match 5.99.3 behavior | C. Legall, C. Benier, S. Douheret [ Iot.bzh ] |
| Oct 2018 | 6.0.0 | Clarify install instructions and various update about SDKs | S. Douheret [ Iot.bzh ] |
+| June 2019 | 7.0.2 | Update summary following doc rewriting | S. Douheret [ Iot.bzh ] |
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)