Remove useless %lang% prefix in yaml book file 65/19165/1 6.99.3 guppy/6.99.3 guppy_6.99.3
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Wed, 19 Dec 2018 22:19:32 +0000 (23:19 +0100)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Wed, 19 Dec 2018 22:19:32 +0000 (23:19 +0100)
Change-Id: I25c5efebc281f774324851372d2d074e31988847
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
docs/api-services-book.yml

index c164c13..72a5c74 100644 (file)
@@ -8,48 +8,48 @@ books:
     author: "IotBzh"
     version: master
     chapters:
-    - url: "%lang%/afb-overview.md"
+    - url: "afb-overview.md"
       name: Overview
-    - url: "%lang%/afb-daemon-vocabulary.md"
+    - url: "afb-daemon-vocabulary.md"
       name: Binder daemon vocabulary
-    - url: "%lang%/afb-binding-writing.md"
+    - url: "afb-binding-writing.md"
       name: How to write a binding ?
     - name: Binder references
       children:
-          - url: "%lang%/reference-v3/types-and-globals.md"
+          - url: "reference-v3/types-and-globals.md"
             name: Types and globals
-          - url: "%lang%/reference-v3/macro-log.md"
+          - url: "reference-v3/macro-log.md"
             name: Macros for logging
-          - url: "%lang%/reference-v3/func-api.md"
+          - url: "reference-v3/func-api.md"
             name: Functions of class afb_api
-          - url: "%lang%/reference-v3/func-req.md"
+          - url: "reference-v3/func-req.md"
             name: Functions of class afb_req
-          - url: "%lang%/reference-v3/func-event.md"
+          - url: "reference-v3/func-event.md"
             name: Functions of class afb_event
-          - url: "%lang%/reference-v3/func-daemon.md"
+          - url: "reference-v3/func-daemon.md"
             name: Functions of class afb_daemon
-          - url: "%lang%/reference-v3/func-service.md"
+          - url: "reference-v3/func-service.md"
             name: Functions of class afb_service
-    - url: "%lang%/afb-events-guide.md"
+    - url: "afb-events-guide.md"
       name: Binder events guide
-    - url: "%lang%/afb-application-writing.md"
+    - url: "afb-application-writing.md"
       name: Binder Application writing guide
     - name: Annexes
       children:
-          - url: "%lang%/afb-migration-to-binding-v3.md"
+          - url: "afb-migration-to-binding-v3.md"
             name: Migration to bindings v3
-          - url: "%lang%/protocol-x-afb-ws-json1.md"
+          - url: "protocol-x-afb-ws-json1.md"
             name: WebSocket protocol x-afb-ws-json1
-          - url: "%lang%/afb-desktop-package.md"
+          - url: "afb-desktop-package.md"
             name: Installing the binder on a desktop
-          - url: "%lang%/afb-daemon-options.md"
+          - url: "afb-daemon-options.md"
             name: Options of afb-daemon
-          - url: "%lang%/afb-daemon-debugging.md"
+          - url: "afb-daemon-debugging.md"
             name: Debugging binder and bindings
-          - url: "%lang%/legacy/afb-migration-v1-to-v2.md"
+          - url: "legacy/afb-migration-v1-to-v2.md"
             name: LEGACY Migration from v1 to v2
-          - url: "%lang%/legacy/afb-binding-v2-references.md"
+          - url: "legacy/afb-binding-v2-references.md"
             name: LEGACY Binding V2 references
-    - url: "%lang%/REVISIONS.md"
+    - url: "REVISIONS.md"
       name: Document revision