rclone/docs/config.json
Nick Craig-Wood 1fef8e667c build: migrate bucket storage for the project to new provider
This changes

- beta.rclone.org
- www.rclone.org
- pub.rclone.org
- downloads.rclone.org
2024-04-25 17:04:18 +01:00

39 lines
745 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",
"taxonomyTerm"
],
"ignoreFiles": [
"~$",
"^\\."
],
"enableGitInfo": true,
"markup": {
"tableOfContents": {
"endLevel": 3,
"ordered": false,
"startLevel": 2
},
"goldmark": {
"extensions": {
"typographer": false
},
"parser": {
"autoHeadingIDType": "blackfriday"
},
"renderer": {
"unsafe": false
}
}
}
}