mirror of
https://github.com/rclone/rclone
synced 2024-11-05 01:42:31 +01:00
39 lines
757 B
JSON
39 lines
757 B
JSON
{
|
|
"indexes": {
|
|
"tag": "tags",
|
|
"group": "groups",
|
|
"menu": "menu"
|
|
},
|
|
"baseurl": "https://rclone.org",
|
|
"title": "rclone - rsync for cloud storage",
|
|
"description": "rclone - rsync for cloud storage: google drive, s3, swift, cloudfiles, dropbox, memstore...",
|
|
"canonifyurls": false,
|
|
"disableKinds": [
|
|
"taxonomy",
|
|
"taxonomyTerm"
|
|
],
|
|
"ignoreFiles": [
|
|
"~$",
|
|
"^\\."
|
|
],
|
|
"enableGitInfo": true,
|
|
"markup": {
|
|
"tableOfContents": {
|
|
"endLevel": 3,
|
|
"ordered": false,
|
|
"startLevel": 2
|
|
},
|
|
"goldmark": {
|
|
"extensions": {
|
|
"typographer": false
|
|
},
|
|
"parser": {
|
|
"autoHeadingIDType": "blackfriday"
|
|
},
|
|
"renderer": {
|
|
"unsafe": false
|
|
}
|
|
}
|
|
}
|
|
}
|