11{
22 "$schema" : " https://mintlify.com/docs.json" ,
33 "theme" : " mint" ,
4- "name" : " GoBackup" ,
4+ "name" : " GoBackup Documentation " ,
55 "description" : " GoBackup documentation — backup tool for databases and files." ,
66 "repository" : " https://github.com/gobackup/gobackup" ,
77 "logo" : {
1616 },
1717 "navbar" : {
1818 "links" : [
19- { "label" : " Releases" , "href" : " https://github.com/gobackup/gobackup/releases" }
19+ {
20+ "label" : " Releases" ,
21+ "href" : " https://github.com/gobackup/gobackup/releases"
22+ }
2023 ],
21- "primary" : { "type" : " github" , "href" : " https://github.com/gobackup/gobackup" }
24+ "primary" : {
25+ "type" : " github" ,
26+ "href" : " https://github.com/gobackup/gobackup"
27+ }
2228 },
2329 "navigation" : {
30+ "groups" : [
31+ {
32+ "group" : " Getting Started" ,
33+ "pages" : []
34+ }
35+ ],
2436 "global" : {
2537 "anchors" : [
26- { "anchor" : " Documentation" , "icon" : " book-open-cover" , "href" : " https://gobackup.github.io" },
27- { "anchor" : " GitHub" , "icon" : " github" , "href" : " https://github.com/gobackup/gobackup" }
38+ {
39+ "anchor" : " Documentation" ,
40+ "icon" : " book-open-cover" ,
41+ "href" : " https://gobackup.github.io"
42+ },
43+ {
44+ "anchor" : " GitHub" ,
45+ "icon" : " github" ,
46+ "href" : " https://github.com/gobackup/gobackup"
47+ }
2848 ]
2949 },
3050 "pages" : [
3151 {
3252 "group" : " Overview" ,
3353 "pages" : [
34- { "root" : " index" , "title" : " Overview" }
54+ {
55+ "root" : " index" ,
56+ "title" : " Overview"
57+ }
3558 ]
3659 },
3760 {
3861 "group" : " Quick Start" ,
3962 "pages" : [
40- { "root" : " installation" , "title" : " Installation" },
41- { "root" : " getting-started" , "title" : " Getting Started" },
42- { "root" : " docker" , "title" : " Docker" },
43- { "root" : " schedule" , "title" : " Schedule" }
63+ {
64+ "root" : " installation" ,
65+ "title" : " Installation"
66+ },
67+ {
68+ "root" : " getting-started" ,
69+ "title" : " Getting Started"
70+ },
71+ {
72+ "root" : " docker" ,
73+ "title" : " Docker"
74+ },
75+ {
76+ "root" : " schedule" ,
77+ "title" : " Schedule"
78+ }
4479 ]
4580 },
4681 {
4782 "group" : " Configuration" ,
4883 "pages" : [
49- { "root" : " configuration/index" , "title" : " Configuration" },
84+ {
85+ "root" : " configuration/index" ,
86+ "title" : " Configuration"
87+ },
5088 {
5189 "group" : " Databases" ,
5290 "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" }
91+ {
92+ "root" : " configuration/databases/index" ,
93+ "title" : " Databases"
94+ },
95+ {
96+ "root" : " configuration/databases/mysql" ,
97+ "title" : " MySQL"
98+ },
99+ {
100+ "root" : " configuration/databases/postgresql" ,
101+ "title" : " PostgreSQL"
102+ },
103+ {
104+ "root" : " configuration/databases/mongodb" ,
105+ "title" : " MongoDB"
106+ },
107+ {
108+ "root" : " configuration/databases/mssql" ,
109+ "title" : " MSSQL"
110+ },
111+ {
112+ "root" : " configuration/databases/redis" ,
113+ "title" : " Redis"
114+ },
115+ {
116+ "root" : " configuration/databases/sqlite" ,
117+ "title" : " SQLite"
118+ },
119+ {
120+ "root" : " configuration/databases/influxdb" ,
121+ "title" : " InfluxDB"
122+ },
123+ {
124+ "root" : " configuration/databases/mariadb" ,
125+ "title" : " MariaDB"
126+ },
127+ {
128+ "root" : " configuration/databases/etcd" ,
129+ "title" : " ETCD"
130+ }
63131 ]
64132 },
65- { "root" : " configuration/archive" , "title" : " Archive" },
133+ {
134+ "root" : " configuration/archive" ,
135+ "title" : " Archive"
136+ },
66137 {
67138 "group" : " Storages" ,
68139 "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" }
140+ {
141+ "root" : " configuration/storages/index" ,
142+ "title" : " Storages"
143+ },
144+ {
145+ "root" : " configuration/storages/local" ,
146+ "title" : " Local"
147+ },
148+ {
149+ "root" : " configuration/storages/ftp" ,
150+ "title" : " FTP"
151+ },
152+ {
153+ "root" : " configuration/storages/sftp" ,
154+ "title" : " SFTP"
155+ },
156+ {
157+ "root" : " configuration/storages/scp" ,
158+ "title" : " SCP"
159+ },
160+ {
161+ "root" : " configuration/storages/webdav" ,
162+ "title" : " WebDAV"
163+ },
164+ {
165+ "root" : " configuration/storages/s3" ,
166+ "title" : " S3"
167+ },
168+ {
169+ "root" : " configuration/storages/oss" ,
170+ "title" : " OSS"
171+ },
172+ {
173+ "root" : " configuration/storages/gcs" ,
174+ "title" : " GCS"
175+ },
176+ {
177+ "root" : " configuration/storages/azure" ,
178+ "title" : " Azure"
179+ },
180+ {
181+ "root" : " configuration/storages/r2" ,
182+ "title" : " R2"
183+ },
184+ {
185+ "root" : " configuration/storages/spaces" ,
186+ "title" : " Spaces"
187+ },
188+ {
189+ "root" : " configuration/storages/b2" ,
190+ "title" : " B2"
191+ },
192+ {
193+ "root" : " configuration/storages/cos" ,
194+ "title" : " COS"
195+ },
196+ {
197+ "root" : " configuration/storages/us3" ,
198+ "title" : " US3"
199+ },
200+ {
201+ "root" : " configuration/storages/kodo" ,
202+ "title" : " Kodo"
203+ },
204+ {
205+ "root" : " configuration/storages/bos" ,
206+ "title" : " BOS"
207+ },
208+ {
209+ "root" : " configuration/storages/minio" ,
210+ "title" : " MinIO"
211+ },
212+ {
213+ "root" : " configuration/storages/obs" ,
214+ "title" : " OBS"
215+ },
216+ {
217+ "root" : " configuration/storages/tos" ,
218+ "title" : " TOS"
219+ },
220+ {
221+ "root" : " configuration/storages/upyun" ,
222+ "title" : " UPYUN"
223+ }
90224 ]
91225 },
92226 {
93227 "group" : " Compressor" ,
94228 "pages" : [
95- { "root" : " configuration/compressor/index" , "title" : " Compressor" },
96- { "root" : " configuration/compressor/tar" , "title" : " Tar Compressor" }
229+ {
230+ "root" : " configuration/compressor/index" ,
231+ "title" : " Compressor"
232+ },
233+ {
234+ "root" : " configuration/compressor/tar" ,
235+ "title" : " Tar Compressor"
236+ }
97237 ]
98238 },
99- { "root" : " configuration/encryptor/openssl" , "title" : " OpenSSL Encryptor" },
100- { "root" : " configuration/splitter" , "title" : " Splitter" },
239+ {
240+ "root" : " configuration/encryptor/openssl" ,
241+ "title" : " OpenSSL Encryptor"
242+ },
243+ {
244+ "root" : " configuration/splitter" ,
245+ "title" : " Splitter"
246+ },
101247 {
102248 "group" : " Notifiers" ,
103249 "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" }
250+ {
251+ "root" : " configuration/notifiers/index" ,
252+ "title" : " Notifiers"
253+ },
254+ {
255+ "root" : " configuration/notifiers/mail" ,
256+ "title" : " Mail"
257+ },
258+ {
259+ "root" : " configuration/notifiers/webhook" ,
260+ "title" : " Webhook"
261+ },
262+ {
263+ "root" : " configuration/notifiers/discord" ,
264+ "title" : " Discord"
265+ },
266+ {
267+ "root" : " configuration/notifiers/slack" ,
268+ "title" : " Slack"
269+ },
270+ {
271+ "root" : " configuration/notifiers/telegram" ,
272+ "title" : " Telegram"
273+ },
274+ {
275+ "root" : " configuration/notifiers/github" ,
276+ "title" : " GitHub"
277+ },
278+ {
279+ "root" : " configuration/notifiers/dingtalk" ,
280+ "title" : " DingTalk"
281+ },
282+ {
283+ "root" : " configuration/notifiers/feishu" ,
284+ "title" : " Feishu"
285+ },
286+ {
287+ "root" : " configuration/notifiers/ses" ,
288+ "title" : " SES"
289+ },
290+ {
291+ "root" : " configuration/notifiers/postmark" ,
292+ "title" : " Postmark"
293+ },
294+ {
295+ "root" : " configuration/notifiers/sendgrid" ,
296+ "title" : " SendGrid"
297+ },
298+ {
299+ "root" : " configuration/notifiers/wxwork" ,
300+ "title" : " WeChat Work"
301+ },
302+ {
303+ "root" : " configuration/notifiers/healthchecks" ,
304+ "title" : " Healthchecks"
305+ }
118306 ]
119307 }
120308 ]
125313 "socials" : {
126314 "github" : " https://github.com/gobackup/gobackup"
127315 }
316+ },
317+ "appearance" : {
318+ "default" : " system"
319+ },
320+ "fonts" : {
321+ "family" : " Lato"
128322 }
129- }
323+ }
0 commit comments