diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-04-23 15:06:30 -0700 |
---|---|---|
committer | Scott Rifenbark <srifenbark@gmail.com> | 2019-04-23 15:06:30 -0700 |
commit | c4cabee5bacd0412ee29853a7f4d51b39b90089a (patch) | |
tree | 045678743323293b0f6292693889bd0398fe515e /docs/devguides-book.yml | |
parent | 268d0f7fc3b5ef9ec4c2882c9defcd7815495603 (diff) |
XDS install and create app: New files and content.
Change-Id: I8021d3096e546bb0bb77a272dd5bcb0ea4dbf209
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Diffstat (limited to 'docs/devguides-book.yml')
-rw-r--r-- | docs/devguides-book.yml | 52 |
1 files changed, 24 insertions, 28 deletions
diff --git a/docs/devguides-book.yml b/docs/devguides-book.yml index fd5136a..686d497 100644 --- a/docs/devguides-book.yml +++ b/docs/devguides-book.yml @@ -8,34 +8,30 @@ books: author: "IotBzh" version: master 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 |