aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Marec <frederic.marec@iot.bzh>2019-01-09 15:16:44 +0100
committerFrederic Marec <frederic.marec@iot.bzh>2019-01-09 15:16:44 +0100
commite2ef2bacdb4179f0a416a9996a9d6fc6d448e31f (patch)
treed00c497bd903ae91aa037b18daa25a86ee8a0438
parenta05b577b8159ccc9f14a652350f47e02ac23d841 (diff)
Bug-AGL: SPEC-1988 Change-Id: I1684c187d2b64128d5e032fd377831a204fd6b24 Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
-rw-r--r--docs/api-services-book.yml55
1 files changed, 55 insertions, 0 deletions
diff --git a/docs/api-services-book.yml b/docs/api-services-book.yml
new file mode 100644
index 00000000..af33db78
--- /dev/null
+++ b/docs/api-services-book.yml
@@ -0,0 +1,55 @@
+type: books
+books:
+-
+ id: app_framework_binder
+ title: Application Framework Binder
+ description: Application Framework Binder documentation
+ keywords:
+ author: "IotBzh"
+ version: flounder
+ chapters:
+ - url: "afb-overview.md"
+ name: Overview
+ - url: "afb-daemon-vocabulary.md"
+ name: Binder daemon vocabulary
+ - url: "afb-binding-writing.md"
+ name: How to write a binding ?
+ - name: Binder references
+ children:
+ - url: "reference-v3/types-and-globals.md"
+ name: Types and globals
+ - url: "reference-v3/macro-log.md"
+ name: Macros for logging
+ - url: "reference-v3/func-api.md"
+ name: Functions of class afb_api
+ - url: "reference-v3/func-req.md"
+ name: Functions of class afb_req
+ - url: "reference-v3/func-event.md"
+ name: Functions of class afb_event
+ - url: "reference-v3/func-daemon.md"
+ name: Functions of class afb_daemon
+ - url: "reference-v3/func-service.md"
+ name: Functions of class afb_service
+ - url: "afb-events-guide.md"
+ name: Binder events guide
+ - url: "afb-application-writing.md"
+ name: Binder Application writing guide
+ - name: Annexes
+ children:
+ - url: "afb-migration-to-binding-v3.md"
+ name: Migration to bindings v3
+ - url: "protocol-x-afb-ws-json1.md"
+ name: WebSocket protocol x-afb-ws-json1
+ - url: "afb-desktop-package.md"
+ name: Installing the binder on a desktop
+ - url: "afb-daemon-options.md"
+ name: Options of afb-daemon
+ - url: "afb-daemon-debugging.md"
+ name: Debugging binder and bindings
+ - url: "legacy/afb-migration-v1-to-v2.md"
+ name: LEGACY Migration from v1 to v2
+ - url: "legacy/afb-binding-v2-references.md"
+ name: LEGACY Binding V2 references
+ - url: "REVISIONS.md"
+ name: Document revision
+