From 408acbdce381f1e70985eae9f96d036689f3d0aa Mon Sep 17 00:00:00 2001 From: CorentinLGS Date: Fri, 31 Aug 2018 09:39:04 +0200 Subject: app-framework-binder doc: Changed doc to fit new format. -Split book.json in 2. -Deleted unwanted files. -Changed all links to .html files to .md files in the SUMMARY.md, it is used by gitbook to build the pdf and as gitbook doesn't handle .html files I had to change it. Change-Id: I15705ef0f0d9143971c046ccb72a4eee04b98890 Signed-off-by: CorentinLGS --- book.json | 85 +-------------------------------------------------------------- 1 file changed, 1 insertion(+), 84 deletions(-) (limited to 'book.json') diff --git a/book.json b/book.json index e7127c49..e65dd835 100644 --- a/book.json +++ b/book.json @@ -7,88 +7,5 @@ "website": "http://iot.bzh", "published": "February 2018", "version": "5.99-FFRC1", - - "gitbook": "3.2.2", - "root": "docs", - "pdf": { - "fontFamily": "Verdana", - "fontSize": 12, - "paperSize": "a4", - "pageBreaksBefore": "//h:div[@class=\"page-break\"]" - }, - "styles": { - "website": "resources/ebook.css", - "ebook": "resources/ebook.css", - "pdf": "resources/ebook.css" - }, - - "hidepageheaders": [], - "hidepagefooters": [], - - "plugins": [ - "regexplace" - ], - "pluginsConfig": { - "regexplace": { - "removeFirstPartsInSectionNumber": true, - "substitutes": [{ - "pattern": "", - "flags": "g", - "substitute": "
" - }, - { - "pattern": "", - "flags": "g", - "substitute": "
" - }, - { - "pattern": "", - "flags": "g", - "substitute": "
" - }, - { - "pattern": "", - "flags": "g", - "substitute": "
" - }, - { - "pattern": "", - "flags": "g", - "substitute": "
" - }, - { - "pattern": "", - "flags": "g", - "substitute": "
" - }, - { - "pattern": "!\\[(.*?)\\]\\((.*?)(?:\\s+\"(.*)\")?\\){0,}{caption=1([^\\}]*)}", - "flags": "gmi", - "substitute": "
\"$1\"
", - "decode": true - }, - { - "pattern": "]*) {0,}\/{0,}> {0,}{caption=1([^\\}]*)}", - "flags": "g", - "substitute": "
", - "decode": true - }, - { - "pattern": "
", - "flags": "g", - "substitute": "
Picture _PAGE_LEVEL_._INDEX_: $2
", - "store": { - "substitute": "Pic. _PAGE_LEVEL_._INDEX_ $2", - "variable_name": "pictures" - } - }, - { - "pattern": "]*)> {0,}{style {1,}([^}]*)}", - "flags": "g", - "substitute": "", - "decode": true - } - ] - } - } + "pdf_filename": "Application-Framework-Binder-Guide" } -- cgit 1.2.3-korg