From: Frederic Marec Date: Wed, 9 Jan 2019 14:16:44 +0000 (+0100) Subject: docs: add yaml book X-Git-Tag: 6.0.4^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=commitdiff_plain;h=e2ef2bacdb4179f0a416a9996a9d6fc6d448e31f docs: add yaml book Bug-AGL: SPEC-1988 Change-Id: I1684c187d2b64128d5e032fd377831a204fd6b24 Signed-off-by: Frederic Marec --- 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 +