@mintlify/prebuild 1.0.343 → 1.0.345

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,81 +27,41 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
27
27
  light?: string | undefined;
28
28
  dark?: string | undefined;
29
29
  };
30
- navigation: (({
30
+ navigation: ({
31
31
  languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
32
- } | {
33
- versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
34
- } | {
35
- tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
36
- } | {
37
- dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
38
- } | {
39
- anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
40
- } | {
41
- groups: ({
42
- openapi: (string | string[] | {
43
- source: string;
44
- directory?: string | undefined;
45
- }) & (string | string[] | {
46
- source: string;
47
- directory?: string | undefined;
48
- } | undefined);
49
- group: string;
50
- icon?: string | {
51
- name: string;
52
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
53
- } | undefined;
54
- hidden?: boolean | undefined;
55
- root?: string | undefined;
56
- } | {
57
- group: string;
58
- pages: any[];
59
- icon?: string | {
60
- name: string;
61
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
62
- } | undefined;
63
- hidden?: boolean | undefined;
64
- root?: string | undefined;
65
- })[];
66
- } | {
67
- pages: any[];
68
- }) & {
69
32
  global?: {
70
- languages?: ({
33
+ languages?: {
34
+ href: string;
71
35
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
72
36
  default?: boolean | undefined;
73
37
  hidden?: boolean | undefined;
74
- } & {
75
- href: string;
76
- })[] | undefined;
77
- versions?: ({
38
+ }[] | undefined;
39
+ versions?: {
78
40
  version: string;
41
+ href: string;
79
42
  default?: boolean | undefined;
80
43
  hidden?: boolean | undefined;
81
- } & {
44
+ }[] | undefined;
45
+ tabs?: {
82
46
  href: string;
83
- })[] | undefined;
84
- tabs?: ({
85
47
  tab: string;
86
48
  icon?: string | {
87
49
  name: string;
88
50
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
89
51
  } | undefined;
90
52
  hidden?: boolean | undefined;
91
- } & {
53
+ }[] | undefined;
54
+ dropdowns?: {
92
55
  href: string;
93
- })[] | undefined;
94
- dropdowns?: ({
95
56
  dropdown: string;
96
57
  icon?: string | {
97
58
  name: string;
98
59
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
99
60
  } | undefined;
100
61
  hidden?: boolean | undefined;
101
- } & {
62
+ }[] | undefined;
63
+ anchors?: {
102
64
  href: string;
103
- })[] | undefined;
104
- anchors?: ({
105
65
  anchor: string;
106
66
  icon?: string | {
107
67
  name: string;
@@ -112,20 +72,196 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
112
72
  dark?: string | undefined;
113
73
  } | undefined;
114
74
  hidden?: boolean | undefined;
115
- } & {
116
- href: string;
117
- })[] | undefined;
75
+ }[] | undefined;
118
76
  } | undefined;
119
- }) & ((({
120
- languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
121
77
  } | {
122
78
  versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
79
+ global?: {
80
+ languages?: {
81
+ href: string;
82
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
83
+ default?: boolean | undefined;
84
+ hidden?: boolean | undefined;
85
+ }[] | undefined;
86
+ versions?: {
87
+ version: string;
88
+ href: string;
89
+ default?: boolean | undefined;
90
+ hidden?: boolean | undefined;
91
+ }[] | undefined;
92
+ tabs?: {
93
+ href: string;
94
+ tab: string;
95
+ icon?: string | {
96
+ name: string;
97
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
98
+ } | undefined;
99
+ hidden?: boolean | undefined;
100
+ }[] | undefined;
101
+ dropdowns?: {
102
+ href: string;
103
+ dropdown: string;
104
+ icon?: string | {
105
+ name: string;
106
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
107
+ } | undefined;
108
+ hidden?: boolean | undefined;
109
+ }[] | undefined;
110
+ anchors?: {
111
+ href: string;
112
+ anchor: string;
113
+ icon?: string | {
114
+ name: string;
115
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
116
+ } | undefined;
117
+ color?: {
118
+ light?: string | undefined;
119
+ dark?: string | undefined;
120
+ } | undefined;
121
+ hidden?: boolean | undefined;
122
+ }[] | undefined;
123
+ } | undefined;
123
124
  } | {
124
125
  tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
126
+ global?: {
127
+ languages?: {
128
+ href: string;
129
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
130
+ default?: boolean | undefined;
131
+ hidden?: boolean | undefined;
132
+ }[] | undefined;
133
+ versions?: {
134
+ version: string;
135
+ href: string;
136
+ default?: boolean | undefined;
137
+ hidden?: boolean | undefined;
138
+ }[] | undefined;
139
+ tabs?: {
140
+ href: string;
141
+ tab: string;
142
+ icon?: string | {
143
+ name: string;
144
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
145
+ } | undefined;
146
+ hidden?: boolean | undefined;
147
+ }[] | undefined;
148
+ dropdowns?: {
149
+ href: string;
150
+ dropdown: string;
151
+ icon?: string | {
152
+ name: string;
153
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
154
+ } | undefined;
155
+ hidden?: boolean | undefined;
156
+ }[] | undefined;
157
+ anchors?: {
158
+ href: string;
159
+ anchor: string;
160
+ icon?: string | {
161
+ name: string;
162
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
163
+ } | undefined;
164
+ color?: {
165
+ light?: string | undefined;
166
+ dark?: string | undefined;
167
+ } | undefined;
168
+ hidden?: boolean | undefined;
169
+ }[] | undefined;
170
+ } | undefined;
125
171
  } | {
126
172
  dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
173
+ global?: {
174
+ languages?: {
175
+ href: string;
176
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
177
+ default?: boolean | undefined;
178
+ hidden?: boolean | undefined;
179
+ }[] | undefined;
180
+ versions?: {
181
+ version: string;
182
+ href: string;
183
+ default?: boolean | undefined;
184
+ hidden?: boolean | undefined;
185
+ }[] | undefined;
186
+ tabs?: {
187
+ href: string;
188
+ tab: string;
189
+ icon?: string | {
190
+ name: string;
191
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
192
+ } | undefined;
193
+ hidden?: boolean | undefined;
194
+ }[] | undefined;
195
+ dropdowns?: {
196
+ href: string;
197
+ dropdown: string;
198
+ icon?: string | {
199
+ name: string;
200
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
201
+ } | undefined;
202
+ hidden?: boolean | undefined;
203
+ }[] | undefined;
204
+ anchors?: {
205
+ href: string;
206
+ anchor: string;
207
+ icon?: string | {
208
+ name: string;
209
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
210
+ } | undefined;
211
+ color?: {
212
+ light?: string | undefined;
213
+ dark?: string | undefined;
214
+ } | undefined;
215
+ hidden?: boolean | undefined;
216
+ }[] | undefined;
217
+ } | undefined;
127
218
  } | {
128
219
  anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
220
+ global?: {
221
+ languages?: {
222
+ href: string;
223
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
224
+ default?: boolean | undefined;
225
+ hidden?: boolean | undefined;
226
+ }[] | undefined;
227
+ versions?: {
228
+ version: string;
229
+ href: string;
230
+ default?: boolean | undefined;
231
+ hidden?: boolean | undefined;
232
+ }[] | undefined;
233
+ tabs?: {
234
+ href: string;
235
+ tab: string;
236
+ icon?: string | {
237
+ name: string;
238
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
239
+ } | undefined;
240
+ hidden?: boolean | undefined;
241
+ }[] | undefined;
242
+ dropdowns?: {
243
+ href: string;
244
+ dropdown: string;
245
+ icon?: string | {
246
+ name: string;
247
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
248
+ } | undefined;
249
+ hidden?: boolean | undefined;
250
+ }[] | undefined;
251
+ anchors?: {
252
+ href: string;
253
+ anchor: string;
254
+ icon?: string | {
255
+ name: string;
256
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
257
+ } | undefined;
258
+ color?: {
259
+ light?: string | undefined;
260
+ dark?: string | undefined;
261
+ } | undefined;
262
+ hidden?: boolean | undefined;
263
+ }[] | undefined;
264
+ } | undefined;
129
265
  } | {
130
266
  groups: ({
131
267
  openapi: (string | string[] | {
@@ -152,45 +288,86 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
152
288
  hidden?: boolean | undefined;
153
289
  root?: string | undefined;
154
290
  })[];
291
+ global?: {
292
+ languages?: {
293
+ href: string;
294
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
295
+ default?: boolean | undefined;
296
+ hidden?: boolean | undefined;
297
+ }[] | undefined;
298
+ versions?: {
299
+ version: string;
300
+ href: string;
301
+ default?: boolean | undefined;
302
+ hidden?: boolean | undefined;
303
+ }[] | undefined;
304
+ tabs?: {
305
+ href: string;
306
+ tab: string;
307
+ icon?: string | {
308
+ name: string;
309
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
310
+ } | undefined;
311
+ hidden?: boolean | undefined;
312
+ }[] | undefined;
313
+ dropdowns?: {
314
+ href: string;
315
+ dropdown: string;
316
+ icon?: string | {
317
+ name: string;
318
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
319
+ } | undefined;
320
+ hidden?: boolean | undefined;
321
+ }[] | undefined;
322
+ anchors?: {
323
+ href: string;
324
+ anchor: string;
325
+ icon?: string | {
326
+ name: string;
327
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
328
+ } | undefined;
329
+ color?: {
330
+ light?: string | undefined;
331
+ dark?: string | undefined;
332
+ } | undefined;
333
+ hidden?: boolean | undefined;
334
+ }[] | undefined;
335
+ } | undefined;
155
336
  } | {
156
337
  pages: any[];
157
- }) & {
158
338
  global?: {
159
- languages?: ({
339
+ languages?: {
340
+ href: string;
160
341
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
161
342
  default?: boolean | undefined;
162
343
  hidden?: boolean | undefined;
163
- } & {
164
- href: string;
165
- })[] | undefined;
166
- versions?: ({
344
+ }[] | undefined;
345
+ versions?: {
167
346
  version: string;
347
+ href: string;
168
348
  default?: boolean | undefined;
169
349
  hidden?: boolean | undefined;
170
- } & {
350
+ }[] | undefined;
351
+ tabs?: {
171
352
  href: string;
172
- })[] | undefined;
173
- tabs?: ({
174
353
  tab: string;
175
354
  icon?: string | {
176
355
  name: string;
177
356
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
178
357
  } | undefined;
179
358
  hidden?: boolean | undefined;
180
- } & {
359
+ }[] | undefined;
360
+ dropdowns?: {
181
361
  href: string;
182
- })[] | undefined;
183
- dropdowns?: ({
184
362
  dropdown: string;
185
363
  icon?: string | {
186
364
  name: string;
187
365
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
188
366
  } | undefined;
189
367
  hidden?: boolean | undefined;
190
- } & {
368
+ }[] | undefined;
369
+ anchors?: {
191
370
  href: string;
192
- })[] | undefined;
193
- anchors?: ({
194
371
  anchor: string;
195
372
  icon?: string | {
196
373
  name: string;
@@ -201,13 +378,364 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
201
378
  dark?: string | undefined;
202
379
  } | undefined;
203
380
  hidden?: boolean | undefined;
204
- } & {
381
+ }[] | undefined;
382
+ } | undefined;
383
+ }) & ({
384
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
385
+ global?: {
386
+ languages?: {
387
+ href: string;
388
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
389
+ default?: boolean | undefined;
390
+ hidden?: boolean | undefined;
391
+ }[] | undefined;
392
+ versions?: {
393
+ version: string;
394
+ href: string;
395
+ default?: boolean | undefined;
396
+ hidden?: boolean | undefined;
397
+ }[] | undefined;
398
+ tabs?: {
399
+ href: string;
400
+ tab: string;
401
+ icon?: string | {
402
+ name: string;
403
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
404
+ } | undefined;
405
+ hidden?: boolean | undefined;
406
+ }[] | undefined;
407
+ dropdowns?: {
408
+ href: string;
409
+ dropdown: string;
410
+ icon?: string | {
411
+ name: string;
412
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
413
+ } | undefined;
414
+ hidden?: boolean | undefined;
415
+ }[] | undefined;
416
+ anchors?: {
205
417
  href: string;
206
- })[] | undefined;
418
+ anchor: string;
419
+ icon?: string | {
420
+ name: string;
421
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
422
+ } | undefined;
423
+ color?: {
424
+ light?: string | undefined;
425
+ dark?: string | undefined;
426
+ } | undefined;
427
+ hidden?: boolean | undefined;
428
+ }[] | undefined;
207
429
  } | undefined;
208
- }) | undefined);
209
- description?: string | undefined;
210
- logo?: string | {
430
+ } | {
431
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
432
+ global?: {
433
+ languages?: {
434
+ href: string;
435
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
436
+ default?: boolean | undefined;
437
+ hidden?: boolean | undefined;
438
+ }[] | undefined;
439
+ versions?: {
440
+ version: string;
441
+ href: string;
442
+ default?: boolean | undefined;
443
+ hidden?: boolean | undefined;
444
+ }[] | undefined;
445
+ tabs?: {
446
+ href: string;
447
+ tab: string;
448
+ icon?: string | {
449
+ name: string;
450
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
451
+ } | undefined;
452
+ hidden?: boolean | undefined;
453
+ }[] | undefined;
454
+ dropdowns?: {
455
+ href: string;
456
+ dropdown: string;
457
+ icon?: string | {
458
+ name: string;
459
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
460
+ } | undefined;
461
+ hidden?: boolean | undefined;
462
+ }[] | undefined;
463
+ anchors?: {
464
+ href: string;
465
+ anchor: string;
466
+ icon?: string | {
467
+ name: string;
468
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
469
+ } | undefined;
470
+ color?: {
471
+ light?: string | undefined;
472
+ dark?: string | undefined;
473
+ } | undefined;
474
+ hidden?: boolean | undefined;
475
+ }[] | undefined;
476
+ } | undefined;
477
+ } | {
478
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
479
+ global?: {
480
+ languages?: {
481
+ href: string;
482
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
483
+ default?: boolean | undefined;
484
+ hidden?: boolean | undefined;
485
+ }[] | undefined;
486
+ versions?: {
487
+ version: string;
488
+ href: string;
489
+ default?: boolean | undefined;
490
+ hidden?: boolean | undefined;
491
+ }[] | undefined;
492
+ tabs?: {
493
+ href: string;
494
+ tab: string;
495
+ icon?: string | {
496
+ name: string;
497
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
498
+ } | undefined;
499
+ hidden?: boolean | undefined;
500
+ }[] | undefined;
501
+ dropdowns?: {
502
+ href: string;
503
+ dropdown: string;
504
+ icon?: string | {
505
+ name: string;
506
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
507
+ } | undefined;
508
+ hidden?: boolean | undefined;
509
+ }[] | undefined;
510
+ anchors?: {
511
+ href: string;
512
+ anchor: string;
513
+ icon?: string | {
514
+ name: string;
515
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
516
+ } | undefined;
517
+ color?: {
518
+ light?: string | undefined;
519
+ dark?: string | undefined;
520
+ } | undefined;
521
+ hidden?: boolean | undefined;
522
+ }[] | undefined;
523
+ } | undefined;
524
+ } | {
525
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
526
+ global?: {
527
+ languages?: {
528
+ href: string;
529
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
530
+ default?: boolean | undefined;
531
+ hidden?: boolean | undefined;
532
+ }[] | undefined;
533
+ versions?: {
534
+ version: string;
535
+ href: string;
536
+ default?: boolean | undefined;
537
+ hidden?: boolean | undefined;
538
+ }[] | undefined;
539
+ tabs?: {
540
+ href: string;
541
+ tab: string;
542
+ icon?: string | {
543
+ name: string;
544
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
545
+ } | undefined;
546
+ hidden?: boolean | undefined;
547
+ }[] | undefined;
548
+ dropdowns?: {
549
+ href: string;
550
+ dropdown: string;
551
+ icon?: string | {
552
+ name: string;
553
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
554
+ } | undefined;
555
+ hidden?: boolean | undefined;
556
+ }[] | undefined;
557
+ anchors?: {
558
+ href: string;
559
+ anchor: string;
560
+ icon?: string | {
561
+ name: string;
562
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
563
+ } | undefined;
564
+ color?: {
565
+ light?: string | undefined;
566
+ dark?: string | undefined;
567
+ } | undefined;
568
+ hidden?: boolean | undefined;
569
+ }[] | undefined;
570
+ } | undefined;
571
+ } | {
572
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
573
+ global?: {
574
+ languages?: {
575
+ href: string;
576
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
577
+ default?: boolean | undefined;
578
+ hidden?: boolean | undefined;
579
+ }[] | undefined;
580
+ versions?: {
581
+ version: string;
582
+ href: string;
583
+ default?: boolean | undefined;
584
+ hidden?: boolean | undefined;
585
+ }[] | undefined;
586
+ tabs?: {
587
+ href: string;
588
+ tab: string;
589
+ icon?: string | {
590
+ name: string;
591
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
592
+ } | undefined;
593
+ hidden?: boolean | undefined;
594
+ }[] | undefined;
595
+ dropdowns?: {
596
+ href: string;
597
+ dropdown: string;
598
+ icon?: string | {
599
+ name: string;
600
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
601
+ } | undefined;
602
+ hidden?: boolean | undefined;
603
+ }[] | undefined;
604
+ anchors?: {
605
+ href: string;
606
+ anchor: string;
607
+ icon?: string | {
608
+ name: string;
609
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
610
+ } | undefined;
611
+ color?: {
612
+ light?: string | undefined;
613
+ dark?: string | undefined;
614
+ } | undefined;
615
+ hidden?: boolean | undefined;
616
+ }[] | undefined;
617
+ } | undefined;
618
+ } | {
619
+ groups: ({
620
+ openapi: (string | string[] | {
621
+ source: string;
622
+ directory?: string | undefined;
623
+ }) & (string | string[] | {
624
+ source: string;
625
+ directory?: string | undefined;
626
+ } | undefined);
627
+ group: string;
628
+ icon?: string | {
629
+ name: string;
630
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
631
+ } | undefined;
632
+ hidden?: boolean | undefined;
633
+ root?: string | undefined;
634
+ } | {
635
+ group: string;
636
+ pages: any[];
637
+ icon?: string | {
638
+ name: string;
639
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
640
+ } | undefined;
641
+ hidden?: boolean | undefined;
642
+ root?: string | undefined;
643
+ })[];
644
+ global?: {
645
+ languages?: {
646
+ href: string;
647
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
648
+ default?: boolean | undefined;
649
+ hidden?: boolean | undefined;
650
+ }[] | undefined;
651
+ versions?: {
652
+ version: string;
653
+ href: string;
654
+ default?: boolean | undefined;
655
+ hidden?: boolean | undefined;
656
+ }[] | undefined;
657
+ tabs?: {
658
+ href: string;
659
+ tab: string;
660
+ icon?: string | {
661
+ name: string;
662
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
663
+ } | undefined;
664
+ hidden?: boolean | undefined;
665
+ }[] | undefined;
666
+ dropdowns?: {
667
+ href: string;
668
+ dropdown: string;
669
+ icon?: string | {
670
+ name: string;
671
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
672
+ } | undefined;
673
+ hidden?: boolean | undefined;
674
+ }[] | undefined;
675
+ anchors?: {
676
+ href: string;
677
+ anchor: string;
678
+ icon?: string | {
679
+ name: string;
680
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
681
+ } | undefined;
682
+ color?: {
683
+ light?: string | undefined;
684
+ dark?: string | undefined;
685
+ } | undefined;
686
+ hidden?: boolean | undefined;
687
+ }[] | undefined;
688
+ } | undefined;
689
+ } | {
690
+ pages: any[];
691
+ global?: {
692
+ languages?: {
693
+ href: string;
694
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
695
+ default?: boolean | undefined;
696
+ hidden?: boolean | undefined;
697
+ }[] | undefined;
698
+ versions?: {
699
+ version: string;
700
+ href: string;
701
+ default?: boolean | undefined;
702
+ hidden?: boolean | undefined;
703
+ }[] | undefined;
704
+ tabs?: {
705
+ href: string;
706
+ tab: string;
707
+ icon?: string | {
708
+ name: string;
709
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
710
+ } | undefined;
711
+ hidden?: boolean | undefined;
712
+ }[] | undefined;
713
+ dropdowns?: {
714
+ href: string;
715
+ dropdown: string;
716
+ icon?: string | {
717
+ name: string;
718
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
719
+ } | undefined;
720
+ hidden?: boolean | undefined;
721
+ }[] | undefined;
722
+ anchors?: {
723
+ href: string;
724
+ anchor: string;
725
+ icon?: string | {
726
+ name: string;
727
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
728
+ } | undefined;
729
+ color?: {
730
+ light?: string | undefined;
731
+ dark?: string | undefined;
732
+ } | undefined;
733
+ hidden?: boolean | undefined;
734
+ }[] | undefined;
735
+ } | undefined;
736
+ } | undefined);
737
+ description?: string | undefined;
738
+ logo?: string | {
211
739
  light: string;
212
740
  dark: string;
213
741
  href?: string | undefined;
@@ -376,81 +904,41 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
376
904
  light?: string | undefined;
377
905
  dark?: string | undefined;
378
906
  };
379
- navigation: (({
907
+ navigation: ({
380
908
  languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
381
- } | {
382
- versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
383
- } | {
384
- tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
385
- } | {
386
- dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
387
- } | {
388
- anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
389
- } | {
390
- groups: ({
391
- openapi: (string | string[] | {
392
- source: string;
393
- directory?: string | undefined;
394
- }) & (string | string[] | {
395
- source: string;
396
- directory?: string | undefined;
397
- } | undefined);
398
- group: string;
399
- icon?: string | {
400
- name: string;
401
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
402
- } | undefined;
403
- hidden?: boolean | undefined;
404
- root?: string | undefined;
405
- } | {
406
- group: string;
407
- pages: any[];
408
- icon?: string | {
409
- name: string;
410
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
411
- } | undefined;
412
- hidden?: boolean | undefined;
413
- root?: string | undefined;
414
- })[];
415
- } | {
416
- pages: any[];
417
- }) & {
418
909
  global?: {
419
- languages?: ({
910
+ languages?: {
911
+ href: string;
420
912
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
421
913
  default?: boolean | undefined;
422
914
  hidden?: boolean | undefined;
423
- } & {
424
- href: string;
425
- })[] | undefined;
426
- versions?: ({
915
+ }[] | undefined;
916
+ versions?: {
427
917
  version: string;
918
+ href: string;
428
919
  default?: boolean | undefined;
429
920
  hidden?: boolean | undefined;
430
- } & {
921
+ }[] | undefined;
922
+ tabs?: {
431
923
  href: string;
432
- })[] | undefined;
433
- tabs?: ({
434
924
  tab: string;
435
925
  icon?: string | {
436
926
  name: string;
437
927
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
438
928
  } | undefined;
439
929
  hidden?: boolean | undefined;
440
- } & {
930
+ }[] | undefined;
931
+ dropdowns?: {
441
932
  href: string;
442
- })[] | undefined;
443
- dropdowns?: ({
444
933
  dropdown: string;
445
934
  icon?: string | {
446
935
  name: string;
447
936
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
448
937
  } | undefined;
449
938
  hidden?: boolean | undefined;
450
- } & {
939
+ }[] | undefined;
940
+ anchors?: {
451
941
  href: string;
452
- })[] | undefined;
453
- anchors?: ({
454
942
  anchor: string;
455
943
  icon?: string | {
456
944
  name: string;
@@ -461,20 +949,196 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
461
949
  dark?: string | undefined;
462
950
  } | undefined;
463
951
  hidden?: boolean | undefined;
464
- } & {
465
- href: string;
466
- })[] | undefined;
952
+ }[] | undefined;
467
953
  } | undefined;
468
- }) & ((({
469
- languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
470
954
  } | {
471
955
  versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
956
+ global?: {
957
+ languages?: {
958
+ href: string;
959
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
960
+ default?: boolean | undefined;
961
+ hidden?: boolean | undefined;
962
+ }[] | undefined;
963
+ versions?: {
964
+ version: string;
965
+ href: string;
966
+ default?: boolean | undefined;
967
+ hidden?: boolean | undefined;
968
+ }[] | undefined;
969
+ tabs?: {
970
+ href: string;
971
+ tab: string;
972
+ icon?: string | {
973
+ name: string;
974
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
975
+ } | undefined;
976
+ hidden?: boolean | undefined;
977
+ }[] | undefined;
978
+ dropdowns?: {
979
+ href: string;
980
+ dropdown: string;
981
+ icon?: string | {
982
+ name: string;
983
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
984
+ } | undefined;
985
+ hidden?: boolean | undefined;
986
+ }[] | undefined;
987
+ anchors?: {
988
+ href: string;
989
+ anchor: string;
990
+ icon?: string | {
991
+ name: string;
992
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
993
+ } | undefined;
994
+ color?: {
995
+ light?: string | undefined;
996
+ dark?: string | undefined;
997
+ } | undefined;
998
+ hidden?: boolean | undefined;
999
+ }[] | undefined;
1000
+ } | undefined;
472
1001
  } | {
473
1002
  tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
1003
+ global?: {
1004
+ languages?: {
1005
+ href: string;
1006
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1007
+ default?: boolean | undefined;
1008
+ hidden?: boolean | undefined;
1009
+ }[] | undefined;
1010
+ versions?: {
1011
+ version: string;
1012
+ href: string;
1013
+ default?: boolean | undefined;
1014
+ hidden?: boolean | undefined;
1015
+ }[] | undefined;
1016
+ tabs?: {
1017
+ href: string;
1018
+ tab: string;
1019
+ icon?: string | {
1020
+ name: string;
1021
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1022
+ } | undefined;
1023
+ hidden?: boolean | undefined;
1024
+ }[] | undefined;
1025
+ dropdowns?: {
1026
+ href: string;
1027
+ dropdown: string;
1028
+ icon?: string | {
1029
+ name: string;
1030
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1031
+ } | undefined;
1032
+ hidden?: boolean | undefined;
1033
+ }[] | undefined;
1034
+ anchors?: {
1035
+ href: string;
1036
+ anchor: string;
1037
+ icon?: string | {
1038
+ name: string;
1039
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1040
+ } | undefined;
1041
+ color?: {
1042
+ light?: string | undefined;
1043
+ dark?: string | undefined;
1044
+ } | undefined;
1045
+ hidden?: boolean | undefined;
1046
+ }[] | undefined;
1047
+ } | undefined;
474
1048
  } | {
475
1049
  dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
1050
+ global?: {
1051
+ languages?: {
1052
+ href: string;
1053
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1054
+ default?: boolean | undefined;
1055
+ hidden?: boolean | undefined;
1056
+ }[] | undefined;
1057
+ versions?: {
1058
+ version: string;
1059
+ href: string;
1060
+ default?: boolean | undefined;
1061
+ hidden?: boolean | undefined;
1062
+ }[] | undefined;
1063
+ tabs?: {
1064
+ href: string;
1065
+ tab: string;
1066
+ icon?: string | {
1067
+ name: string;
1068
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1069
+ } | undefined;
1070
+ hidden?: boolean | undefined;
1071
+ }[] | undefined;
1072
+ dropdowns?: {
1073
+ href: string;
1074
+ dropdown: string;
1075
+ icon?: string | {
1076
+ name: string;
1077
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1078
+ } | undefined;
1079
+ hidden?: boolean | undefined;
1080
+ }[] | undefined;
1081
+ anchors?: {
1082
+ href: string;
1083
+ anchor: string;
1084
+ icon?: string | {
1085
+ name: string;
1086
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1087
+ } | undefined;
1088
+ color?: {
1089
+ light?: string | undefined;
1090
+ dark?: string | undefined;
1091
+ } | undefined;
1092
+ hidden?: boolean | undefined;
1093
+ }[] | undefined;
1094
+ } | undefined;
476
1095
  } | {
477
1096
  anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
1097
+ global?: {
1098
+ languages?: {
1099
+ href: string;
1100
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1101
+ default?: boolean | undefined;
1102
+ hidden?: boolean | undefined;
1103
+ }[] | undefined;
1104
+ versions?: {
1105
+ version: string;
1106
+ href: string;
1107
+ default?: boolean | undefined;
1108
+ hidden?: boolean | undefined;
1109
+ }[] | undefined;
1110
+ tabs?: {
1111
+ href: string;
1112
+ tab: string;
1113
+ icon?: string | {
1114
+ name: string;
1115
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1116
+ } | undefined;
1117
+ hidden?: boolean | undefined;
1118
+ }[] | undefined;
1119
+ dropdowns?: {
1120
+ href: string;
1121
+ dropdown: string;
1122
+ icon?: string | {
1123
+ name: string;
1124
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1125
+ } | undefined;
1126
+ hidden?: boolean | undefined;
1127
+ }[] | undefined;
1128
+ anchors?: {
1129
+ href: string;
1130
+ anchor: string;
1131
+ icon?: string | {
1132
+ name: string;
1133
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1134
+ } | undefined;
1135
+ color?: {
1136
+ light?: string | undefined;
1137
+ dark?: string | undefined;
1138
+ } | undefined;
1139
+ hidden?: boolean | undefined;
1140
+ }[] | undefined;
1141
+ } | undefined;
478
1142
  } | {
479
1143
  groups: ({
480
1144
  openapi: (string | string[] | {
@@ -501,45 +1165,86 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
501
1165
  hidden?: boolean | undefined;
502
1166
  root?: string | undefined;
503
1167
  })[];
1168
+ global?: {
1169
+ languages?: {
1170
+ href: string;
1171
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1172
+ default?: boolean | undefined;
1173
+ hidden?: boolean | undefined;
1174
+ }[] | undefined;
1175
+ versions?: {
1176
+ version: string;
1177
+ href: string;
1178
+ default?: boolean | undefined;
1179
+ hidden?: boolean | undefined;
1180
+ }[] | undefined;
1181
+ tabs?: {
1182
+ href: string;
1183
+ tab: string;
1184
+ icon?: string | {
1185
+ name: string;
1186
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1187
+ } | undefined;
1188
+ hidden?: boolean | undefined;
1189
+ }[] | undefined;
1190
+ dropdowns?: {
1191
+ href: string;
1192
+ dropdown: string;
1193
+ icon?: string | {
1194
+ name: string;
1195
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1196
+ } | undefined;
1197
+ hidden?: boolean | undefined;
1198
+ }[] | undefined;
1199
+ anchors?: {
1200
+ href: string;
1201
+ anchor: string;
1202
+ icon?: string | {
1203
+ name: string;
1204
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1205
+ } | undefined;
1206
+ color?: {
1207
+ light?: string | undefined;
1208
+ dark?: string | undefined;
1209
+ } | undefined;
1210
+ hidden?: boolean | undefined;
1211
+ }[] | undefined;
1212
+ } | undefined;
504
1213
  } | {
505
1214
  pages: any[];
506
- }) & {
507
1215
  global?: {
508
- languages?: ({
1216
+ languages?: {
1217
+ href: string;
509
1218
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
510
1219
  default?: boolean | undefined;
511
1220
  hidden?: boolean | undefined;
512
- } & {
513
- href: string;
514
- })[] | undefined;
515
- versions?: ({
1221
+ }[] | undefined;
1222
+ versions?: {
516
1223
  version: string;
1224
+ href: string;
517
1225
  default?: boolean | undefined;
518
1226
  hidden?: boolean | undefined;
519
- } & {
1227
+ }[] | undefined;
1228
+ tabs?: {
520
1229
  href: string;
521
- })[] | undefined;
522
- tabs?: ({
523
1230
  tab: string;
524
1231
  icon?: string | {
525
1232
  name: string;
526
1233
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
527
1234
  } | undefined;
528
1235
  hidden?: boolean | undefined;
529
- } & {
1236
+ }[] | undefined;
1237
+ dropdowns?: {
530
1238
  href: string;
531
- })[] | undefined;
532
- dropdowns?: ({
533
1239
  dropdown: string;
534
1240
  icon?: string | {
535
1241
  name: string;
536
1242
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
537
1243
  } | undefined;
538
1244
  hidden?: boolean | undefined;
539
- } & {
1245
+ }[] | undefined;
1246
+ anchors?: {
540
1247
  href: string;
541
- })[] | undefined;
542
- anchors?: ({
543
1248
  anchor: string;
544
1249
  icon?: string | {
545
1250
  name: string;
@@ -550,21 +1255,372 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
550
1255
  dark?: string | undefined;
551
1256
  } | undefined;
552
1257
  hidden?: boolean | undefined;
553
- } & {
1258
+ }[] | undefined;
1259
+ } | undefined;
1260
+ }) & ({
1261
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
1262
+ global?: {
1263
+ languages?: {
1264
+ href: string;
1265
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1266
+ default?: boolean | undefined;
1267
+ hidden?: boolean | undefined;
1268
+ }[] | undefined;
1269
+ versions?: {
1270
+ version: string;
1271
+ href: string;
1272
+ default?: boolean | undefined;
1273
+ hidden?: boolean | undefined;
1274
+ }[] | undefined;
1275
+ tabs?: {
1276
+ href: string;
1277
+ tab: string;
1278
+ icon?: string | {
1279
+ name: string;
1280
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1281
+ } | undefined;
1282
+ hidden?: boolean | undefined;
1283
+ }[] | undefined;
1284
+ dropdowns?: {
1285
+ href: string;
1286
+ dropdown: string;
1287
+ icon?: string | {
1288
+ name: string;
1289
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1290
+ } | undefined;
1291
+ hidden?: boolean | undefined;
1292
+ }[] | undefined;
1293
+ anchors?: {
554
1294
  href: string;
555
- })[] | undefined;
1295
+ anchor: string;
1296
+ icon?: string | {
1297
+ name: string;
1298
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1299
+ } | undefined;
1300
+ color?: {
1301
+ light?: string | undefined;
1302
+ dark?: string | undefined;
1303
+ } | undefined;
1304
+ hidden?: boolean | undefined;
1305
+ }[] | undefined;
556
1306
  } | undefined;
557
- }) | undefined);
558
- description?: string | undefined;
559
- logo?: string | {
560
- light: string;
561
- dark: string;
562
- href?: string | undefined;
563
- } | undefined;
564
- favicon?: string | {
565
- light: string;
566
- dark: string;
567
- } | undefined;
1307
+ } | {
1308
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
1309
+ global?: {
1310
+ languages?: {
1311
+ href: string;
1312
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1313
+ default?: boolean | undefined;
1314
+ hidden?: boolean | undefined;
1315
+ }[] | undefined;
1316
+ versions?: {
1317
+ version: string;
1318
+ href: string;
1319
+ default?: boolean | undefined;
1320
+ hidden?: boolean | undefined;
1321
+ }[] | undefined;
1322
+ tabs?: {
1323
+ href: string;
1324
+ tab: string;
1325
+ icon?: string | {
1326
+ name: string;
1327
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1328
+ } | undefined;
1329
+ hidden?: boolean | undefined;
1330
+ }[] | undefined;
1331
+ dropdowns?: {
1332
+ href: string;
1333
+ dropdown: string;
1334
+ icon?: string | {
1335
+ name: string;
1336
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1337
+ } | undefined;
1338
+ hidden?: boolean | undefined;
1339
+ }[] | undefined;
1340
+ anchors?: {
1341
+ href: string;
1342
+ anchor: string;
1343
+ icon?: string | {
1344
+ name: string;
1345
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1346
+ } | undefined;
1347
+ color?: {
1348
+ light?: string | undefined;
1349
+ dark?: string | undefined;
1350
+ } | undefined;
1351
+ hidden?: boolean | undefined;
1352
+ }[] | undefined;
1353
+ } | undefined;
1354
+ } | {
1355
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
1356
+ global?: {
1357
+ languages?: {
1358
+ href: string;
1359
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1360
+ default?: boolean | undefined;
1361
+ hidden?: boolean | undefined;
1362
+ }[] | undefined;
1363
+ versions?: {
1364
+ version: string;
1365
+ href: string;
1366
+ default?: boolean | undefined;
1367
+ hidden?: boolean | undefined;
1368
+ }[] | undefined;
1369
+ tabs?: {
1370
+ href: string;
1371
+ tab: string;
1372
+ icon?: string | {
1373
+ name: string;
1374
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1375
+ } | undefined;
1376
+ hidden?: boolean | undefined;
1377
+ }[] | undefined;
1378
+ dropdowns?: {
1379
+ href: string;
1380
+ dropdown: string;
1381
+ icon?: string | {
1382
+ name: string;
1383
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1384
+ } | undefined;
1385
+ hidden?: boolean | undefined;
1386
+ }[] | undefined;
1387
+ anchors?: {
1388
+ href: string;
1389
+ anchor: string;
1390
+ icon?: string | {
1391
+ name: string;
1392
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1393
+ } | undefined;
1394
+ color?: {
1395
+ light?: string | undefined;
1396
+ dark?: string | undefined;
1397
+ } | undefined;
1398
+ hidden?: boolean | undefined;
1399
+ }[] | undefined;
1400
+ } | undefined;
1401
+ } | {
1402
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
1403
+ global?: {
1404
+ languages?: {
1405
+ href: string;
1406
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1407
+ default?: boolean | undefined;
1408
+ hidden?: boolean | undefined;
1409
+ }[] | undefined;
1410
+ versions?: {
1411
+ version: string;
1412
+ href: string;
1413
+ default?: boolean | undefined;
1414
+ hidden?: boolean | undefined;
1415
+ }[] | undefined;
1416
+ tabs?: {
1417
+ href: string;
1418
+ tab: string;
1419
+ icon?: string | {
1420
+ name: string;
1421
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1422
+ } | undefined;
1423
+ hidden?: boolean | undefined;
1424
+ }[] | undefined;
1425
+ dropdowns?: {
1426
+ href: string;
1427
+ dropdown: string;
1428
+ icon?: string | {
1429
+ name: string;
1430
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1431
+ } | undefined;
1432
+ hidden?: boolean | undefined;
1433
+ }[] | undefined;
1434
+ anchors?: {
1435
+ href: string;
1436
+ anchor: string;
1437
+ icon?: string | {
1438
+ name: string;
1439
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1440
+ } | undefined;
1441
+ color?: {
1442
+ light?: string | undefined;
1443
+ dark?: string | undefined;
1444
+ } | undefined;
1445
+ hidden?: boolean | undefined;
1446
+ }[] | undefined;
1447
+ } | undefined;
1448
+ } | {
1449
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
1450
+ global?: {
1451
+ languages?: {
1452
+ href: string;
1453
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1454
+ default?: boolean | undefined;
1455
+ hidden?: boolean | undefined;
1456
+ }[] | undefined;
1457
+ versions?: {
1458
+ version: string;
1459
+ href: string;
1460
+ default?: boolean | undefined;
1461
+ hidden?: boolean | undefined;
1462
+ }[] | undefined;
1463
+ tabs?: {
1464
+ href: string;
1465
+ tab: string;
1466
+ icon?: string | {
1467
+ name: string;
1468
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1469
+ } | undefined;
1470
+ hidden?: boolean | undefined;
1471
+ }[] | undefined;
1472
+ dropdowns?: {
1473
+ href: string;
1474
+ dropdown: string;
1475
+ icon?: string | {
1476
+ name: string;
1477
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1478
+ } | undefined;
1479
+ hidden?: boolean | undefined;
1480
+ }[] | undefined;
1481
+ anchors?: {
1482
+ href: string;
1483
+ anchor: string;
1484
+ icon?: string | {
1485
+ name: string;
1486
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1487
+ } | undefined;
1488
+ color?: {
1489
+ light?: string | undefined;
1490
+ dark?: string | undefined;
1491
+ } | undefined;
1492
+ hidden?: boolean | undefined;
1493
+ }[] | undefined;
1494
+ } | undefined;
1495
+ } | {
1496
+ groups: ({
1497
+ openapi: (string | string[] | {
1498
+ source: string;
1499
+ directory?: string | undefined;
1500
+ }) & (string | string[] | {
1501
+ source: string;
1502
+ directory?: string | undefined;
1503
+ } | undefined);
1504
+ group: string;
1505
+ icon?: string | {
1506
+ name: string;
1507
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1508
+ } | undefined;
1509
+ hidden?: boolean | undefined;
1510
+ root?: string | undefined;
1511
+ } | {
1512
+ group: string;
1513
+ pages: any[];
1514
+ icon?: string | {
1515
+ name: string;
1516
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1517
+ } | undefined;
1518
+ hidden?: boolean | undefined;
1519
+ root?: string | undefined;
1520
+ })[];
1521
+ global?: {
1522
+ languages?: {
1523
+ href: string;
1524
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1525
+ default?: boolean | undefined;
1526
+ hidden?: boolean | undefined;
1527
+ }[] | undefined;
1528
+ versions?: {
1529
+ version: string;
1530
+ href: string;
1531
+ default?: boolean | undefined;
1532
+ hidden?: boolean | undefined;
1533
+ }[] | undefined;
1534
+ tabs?: {
1535
+ href: string;
1536
+ tab: string;
1537
+ icon?: string | {
1538
+ name: string;
1539
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1540
+ } | undefined;
1541
+ hidden?: boolean | undefined;
1542
+ }[] | undefined;
1543
+ dropdowns?: {
1544
+ href: string;
1545
+ dropdown: string;
1546
+ icon?: string | {
1547
+ name: string;
1548
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1549
+ } | undefined;
1550
+ hidden?: boolean | undefined;
1551
+ }[] | undefined;
1552
+ anchors?: {
1553
+ href: string;
1554
+ anchor: string;
1555
+ icon?: string | {
1556
+ name: string;
1557
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1558
+ } | undefined;
1559
+ color?: {
1560
+ light?: string | undefined;
1561
+ dark?: string | undefined;
1562
+ } | undefined;
1563
+ hidden?: boolean | undefined;
1564
+ }[] | undefined;
1565
+ } | undefined;
1566
+ } | {
1567
+ pages: any[];
1568
+ global?: {
1569
+ languages?: {
1570
+ href: string;
1571
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1572
+ default?: boolean | undefined;
1573
+ hidden?: boolean | undefined;
1574
+ }[] | undefined;
1575
+ versions?: {
1576
+ version: string;
1577
+ href: string;
1578
+ default?: boolean | undefined;
1579
+ hidden?: boolean | undefined;
1580
+ }[] | undefined;
1581
+ tabs?: {
1582
+ href: string;
1583
+ tab: string;
1584
+ icon?: string | {
1585
+ name: string;
1586
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1587
+ } | undefined;
1588
+ hidden?: boolean | undefined;
1589
+ }[] | undefined;
1590
+ dropdowns?: {
1591
+ href: string;
1592
+ dropdown: string;
1593
+ icon?: string | {
1594
+ name: string;
1595
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1596
+ } | undefined;
1597
+ hidden?: boolean | undefined;
1598
+ }[] | undefined;
1599
+ anchors?: {
1600
+ href: string;
1601
+ anchor: string;
1602
+ icon?: string | {
1603
+ name: string;
1604
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1605
+ } | undefined;
1606
+ color?: {
1607
+ light?: string | undefined;
1608
+ dark?: string | undefined;
1609
+ } | undefined;
1610
+ hidden?: boolean | undefined;
1611
+ }[] | undefined;
1612
+ } | undefined;
1613
+ } | undefined);
1614
+ description?: string | undefined;
1615
+ logo?: string | {
1616
+ light: string;
1617
+ dark: string;
1618
+ href?: string | undefined;
1619
+ } | undefined;
1620
+ favicon?: string | {
1621
+ light: string;
1622
+ dark: string;
1623
+ } | undefined;
568
1624
  api?: {
569
1625
  openapi?: string | string[] | {
570
1626
  source: string;
@@ -725,81 +1781,41 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
725
1781
  light?: string | undefined;
726
1782
  dark?: string | undefined;
727
1783
  };
728
- navigation: (({
1784
+ navigation: ({
729
1785
  languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
730
- } | {
731
- versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
732
- } | {
733
- tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
734
- } | {
735
- dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
736
- } | {
737
- anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
738
- } | {
739
- groups: ({
740
- openapi: (string | string[] | {
741
- source: string;
742
- directory?: string | undefined;
743
- }) & (string | string[] | {
744
- source: string;
745
- directory?: string | undefined;
746
- } | undefined);
747
- group: string;
748
- icon?: string | {
749
- name: string;
750
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
751
- } | undefined;
752
- hidden?: boolean | undefined;
753
- root?: string | undefined;
754
- } | {
755
- group: string;
756
- pages: any[];
757
- icon?: string | {
758
- name: string;
759
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
760
- } | undefined;
761
- hidden?: boolean | undefined;
762
- root?: string | undefined;
763
- })[];
764
- } | {
765
- pages: any[];
766
- }) & {
767
1786
  global?: {
768
- languages?: ({
1787
+ languages?: {
1788
+ href: string;
769
1789
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
770
1790
  default?: boolean | undefined;
771
1791
  hidden?: boolean | undefined;
772
- } & {
773
- href: string;
774
- })[] | undefined;
775
- versions?: ({
1792
+ }[] | undefined;
1793
+ versions?: {
776
1794
  version: string;
1795
+ href: string;
777
1796
  default?: boolean | undefined;
778
1797
  hidden?: boolean | undefined;
779
- } & {
1798
+ }[] | undefined;
1799
+ tabs?: {
780
1800
  href: string;
781
- })[] | undefined;
782
- tabs?: ({
783
1801
  tab: string;
784
1802
  icon?: string | {
785
1803
  name: string;
786
1804
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
787
1805
  } | undefined;
788
1806
  hidden?: boolean | undefined;
789
- } & {
1807
+ }[] | undefined;
1808
+ dropdowns?: {
790
1809
  href: string;
791
- })[] | undefined;
792
- dropdowns?: ({
793
1810
  dropdown: string;
794
1811
  icon?: string | {
795
1812
  name: string;
796
1813
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
797
1814
  } | undefined;
798
1815
  hidden?: boolean | undefined;
799
- } & {
1816
+ }[] | undefined;
1817
+ anchors?: {
800
1818
  href: string;
801
- })[] | undefined;
802
- anchors?: ({
803
1819
  anchor: string;
804
1820
  icon?: string | {
805
1821
  name: string;
@@ -810,20 +1826,196 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
810
1826
  dark?: string | undefined;
811
1827
  } | undefined;
812
1828
  hidden?: boolean | undefined;
813
- } & {
814
- href: string;
815
- })[] | undefined;
1829
+ }[] | undefined;
816
1830
  } | undefined;
817
- }) & ((({
818
- languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
819
1831
  } | {
820
1832
  versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
1833
+ global?: {
1834
+ languages?: {
1835
+ href: string;
1836
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1837
+ default?: boolean | undefined;
1838
+ hidden?: boolean | undefined;
1839
+ }[] | undefined;
1840
+ versions?: {
1841
+ version: string;
1842
+ href: string;
1843
+ default?: boolean | undefined;
1844
+ hidden?: boolean | undefined;
1845
+ }[] | undefined;
1846
+ tabs?: {
1847
+ href: string;
1848
+ tab: string;
1849
+ icon?: string | {
1850
+ name: string;
1851
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1852
+ } | undefined;
1853
+ hidden?: boolean | undefined;
1854
+ }[] | undefined;
1855
+ dropdowns?: {
1856
+ href: string;
1857
+ dropdown: string;
1858
+ icon?: string | {
1859
+ name: string;
1860
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1861
+ } | undefined;
1862
+ hidden?: boolean | undefined;
1863
+ }[] | undefined;
1864
+ anchors?: {
1865
+ href: string;
1866
+ anchor: string;
1867
+ icon?: string | {
1868
+ name: string;
1869
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1870
+ } | undefined;
1871
+ color?: {
1872
+ light?: string | undefined;
1873
+ dark?: string | undefined;
1874
+ } | undefined;
1875
+ hidden?: boolean | undefined;
1876
+ }[] | undefined;
1877
+ } | undefined;
821
1878
  } | {
822
1879
  tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
1880
+ global?: {
1881
+ languages?: {
1882
+ href: string;
1883
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1884
+ default?: boolean | undefined;
1885
+ hidden?: boolean | undefined;
1886
+ }[] | undefined;
1887
+ versions?: {
1888
+ version: string;
1889
+ href: string;
1890
+ default?: boolean | undefined;
1891
+ hidden?: boolean | undefined;
1892
+ }[] | undefined;
1893
+ tabs?: {
1894
+ href: string;
1895
+ tab: string;
1896
+ icon?: string | {
1897
+ name: string;
1898
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1899
+ } | undefined;
1900
+ hidden?: boolean | undefined;
1901
+ }[] | undefined;
1902
+ dropdowns?: {
1903
+ href: string;
1904
+ dropdown: string;
1905
+ icon?: string | {
1906
+ name: string;
1907
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1908
+ } | undefined;
1909
+ hidden?: boolean | undefined;
1910
+ }[] | undefined;
1911
+ anchors?: {
1912
+ href: string;
1913
+ anchor: string;
1914
+ icon?: string | {
1915
+ name: string;
1916
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1917
+ } | undefined;
1918
+ color?: {
1919
+ light?: string | undefined;
1920
+ dark?: string | undefined;
1921
+ } | undefined;
1922
+ hidden?: boolean | undefined;
1923
+ }[] | undefined;
1924
+ } | undefined;
823
1925
  } | {
824
1926
  dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
1927
+ global?: {
1928
+ languages?: {
1929
+ href: string;
1930
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1931
+ default?: boolean | undefined;
1932
+ hidden?: boolean | undefined;
1933
+ }[] | undefined;
1934
+ versions?: {
1935
+ version: string;
1936
+ href: string;
1937
+ default?: boolean | undefined;
1938
+ hidden?: boolean | undefined;
1939
+ }[] | undefined;
1940
+ tabs?: {
1941
+ href: string;
1942
+ tab: string;
1943
+ icon?: string | {
1944
+ name: string;
1945
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1946
+ } | undefined;
1947
+ hidden?: boolean | undefined;
1948
+ }[] | undefined;
1949
+ dropdowns?: {
1950
+ href: string;
1951
+ dropdown: string;
1952
+ icon?: string | {
1953
+ name: string;
1954
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1955
+ } | undefined;
1956
+ hidden?: boolean | undefined;
1957
+ }[] | undefined;
1958
+ anchors?: {
1959
+ href: string;
1960
+ anchor: string;
1961
+ icon?: string | {
1962
+ name: string;
1963
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1964
+ } | undefined;
1965
+ color?: {
1966
+ light?: string | undefined;
1967
+ dark?: string | undefined;
1968
+ } | undefined;
1969
+ hidden?: boolean | undefined;
1970
+ }[] | undefined;
1971
+ } | undefined;
825
1972
  } | {
826
1973
  anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
1974
+ global?: {
1975
+ languages?: {
1976
+ href: string;
1977
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1978
+ default?: boolean | undefined;
1979
+ hidden?: boolean | undefined;
1980
+ }[] | undefined;
1981
+ versions?: {
1982
+ version: string;
1983
+ href: string;
1984
+ default?: boolean | undefined;
1985
+ hidden?: boolean | undefined;
1986
+ }[] | undefined;
1987
+ tabs?: {
1988
+ href: string;
1989
+ tab: string;
1990
+ icon?: string | {
1991
+ name: string;
1992
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1993
+ } | undefined;
1994
+ hidden?: boolean | undefined;
1995
+ }[] | undefined;
1996
+ dropdowns?: {
1997
+ href: string;
1998
+ dropdown: string;
1999
+ icon?: string | {
2000
+ name: string;
2001
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2002
+ } | undefined;
2003
+ hidden?: boolean | undefined;
2004
+ }[] | undefined;
2005
+ anchors?: {
2006
+ href: string;
2007
+ anchor: string;
2008
+ icon?: string | {
2009
+ name: string;
2010
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2011
+ } | undefined;
2012
+ color?: {
2013
+ light?: string | undefined;
2014
+ dark?: string | undefined;
2015
+ } | undefined;
2016
+ hidden?: boolean | undefined;
2017
+ }[] | undefined;
2018
+ } | undefined;
827
2019
  } | {
828
2020
  groups: ({
829
2021
  openapi: (string | string[] | {
@@ -850,45 +2042,86 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
850
2042
  hidden?: boolean | undefined;
851
2043
  root?: string | undefined;
852
2044
  })[];
2045
+ global?: {
2046
+ languages?: {
2047
+ href: string;
2048
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2049
+ default?: boolean | undefined;
2050
+ hidden?: boolean | undefined;
2051
+ }[] | undefined;
2052
+ versions?: {
2053
+ version: string;
2054
+ href: string;
2055
+ default?: boolean | undefined;
2056
+ hidden?: boolean | undefined;
2057
+ }[] | undefined;
2058
+ tabs?: {
2059
+ href: string;
2060
+ tab: string;
2061
+ icon?: string | {
2062
+ name: string;
2063
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2064
+ } | undefined;
2065
+ hidden?: boolean | undefined;
2066
+ }[] | undefined;
2067
+ dropdowns?: {
2068
+ href: string;
2069
+ dropdown: string;
2070
+ icon?: string | {
2071
+ name: string;
2072
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2073
+ } | undefined;
2074
+ hidden?: boolean | undefined;
2075
+ }[] | undefined;
2076
+ anchors?: {
2077
+ href: string;
2078
+ anchor: string;
2079
+ icon?: string | {
2080
+ name: string;
2081
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2082
+ } | undefined;
2083
+ color?: {
2084
+ light?: string | undefined;
2085
+ dark?: string | undefined;
2086
+ } | undefined;
2087
+ hidden?: boolean | undefined;
2088
+ }[] | undefined;
2089
+ } | undefined;
853
2090
  } | {
854
2091
  pages: any[];
855
- }) & {
856
2092
  global?: {
857
- languages?: ({
2093
+ languages?: {
2094
+ href: string;
858
2095
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
859
2096
  default?: boolean | undefined;
860
2097
  hidden?: boolean | undefined;
861
- } & {
862
- href: string;
863
- })[] | undefined;
864
- versions?: ({
2098
+ }[] | undefined;
2099
+ versions?: {
865
2100
  version: string;
2101
+ href: string;
866
2102
  default?: boolean | undefined;
867
2103
  hidden?: boolean | undefined;
868
- } & {
2104
+ }[] | undefined;
2105
+ tabs?: {
869
2106
  href: string;
870
- })[] | undefined;
871
- tabs?: ({
872
2107
  tab: string;
873
2108
  icon?: string | {
874
2109
  name: string;
875
2110
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
876
2111
  } | undefined;
877
2112
  hidden?: boolean | undefined;
878
- } & {
2113
+ }[] | undefined;
2114
+ dropdowns?: {
879
2115
  href: string;
880
- })[] | undefined;
881
- dropdowns?: ({
882
2116
  dropdown: string;
883
2117
  icon?: string | {
884
2118
  name: string;
885
2119
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
886
2120
  } | undefined;
887
2121
  hidden?: boolean | undefined;
888
- } & {
2122
+ }[] | undefined;
2123
+ anchors?: {
889
2124
  href: string;
890
- })[] | undefined;
891
- anchors?: ({
892
2125
  anchor: string;
893
2126
  icon?: string | {
894
2127
  name: string;
@@ -899,13 +2132,364 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
899
2132
  dark?: string | undefined;
900
2133
  } | undefined;
901
2134
  hidden?: boolean | undefined;
902
- } & {
2135
+ }[] | undefined;
2136
+ } | undefined;
2137
+ }) & ({
2138
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
2139
+ global?: {
2140
+ languages?: {
2141
+ href: string;
2142
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2143
+ default?: boolean | undefined;
2144
+ hidden?: boolean | undefined;
2145
+ }[] | undefined;
2146
+ versions?: {
2147
+ version: string;
2148
+ href: string;
2149
+ default?: boolean | undefined;
2150
+ hidden?: boolean | undefined;
2151
+ }[] | undefined;
2152
+ tabs?: {
2153
+ href: string;
2154
+ tab: string;
2155
+ icon?: string | {
2156
+ name: string;
2157
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2158
+ } | undefined;
2159
+ hidden?: boolean | undefined;
2160
+ }[] | undefined;
2161
+ dropdowns?: {
2162
+ href: string;
2163
+ dropdown: string;
2164
+ icon?: string | {
2165
+ name: string;
2166
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2167
+ } | undefined;
2168
+ hidden?: boolean | undefined;
2169
+ }[] | undefined;
2170
+ anchors?: {
903
2171
  href: string;
904
- })[] | undefined;
2172
+ anchor: string;
2173
+ icon?: string | {
2174
+ name: string;
2175
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2176
+ } | undefined;
2177
+ color?: {
2178
+ light?: string | undefined;
2179
+ dark?: string | undefined;
2180
+ } | undefined;
2181
+ hidden?: boolean | undefined;
2182
+ }[] | undefined;
905
2183
  } | undefined;
906
- }) | undefined);
907
- description?: string | undefined;
908
- logo?: string | {
2184
+ } | {
2185
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
2186
+ global?: {
2187
+ languages?: {
2188
+ href: string;
2189
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2190
+ default?: boolean | undefined;
2191
+ hidden?: boolean | undefined;
2192
+ }[] | undefined;
2193
+ versions?: {
2194
+ version: string;
2195
+ href: string;
2196
+ default?: boolean | undefined;
2197
+ hidden?: boolean | undefined;
2198
+ }[] | undefined;
2199
+ tabs?: {
2200
+ href: string;
2201
+ tab: string;
2202
+ icon?: string | {
2203
+ name: string;
2204
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2205
+ } | undefined;
2206
+ hidden?: boolean | undefined;
2207
+ }[] | undefined;
2208
+ dropdowns?: {
2209
+ href: string;
2210
+ dropdown: string;
2211
+ icon?: string | {
2212
+ name: string;
2213
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2214
+ } | undefined;
2215
+ hidden?: boolean | undefined;
2216
+ }[] | undefined;
2217
+ anchors?: {
2218
+ href: string;
2219
+ anchor: string;
2220
+ icon?: string | {
2221
+ name: string;
2222
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2223
+ } | undefined;
2224
+ color?: {
2225
+ light?: string | undefined;
2226
+ dark?: string | undefined;
2227
+ } | undefined;
2228
+ hidden?: boolean | undefined;
2229
+ }[] | undefined;
2230
+ } | undefined;
2231
+ } | {
2232
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
2233
+ global?: {
2234
+ languages?: {
2235
+ href: string;
2236
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2237
+ default?: boolean | undefined;
2238
+ hidden?: boolean | undefined;
2239
+ }[] | undefined;
2240
+ versions?: {
2241
+ version: string;
2242
+ href: string;
2243
+ default?: boolean | undefined;
2244
+ hidden?: boolean | undefined;
2245
+ }[] | undefined;
2246
+ tabs?: {
2247
+ href: string;
2248
+ tab: string;
2249
+ icon?: string | {
2250
+ name: string;
2251
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2252
+ } | undefined;
2253
+ hidden?: boolean | undefined;
2254
+ }[] | undefined;
2255
+ dropdowns?: {
2256
+ href: string;
2257
+ dropdown: string;
2258
+ icon?: string | {
2259
+ name: string;
2260
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2261
+ } | undefined;
2262
+ hidden?: boolean | undefined;
2263
+ }[] | undefined;
2264
+ anchors?: {
2265
+ href: string;
2266
+ anchor: string;
2267
+ icon?: string | {
2268
+ name: string;
2269
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2270
+ } | undefined;
2271
+ color?: {
2272
+ light?: string | undefined;
2273
+ dark?: string | undefined;
2274
+ } | undefined;
2275
+ hidden?: boolean | undefined;
2276
+ }[] | undefined;
2277
+ } | undefined;
2278
+ } | {
2279
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
2280
+ global?: {
2281
+ languages?: {
2282
+ href: string;
2283
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2284
+ default?: boolean | undefined;
2285
+ hidden?: boolean | undefined;
2286
+ }[] | undefined;
2287
+ versions?: {
2288
+ version: string;
2289
+ href: string;
2290
+ default?: boolean | undefined;
2291
+ hidden?: boolean | undefined;
2292
+ }[] | undefined;
2293
+ tabs?: {
2294
+ href: string;
2295
+ tab: string;
2296
+ icon?: string | {
2297
+ name: string;
2298
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2299
+ } | undefined;
2300
+ hidden?: boolean | undefined;
2301
+ }[] | undefined;
2302
+ dropdowns?: {
2303
+ href: string;
2304
+ dropdown: string;
2305
+ icon?: string | {
2306
+ name: string;
2307
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2308
+ } | undefined;
2309
+ hidden?: boolean | undefined;
2310
+ }[] | undefined;
2311
+ anchors?: {
2312
+ href: string;
2313
+ anchor: string;
2314
+ icon?: string | {
2315
+ name: string;
2316
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2317
+ } | undefined;
2318
+ color?: {
2319
+ light?: string | undefined;
2320
+ dark?: string | undefined;
2321
+ } | undefined;
2322
+ hidden?: boolean | undefined;
2323
+ }[] | undefined;
2324
+ } | undefined;
2325
+ } | {
2326
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
2327
+ global?: {
2328
+ languages?: {
2329
+ href: string;
2330
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2331
+ default?: boolean | undefined;
2332
+ hidden?: boolean | undefined;
2333
+ }[] | undefined;
2334
+ versions?: {
2335
+ version: string;
2336
+ href: string;
2337
+ default?: boolean | undefined;
2338
+ hidden?: boolean | undefined;
2339
+ }[] | undefined;
2340
+ tabs?: {
2341
+ href: string;
2342
+ tab: string;
2343
+ icon?: string | {
2344
+ name: string;
2345
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2346
+ } | undefined;
2347
+ hidden?: boolean | undefined;
2348
+ }[] | undefined;
2349
+ dropdowns?: {
2350
+ href: string;
2351
+ dropdown: string;
2352
+ icon?: string | {
2353
+ name: string;
2354
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2355
+ } | undefined;
2356
+ hidden?: boolean | undefined;
2357
+ }[] | undefined;
2358
+ anchors?: {
2359
+ href: string;
2360
+ anchor: string;
2361
+ icon?: string | {
2362
+ name: string;
2363
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2364
+ } | undefined;
2365
+ color?: {
2366
+ light?: string | undefined;
2367
+ dark?: string | undefined;
2368
+ } | undefined;
2369
+ hidden?: boolean | undefined;
2370
+ }[] | undefined;
2371
+ } | undefined;
2372
+ } | {
2373
+ groups: ({
2374
+ openapi: (string | string[] | {
2375
+ source: string;
2376
+ directory?: string | undefined;
2377
+ }) & (string | string[] | {
2378
+ source: string;
2379
+ directory?: string | undefined;
2380
+ } | undefined);
2381
+ group: string;
2382
+ icon?: string | {
2383
+ name: string;
2384
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2385
+ } | undefined;
2386
+ hidden?: boolean | undefined;
2387
+ root?: string | undefined;
2388
+ } | {
2389
+ group: string;
2390
+ pages: any[];
2391
+ icon?: string | {
2392
+ name: string;
2393
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2394
+ } | undefined;
2395
+ hidden?: boolean | undefined;
2396
+ root?: string | undefined;
2397
+ })[];
2398
+ global?: {
2399
+ languages?: {
2400
+ href: string;
2401
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2402
+ default?: boolean | undefined;
2403
+ hidden?: boolean | undefined;
2404
+ }[] | undefined;
2405
+ versions?: {
2406
+ version: string;
2407
+ href: string;
2408
+ default?: boolean | undefined;
2409
+ hidden?: boolean | undefined;
2410
+ }[] | undefined;
2411
+ tabs?: {
2412
+ href: string;
2413
+ tab: string;
2414
+ icon?: string | {
2415
+ name: string;
2416
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2417
+ } | undefined;
2418
+ hidden?: boolean | undefined;
2419
+ }[] | undefined;
2420
+ dropdowns?: {
2421
+ href: string;
2422
+ dropdown: string;
2423
+ icon?: string | {
2424
+ name: string;
2425
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2426
+ } | undefined;
2427
+ hidden?: boolean | undefined;
2428
+ }[] | undefined;
2429
+ anchors?: {
2430
+ href: string;
2431
+ anchor: string;
2432
+ icon?: string | {
2433
+ name: string;
2434
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2435
+ } | undefined;
2436
+ color?: {
2437
+ light?: string | undefined;
2438
+ dark?: string | undefined;
2439
+ } | undefined;
2440
+ hidden?: boolean | undefined;
2441
+ }[] | undefined;
2442
+ } | undefined;
2443
+ } | {
2444
+ pages: any[];
2445
+ global?: {
2446
+ languages?: {
2447
+ href: string;
2448
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2449
+ default?: boolean | undefined;
2450
+ hidden?: boolean | undefined;
2451
+ }[] | undefined;
2452
+ versions?: {
2453
+ version: string;
2454
+ href: string;
2455
+ default?: boolean | undefined;
2456
+ hidden?: boolean | undefined;
2457
+ }[] | undefined;
2458
+ tabs?: {
2459
+ href: string;
2460
+ tab: string;
2461
+ icon?: string | {
2462
+ name: string;
2463
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2464
+ } | undefined;
2465
+ hidden?: boolean | undefined;
2466
+ }[] | undefined;
2467
+ dropdowns?: {
2468
+ href: string;
2469
+ dropdown: string;
2470
+ icon?: string | {
2471
+ name: string;
2472
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2473
+ } | undefined;
2474
+ hidden?: boolean | undefined;
2475
+ }[] | undefined;
2476
+ anchors?: {
2477
+ href: string;
2478
+ anchor: string;
2479
+ icon?: string | {
2480
+ name: string;
2481
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2482
+ } | undefined;
2483
+ color?: {
2484
+ light?: string | undefined;
2485
+ dark?: string | undefined;
2486
+ } | undefined;
2487
+ hidden?: boolean | undefined;
2488
+ }[] | undefined;
2489
+ } | undefined;
2490
+ } | undefined);
2491
+ description?: string | undefined;
2492
+ logo?: string | {
909
2493
  light: string;
910
2494
  dark: string;
911
2495
  href?: string | undefined;
@@ -1074,81 +2658,582 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1074
2658
  light?: string | undefined;
1075
2659
  dark?: string | undefined;
1076
2660
  };
1077
- navigation: (({
2661
+ navigation: ({
1078
2662
  languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
1079
- } | {
1080
- versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
1081
- } | {
1082
- tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
1083
- } | {
1084
- dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
2663
+ global?: {
2664
+ languages?: {
2665
+ href: string;
2666
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2667
+ default?: boolean | undefined;
2668
+ hidden?: boolean | undefined;
2669
+ }[] | undefined;
2670
+ versions?: {
2671
+ version: string;
2672
+ href: string;
2673
+ default?: boolean | undefined;
2674
+ hidden?: boolean | undefined;
2675
+ }[] | undefined;
2676
+ tabs?: {
2677
+ href: string;
2678
+ tab: string;
2679
+ icon?: string | {
2680
+ name: string;
2681
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2682
+ } | undefined;
2683
+ hidden?: boolean | undefined;
2684
+ }[] | undefined;
2685
+ dropdowns?: {
2686
+ href: string;
2687
+ dropdown: string;
2688
+ icon?: string | {
2689
+ name: string;
2690
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2691
+ } | undefined;
2692
+ hidden?: boolean | undefined;
2693
+ }[] | undefined;
2694
+ anchors?: {
2695
+ href: string;
2696
+ anchor: string;
2697
+ icon?: string | {
2698
+ name: string;
2699
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2700
+ } | undefined;
2701
+ color?: {
2702
+ light?: string | undefined;
2703
+ dark?: string | undefined;
2704
+ } | undefined;
2705
+ hidden?: boolean | undefined;
2706
+ }[] | undefined;
2707
+ } | undefined;
2708
+ } | {
2709
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
2710
+ global?: {
2711
+ languages?: {
2712
+ href: string;
2713
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2714
+ default?: boolean | undefined;
2715
+ hidden?: boolean | undefined;
2716
+ }[] | undefined;
2717
+ versions?: {
2718
+ version: string;
2719
+ href: string;
2720
+ default?: boolean | undefined;
2721
+ hidden?: boolean | undefined;
2722
+ }[] | undefined;
2723
+ tabs?: {
2724
+ href: string;
2725
+ tab: string;
2726
+ icon?: string | {
2727
+ name: string;
2728
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2729
+ } | undefined;
2730
+ hidden?: boolean | undefined;
2731
+ }[] | undefined;
2732
+ dropdowns?: {
2733
+ href: string;
2734
+ dropdown: string;
2735
+ icon?: string | {
2736
+ name: string;
2737
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2738
+ } | undefined;
2739
+ hidden?: boolean | undefined;
2740
+ }[] | undefined;
2741
+ anchors?: {
2742
+ href: string;
2743
+ anchor: string;
2744
+ icon?: string | {
2745
+ name: string;
2746
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2747
+ } | undefined;
2748
+ color?: {
2749
+ light?: string | undefined;
2750
+ dark?: string | undefined;
2751
+ } | undefined;
2752
+ hidden?: boolean | undefined;
2753
+ }[] | undefined;
2754
+ } | undefined;
2755
+ } | {
2756
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
2757
+ global?: {
2758
+ languages?: {
2759
+ href: string;
2760
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2761
+ default?: boolean | undefined;
2762
+ hidden?: boolean | undefined;
2763
+ }[] | undefined;
2764
+ versions?: {
2765
+ version: string;
2766
+ href: string;
2767
+ default?: boolean | undefined;
2768
+ hidden?: boolean | undefined;
2769
+ }[] | undefined;
2770
+ tabs?: {
2771
+ href: string;
2772
+ tab: string;
2773
+ icon?: string | {
2774
+ name: string;
2775
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2776
+ } | undefined;
2777
+ hidden?: boolean | undefined;
2778
+ }[] | undefined;
2779
+ dropdowns?: {
2780
+ href: string;
2781
+ dropdown: string;
2782
+ icon?: string | {
2783
+ name: string;
2784
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2785
+ } | undefined;
2786
+ hidden?: boolean | undefined;
2787
+ }[] | undefined;
2788
+ anchors?: {
2789
+ href: string;
2790
+ anchor: string;
2791
+ icon?: string | {
2792
+ name: string;
2793
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2794
+ } | undefined;
2795
+ color?: {
2796
+ light?: string | undefined;
2797
+ dark?: string | undefined;
2798
+ } | undefined;
2799
+ hidden?: boolean | undefined;
2800
+ }[] | undefined;
2801
+ } | undefined;
2802
+ } | {
2803
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
2804
+ global?: {
2805
+ languages?: {
2806
+ href: string;
2807
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2808
+ default?: boolean | undefined;
2809
+ hidden?: boolean | undefined;
2810
+ }[] | undefined;
2811
+ versions?: {
2812
+ version: string;
2813
+ href: string;
2814
+ default?: boolean | undefined;
2815
+ hidden?: boolean | undefined;
2816
+ }[] | undefined;
2817
+ tabs?: {
2818
+ href: string;
2819
+ tab: string;
2820
+ icon?: string | {
2821
+ name: string;
2822
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2823
+ } | undefined;
2824
+ hidden?: boolean | undefined;
2825
+ }[] | undefined;
2826
+ dropdowns?: {
2827
+ href: string;
2828
+ dropdown: string;
2829
+ icon?: string | {
2830
+ name: string;
2831
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2832
+ } | undefined;
2833
+ hidden?: boolean | undefined;
2834
+ }[] | undefined;
2835
+ anchors?: {
2836
+ href: string;
2837
+ anchor: string;
2838
+ icon?: string | {
2839
+ name: string;
2840
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2841
+ } | undefined;
2842
+ color?: {
2843
+ light?: string | undefined;
2844
+ dark?: string | undefined;
2845
+ } | undefined;
2846
+ hidden?: boolean | undefined;
2847
+ }[] | undefined;
2848
+ } | undefined;
2849
+ } | {
2850
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
2851
+ global?: {
2852
+ languages?: {
2853
+ href: string;
2854
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2855
+ default?: boolean | undefined;
2856
+ hidden?: boolean | undefined;
2857
+ }[] | undefined;
2858
+ versions?: {
2859
+ version: string;
2860
+ href: string;
2861
+ default?: boolean | undefined;
2862
+ hidden?: boolean | undefined;
2863
+ }[] | undefined;
2864
+ tabs?: {
2865
+ href: string;
2866
+ tab: string;
2867
+ icon?: string | {
2868
+ name: string;
2869
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2870
+ } | undefined;
2871
+ hidden?: boolean | undefined;
2872
+ }[] | undefined;
2873
+ dropdowns?: {
2874
+ href: string;
2875
+ dropdown: string;
2876
+ icon?: string | {
2877
+ name: string;
2878
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2879
+ } | undefined;
2880
+ hidden?: boolean | undefined;
2881
+ }[] | undefined;
2882
+ anchors?: {
2883
+ href: string;
2884
+ anchor: string;
2885
+ icon?: string | {
2886
+ name: string;
2887
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2888
+ } | undefined;
2889
+ color?: {
2890
+ light?: string | undefined;
2891
+ dark?: string | undefined;
2892
+ } | undefined;
2893
+ hidden?: boolean | undefined;
2894
+ }[] | undefined;
2895
+ } | undefined;
2896
+ } | {
2897
+ groups: ({
2898
+ openapi: (string | string[] | {
2899
+ source: string;
2900
+ directory?: string | undefined;
2901
+ }) & (string | string[] | {
2902
+ source: string;
2903
+ directory?: string | undefined;
2904
+ } | undefined);
2905
+ group: string;
2906
+ icon?: string | {
2907
+ name: string;
2908
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2909
+ } | undefined;
2910
+ hidden?: boolean | undefined;
2911
+ root?: string | undefined;
2912
+ } | {
2913
+ group: string;
2914
+ pages: any[];
2915
+ icon?: string | {
2916
+ name: string;
2917
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2918
+ } | undefined;
2919
+ hidden?: boolean | undefined;
2920
+ root?: string | undefined;
2921
+ })[];
2922
+ global?: {
2923
+ languages?: {
2924
+ href: string;
2925
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2926
+ default?: boolean | undefined;
2927
+ hidden?: boolean | undefined;
2928
+ }[] | undefined;
2929
+ versions?: {
2930
+ version: string;
2931
+ href: string;
2932
+ default?: boolean | undefined;
2933
+ hidden?: boolean | undefined;
2934
+ }[] | undefined;
2935
+ tabs?: {
2936
+ href: string;
2937
+ tab: string;
2938
+ icon?: string | {
2939
+ name: string;
2940
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2941
+ } | undefined;
2942
+ hidden?: boolean | undefined;
2943
+ }[] | undefined;
2944
+ dropdowns?: {
2945
+ href: string;
2946
+ dropdown: string;
2947
+ icon?: string | {
2948
+ name: string;
2949
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2950
+ } | undefined;
2951
+ hidden?: boolean | undefined;
2952
+ }[] | undefined;
2953
+ anchors?: {
2954
+ href: string;
2955
+ anchor: string;
2956
+ icon?: string | {
2957
+ name: string;
2958
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2959
+ } | undefined;
2960
+ color?: {
2961
+ light?: string | undefined;
2962
+ dark?: string | undefined;
2963
+ } | undefined;
2964
+ hidden?: boolean | undefined;
2965
+ }[] | undefined;
2966
+ } | undefined;
2967
+ } | {
2968
+ pages: any[];
2969
+ global?: {
2970
+ languages?: {
2971
+ href: string;
2972
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2973
+ default?: boolean | undefined;
2974
+ hidden?: boolean | undefined;
2975
+ }[] | undefined;
2976
+ versions?: {
2977
+ version: string;
2978
+ href: string;
2979
+ default?: boolean | undefined;
2980
+ hidden?: boolean | undefined;
2981
+ }[] | undefined;
2982
+ tabs?: {
2983
+ href: string;
2984
+ tab: string;
2985
+ icon?: string | {
2986
+ name: string;
2987
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2988
+ } | undefined;
2989
+ hidden?: boolean | undefined;
2990
+ }[] | undefined;
2991
+ dropdowns?: {
2992
+ href: string;
2993
+ dropdown: string;
2994
+ icon?: string | {
2995
+ name: string;
2996
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2997
+ } | undefined;
2998
+ hidden?: boolean | undefined;
2999
+ }[] | undefined;
3000
+ anchors?: {
3001
+ href: string;
3002
+ anchor: string;
3003
+ icon?: string | {
3004
+ name: string;
3005
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3006
+ } | undefined;
3007
+ color?: {
3008
+ light?: string | undefined;
3009
+ dark?: string | undefined;
3010
+ } | undefined;
3011
+ hidden?: boolean | undefined;
3012
+ }[] | undefined;
3013
+ } | undefined;
3014
+ }) & ({
3015
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
3016
+ global?: {
3017
+ languages?: {
3018
+ href: string;
3019
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3020
+ default?: boolean | undefined;
3021
+ hidden?: boolean | undefined;
3022
+ }[] | undefined;
3023
+ versions?: {
3024
+ version: string;
3025
+ href: string;
3026
+ default?: boolean | undefined;
3027
+ hidden?: boolean | undefined;
3028
+ }[] | undefined;
3029
+ tabs?: {
3030
+ href: string;
3031
+ tab: string;
3032
+ icon?: string | {
3033
+ name: string;
3034
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3035
+ } | undefined;
3036
+ hidden?: boolean | undefined;
3037
+ }[] | undefined;
3038
+ dropdowns?: {
3039
+ href: string;
3040
+ dropdown: string;
3041
+ icon?: string | {
3042
+ name: string;
3043
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3044
+ } | undefined;
3045
+ hidden?: boolean | undefined;
3046
+ }[] | undefined;
3047
+ anchors?: {
3048
+ href: string;
3049
+ anchor: string;
3050
+ icon?: string | {
3051
+ name: string;
3052
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3053
+ } | undefined;
3054
+ color?: {
3055
+ light?: string | undefined;
3056
+ dark?: string | undefined;
3057
+ } | undefined;
3058
+ hidden?: boolean | undefined;
3059
+ }[] | undefined;
3060
+ } | undefined;
3061
+ } | {
3062
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
3063
+ global?: {
3064
+ languages?: {
3065
+ href: string;
3066
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3067
+ default?: boolean | undefined;
3068
+ hidden?: boolean | undefined;
3069
+ }[] | undefined;
3070
+ versions?: {
3071
+ version: string;
3072
+ href: string;
3073
+ default?: boolean | undefined;
3074
+ hidden?: boolean | undefined;
3075
+ }[] | undefined;
3076
+ tabs?: {
3077
+ href: string;
3078
+ tab: string;
3079
+ icon?: string | {
3080
+ name: string;
3081
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3082
+ } | undefined;
3083
+ hidden?: boolean | undefined;
3084
+ }[] | undefined;
3085
+ dropdowns?: {
3086
+ href: string;
3087
+ dropdown: string;
3088
+ icon?: string | {
3089
+ name: string;
3090
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3091
+ } | undefined;
3092
+ hidden?: boolean | undefined;
3093
+ }[] | undefined;
3094
+ anchors?: {
3095
+ href: string;
3096
+ anchor: string;
3097
+ icon?: string | {
3098
+ name: string;
3099
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3100
+ } | undefined;
3101
+ color?: {
3102
+ light?: string | undefined;
3103
+ dark?: string | undefined;
3104
+ } | undefined;
3105
+ hidden?: boolean | undefined;
3106
+ }[] | undefined;
3107
+ } | undefined;
3108
+ } | {
3109
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
3110
+ global?: {
3111
+ languages?: {
3112
+ href: string;
3113
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3114
+ default?: boolean | undefined;
3115
+ hidden?: boolean | undefined;
3116
+ }[] | undefined;
3117
+ versions?: {
3118
+ version: string;
3119
+ href: string;
3120
+ default?: boolean | undefined;
3121
+ hidden?: boolean | undefined;
3122
+ }[] | undefined;
3123
+ tabs?: {
3124
+ href: string;
3125
+ tab: string;
3126
+ icon?: string | {
3127
+ name: string;
3128
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3129
+ } | undefined;
3130
+ hidden?: boolean | undefined;
3131
+ }[] | undefined;
3132
+ dropdowns?: {
3133
+ href: string;
3134
+ dropdown: string;
3135
+ icon?: string | {
3136
+ name: string;
3137
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3138
+ } | undefined;
3139
+ hidden?: boolean | undefined;
3140
+ }[] | undefined;
3141
+ anchors?: {
3142
+ href: string;
3143
+ anchor: string;
3144
+ icon?: string | {
3145
+ name: string;
3146
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3147
+ } | undefined;
3148
+ color?: {
3149
+ light?: string | undefined;
3150
+ dark?: string | undefined;
3151
+ } | undefined;
3152
+ hidden?: boolean | undefined;
3153
+ }[] | undefined;
3154
+ } | undefined;
3155
+ } | {
3156
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
3157
+ global?: {
3158
+ languages?: {
3159
+ href: string;
3160
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3161
+ default?: boolean | undefined;
3162
+ hidden?: boolean | undefined;
3163
+ }[] | undefined;
3164
+ versions?: {
3165
+ version: string;
3166
+ href: string;
3167
+ default?: boolean | undefined;
3168
+ hidden?: boolean | undefined;
3169
+ }[] | undefined;
3170
+ tabs?: {
3171
+ href: string;
3172
+ tab: string;
3173
+ icon?: string | {
3174
+ name: string;
3175
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3176
+ } | undefined;
3177
+ hidden?: boolean | undefined;
3178
+ }[] | undefined;
3179
+ dropdowns?: {
3180
+ href: string;
3181
+ dropdown: string;
3182
+ icon?: string | {
3183
+ name: string;
3184
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3185
+ } | undefined;
3186
+ hidden?: boolean | undefined;
3187
+ }[] | undefined;
3188
+ anchors?: {
3189
+ href: string;
3190
+ anchor: string;
3191
+ icon?: string | {
3192
+ name: string;
3193
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3194
+ } | undefined;
3195
+ color?: {
3196
+ light?: string | undefined;
3197
+ dark?: string | undefined;
3198
+ } | undefined;
3199
+ hidden?: boolean | undefined;
3200
+ }[] | undefined;
3201
+ } | undefined;
1085
3202
  } | {
1086
3203
  anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
1087
- } | {
1088
- groups: ({
1089
- openapi: (string | string[] | {
1090
- source: string;
1091
- directory?: string | undefined;
1092
- }) & (string | string[] | {
1093
- source: string;
1094
- directory?: string | undefined;
1095
- } | undefined);
1096
- group: string;
1097
- icon?: string | {
1098
- name: string;
1099
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1100
- } | undefined;
1101
- hidden?: boolean | undefined;
1102
- root?: string | undefined;
1103
- } | {
1104
- group: string;
1105
- pages: any[];
1106
- icon?: string | {
1107
- name: string;
1108
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1109
- } | undefined;
1110
- hidden?: boolean | undefined;
1111
- root?: string | undefined;
1112
- })[];
1113
- } | {
1114
- pages: any[];
1115
- }) & {
1116
3204
  global?: {
1117
- languages?: ({
3205
+ languages?: {
3206
+ href: string;
1118
3207
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1119
3208
  default?: boolean | undefined;
1120
3209
  hidden?: boolean | undefined;
1121
- } & {
1122
- href: string;
1123
- })[] | undefined;
1124
- versions?: ({
3210
+ }[] | undefined;
3211
+ versions?: {
1125
3212
  version: string;
3213
+ href: string;
1126
3214
  default?: boolean | undefined;
1127
3215
  hidden?: boolean | undefined;
1128
- } & {
3216
+ }[] | undefined;
3217
+ tabs?: {
1129
3218
  href: string;
1130
- })[] | undefined;
1131
- tabs?: ({
1132
3219
  tab: string;
1133
3220
  icon?: string | {
1134
3221
  name: string;
1135
3222
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1136
3223
  } | undefined;
1137
3224
  hidden?: boolean | undefined;
1138
- } & {
3225
+ }[] | undefined;
3226
+ dropdowns?: {
1139
3227
  href: string;
1140
- })[] | undefined;
1141
- dropdowns?: ({
1142
3228
  dropdown: string;
1143
3229
  icon?: string | {
1144
3230
  name: string;
1145
3231
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1146
3232
  } | undefined;
1147
3233
  hidden?: boolean | undefined;
1148
- } & {
3234
+ }[] | undefined;
3235
+ anchors?: {
1149
3236
  href: string;
1150
- })[] | undefined;
1151
- anchors?: ({
1152
3237
  anchor: string;
1153
3238
  icon?: string | {
1154
3239
  name: string;
@@ -1159,20 +3244,8 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1159
3244
  dark?: string | undefined;
1160
3245
  } | undefined;
1161
3246
  hidden?: boolean | undefined;
1162
- } & {
1163
- href: string;
1164
- })[] | undefined;
3247
+ }[] | undefined;
1165
3248
  } | undefined;
1166
- }) & ((({
1167
- languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
1168
- } | {
1169
- versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
1170
- } | {
1171
- tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
1172
- } | {
1173
- dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
1174
- } | {
1175
- anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
1176
3249
  } | {
1177
3250
  groups: ({
1178
3251
  openapi: (string | string[] | {
@@ -1199,45 +3272,86 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1199
3272
  hidden?: boolean | undefined;
1200
3273
  root?: string | undefined;
1201
3274
  })[];
3275
+ global?: {
3276
+ languages?: {
3277
+ href: string;
3278
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3279
+ default?: boolean | undefined;
3280
+ hidden?: boolean | undefined;
3281
+ }[] | undefined;
3282
+ versions?: {
3283
+ version: string;
3284
+ href: string;
3285
+ default?: boolean | undefined;
3286
+ hidden?: boolean | undefined;
3287
+ }[] | undefined;
3288
+ tabs?: {
3289
+ href: string;
3290
+ tab: string;
3291
+ icon?: string | {
3292
+ name: string;
3293
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3294
+ } | undefined;
3295
+ hidden?: boolean | undefined;
3296
+ }[] | undefined;
3297
+ dropdowns?: {
3298
+ href: string;
3299
+ dropdown: string;
3300
+ icon?: string | {
3301
+ name: string;
3302
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3303
+ } | undefined;
3304
+ hidden?: boolean | undefined;
3305
+ }[] | undefined;
3306
+ anchors?: {
3307
+ href: string;
3308
+ anchor: string;
3309
+ icon?: string | {
3310
+ name: string;
3311
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3312
+ } | undefined;
3313
+ color?: {
3314
+ light?: string | undefined;
3315
+ dark?: string | undefined;
3316
+ } | undefined;
3317
+ hidden?: boolean | undefined;
3318
+ }[] | undefined;
3319
+ } | undefined;
1202
3320
  } | {
1203
3321
  pages: any[];
1204
- }) & {
1205
3322
  global?: {
1206
- languages?: ({
3323
+ languages?: {
3324
+ href: string;
1207
3325
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1208
3326
  default?: boolean | undefined;
1209
3327
  hidden?: boolean | undefined;
1210
- } & {
1211
- href: string;
1212
- })[] | undefined;
1213
- versions?: ({
3328
+ }[] | undefined;
3329
+ versions?: {
1214
3330
  version: string;
3331
+ href: string;
1215
3332
  default?: boolean | undefined;
1216
3333
  hidden?: boolean | undefined;
1217
- } & {
3334
+ }[] | undefined;
3335
+ tabs?: {
1218
3336
  href: string;
1219
- })[] | undefined;
1220
- tabs?: ({
1221
3337
  tab: string;
1222
3338
  icon?: string | {
1223
3339
  name: string;
1224
3340
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1225
3341
  } | undefined;
1226
3342
  hidden?: boolean | undefined;
1227
- } & {
3343
+ }[] | undefined;
3344
+ dropdowns?: {
1228
3345
  href: string;
1229
- })[] | undefined;
1230
- dropdowns?: ({
1231
3346
  dropdown: string;
1232
3347
  icon?: string | {
1233
3348
  name: string;
1234
3349
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1235
3350
  } | undefined;
1236
3351
  hidden?: boolean | undefined;
1237
- } & {
3352
+ }[] | undefined;
3353
+ anchors?: {
1238
3354
  href: string;
1239
- })[] | undefined;
1240
- anchors?: ({
1241
3355
  anchor: string;
1242
3356
  icon?: string | {
1243
3357
  name: string;
@@ -1248,11 +3362,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1248
3362
  dark?: string | undefined;
1249
3363
  } | undefined;
1250
3364
  hidden?: boolean | undefined;
1251
- } & {
1252
- href: string;
1253
- })[] | undefined;
3365
+ }[] | undefined;
1254
3366
  } | undefined;
1255
- }) | undefined);
3367
+ } | undefined);
1256
3368
  description?: string | undefined;
1257
3369
  logo?: string | {
1258
3370
  light: string;
@@ -1423,16 +3535,241 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1423
3535
  light?: string | undefined;
1424
3536
  dark?: string | undefined;
1425
3537
  };
1426
- navigation: (({
3538
+ navigation: ({
1427
3539
  languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
3540
+ global?: {
3541
+ languages?: {
3542
+ href: string;
3543
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3544
+ default?: boolean | undefined;
3545
+ hidden?: boolean | undefined;
3546
+ }[] | undefined;
3547
+ versions?: {
3548
+ version: string;
3549
+ href: string;
3550
+ default?: boolean | undefined;
3551
+ hidden?: boolean | undefined;
3552
+ }[] | undefined;
3553
+ tabs?: {
3554
+ href: string;
3555
+ tab: string;
3556
+ icon?: string | {
3557
+ name: string;
3558
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3559
+ } | undefined;
3560
+ hidden?: boolean | undefined;
3561
+ }[] | undefined;
3562
+ dropdowns?: {
3563
+ href: string;
3564
+ dropdown: string;
3565
+ icon?: string | {
3566
+ name: string;
3567
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3568
+ } | undefined;
3569
+ hidden?: boolean | undefined;
3570
+ }[] | undefined;
3571
+ anchors?: {
3572
+ href: string;
3573
+ anchor: string;
3574
+ icon?: string | {
3575
+ name: string;
3576
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3577
+ } | undefined;
3578
+ color?: {
3579
+ light?: string | undefined;
3580
+ dark?: string | undefined;
3581
+ } | undefined;
3582
+ hidden?: boolean | undefined;
3583
+ }[] | undefined;
3584
+ } | undefined;
1428
3585
  } | {
1429
3586
  versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
3587
+ global?: {
3588
+ languages?: {
3589
+ href: string;
3590
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3591
+ default?: boolean | undefined;
3592
+ hidden?: boolean | undefined;
3593
+ }[] | undefined;
3594
+ versions?: {
3595
+ version: string;
3596
+ href: string;
3597
+ default?: boolean | undefined;
3598
+ hidden?: boolean | undefined;
3599
+ }[] | undefined;
3600
+ tabs?: {
3601
+ href: string;
3602
+ tab: string;
3603
+ icon?: string | {
3604
+ name: string;
3605
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3606
+ } | undefined;
3607
+ hidden?: boolean | undefined;
3608
+ }[] | undefined;
3609
+ dropdowns?: {
3610
+ href: string;
3611
+ dropdown: string;
3612
+ icon?: string | {
3613
+ name: string;
3614
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3615
+ } | undefined;
3616
+ hidden?: boolean | undefined;
3617
+ }[] | undefined;
3618
+ anchors?: {
3619
+ href: string;
3620
+ anchor: string;
3621
+ icon?: string | {
3622
+ name: string;
3623
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3624
+ } | undefined;
3625
+ color?: {
3626
+ light?: string | undefined;
3627
+ dark?: string | undefined;
3628
+ } | undefined;
3629
+ hidden?: boolean | undefined;
3630
+ }[] | undefined;
3631
+ } | undefined;
1430
3632
  } | {
1431
3633
  tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
3634
+ global?: {
3635
+ languages?: {
3636
+ href: string;
3637
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3638
+ default?: boolean | undefined;
3639
+ hidden?: boolean | undefined;
3640
+ }[] | undefined;
3641
+ versions?: {
3642
+ version: string;
3643
+ href: string;
3644
+ default?: boolean | undefined;
3645
+ hidden?: boolean | undefined;
3646
+ }[] | undefined;
3647
+ tabs?: {
3648
+ href: string;
3649
+ tab: string;
3650
+ icon?: string | {
3651
+ name: string;
3652
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3653
+ } | undefined;
3654
+ hidden?: boolean | undefined;
3655
+ }[] | undefined;
3656
+ dropdowns?: {
3657
+ href: string;
3658
+ dropdown: string;
3659
+ icon?: string | {
3660
+ name: string;
3661
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3662
+ } | undefined;
3663
+ hidden?: boolean | undefined;
3664
+ }[] | undefined;
3665
+ anchors?: {
3666
+ href: string;
3667
+ anchor: string;
3668
+ icon?: string | {
3669
+ name: string;
3670
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3671
+ } | undefined;
3672
+ color?: {
3673
+ light?: string | undefined;
3674
+ dark?: string | undefined;
3675
+ } | undefined;
3676
+ hidden?: boolean | undefined;
3677
+ }[] | undefined;
3678
+ } | undefined;
1432
3679
  } | {
1433
3680
  dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
3681
+ global?: {
3682
+ languages?: {
3683
+ href: string;
3684
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3685
+ default?: boolean | undefined;
3686
+ hidden?: boolean | undefined;
3687
+ }[] | undefined;
3688
+ versions?: {
3689
+ version: string;
3690
+ href: string;
3691
+ default?: boolean | undefined;
3692
+ hidden?: boolean | undefined;
3693
+ }[] | undefined;
3694
+ tabs?: {
3695
+ href: string;
3696
+ tab: string;
3697
+ icon?: string | {
3698
+ name: string;
3699
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3700
+ } | undefined;
3701
+ hidden?: boolean | undefined;
3702
+ }[] | undefined;
3703
+ dropdowns?: {
3704
+ href: string;
3705
+ dropdown: string;
3706
+ icon?: string | {
3707
+ name: string;
3708
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3709
+ } | undefined;
3710
+ hidden?: boolean | undefined;
3711
+ }[] | undefined;
3712
+ anchors?: {
3713
+ href: string;
3714
+ anchor: string;
3715
+ icon?: string | {
3716
+ name: string;
3717
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3718
+ } | undefined;
3719
+ color?: {
3720
+ light?: string | undefined;
3721
+ dark?: string | undefined;
3722
+ } | undefined;
3723
+ hidden?: boolean | undefined;
3724
+ }[] | undefined;
3725
+ } | undefined;
1434
3726
  } | {
1435
3727
  anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
3728
+ global?: {
3729
+ languages?: {
3730
+ href: string;
3731
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3732
+ default?: boolean | undefined;
3733
+ hidden?: boolean | undefined;
3734
+ }[] | undefined;
3735
+ versions?: {
3736
+ version: string;
3737
+ href: string;
3738
+ default?: boolean | undefined;
3739
+ hidden?: boolean | undefined;
3740
+ }[] | undefined;
3741
+ tabs?: {
3742
+ href: string;
3743
+ tab: string;
3744
+ icon?: string | {
3745
+ name: string;
3746
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3747
+ } | undefined;
3748
+ hidden?: boolean | undefined;
3749
+ }[] | undefined;
3750
+ dropdowns?: {
3751
+ href: string;
3752
+ dropdown: string;
3753
+ icon?: string | {
3754
+ name: string;
3755
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3756
+ } | undefined;
3757
+ hidden?: boolean | undefined;
3758
+ }[] | undefined;
3759
+ anchors?: {
3760
+ href: string;
3761
+ anchor: string;
3762
+ icon?: string | {
3763
+ name: string;
3764
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3765
+ } | undefined;
3766
+ color?: {
3767
+ light?: string | undefined;
3768
+ dark?: string | undefined;
3769
+ } | undefined;
3770
+ hidden?: boolean | undefined;
3771
+ }[] | undefined;
3772
+ } | undefined;
1436
3773
  } | {
1437
3774
  groups: ({
1438
3775
  openapi: (string | string[] | {
@@ -1459,45 +3796,86 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1459
3796
  hidden?: boolean | undefined;
1460
3797
  root?: string | undefined;
1461
3798
  })[];
3799
+ global?: {
3800
+ languages?: {
3801
+ href: string;
3802
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3803
+ default?: boolean | undefined;
3804
+ hidden?: boolean | undefined;
3805
+ }[] | undefined;
3806
+ versions?: {
3807
+ version: string;
3808
+ href: string;
3809
+ default?: boolean | undefined;
3810
+ hidden?: boolean | undefined;
3811
+ }[] | undefined;
3812
+ tabs?: {
3813
+ href: string;
3814
+ tab: string;
3815
+ icon?: string | {
3816
+ name: string;
3817
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3818
+ } | undefined;
3819
+ hidden?: boolean | undefined;
3820
+ }[] | undefined;
3821
+ dropdowns?: {
3822
+ href: string;
3823
+ dropdown: string;
3824
+ icon?: string | {
3825
+ name: string;
3826
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3827
+ } | undefined;
3828
+ hidden?: boolean | undefined;
3829
+ }[] | undefined;
3830
+ anchors?: {
3831
+ href: string;
3832
+ anchor: string;
3833
+ icon?: string | {
3834
+ name: string;
3835
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3836
+ } | undefined;
3837
+ color?: {
3838
+ light?: string | undefined;
3839
+ dark?: string | undefined;
3840
+ } | undefined;
3841
+ hidden?: boolean | undefined;
3842
+ }[] | undefined;
3843
+ } | undefined;
1462
3844
  } | {
1463
3845
  pages: any[];
1464
- }) & {
1465
3846
  global?: {
1466
- languages?: ({
3847
+ languages?: {
3848
+ href: string;
1467
3849
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1468
3850
  default?: boolean | undefined;
1469
3851
  hidden?: boolean | undefined;
1470
- } & {
1471
- href: string;
1472
- })[] | undefined;
1473
- versions?: ({
3852
+ }[] | undefined;
3853
+ versions?: {
1474
3854
  version: string;
3855
+ href: string;
1475
3856
  default?: boolean | undefined;
1476
3857
  hidden?: boolean | undefined;
1477
- } & {
3858
+ }[] | undefined;
3859
+ tabs?: {
1478
3860
  href: string;
1479
- })[] | undefined;
1480
- tabs?: ({
1481
3861
  tab: string;
1482
3862
  icon?: string | {
1483
3863
  name: string;
1484
3864
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1485
3865
  } | undefined;
1486
3866
  hidden?: boolean | undefined;
1487
- } & {
3867
+ }[] | undefined;
3868
+ dropdowns?: {
1488
3869
  href: string;
1489
- })[] | undefined;
1490
- dropdowns?: ({
1491
3870
  dropdown: string;
1492
3871
  icon?: string | {
1493
3872
  name: string;
1494
3873
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1495
3874
  } | undefined;
1496
3875
  hidden?: boolean | undefined;
1497
- } & {
3876
+ }[] | undefined;
3877
+ anchors?: {
1498
3878
  href: string;
1499
- })[] | undefined;
1500
- anchors?: ({
1501
3879
  anchor: string;
1502
3880
  icon?: string | {
1503
3881
  name: string;
@@ -1508,20 +3886,243 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1508
3886
  dark?: string | undefined;
1509
3887
  } | undefined;
1510
3888
  hidden?: boolean | undefined;
1511
- } & {
1512
- href: string;
1513
- })[] | undefined;
3889
+ }[] | undefined;
1514
3890
  } | undefined;
1515
- }) & ((({
3891
+ }) & ({
1516
3892
  languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
3893
+ global?: {
3894
+ languages?: {
3895
+ href: string;
3896
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3897
+ default?: boolean | undefined;
3898
+ hidden?: boolean | undefined;
3899
+ }[] | undefined;
3900
+ versions?: {
3901
+ version: string;
3902
+ href: string;
3903
+ default?: boolean | undefined;
3904
+ hidden?: boolean | undefined;
3905
+ }[] | undefined;
3906
+ tabs?: {
3907
+ href: string;
3908
+ tab: string;
3909
+ icon?: string | {
3910
+ name: string;
3911
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3912
+ } | undefined;
3913
+ hidden?: boolean | undefined;
3914
+ }[] | undefined;
3915
+ dropdowns?: {
3916
+ href: string;
3917
+ dropdown: string;
3918
+ icon?: string | {
3919
+ name: string;
3920
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3921
+ } | undefined;
3922
+ hidden?: boolean | undefined;
3923
+ }[] | undefined;
3924
+ anchors?: {
3925
+ href: string;
3926
+ anchor: string;
3927
+ icon?: string | {
3928
+ name: string;
3929
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3930
+ } | undefined;
3931
+ color?: {
3932
+ light?: string | undefined;
3933
+ dark?: string | undefined;
3934
+ } | undefined;
3935
+ hidden?: boolean | undefined;
3936
+ }[] | undefined;
3937
+ } | undefined;
1517
3938
  } | {
1518
3939
  versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
3940
+ global?: {
3941
+ languages?: {
3942
+ href: string;
3943
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3944
+ default?: boolean | undefined;
3945
+ hidden?: boolean | undefined;
3946
+ }[] | undefined;
3947
+ versions?: {
3948
+ version: string;
3949
+ href: string;
3950
+ default?: boolean | undefined;
3951
+ hidden?: boolean | undefined;
3952
+ }[] | undefined;
3953
+ tabs?: {
3954
+ href: string;
3955
+ tab: string;
3956
+ icon?: string | {
3957
+ name: string;
3958
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3959
+ } | undefined;
3960
+ hidden?: boolean | undefined;
3961
+ }[] | undefined;
3962
+ dropdowns?: {
3963
+ href: string;
3964
+ dropdown: string;
3965
+ icon?: string | {
3966
+ name: string;
3967
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3968
+ } | undefined;
3969
+ hidden?: boolean | undefined;
3970
+ }[] | undefined;
3971
+ anchors?: {
3972
+ href: string;
3973
+ anchor: string;
3974
+ icon?: string | {
3975
+ name: string;
3976
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3977
+ } | undefined;
3978
+ color?: {
3979
+ light?: string | undefined;
3980
+ dark?: string | undefined;
3981
+ } | undefined;
3982
+ hidden?: boolean | undefined;
3983
+ }[] | undefined;
3984
+ } | undefined;
1519
3985
  } | {
1520
3986
  tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
3987
+ global?: {
3988
+ languages?: {
3989
+ href: string;
3990
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3991
+ default?: boolean | undefined;
3992
+ hidden?: boolean | undefined;
3993
+ }[] | undefined;
3994
+ versions?: {
3995
+ version: string;
3996
+ href: string;
3997
+ default?: boolean | undefined;
3998
+ hidden?: boolean | undefined;
3999
+ }[] | undefined;
4000
+ tabs?: {
4001
+ href: string;
4002
+ tab: string;
4003
+ icon?: string | {
4004
+ name: string;
4005
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4006
+ } | undefined;
4007
+ hidden?: boolean | undefined;
4008
+ }[] | undefined;
4009
+ dropdowns?: {
4010
+ href: string;
4011
+ dropdown: string;
4012
+ icon?: string | {
4013
+ name: string;
4014
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4015
+ } | undefined;
4016
+ hidden?: boolean | undefined;
4017
+ }[] | undefined;
4018
+ anchors?: {
4019
+ href: string;
4020
+ anchor: string;
4021
+ icon?: string | {
4022
+ name: string;
4023
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4024
+ } | undefined;
4025
+ color?: {
4026
+ light?: string | undefined;
4027
+ dark?: string | undefined;
4028
+ } | undefined;
4029
+ hidden?: boolean | undefined;
4030
+ }[] | undefined;
4031
+ } | undefined;
1521
4032
  } | {
1522
4033
  dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
4034
+ global?: {
4035
+ languages?: {
4036
+ href: string;
4037
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4038
+ default?: boolean | undefined;
4039
+ hidden?: boolean | undefined;
4040
+ }[] | undefined;
4041
+ versions?: {
4042
+ version: string;
4043
+ href: string;
4044
+ default?: boolean | undefined;
4045
+ hidden?: boolean | undefined;
4046
+ }[] | undefined;
4047
+ tabs?: {
4048
+ href: string;
4049
+ tab: string;
4050
+ icon?: string | {
4051
+ name: string;
4052
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4053
+ } | undefined;
4054
+ hidden?: boolean | undefined;
4055
+ }[] | undefined;
4056
+ dropdowns?: {
4057
+ href: string;
4058
+ dropdown: string;
4059
+ icon?: string | {
4060
+ name: string;
4061
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4062
+ } | undefined;
4063
+ hidden?: boolean | undefined;
4064
+ }[] | undefined;
4065
+ anchors?: {
4066
+ href: string;
4067
+ anchor: string;
4068
+ icon?: string | {
4069
+ name: string;
4070
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4071
+ } | undefined;
4072
+ color?: {
4073
+ light?: string | undefined;
4074
+ dark?: string | undefined;
4075
+ } | undefined;
4076
+ hidden?: boolean | undefined;
4077
+ }[] | undefined;
4078
+ } | undefined;
1523
4079
  } | {
1524
4080
  anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
4081
+ global?: {
4082
+ languages?: {
4083
+ href: string;
4084
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4085
+ default?: boolean | undefined;
4086
+ hidden?: boolean | undefined;
4087
+ }[] | undefined;
4088
+ versions?: {
4089
+ version: string;
4090
+ href: string;
4091
+ default?: boolean | undefined;
4092
+ hidden?: boolean | undefined;
4093
+ }[] | undefined;
4094
+ tabs?: {
4095
+ href: string;
4096
+ tab: string;
4097
+ icon?: string | {
4098
+ name: string;
4099
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4100
+ } | undefined;
4101
+ hidden?: boolean | undefined;
4102
+ }[] | undefined;
4103
+ dropdowns?: {
4104
+ href: string;
4105
+ dropdown: string;
4106
+ icon?: string | {
4107
+ name: string;
4108
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4109
+ } | undefined;
4110
+ hidden?: boolean | undefined;
4111
+ }[] | undefined;
4112
+ anchors?: {
4113
+ href: string;
4114
+ anchor: string;
4115
+ icon?: string | {
4116
+ name: string;
4117
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4118
+ } | undefined;
4119
+ color?: {
4120
+ light?: string | undefined;
4121
+ dark?: string | undefined;
4122
+ } | undefined;
4123
+ hidden?: boolean | undefined;
4124
+ }[] | undefined;
4125
+ } | undefined;
1525
4126
  } | {
1526
4127
  groups: ({
1527
4128
  openapi: (string | string[] | {
@@ -1548,45 +4149,86 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1548
4149
  hidden?: boolean | undefined;
1549
4150
  root?: string | undefined;
1550
4151
  })[];
4152
+ global?: {
4153
+ languages?: {
4154
+ href: string;
4155
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4156
+ default?: boolean | undefined;
4157
+ hidden?: boolean | undefined;
4158
+ }[] | undefined;
4159
+ versions?: {
4160
+ version: string;
4161
+ href: string;
4162
+ default?: boolean | undefined;
4163
+ hidden?: boolean | undefined;
4164
+ }[] | undefined;
4165
+ tabs?: {
4166
+ href: string;
4167
+ tab: string;
4168
+ icon?: string | {
4169
+ name: string;
4170
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4171
+ } | undefined;
4172
+ hidden?: boolean | undefined;
4173
+ }[] | undefined;
4174
+ dropdowns?: {
4175
+ href: string;
4176
+ dropdown: string;
4177
+ icon?: string | {
4178
+ name: string;
4179
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4180
+ } | undefined;
4181
+ hidden?: boolean | undefined;
4182
+ }[] | undefined;
4183
+ anchors?: {
4184
+ href: string;
4185
+ anchor: string;
4186
+ icon?: string | {
4187
+ name: string;
4188
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4189
+ } | undefined;
4190
+ color?: {
4191
+ light?: string | undefined;
4192
+ dark?: string | undefined;
4193
+ } | undefined;
4194
+ hidden?: boolean | undefined;
4195
+ }[] | undefined;
4196
+ } | undefined;
1551
4197
  } | {
1552
4198
  pages: any[];
1553
- }) & {
1554
4199
  global?: {
1555
- languages?: ({
4200
+ languages?: {
4201
+ href: string;
1556
4202
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1557
4203
  default?: boolean | undefined;
1558
4204
  hidden?: boolean | undefined;
1559
- } & {
1560
- href: string;
1561
- })[] | undefined;
1562
- versions?: ({
4205
+ }[] | undefined;
4206
+ versions?: {
1563
4207
  version: string;
4208
+ href: string;
1564
4209
  default?: boolean | undefined;
1565
4210
  hidden?: boolean | undefined;
1566
- } & {
4211
+ }[] | undefined;
4212
+ tabs?: {
1567
4213
  href: string;
1568
- })[] | undefined;
1569
- tabs?: ({
1570
4214
  tab: string;
1571
4215
  icon?: string | {
1572
4216
  name: string;
1573
4217
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1574
4218
  } | undefined;
1575
4219
  hidden?: boolean | undefined;
1576
- } & {
4220
+ }[] | undefined;
4221
+ dropdowns?: {
1577
4222
  href: string;
1578
- })[] | undefined;
1579
- dropdowns?: ({
1580
4223
  dropdown: string;
1581
4224
  icon?: string | {
1582
4225
  name: string;
1583
4226
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1584
4227
  } | undefined;
1585
4228
  hidden?: boolean | undefined;
1586
- } & {
4229
+ }[] | undefined;
4230
+ anchors?: {
1587
4231
  href: string;
1588
- })[] | undefined;
1589
- anchors?: ({
1590
4232
  anchor: string;
1591
4233
  icon?: string | {
1592
4234
  name: string;
@@ -1597,11 +4239,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1597
4239
  dark?: string | undefined;
1598
4240
  } | undefined;
1599
4241
  hidden?: boolean | undefined;
1600
- } & {
1601
- href: string;
1602
- })[] | undefined;
4242
+ }[] | undefined;
1603
4243
  } | undefined;
1604
- }) | undefined);
4244
+ } | undefined);
1605
4245
  description?: string | undefined;
1606
4246
  logo?: string | {
1607
4247
  light: string;