docs: add yaml book 39/19539/1 6.0.4 flounder/6.0.4 flounder_6.0.4
authorFrederic Marec <frederic.marec@iot.bzh>
Wed, 9 Jan 2019 14:16:44 +0000 (15:16 +0100)
committerFrederic Marec <frederic.marec@iot.bzh>
Wed, 9 Jan 2019 14:16:44 +0000 (15:16 +0100)
Bug-AGL: SPEC-1988

Change-Id: I1684c187d2b64128d5e032fd377831a204fd6b24
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
docs/api-services-book.yml [new file with mode: 0644]

diff --git a/docs/api-services-book.yml b/docs/api-services-book.yml
new file mode 100644 (file)
index 0000000..af33db7
--- /dev/null
@@ -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
+