diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2018-07-03 15:03:54 +0200 |
---|---|---|
committer | jobol <jose.bollo@iot.bzh> | 2018-07-03 19:30:23 +0200 |
commit | 8843d68284bac0c2d3f72b4286d8399a2d44ecf2 (patch) | |
tree | c08e339ec4eea263ee33b100acd78618fae2ae2b /content/tocs/apis_services/fetched_files.yml | |
parent | 7ae2318a3544344c4fb9a619e248205e361ded63 (diff) |
Update binder documentation
Bug-AGL: SPEC-1526
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'content/tocs/apis_services/fetched_files.yml')
-rw-r--r-- | content/tocs/apis_services/fetched_files.yml | 34 |
1 files changed, 31 insertions, 3 deletions
diff --git a/content/tocs/apis_services/fetched_files.yml b/content/tocs/apis_services/fetched_files.yml index 4c21bed..8cf10db 100644 --- a/content/tocs/apis_services/fetched_files.yml +++ b/content/tocs/apis_services/fetched_files.yml @@ -73,14 +73,30 @@ repositories: src_prefix : docs dst_prefix: af-binder documents: + - source: index.md + label: Binder index - source: afb-overview.md - label: Binder Overview + label: 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: reference-v3/types-and-globals.md + label: Types and globals + - source: reference-v3/func-api.md + label: Functions of class afb_api + - source: reference-v3/func-req.md + label: Functions of class afb_req + - source: reference-v3/func-event.md + label: Functions of class afb_event + - source: reference-v3/func-daemon.md + label: Functions of class afb_daemon + - source: reference-v3/func-service.md + label: Functions of class afb_service + - source: reference-v3/macro-log.md + label: Macros for logging + - source: afb-migration-to-binding-v3.md + label: Migration to bindings v3 - source: afb-events-guide.md label: Binder events guide - source: afb-application-writing.md @@ -89,8 +105,20 @@ repositories: label: Binder daemon vocabulary - source: afb-desktop-package.md label: Installing the binder on a desktop + - source: afb-daemon-debugging.md + label: Debugging binder and bindings - source: afb-daemon-options.md label: Options of afb-daemon + - source: protocol-x-afb-ws-json1.md + label: WebSocket protocol x-afb-ws-json1 + - source: annexes.md + label: Annexes + - source: REVISIONS.md + label: Document revision + - source: legacy/afb-migration-v1-to-v2.md + label: LEGACY Migration from v1 to v2 + - source: legacy/afb-binding-v2-references.md + label: LEGACY Binding V2 references - source: pictures/AFB_for_services.svg - source: pictures/basis.svg - source: pictures/interconnection.svg |