diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-01-05 18:35:07 +0100 |
---|---|---|
committer | ronan [iot.bzh] <ronan.lemartret@iot.bzh> | 2018-01-08 10:28:28 +0100 |
commit | 642feb0a7126cae59961cc599fb9126567593a0c (patch) | |
tree | 5b9136f5ffbac4fcea7dbc19df13a4af61af3f17 /content | |
parent | 6c1ebea79570a7f55b06635b02ca6befc36057a2 (diff) |
Adding signal composer documentation.
Change-Id: Iec99acd85f3c64d0a2906d62b27029f2caaf0328
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'content')
-rw-r--r-- | content/tocs/apis_services/fetched_files.yml | 21 | ||||
-rw-r--r-- | content/tocs/apis_services/toc_dev_en.yml | 6 |
2 files changed, 27 insertions, 0 deletions
diff --git a/content/tocs/apis_services/fetched_files.yml b/content/tocs/apis_services/fetched_files.yml index da0758b..4d4ea66 100644 --- a/content/tocs/apis_services/fetched_files.yml +++ b/content/tocs/apis_services/fetched_files.yml @@ -132,6 +132,27 @@ repositories: label: Installation and Usage Guide - source: images/high-level-arch.png - + url_fetch: "GERRIT_FETCH" + git_name: apps/agl-service-signal-composer + git_commit: "master" + src_prefix: docs/part-1/ + dst_prefix: signaling + documents: + - source: 1-Architecture.md + destination: signal-composer-architecture.md + label: Architecture presentation + - source: 2-Configuration.md + destination: signal-composer-configuration.md + label: Configuration + - source: 3-Plugins.md + destination: signal-composer-plugins.md + label: Plugins + - source: 4-SignalComposerAPI.md + destination: signal-composer-api.md + label: Signal Composer API + - source: pictures/Global_Signaling_Architecture.png + - source: pictures/iotbzh_logo_small.png +- url_fetch: AGL_GITHUB_FETCH url_edit: AGL_GITHUB_EDIT git_name: "%project_source%/docs-agl" diff --git a/content/tocs/apis_services/toc_dev_en.yml b/content/tocs/apis_services/toc_dev_en.yml index 3c3e4a9..40770df 100644 --- a/content/tocs/apis_services/toc_dev_en.yml +++ b/content/tocs/apis_services/toc_dev_en.yml @@ -74,6 +74,12 @@ children: children: - url: reference/signaling/high-viwi-architecture.html - url: reference/signaling/high-viwi-install-usage-guide.html + - name: Signal Composer service Guide + children: + - url: reference/signaling/signal-composer-architecture.html + - url: reference/signaling/signal-composer-configuration.html + - url: reference/signaling/signal-composer-plugins.html + - url: reference/signaling/signal-composer-api.html - name: Developer Guidelines url: reference/iotbzh2016/signaling/AGL-Message-Signaling-Developer-Guidelines.pdf - name: CAN Signaling Benchmark |