rclone/docs/config.json
Nick Craig-Wood 74b8cbfb84 docs: set unsafe HTML parsing to false and fix raw HTML insertion
This means that markdown files can't contain <thing> any more.
2020-05-27 17:31:09 +01:00

33 lines
633 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": [
"~$",
"^\\."
],
"markup": {
"goldmark": {
"extensions": {
"typographer": false
},
"parser": {
"autoHeadingIDType": "blackfriday"
},
"renderer": {
"unsafe": false
}
}
}
}