diff options
author | Clément Bénier <clement.benier@iot.bzh> | 2018-12-12 09:38:06 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-12-13 08:24:12 +0000 |
commit | 0eb4c25cb5b63608fbef8458251c897a1766927b (patch) | |
tree | f0ca8d1670a6a6a0b5125c8a647c394d5af486e9 | |
parent | 1b1399ed154f68d90665db122073c18d60b2c685 (diff) |
book doc: add book yaml file
SPEC-1988
Change-Id: Ie68d715f04338bf8917792f0f1ae6e36d1602553
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
-rw-r--r-- | docs/api-services-book.yml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/api-services-book.yml b/docs/api-services-book.yml new file mode 100644 index 0000000..9e26563 --- /dev/null +++ b/docs/api-services-book.yml @@ -0,0 +1,37 @@ +type: books +books: +- + id: api-reference + title: API Reference + description: API Reference documentation + keywords: + author: "IotBzh" + version: master + chapters: + - url: "%lang%/0-kristi-introduction.md" + name: API Reference +- + id: application-framework + title: Application Framework + description: Application Framework documentation + keywords: + author: "IotBzh" + version: master + chapters: + - url: "%lang%/0-introduction.md" + name: Introduction + - url: "%lang%/0-kristi-introduction.md" + name: API Reference + - url: "%lang%/1-afm-daemons.md" + name: The afm daemons + - url: "%lang%/2-widgets.md" + name: Widgets + - url: "%lang%/2.1-widgets.md" + name: Overview of widgets + - url: "%lang%/2.2-config.xml.md" + name: Widget configuration file + - url: "%lang%/3-permissions.md" + name: Permissions + - url: "%lang%/4-quick-tutorial.md" + name: Quick Tutorial + |