diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-01-15 21:00:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2019-01-15 21:00:14 +0000 |
commit | 61327e938cab27c6ce54f4324ba8144d39b24bee (patch) | |
tree | c0912685efdf278885847a682a08b3718fb83747 | |
parent | 2105c010e32b7e868949797257923019081ac061 (diff) | |
parent | c7a94882b91dba85c28940f550b7fe28ebcf7690 (diff) |
Merge "docs: add yaml book" into flounderflounder_6.0.5flounder_6.0.4flounder/6.0.5flounder/6.0.46.0.56.0.4
-rw-r--r-- | docs/api-services-book.yml | 25 |
1 files changed, 25 insertions, 0 deletions
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 + |