diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-04-11 15:31:33 +0200 |
---|---|---|
committer | Scott Rifenbark <srifenbark@gmail.com> | 2019-05-20 15:18:42 -0700 |
commit | 3635b88a18de43bbdd2373259ac65c02bc63c139 (patch) | |
tree | d3f83a07a32230b938b700cc59419c8c85f42282 /docs/devguides-book.yml | |
parent | 8e5d6918c1a51ae3e948b95c30a357c700821e39 (diff) |
Various review edits for XDS
Took care of review comments from Sebastien
to clear up some terminlogy, update the
create-app-workflow.png image to include
declaring a project. Fixed a link to the
XDS user guide to be guppy-specific.
Included more explanation regarding
aborting an ongoing installation.
v2: squased version due to files being (re-)moved
Change-Id: I48c20d8e0b105f1e26b68b574b2c5d2b56eecb61
Signed-off-by: Scott RifenbarK <srifenbark@gmail.com>
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Diffstat (limited to 'docs/devguides-book.yml')
-rw-r--r-- | docs/devguides-book.yml | 54 |
1 files changed, 25 insertions, 29 deletions
diff --git a/docs/devguides-book.yml b/docs/devguides-book.yml index fd5136a..dc8a033 100644 --- a/docs/devguides-book.yml +++ b/docs/devguides-book.yml @@ -6,36 +6,32 @@ books: description: XDS Docs documentation keywords: author: "IotBzh" - version: master + version: guppy chapters: - - url: part-1/0_Abstract.md - name: Getting Started - - name: Installing xds-server - children: - - url: part-1/1_install-xds-server.md - name: Installation - - url: part-1/1-1_install-xds-server-docker.md - name: Based on Docker container - - url: part-1/1-2_install-xds-server-vm.md - name: Based on Virtual Machine appliance - - url: part-1/1-3_install-xds-server-native.md - name: Native installation - - url: part-1/2_install-client.md - name: Installing xds client tools - - url: part-1/3_install-sdks.md - name: Installing AGL SDKs + - url: part-1/xds-overview.md + name: Overview + - name: Installing XDS + children: + - url: part-1/server-part.md + name: Server Part + - url: part-1/client-part.md + name: Client Part + - url: part-1/install-sdk.md + name: AGL SDKs - name: Create your first AGL application children: - - url: part-1/4_build-first-app.md - name: Prerequisites - - url: part-1/4-1_build-first-app-setup.md - name: Setup - - url: part-1/4-2_build-first-app-cmd.md - name: Build using command line tool - - url: part-1/4-3_build-first-app-dashboard.md - name: Build using XDS Dashboard - - url: part-1/4-4_build-first-app-ide.md - name: Build using a source code editor / IDE + - url: part-1/create-app-overview.md + name: Overview + - url: part-1/create-app-requirements.md + name: Requirements + - url: part-1/create-app-get-source-files.md + name: Get the Source Files + - url: part-1/create-app-build-cmd-line.md + name: Build Using the Command Line + - url: part-1/create-app-build-dashboard.md + name: Build Using the XDS Dashboard + - url: part-1/create-app-build-ide.md + name: Build Using an IDE - name: Debug your first AGL application children: - url: part-1/5-1_debug-first-app-config.md @@ -45,7 +41,7 @@ books: - url: part-1/5-3_debug-first-app-ide.md name: xds-gdb from command line - url: part-1/5_debug-first-app.md - name: xds-gdb within an IDE + name: xds-gdb within an IDE - name: "X(cross) Development System: Internals" children: - url: part-2/0_Abstract.md @@ -99,4 +95,4 @@ books: - url: part-2/4_xds-gdb/2_config.md name: Configuration - url: part-2/4_xds-gdb/3_debug.md - name: Debugging
\ No newline at end of file + name: Debugging |