mirror of
https://github.com/rclone/rclone.git
synced 2026-04-03 23:32:50 -04:00
- replace Bootstrap/jQuery with purpose-built CSS and JS - remove backend icons from navbar and content pages - replace remaining FontAwesome icons with inline SVGs, remove FontAwesome - modernize CSS styling for menus, typography, cards, tables, and code blocks - add copy-to-clipboard buttons on code blocks using SVG icon - move TOC to left sidebar with responsive overlay drawer - add sticky header, top scrollbar and first column for wide tables - add left/right arrow buttons to scrollable tables - hide homepage logo on mobile - make wide menus with filter for Commands and Storage Systems - add dark mode support based on browser preference - fix CSS/JS cache busting to use build time
41 lines
776 B
JSON
41 lines
776 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": {
|
|
"noClasses": false
|
|
}
|
|
}
|
|
}
|