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

35 lines
891 B
JSON

{
"gitbook": "^3.2.2",
"title": "ArangoDB VERSION_NUMBER Documentation",
"author": "ArangoDB GmbH",
"description": "Official manual for ArangoDB - the multi-model NoSQL database",
"language": "en",
"plugins":["-search", "-lunr", "-sharing", "toggle-chapters", "addcssjs", "anchorjs", "piwik", "sitemap-general", "callouts@git+https://github.com/Simran-B/gitbook-plugin-callouts.git"],
"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"]
},
"piwik": {
"URL": "www.arangodb.com/piwik/",
"siteId": 12
},
"sitemap-general": {
"prefix": "https://docs.arangodb.com/devel/Manual/"
}
}
}