1
0
Fork 0
arangodb/Documentation/Books/AQL/book.json

35 lines
809 B
JSON

{
"gitbook": "^2.6.7",
"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", "anchorjs", "add-header", "piwik"],
"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"]
},
"add-header": {
"BASE_PATH": "https://docs.arangodb.com/devel"
},
"piwik": {
"URL": "www.arangodb.com/piwik/",
"siteId": 12
}
}
}