diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-04-12 18:26:10 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-04-12 18:26:10 +0200 |
commit | 0ee0a56783767e61432ffa83f1c37ccc5d90e7f1 (patch) | |
tree | dc3f25c4f5f48fed598da6001c8cff4cce9a43db | |
parent | db0a38ec10a715e9aea87fe8f552818e2333a9f2 (diff) |
webdocs: update application framework documentation
Change-Id: I5546781111386b0eb0ab17aa21b0c4c0c63b5a84
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-rw-r--r-- | contain/tocs/apis_services/fetched_files.yml | 40 | ||||
-rw-r--r-- | contain/tocs/apis_services/toc_dev_en.yml | 13 |
2 files changed, 30 insertions, 23 deletions
diff --git a/contain/tocs/apis_services/fetched_files.yml b/contain/tocs/apis_services/fetched_files.yml index 91caa02..5ade7da 100644 --- a/contain/tocs/apis_services/fetched_files.yml +++ b/contain/tocs/apis_services/fetched_files.yml @@ -49,17 +49,21 @@ repositories: documents: - source: overview.md label: Overview - - source: pictures/AppFW-APP_install_sequences.svg - - source: pictures/Security_model_history.svg - - source: quick-tutorial.md - label: Quick Tutorial - - source: widgets.md - label: Widgets - source: afm-daemons.md label: Application Framework Daemon + - source: widgets.md + label: Widgets + - source: config.xml.md + label: Widget Configuration File + - source: permissions.md + label: Permissions + - source: quick-tutorial.md + label: Quick Tutorial - source: pictures/afm-daemons.svg - - source: application-framework.md - label: Application Framework + - source: pictures/AppFW-APP_install_sequences.svg + - source: pictures/Security_model_history.svg + - source: pictures/triskel_iot_bzh.svg + - git_name : src/app-framework-binder git_commit: master @@ -68,23 +72,25 @@ repositories: documents: - source: afb-overview.md label: Binder overview - - source: pictures/AFB_overview.svg - - source: pictures/AFB_for_services.svg - source: afb-application-writing.md label: Writing Applications + - source: afb-bindings-overview.md + label: Bindings Examples - source: afb-bindings-writing.md label: Writing Bindings - - source: pictures/tic-tac-toe.svg - source: afb-events-guide.md label: Events guide - - source: pictures/signaling-basis.svg - - source: afb-daemon-vocabulary.md - label: Vocabulary - source: afb-tests-overview.md label: Tests overview - - source: afb-bindings-overview.md - label: Bindings Examples - - source: FAQ.md + - source: afb-daemon-vocabulary.md + label: Vocabulary + + - source: pictures/AFB_overview.svg + - source: pictures/AFB_for_services.svg + - source: pictures/signaling-basis.svg + - source: pictures/tic-tac-toe.svg + - source: pictures/triskel_iot_bzh.svg + - url_fetch: AGL_GITHUB_FETCH url_edit: AGL_GITHUB_EDIT diff --git a/contain/tocs/apis_services/toc_dev_en.yml b/contain/tocs/apis_services/toc_dev_en.yml index 9545874..f45b61d 100644 --- a/contain/tocs/apis_services/toc_dev_en.yml +++ b/contain/tocs/apis_services/toc_dev_en.yml @@ -42,19 +42,20 @@ children: name: Application Framework children: - url: reference/af-main/overview.html - - url: reference/af-main/quick-tutorial.html - - url: reference/af-main/widgets.html - url: reference/af-main/afm-daemons.html - - url: reference/af-main/application-framework.html + - url: reference/af-main/widgets.html + - url: reference/af-main/config.xml.html + - url: reference/af-main/permissions.html + - url: reference/af-main/quick-tutorial.html - url: reference/af-binder/afb-overview.html - url: reference/af-binder/afb-application-writing.html + - url: reference/af-binder/afb-bindings-overview.html - url: reference/af-binder/afb-bindings-writing.html - url: reference/af-binder/afb-events-guide.html - - url: reference/af-binder/afb-daemon-vocabulary.html - url: reference/af-binder/afb-tests-overview.html - - url: reference/af-binder/afb-bindings-overview.html - - url: reference/af-binder/FAQ.html + - url: reference/af-binder/afb-daemon-vocabulary.html - url: reference/af-binder/resources.html + - name: Message Signaling children: |