From 6bbd50cba32017aafff71fbae5ca4e7ba659757d Mon Sep 17 00:00:00 2001 From: Frederic Marec Date: Wed, 19 Dec 2018 16:44:39 +0100 Subject: docs: add yaml book Bug-AGL: SPEC-1988 Change-Id: If2e1d4522d6b01544e4d0b3f89fad7fd0d12c072 Signed-off-by: Frederic Marec --- docs/devguides-book.yml | 102 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 docs/devguides-book.yml diff --git a/docs/devguides-book.yml b/docs/devguides-book.yml new file mode 100644 index 0000000..eb67792 --- /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: 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 + - 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 -- cgit 1.2.3-korg