aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2017-06-22 19:49:49 +0200
committerStephane Desneux <stephane.desneux@iot.bzh>2017-06-22 19:49:49 +0200
commit03e1a36e4ffcc8e48c9fad56e0ab6474734a7039 (patch)
tree82988d348caad1c4a6c239a8152bbe2b745731f0
parent0ee0a56783767e61432ffa83f1c37ccc5d90e7f1 (diff)
webdocs-agl: updated appfw documentation pages for DD
Change-Id: I2ca08568a13dd3d395e1caa7c74598960f6ecf62 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-rw-r--r--contain/tocs/apis_services/fetched_files.yml55
-rw-r--r--contain/tocs/apis_services/toc_dev_en.yml28
2 files changed, 49 insertions, 34 deletions
diff --git a/contain/tocs/apis_services/fetched_files.yml b/contain/tocs/apis_services/fetched_files.yml
index 5ade7da..9e3a815 100644
--- a/contain/tocs/apis_services/fetched_files.yml
+++ b/contain/tocs/apis_services/fetched_files.yml
@@ -47,46 +47,55 @@ repositories:
src_prefix : docs
dst_prefix: af-main
documents:
- - source: overview.md
- label: Overview
- - source: afm-daemons.md
- label: Application Framework Daemon
- - source: widgets.md
+ - source: 0-introduction.md
+ label: Introduction
+ - source: 1-afm-daemons.md
+ label: The afm daemons
+ - source: 2-widgets.md
label: Widgets
- - source: config.xml.md
- label: Widget Configuration File
- - source: permissions.md
+ - source: 2.1-widgets.md
+ label: Overview of widgets
+ - source: 2.2-config.xml.md
+ label: Widget configuration file
+ - source: 3-permissions.md
label: Permissions
- - source: quick-tutorial.md
+ - source: 4-quick-tutorial.md
label: Quick Tutorial
- source: pictures/afm-daemons.svg
- source: pictures/AppFW-APP_install_sequences.svg
+ - source: pictures/make-units.svg
- source: pictures/Security_model_history.svg
- source: pictures/triskel_iot_bzh.svg
-
git_name : src/app-framework-binder
git_commit: master
- src_prefix : doc
+ src_prefix : docs
dst_prefix: af-binder
documents:
- source: afb-overview.md
- label: Binder overview
- - source: afb-application-writing.md
- label: Writing Applications
- - source: afb-bindings-overview.md
- label: Bindings Examples
- - source: afb-bindings-writing.md
- label: Writing Bindings
+ label: Binder Overview
+ - source: afb-binding-writing.md
+ label: How to write a binding ?
+ - source: afb-binding-references.md
+ label: Binding references
+ - source: afb-migration-v1-to-v2.md
+ label: Migration from v1 to v2
- source: afb-events-guide.md
- label: Events guide
- - source: afb-tests-overview.md
- label: Tests overview
+ label: Binder events guide
+ - source: afb-application-writing.md
+ label: Binder Application writing guide
- source: afb-daemon-vocabulary.md
- label: Vocabulary
-
- - source: pictures/AFB_overview.svg
+ label: Binder daemon vocabulary
+ - source: annexes.md
+ label: Annexes
+ - source: afb-desktop-package.md
+ label: Installing the binder on a desktop
+ - source: afb-daemon-options.md
+ label: Options of afb-daemon
- source: pictures/AFB_for_services.svg
+ - source: pictures/basis.svg
+ - source: pictures/interconnection.svg
- source: pictures/signaling-basis.svg
- source: pictures/tic-tac-toe.svg
- source: pictures/triskel_iot_bzh.svg
diff --git a/contain/tocs/apis_services/toc_dev_en.yml b/contain/tocs/apis_services/toc_dev_en.yml
index f45b61d..cd91094 100644
--- a/contain/tocs/apis_services/toc_dev_en.yml
+++ b/contain/tocs/apis_services/toc_dev_en.yml
@@ -41,20 +41,26 @@ children:
-
name: Application Framework
children:
- - url: reference/af-main/overview.html
- - url: reference/af-main/afm-daemons.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-main/0-introduction.html
+ - url: reference/af-main/1-afm-daemons.html
+ - url: reference/af-main/2-widgets.html
+ - url: reference/af-main/2.1-widgets.html
+ - url: reference/af-main/2.2-config.xml.html
+ - url: reference/af-main/3-permissions.html
+ - url: reference/af-main/4-quick-tutorial.html
+-
+ name: Application Framework Binder
+ children:
- 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-binding-writing.html
+ - url: reference/af-binder/afb-binding-references.html
+ - url: reference/af-binder/afb-migration-v1-to-v2.html
- url: reference/af-binder/afb-events-guide.html
- - url: reference/af-binder/afb-tests-overview.html
+ - url: reference/af-binder/afb-application-writing.html
- url: reference/af-binder/afb-daemon-vocabulary.html
- - url: reference/af-binder/resources.html
+ - url: reference/af-binder/annexes.html
+ - url: reference/af-binder/afb-desktop-package.html
+ - url: reference/af-binder/afb-daemon-options.html
-
name: Message Signaling