1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00
Files
rclone/docs/config.json

41 lines
781 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, gcs, azure, dropbox, box...",
"canonifyurls": false,
"disableKinds": [
"taxonomy"
],
"ignoreFiles": [
"~$",
"^\\."
],
"enableGitInfo": true,
"markup": {
"tableOfContents": {
"endLevel": 3,
"ordered": false,
"startLevel": 2
},
"goldmark": {
"extensions": {
"typographer": false
},
"parser": {
"autoHeadingIDType": "blackfriday"
},
"renderer": {
"unsafe": false
}
},
"highlight": {
"style": "monokailight"
}
}
}