From c7a94882b91dba85c28940f550b7fe28ebcf7690 Mon Sep 17 00:00:00 2001 From: Frederic Marec Date: Wed, 9 Jan 2019 15:13:55 +0100 Subject: docs: add yaml book Bug-AGL: SPEC-1988 Change-Id: Ic4d933f42ff0b98d997f8cc9504cb2539575a2d4 Signed-off-by: Frederic Marec --- docs/api-services-book.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/api-services-book.yml diff --git a/docs/api-services-book.yml b/docs/api-services-book.yml new file mode 100644 index 0000000..a5d60bc --- /dev/null +++ b/docs/api-services-book.yml @@ -0,0 +1,25 @@ +type: books +books: +- + id: application-framework + title: Application Framework + description: Application Framework documentation + keywords: + author: "IotBzh" + version: flounder + chapters: + - url: "0-introduction.md" + name: Introduction + - url: "1-afm-daemons.md" + name: The afm daemons + - url: "2-widgets.md" + name: Widgets + - url: "2.1-widgets.md" + name: Overview of widgets + - url: "2.2-config.xml.md" + name: Widget configuration file + - url: "3-permissions.md" + name: Permissions + - url: "4-quick-tutorial.md" + name: Quick Tutorial + -- cgit 1.2.3-korg