blob: eb67792bd951c5f463c0d58202af5f080a7d8d56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
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
|