aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content/tocs/apis_services/section_halibut.yml115
-rw-r--r--content/tocs/architecture/section_halibut.yml20
-rw-r--r--content/tocs/devguides/section_halibut.yml66
-rw-r--r--content/tocs/getting_started/section_halibut.yml18
-rw-r--r--content/tocs/hardware/section_halibut.yml12
-rw-r--r--content/tocs/howto/section_halibut.yml14
-rw-r--r--content/tocs/reference/section_halibut.yml5
7 files changed, 250 insertions, 0 deletions
diff --git a/content/tocs/apis_services/section_halibut.yml b/content/tocs/apis_services/section_halibut.yml
new file mode 100644
index 0000000..f53a898
--- /dev/null
+++ b/content/tocs/apis_services/section_halibut.yml
@@ -0,0 +1,115 @@
+url_fetch : "GERRIT_FETCH"
+git_commit : "halibut"
+
+name: APIs & Services
+template: generated_index.html
+books:
+-
+ id: api-reference-intro
+ url_fetch: AGL_GITHUB_FETCH
+ url_edit: AGL_GITHUB_EDIT
+ git_name: automotive-grade-linux/docs-sources
+ path: docs/api-reference-book.yml
+-
+ id: app-framework-main-developer-guides
+ git_name: src/app-framework-main
+ path: docs/api-services-book.yml
+ dst_prefix: af-main
+-
+ id: app-framework-binder-developer-guides
+ git_name: src/app-framework-binder
+ path: docs/api-services-book.yml
+ dst_prefix: af-binder
+-
+ id: app-afb-test-developer-guides
+ git_name: apps/app-afb-test
+ path: docs/api-services-book.yml
+ dst_prefix: afb-test
+-
+ id: docs-source-signaling
+ url_fetch: AGL_GITHUB_FETCH
+ url_edit: AGL_GITHUB_EDIT
+ git_name: automotive-grade-linux/docs-sources
+ path: docs/signaling-book.yml
+ dst_prefix: signaling
+ brotherBooks:
+ - id: devel-appfw-guidelines-2016
+ order: 60
+ path: https://iot.bzh/download/public/2016/signaling/AGL-AppFW-CAN-Signaling-Benchmark.pdf
+ dst_prefix: iotbzh2016
+ name: Developer Guidelines
+ - id: devel-message-guidelines-2016
+ order: 60
+ path: https://iot.bzh/download/public/2016/signaling/AGL-Message-Signaling-Developer-Guidelines.pdf
+ dst_prefix: iotbzh2016
+ name: CAN Signaling Benchmark
+ - id: app-framework-developer-guides
+ order: 80
+ url_fetch: GITHUB_FETCH
+ url_edit: AGL_GITHUB_EDIT
+ git_name: automotive-grade-linux/docs-sources
+ path: docs/app-framework-book.yml
+ dst_prefix: af-binder
+ books:
+ - id: agl-service-can-low-level-developer-guides
+ git_name: apps/agl-service-can-low-level
+ path: docs/api-services-book.yml
+ dst_prefix: signaling
+ - id: high-level-developer-guides
+ url_fetch: GITHUB_FETCH
+ url_edit: GITHUB_EDIT
+ git_name: iotbzh/high-level-viwi-service
+ path: docs/api-services-book.yml
+ dst_prefix: signaling
+ - id: agl-service-signal-composer-developer-guides
+ git_name: apps/agl-service-signal-composer
+ path: docs/api-services-book.yml
+ - id: candevstudio-developer-guides
+ order: 70
+ url_fetch: GITHUB_FETCH
+ url_edit: GITHUB_EDIT
+ git_name: iotbzh/agl-documentation
+ path: candevstudio/docs/api-services-book.yml
+ dst_prefix: candevstudio
+-
+ id: audio-developer-guides
+ url_fetch: GITHUB_FETCH
+ url_edit: AGL_GITHUB_EDIT
+ git_name: automotive-grade-linux/docs-sources
+ path: docs/audio-book.yml
+ dst_prefix: audio
+ books:
+ - id: pulseaudio-module-4a-developer-guides
+ git_name: src/pulseaudio-module-4a
+ path: api-services-book.yml
+ dst_prefix: audio
+ - id: agl-service-audio-4a-developer-guides
+ git_name: apps/agl-service-audio-4a
+ path: docs/api-services-book.yml
+ dst_prefix: audio
+-
+ id: hmi-framework
+ url_fetch: GITHUB_FETCH
+ url_edit: AGL_GITHUB_EDIT
+ git_name: automotive-grade-linux/docs-sources
+ path: docs/hmi-framework-book.yml
+ dst_prefix: hmi-framework
+ brotherBooks:
+ - id: agl-service-homescreen-developer-guides
+ name: HMI Framework
+ git_name: apps/agl-service-homescreen
+ path: doc/api-services-book.yml
+ dst_prefix: hmi-framework
+ - id: agl-service-windowmanager-developer-guides
+ git_name: apps/agl-service-windowmanager
+ path: doc/api-services-book.yml
+ dst_prefix: hmi-framework
+ - id: agl-service-soundmanager-developer-guides
+ git_name: apps/agl-service-soundmanager
+ path: doc/api-services-book.yml
+ dst_prefix: hmi-framework
+-
+ id: homescreen-developer-guides
+ git_name: apps/homescreen
+ path: homescreen/docs/api-services-book.yml
+ dst_prefix: hmi-framework
diff --git a/content/tocs/architecture/section_halibut.yml b/content/tocs/architecture/section_halibut.yml
new file mode 100644
index 0000000..0849c95
--- /dev/null
+++ b/content/tocs/architecture/section_halibut.yml
@@ -0,0 +1,20 @@
+url_fetch : "GERRIT_FETCH"
+# FIXME: restore line below to switch back on master:
+#git_commit : "AGL_GERRIT_BRANCH"
+git_commit : "halibut"
+
+
+name: Developer Guides
+template: generated_index.html
+books:
+-
+ id: agl-specifications
+ path: https://wiki.automotivelinux.org/_media/agl_spec_v1.0_final.pdf
+ name: AGL Requirements Specifications
+-
+ id: security_blueprint
+ url_fetch: AGL_GITHUB_FETCH
+ url_edit: AGL_GITHUB_EDIT
+ git_name: automotive-grade-linux/docs-sources
+ dst_prefix: security
+ path: docs/security-blueprint-book.yml
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)
diff --git a/content/tocs/getting_started/section_halibut.yml b/content/tocs/getting_started/section_halibut.yml
new file mode 100644
index 0000000..88a29e4
--- /dev/null
+++ b/content/tocs/getting_started/section_halibut.yml
@@ -0,0 +1,18 @@
+url_fetch : "GERRIT_FETCH"
+git_commit : "halibut"
+
+name: Getting started
+template: generated_index.html
+books:
+-
+ id: image-development-workflow
+ url_fetch: AGL_GITHUB_FETCH
+ url_edit: AGL_GITHUB_EDIT
+ git_name: automotive-grade-linux/docs-sources
+ path: docs/getting-started-book.yml
+-
+ id: apps-homescreen
+ url_fetch: GERRIT_FETCH
+ git_name: apps/homescreen
+ dst_prefix: homescreen
+ path: homescreen/docs/homescreen-book.yml
diff --git a/content/tocs/hardware/section_halibut.yml b/content/tocs/hardware/section_halibut.yml
new file mode 100644
index 0000000..0d91895
--- /dev/null
+++ b/content/tocs/hardware/section_halibut.yml
@@ -0,0 +1,12 @@
+url_fetch : "GERRIT_FETCH"
+git_commit : "halibut"
+
+
+name: Hardware Support
+template: generated_index.html
+books:
+-
+ id: renesas-gen3-boards
+ git_name: AGL/meta-renesas-rcar-gen3
+ path: meta-rcar-gen3/docs-book.yml
+ dst_prefix: renesas-gen3
diff --git a/content/tocs/howto/section_halibut.yml b/content/tocs/howto/section_halibut.yml
new file mode 100644
index 0000000..1634cb8
--- /dev/null
+++ b/content/tocs/howto/section_halibut.yml
@@ -0,0 +1,14 @@
+url_fetch : "GERRIT_FETCH"
+git_commit : "halibut"
+
+
+name: How To
+template: generated_index.html
+books:
+-
+ id: howto-add-docs
+ url_fetch: GITHUB_FETCH
+ url_edit: GITHUB_EDIT
+ git_name: automotive-grade-linux/docs-sources
+ path: docs/handle-docs-book.yml
+
diff --git a/content/tocs/reference/section_halibut.yml b/content/tocs/reference/section_halibut.yml
new file mode 100644
index 0000000..505b715
--- /dev/null
+++ b/content/tocs/reference/section_halibut.yml
@@ -0,0 +1,5 @@
+url_fetch : "GERRIT_FETCH"
+git_commit : "halibut"
+
+name: How To
+template: generated_index.html