diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-10-17 10:49:39 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-10-17 10:49:39 +0200 |
commit | 9c7faa041d1ff705a1bf595641c2516887b9811b (patch) | |
tree | 4ccc7093cde56aa1c687fd076da2aa60f0b629d0 /content/tocs/apis_services | |
parent | 3f6e8d1be06cabb2cbd4b50f0e0b0f0adc354411 (diff) |
Update Low&High level service guide
Now points to sources documentation from Git Repo
No more needed to update manually the docs from docs-agl repo.
Change-Id: I669a0903bdc7e493e3160e010eabf1232b5844ac
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'content/tocs/apis_services')
-rw-r--r-- | content/tocs/apis_services/fetched_files.yml | 39 | ||||
-rw-r--r-- | content/tocs/apis_services/toc_dev_en.yml | 11 |
2 files changed, 42 insertions, 8 deletions
diff --git a/content/tocs/apis_services/fetched_files.yml b/content/tocs/apis_services/fetched_files.yml index 24d3194..b5afea6 100644 --- a/content/tocs/apis_services/fetched_files.yml +++ b/content/tocs/apis_services/fetched_files.yml @@ -99,6 +99,39 @@ repositories: - source: pictures/triskel_iot_bzh.svg - + git_name : apps/low-level-can-service + git_commit: master + src_prefix : docs + dst_prefix: signaling + documents: + - source: 1-Architecture.md + destination: low-can-architecture.md + label: Architecture presentation + - source: 2-Installation.md + destination: low-can-installation-guide.md + label: Installation Guide + - source: 3-Usage.md + destination: low-can-usage-guide.md + label: Usage Guide + - source: images/CAN_bindings_communication.png + - source: images/CAN_level_mapping.png + - source: images/OpenXC_to_AGL.png + +- + url_fetch: GITHUB_FETCH + git_name : iotbzh/high-level-viwi-service + git_commit: master + src_prefix : docs + dst_prefix: signaling + documents: + - source: 1-Architecture.md + destination: high-viwi-architecture.md + label: Architecture presentation + - source: 2-Install-Usage.md + destination: high-viwi-install-usage-guide.md + label: Installation and Usage Guide + - source: images/high-level-arch.png +- url_fetch: AGL_GITHUB_FETCH url_edit: AGL_GITHUB_EDIT git_name: "%project_source%/docs-agl" @@ -120,9 +153,6 @@ repositories: - source: architecture.md destination: architecture.md label: Signaling Architecture - - source: low-level-can-service-guide.md - destination: low-level-can-service-guide.md - label: Low level CAN service Guide - source: high-level-viwi-service.md destination: high-level-viwi-service.md label: High level ViWi service Guide @@ -136,9 +166,6 @@ repositories: - source: images/distributed-arch.svg - source: images/distributed-arch.png - source: images/signal-service-arch.svg - - source: images/OpenXC_to_AGL.png - - source: images/CAN_level_mapping.png - - source: images/CAN_bindings_communication.png - source: images/high-level-arch.png - url_fetch: http://iot.bzh/download/public/2016/%source% diff --git a/content/tocs/apis_services/toc_dev_en.yml b/content/tocs/apis_services/toc_dev_en.yml index 083a9a7..73b27d7 100644 --- a/content/tocs/apis_services/toc_dev_en.yml +++ b/content/tocs/apis_services/toc_dev_en.yml @@ -65,8 +65,15 @@ children: name: Message Signaling children: - url: reference/signaling/architecture.html - - url: reference/signaling/low-level-can-service-guide.html - - url: reference/signaling/high-level-viwi-service.html + - name: Low level CAN service Guide + children: + - url: reference/signaling/low-can-architecture.html + - url: reference/signaling/low-can-installation-guide.html + - url: reference/signaling/low-can-usage-guide.html + - name: High level ViWi service Guide + children: + - url: reference/signaling/high-viwi-architecture.html + - url: reference/signaling/high-viwi-install-usage-guide.html - name: Developer Guidelines url: reference/iotbzh2016/signaling/AGL-Message-Signaling-Developer-Guidelines.pdf - name: CAN Signaling Benchmark |