rclone/docs/config.json
2024-06-14 16:04:51 +01:00

38 lines
725 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
}
}
}
}