|
| 1 | +{ |
| 2 | + "$schema": "https://mintlify.com/docs.json", |
| 3 | + "theme": "mint", |
| 4 | + "name": "GoBackup", |
| 5 | + "description": "GoBackup documentation — backup tool for databases and files.", |
| 6 | + "repository": "https://github.com/gobackup/gobackup", |
| 7 | + "logo": { |
| 8 | + "dark": "/logo/web-logo-dark.png", |
| 9 | + "light": "/logo/web-logo.png" |
| 10 | + }, |
| 11 | + "favicon": "/favicon.svg", |
| 12 | + "colors": { |
| 13 | + "primary": "#000000", |
| 14 | + "light": "#000000", |
| 15 | + "dark": "#FFFFFF" |
| 16 | + }, |
| 17 | + "navbar": { |
| 18 | + "links": [ |
| 19 | + { "label": "Releases", "href": "https://github.com/gobackup/gobackup/releases" } |
| 20 | + ], |
| 21 | + "primary": { "type": "github", "href": "https://github.com/gobackup/gobackup" } |
| 22 | + }, |
| 23 | + "navigation": { |
| 24 | + "global": { |
| 25 | + "anchors": [ |
| 26 | + { "anchor": "Documentation", "icon": "book-open-cover", "href": "https://gobackup.github.io" }, |
| 27 | + { "anchor": "GitHub", "icon": "github", "href": "https://github.com/gobackup/gobackup" } |
| 28 | + ] |
| 29 | + }, |
| 30 | + "pages": [ |
| 31 | + { |
| 32 | + "group": "Overview", |
| 33 | + "pages": [ |
| 34 | + { "root": "index", "title": "Overview" } |
| 35 | + ] |
| 36 | + }, |
| 37 | + { |
| 38 | + "group": "Quick Start", |
| 39 | + "pages": [ |
| 40 | + { "root": "installation", "title": "Installation" }, |
| 41 | + { "root": "getting-started", "title": "Getting Started" }, |
| 42 | + { "root": "docker", "title": "Docker" }, |
| 43 | + { "root": "schedule", "title": "Schedule" } |
| 44 | + ] |
| 45 | + }, |
| 46 | + { |
| 47 | + "group": "Configuration", |
| 48 | + "pages": [ |
| 49 | + { "root": "configuration/index", "title": "Configuration" }, |
| 50 | + { |
| 51 | + "group": "Databases", |
| 52 | + "pages": [ |
| 53 | + { "root": "configuration/databases/index", "title": "Databases" }, |
| 54 | + { "root": "configuration/databases/mysql", "title": "MySQL" }, |
| 55 | + { "root": "configuration/databases/postgresql", "title": "PostgreSQL" }, |
| 56 | + { "root": "configuration/databases/mongodb", "title": "MongoDB" }, |
| 57 | + { "root": "configuration/databases/mssql", "title": "MSSQL" }, |
| 58 | + { "root": "configuration/databases/redis", "title": "Redis" }, |
| 59 | + { "root": "configuration/databases/sqlite", "title": "SQLite" }, |
| 60 | + { "root": "configuration/databases/influxdb", "title": "InfluxDB" }, |
| 61 | + { "root": "configuration/databases/mariadb", "title": "MariaDB" }, |
| 62 | + { "root": "configuration/databases/etcd", "title": "ETCD" } |
| 63 | + ] |
| 64 | + }, |
| 65 | + { "root": "configuration/archive", "title": "Archive" }, |
| 66 | + { |
| 67 | + "group": "Storages", |
| 68 | + "pages": [ |
| 69 | + { "root": "configuration/storages/index", "title": "Storages" }, |
| 70 | + { "root": "configuration/storages/local", "title": "Local" }, |
| 71 | + { "root": "configuration/storages/ftp", "title": "FTP" }, |
| 72 | + { "root": "configuration/storages/sftp", "title": "SFTP" }, |
| 73 | + { "root": "configuration/storages/scp", "title": "SCP" }, |
| 74 | + { "root": "configuration/storages/webdav", "title": "WebDAV" }, |
| 75 | + { "root": "configuration/storages/s3", "title": "S3" }, |
| 76 | + { "root": "configuration/storages/oss", "title": "OSS" }, |
| 77 | + { "root": "configuration/storages/gcs", "title": "GCS" }, |
| 78 | + { "root": "configuration/storages/azure", "title": "Azure" }, |
| 79 | + { "root": "configuration/storages/r2", "title": "R2" }, |
| 80 | + { "root": "configuration/storages/spaces", "title": "Spaces" }, |
| 81 | + { "root": "configuration/storages/b2", "title": "B2" }, |
| 82 | + { "root": "configuration/storages/cos", "title": "COS" }, |
| 83 | + { "root": "configuration/storages/us3", "title": "US3" }, |
| 84 | + { "root": "configuration/storages/kodo", "title": "Kodo" }, |
| 85 | + { "root": "configuration/storages/bos", "title": "BOS" }, |
| 86 | + { "root": "configuration/storages/minio", "title": "MinIO" }, |
| 87 | + { "root": "configuration/storages/obs", "title": "OBS" }, |
| 88 | + { "root": "configuration/storages/tos", "title": "TOS" }, |
| 89 | + { "root": "configuration/storages/upyun", "title": "UPYUN" } |
| 90 | + ] |
| 91 | + }, |
| 92 | + { |
| 93 | + "group": "Compressor", |
| 94 | + "pages": [ |
| 95 | + { "root": "configuration/compressor/index", "title": "Compressor" }, |
| 96 | + { "root": "configuration/compressor/tar", "title": "Tar Compressor" } |
| 97 | + ] |
| 98 | + }, |
| 99 | + { "root": "configuration/encryptor/openssl", "title": "OpenSSL Encryptor" }, |
| 100 | + { "root": "configuration/splitter", "title": "Splitter" }, |
| 101 | + { |
| 102 | + "group": "Notifiers", |
| 103 | + "pages": [ |
| 104 | + { "root": "configuration/notifiers/index", "title": "Notifiers" }, |
| 105 | + { "root": "configuration/notifiers/mail", "title": "Mail" }, |
| 106 | + { "root": "configuration/notifiers/webhook", "title": "Webhook" }, |
| 107 | + { "root": "configuration/notifiers/discord", "title": "Discord" }, |
| 108 | + { "root": "configuration/notifiers/slack", "title": "Slack" }, |
| 109 | + { "root": "configuration/notifiers/telegram", "title": "Telegram" }, |
| 110 | + { "root": "configuration/notifiers/github", "title": "GitHub" }, |
| 111 | + { "root": "configuration/notifiers/dingtalk", "title": "DingTalk" }, |
| 112 | + { "root": "configuration/notifiers/feishu", "title": "Feishu" }, |
| 113 | + { "root": "configuration/notifiers/ses", "title": "SES" }, |
| 114 | + { "root": "configuration/notifiers/postmark", "title": "Postmark" }, |
| 115 | + { "root": "configuration/notifiers/sendgrid", "title": "SendGrid" }, |
| 116 | + { "root": "configuration/notifiers/wxwork", "title": "WeChat Work" }, |
| 117 | + { "root": "configuration/notifiers/healthchecks", "title": "Healthchecks" } |
| 118 | + ] |
| 119 | + } |
| 120 | + ] |
| 121 | + } |
| 122 | + ] |
| 123 | + }, |
| 124 | + "footer": { |
| 125 | + "socials": { |
| 126 | + "github": "https://github.com/gobackup/gobackup" |
| 127 | + } |
| 128 | + } |
| 129 | +} |
0 commit comments