aboutsummaryrefslogtreecommitdiffstats
path: root/content/tocs/devguides
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-07-25 14:24:36 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-07-25 14:25:04 +0200
commit4ffdad6b363b6fca84e9f54142e3eb4d8b3bcf25 (patch)
tree0674cf1f24f2af4b6f6d3cbcd4bf04a4de50c4a1 /content/tocs/devguides
parent71419439f4c2a568d40a3d8aacb5158b92cf9e89 (diff)
Add doc templates for halibut
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'content/tocs/devguides')
-rw-r--r--content/tocs/devguides/section_halibut.yml66
1 files changed, 66 insertions, 0 deletions
diff --git a/content/tocs/devguides/section_halibut.yml b/content/tocs/devguides/section_halibut.yml
new file mode 100644
index 0000000..ce36791
--- /dev/null
+++ b/content/tocs/devguides/section_halibut.yml
@@ -0,0 +1,66 @@
+url_fetch : "GERRIT_FETCH"
+git_commit : "halibut"
+
+name: Developers Guides
+template: generated_index.html
+books:
+-
+ id: meta-agl-developer-guides
+ git_name: AGL/meta-agl
+ path: docs/devguides-book.yml
+ brotherBooks:
+ -
+ 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
+-
+ 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"
+-
+ id: appfw-privileges-management
+ path: https://iot.bzh/download/public/2016/appfw/03-AGL-AppFW-Privileges-Management.pdf
+ dst_prefix: iotbzh2016
+ name: AppFW - Privileges Management
+-
+ id: libappcontroller-guides
+ git_name: src/libappcontroller
+ path: docs/devguides-book.yml
+ dst_prefix: ctrler
+-
+ id: afb-helpers-function-references
+ git_name: src/libafb-helpers
+ path: docs/afb-helpers-book.yml
+ dst_prefix: afb-helpers
+-
+ id: continuous-integration-ciat
+ name: Continuous Integration - Automated Testing (CIAT)
+ url_fetch: AGL_GITHUB_FETCH
+ url_edit: AGL_GITHUB_EDIT
+ git_name: automotive-grade-linux/docs-sources
+ path: docs/continuous-integration-book.yml
+ books:
+ -
+ id: how-to-write-test-1
+ path: https://raw.githubusercontent.com/BayLibre/agl-docs-baylibre/master/CIAT/training/How_to_write_your_own_tests_for_AGL.pdf
+ name: How to write tests (overview slides)
+ -
+ id: how-to-write-test-2
+ path: https://raw.githubusercontent.com/BayLibre/agl-docs-baylibre/master/CIAT/training/Hands_on_lab_documentation.pdf
+ name: How to write tests (detailed)