aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Marec <frederic.marec@iot.bzh>2019-01-09 15:53:16 +0100
committerFrederic Marec <frederic.marec@iot.bzh>2019-01-09 15:53:16 +0100
commit0cf55fd8395140c346aa6e6ef733b8fadd9562e6 (patch)
treea3040e6fb3d258a100f8b6cbf0fd8cb37bebbc08
parent60127177efd8b02f12ea1eaaf964cb577433b3dc (diff)
Bug-AGL: SPEC-1988 Change-Id: I8f8790350efa0b24fbf5b7c0fe2c8a63e8cc8556 Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
-rw-r--r--docs/devguides-book.yml102
1 files changed, 102 insertions, 0 deletions
diff --git a/docs/devguides-book.yml b/docs/devguides-book.yml
new file mode 100644
index 0000000..d29f6b4
--- /dev/null
+++ b/docs/devguides-book.yml
@@ -0,0 +1,102 @@
+type: books
+books:
+-
+ id: xds-docs
+ title: "X(cross) Development System: User's Guide"
+ description: XDS Docs documentation
+ keywords:
+ author: "IotBzh"
+ version: flounder
+ 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
+ - name: Create your first AGL application
+ children:
+ - url: part-1/4-1_build-first-app-setup.md
+ name: Prerequisites
+ - url: part-1/4-2_build-first-app-cmd.md
+ name: Setup
+ - url: part-1/4-3_build-first-app-dashboard.md
+ name: Build using command line tool
+ - url: part-1/4-4_build-first-app-ide.md
+ name: Build using XDS Dashboard
+ - url: part-1/4_build-first-app.md
+ name: Build using a source code editor / IDE
+ - name: Debug your first AGL application
+ children:
+ - url: part-1/5-1_debug-first-app-config.md
+ name: Prerequisites
+ - url: part-1/5-2_debug-first-app-cmd.md
+ name: Configuration
+ - 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: "X(cross) Development System: Internals"
+ children:
+ - url: part-2/0_Abstract.md
+ name: Abstract
+ - url: part-2/1_Prerequisites.md
+ name: Prerequisites
+ - name: XDS-server
+ children:
+ - url: part-2/1_xds-server/0_abstract.md
+ name: Abstract
+ - url: part-2/1_xds-server/1_build.md
+ name: Build from scratch
+ - url: part-2/1_xds-server/2_config.md
+ name: Configuration
+ - url: part-2/1_xds-server/3_how-to-run.md
+ name: How to run
+ - url: part-2/1_xds-server/4_debug.md
+ name: Debugging
+ - url: part-2/1_xds-server/5_test.md
+ name: Test
+ - name: XDS-agent
+ children:
+ - url: part-2/2_xds-agent/0_abstract.md
+ name: Abstract
+ - url: part-2/2_xds-agent/1_build.md
+ name: Build from scratch
+ - url: part-2/2_xds-agent/2_config.md
+ name: Configuration
+ - url: part-2/2_xds-agent/3_start.md
+ name: Start
+ - url: part-2/2_xds-agent/4_debug.md
+ name: Debugging
+ - name: XDS-cli
+ children:
+ - url: part-2/3_xds-cli/0_abstract.md
+ name: Abstract
+ - url: part-2/3_xds-cli/1_build.md
+ name: Build from scratch
+ - url: part-2/3_xds-cli/2_config.md
+ name: Configuration
+ - url: part-2/3_xds-cli/3_commands.md
+ name: CLI Commands
+ - url: part-2/3_xds-cli/4_debug.md
+ name: Debugging
+ - name: XDS-gdb
+ children:
+ - url: part-2/4_xds-gdb/0_abstract.md
+ name: Abstract
+ - url: part-2/4_xds-gdb/1_build.md
+ name: Build from scratch
+ - 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