Fixed book.yml file 63/19163/1
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Wed, 19 Dec 2018 22:13:34 +0000 (23:13 +0100)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Wed, 19 Dec 2018 22:15:24 +0000 (23:15 +0100)
- remove useless %lang% prefix
- remove unwanted (copy/paste error) "API Reference" chapter

Change-Id: I2c46f93093eed6950cfbb7319e7cfd47fcd8b8b7
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
docs/api-services-book.yml

index 9e26563..c093a69 100644 (file)
@@ -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