From cc1b2b48a630490e30de714e4c33c92ec4490c85 Mon Sep 17 00:00:00 2001 From: Simran Brucherseifer Date: Mon, 2 May 2016 03:43:05 +0200 Subject: [PATCH] Add book.json to AQL and HTTP docs, update plugin list --- Documentation/Books/AQL/book.json | 27 +++++++++++++++++++++++++++ Documentation/Books/HTTP/book.json | 27 +++++++++++++++++++++++++++ Documentation/Books/Users/book.json | 2 +- 3 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 Documentation/Books/AQL/book.json create mode 100644 Documentation/Books/HTTP/book.json diff --git a/Documentation/Books/AQL/book.json b/Documentation/Books/AQL/book.json new file mode 100644 index 0000000000..ab5f7b5523 --- /dev/null +++ b/Documentation/Books/AQL/book.json @@ -0,0 +1,27 @@ +{ + "gitbook": ">=2.0.0", + "title": "ArangoDB VERSION_NUMBER AQL Documentation", + "author": "ArangoDB GmbH", + "description": "Official AQL manual for ArangoDB - the multi-model NoSQL database", + "language": "en", + "plugins":["-search", "-sharing", "toggle-chapters", "addcssjs", "heading-anchors", "add-header"], + "pdf": { + "fontSize": 12, + "toc": true, + "margin": { + "right": 60, + "left": 60, + "top": 35, + "bottom": 35 + } + }, + "styles": { + "website": "styles/website.css" + }, + "pluginsConfig": { + "addcssjs": { + "js": ["styles/header.js"], + "css": ["styles/header.css"] + } + } +} diff --git a/Documentation/Books/HTTP/book.json b/Documentation/Books/HTTP/book.json new file mode 100644 index 0000000000..c52200a9d0 --- /dev/null +++ b/Documentation/Books/HTTP/book.json @@ -0,0 +1,27 @@ +{ + "gitbook": ">=2.0.0", + "title": "ArangoDB VERSION_NUMBER HTTP API Documentation", + "author": "ArangoDB GmbH", + "description": "Official HTTP API manual for ArangoDB - the multi-model NoSQL database", + "language": "en", + "plugins":["-search", "-sharing", "toggle-chapters", "addcssjs", "heading-anchors", "add-header"], + "pdf": { + "fontSize": 12, + "toc": true, + "margin": { + "right": 60, + "left": 60, + "top": 35, + "bottom": 35 + } + }, + "styles": { + "website": "styles/website.css" + }, + "pluginsConfig": { + "addcssjs": { + "js": ["styles/header.js"], + "css": ["styles/header.css"] + } + } +} diff --git a/Documentation/Books/Users/book.json b/Documentation/Books/Users/book.json index 824d5532f7..89f6dd5b37 100644 --- a/Documentation/Books/Users/book.json +++ b/Documentation/Books/Users/book.json @@ -4,7 +4,7 @@ "author": "ArangoDB GmbH", "description": "Official manual for ArangoDB - the multi-model NoSQL database", "language": "en", - "plugins":["toggle-chapters", "addcssjs"], + "plugins":["-search", "-sharing", "toggle-chapters", "addcssjs", "heading-anchors", "add-header"], "pdf": { "fontSize": 12, "toc": true,