diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-12-20 20:08:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-12-20 20:08:49 +0000 |
commit | d6833627b97c543fdace56fa47810c3999b71eac (patch) | |
tree | 7a2ee44e5673aa1d6018dbc3f3c4097ace8b7f8b /docs/api-services-book.yml | |
parent | 80c20308d798433be6f59ce927da4a1920ecf3b9 (diff) | |
parent | adc590a96b435b92dfd5be11271f83d2d4f15ba9 (diff) |
Merge "Fixed book.yml file"
Diffstat (limited to 'docs/api-services-book.yml')
-rw-r--r-- | docs/api-services-book.yml | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/docs/api-services-book.yml b/docs/api-services-book.yml index 9e26563..c093a69 100644 --- a/docs/api-services-book.yml +++ b/docs/api-services-book.yml @@ -8,7 +8,7 @@ books: author: "IotBzh" version: master chapters: - - url: "%lang%/0-kristi-introduction.md" + - url: "0-kristi-introduction.md" name: API Reference - id: application-framework @@ -18,20 +18,18 @@ books: author: "IotBzh" version: master chapters: - - url: "%lang%/0-introduction.md" + - url: "0-introduction.md" name: Introduction - - url: "%lang%/0-kristi-introduction.md" - name: API Reference - - url: "%lang%/1-afm-daemons.md" + - url: "1-afm-daemons.md" name: The afm daemons - - url: "%lang%/2-widgets.md" + - url: "2-widgets.md" name: Widgets - - url: "%lang%/2.1-widgets.md" + - url: "2.1-widgets.md" name: Overview of widgets - - url: "%lang%/2.2-config.xml.md" + - url: "2.2-config.xml.md" name: Widget configuration file - - url: "%lang%/3-permissions.md" + - url: "3-permissions.md" name: Permissions - - url: "%lang%/4-quick-tutorial.md" + - url: "4-quick-tutorial.md" name: Quick Tutorial |