From 3635b88a18de43bbdd2373259ac65c02bc63c139 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 11 Apr 2019 15:31:33 +0200 Subject: 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 Signed-off-by: Scott Rifenbark --- docs/devguides-book.yml | 54 +++++++++++++++++++++++-------------------------- 1 file changed, 25 insertions(+), 29 deletions(-) (limited to 'docs/devguides-book.yml') 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 -- cgit 1.2.3-korg