Continue renaming to Clover

This commit is contained in:
Oleg Kalachev
2020-04-30 03:41:14 +03:00
parent 77ca50b901
commit a480ebe80a
88 changed files with 271 additions and 273 deletions

View File

@@ -1,5 +1,5 @@
{
"title": "Clever",
"title": "Clover",
"description": "Конструктор квадрокоптера «Клевер»",
"author": "Copter Express",
"language": "en",
@@ -28,7 +28,7 @@
"blank": true
},
"sitemap": {
"hostname": "https://clever.coex.tech"
"hostname": "https://clover.coex.tech"
},
"toolbar": {
"buttons":
@@ -37,19 +37,19 @@
"label": "Edit page on github",
"icon": "fa fa-pencil-square-o",
"position" : "left",
"url": "https://github.com/CopterExpress/clever/edit/master/docs/{{filepath_lang}}"
"url": "https://github.com/CopterExpress/clover/edit/master/docs/{{filepath_lang}}"
},
{
"label": "GitHub",
"icon": "fa fa-github",
"position" : "left",
"url": "https://github.com/CopterExpress/clever"
"url": "https://github.com/CopterExpress/clover"
}
]
},
"addcssjs": {
"css": ["../clever.css"],
"js": ["../clever.js"]
"css": ["../clover.css"],
"js": ["../clover.js"]
},
"language-picker": {
"languages": [["ru", "Russian"], ["en", "English"]]