1
0
Fork 0

Add book.json to AQL and HTTP docs, update plugin list

This commit is contained in:
Simran Brucherseifer 2016-05-02 03:43:05 +02:00
parent e23102f5ec
commit cc1b2b48a6
3 changed files with 55 additions and 1 deletions

View File

@ -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"]
}
}
}

View File

@ -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"]
}
}
}

View File

@ -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,