mirror of https://gitee.com/bigwinds/arangodb
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"gitbook": "^3.2.2",
|
|
"title": "ArangoDB Cookbook",
|
|
"author": "ArangoDB GmbH",
|
|
"description": "Recipes for ArangoDB - the native multi-model NoSQL database",
|
|
"language": "en",
|
|
"plugins": [
|
|
"-search",
|
|
"-lunr",
|
|
"-sharing",
|
|
"toggle-chapters",
|
|
"addcssjs",
|
|
"anchorjs",
|
|
"sitemap-general@git+https://github.com/Simran-B/gitbook-plugin-sitemap-general.git",
|
|
"ga",
|
|
"callouts@git+https://github.com/Simran-B/gitbook-plugin-callouts.git",
|
|
"edit-link",
|
|
"localized-footer"
|
|
],
|
|
"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", "styles/hs.js"],
|
|
"css": ["styles/header.css"]
|
|
},
|
|
"sitemap-general": {
|
|
"prefix": "https://docs.arangodb.com/devel/cookbook/",
|
|
"changefreq": "@GCHANGE_FREQ@",
|
|
"priority": @GPRIORITY@
|
|
},
|
|
"ga": {
|
|
"token": "UA-81053435-2"
|
|
},
|
|
"edit-link": {
|
|
"base": "https://github.com/arangodb/arangodb/edit/devel/Documentation/Books/Cookbook",
|
|
"label": "Edit Page"
|
|
},
|
|
"localized-footer": {
|
|
"filename": "FOOTER.html"
|
|
}
|
|
}
|
|
}
|