mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 11:43:25 +00:00
62 lines
2.0 KiB
JSON
62 lines
2.0 KiB
JSON
{
|
|
"title": "Clever",
|
|
"description": "Конструктор квадрокоптера «Клевер»",
|
|
"author": "Copter Express",
|
|
"language": "ru",
|
|
"root": "docs/",
|
|
"gitbook": "^3.2.2",
|
|
"plugins": [
|
|
"richquotes@https://github.com/okalachev/gitbook-plugin-richquotes.git",
|
|
"yametrika",
|
|
"anchors",
|
|
"validate-links",
|
|
"bulk-redirect@https://github.com/okalachev/gitbook-plugin-bulk-redirect.git",
|
|
"sitemap@https://github.com/okalachev/plugin-sitemap.git",
|
|
"toolbar@https://github.com/hamishwillee/gitbook-plugin-toolbar.git",
|
|
"addcssjs",
|
|
"localized-footer",
|
|
"image-zoom@https://github.com/okalachev/gitbook-plugin-image-zoom.git",
|
|
"language-picker@https://github.com/okalachev/gitbook-plugin-language-picker.git"
|
|
],
|
|
"pluginsConfig": {
|
|
"yametrika": {
|
|
"id": 49359238
|
|
},
|
|
"bulk-redirect": {
|
|
"basepath": "",
|
|
"redirectsFile": "redirects.json"
|
|
},
|
|
"sitemap": {
|
|
"hostname": "https://clever.copterexpress.com"
|
|
},
|
|
"toolbar": {
|
|
"buttons":
|
|
[
|
|
{
|
|
"label": "Edit page on github",
|
|
"icon": "fa fa-pencil-square-o",
|
|
"position" : "left",
|
|
"url": "https://github.com/CopterExpress/clever/edit/master/docs/{{filepath_lang}}"
|
|
},
|
|
{
|
|
"label": "GitHub",
|
|
"icon": "fa fa-github",
|
|
"position" : "left",
|
|
"url": "https://github.com/CopterExpress/clever"
|
|
}
|
|
]
|
|
},
|
|
"addcssjs": {
|
|
"css": ["../clever.css"],
|
|
"js": ["../clever.js"]
|
|
},
|
|
"language-picker": {
|
|
"languages": [["ru", "Russian"], ["en", "English"]]
|
|
},
|
|
"localized-footer": {
|
|
"hline": false,
|
|
"filename": "./FOOTER.md"
|
|
}
|
|
}
|
|
}
|