blob: f3bc7ec5f5fd6a36acdeff592373de35149c1351 (
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
|
url_fetch : "GERRIT_FETCH"
git_commit : "AGL_GERRIT_BRANCH"
name: Developers Guides
template: generated_index.html
books:
-
id: meta-agl-developer-guides
git_name: AGL/meta-agl
path: docs/devguides-book.yml
-
id: meta-agl-demo-guides
git_name: AGL/meta-agl-demo
path: docs/devguides-book.yml
-
id: meta-agl-devel-guides
git_name: AGL/meta-agl-devel
path: docs/devguides-book.yml
#-
# url_fetch: https://iot.bzh/download/public/2016/%source%
# dst_prefix: iotbzh2016
# documents:
# - source: appfw/03-AGL-AppFW-Privileges-Management.pdf
-
id: host-configuration-developer-guides
url_fetch: GITHUB_FETCH
url_edit: GITHUB_EDIT
git_name: iotbzh/agl-documentation
path: host-configuration/docs/devguides-book.yml
-
id: cmake-apps-module-guides
git_name: src/cmake-apps-module
path: docs/devguides-book.yml
dst_prefix: "cmakeafbtemplates"
-
id: xds-docs-guides
git_name: src/xds/xds-docs
path: docs/devguides-book.yml
dst_prefix: "xds"
#-
# url_fetch: GITHUB_FETCH
# url_edit: GITHUB_EDIT
# git_name: baylibre/agl-docs-baylibre
# git_commit: master
# documents:
# - source: CIAT/training/How_to_write_your_own_tests_for_AGL.pdf
# - source: CIAT/training/Hands_on_lab_documentation.pdf
-
id: app-controller-submodule-guides
git_name: apps/app-controller-submodule
path: docs/devguides-book.yml
dst_prefix: ctrler
|