@mintlify/prebuild 1.0.370 → 1.0.372

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.
@@ -29,264 +29,19 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
29
29
  };
30
30
  navigation: ({
31
31
  languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
32
- global?: {
33
- languages?: {
34
- href: string;
35
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
36
- default?: boolean | undefined;
37
- hidden?: boolean | undefined;
38
- }[] | undefined;
39
- versions?: {
40
- version: string;
41
- href: string;
42
- default?: boolean | undefined;
43
- hidden?: boolean | undefined;
44
- }[] | undefined;
45
- tabs?: {
46
- href: string;
47
- tab: string;
48
- icon?: string | {
49
- name: string;
50
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
51
- } | undefined;
52
- hidden?: boolean | undefined;
53
- }[] | undefined;
54
- dropdowns?: {
55
- href: string;
56
- dropdown: string;
57
- icon?: string | {
58
- name: string;
59
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
60
- } | undefined;
61
- color?: {
62
- light?: string | undefined;
63
- dark?: string | undefined;
64
- } | undefined;
65
- description?: string | undefined;
66
- hidden?: boolean | undefined;
67
- }[] | undefined;
68
- anchors?: {
69
- href: string;
70
- anchor: string;
71
- icon?: string | {
72
- name: string;
73
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
74
- } | undefined;
75
- color?: {
76
- light?: string | undefined;
77
- dark?: string | undefined;
78
- } | undefined;
79
- hidden?: boolean | undefined;
80
- }[] | undefined;
81
- } | undefined;
32
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
82
33
  } | {
83
34
  versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
84
- global?: {
85
- languages?: {
86
- href: string;
87
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
88
- default?: boolean | undefined;
89
- hidden?: boolean | undefined;
90
- }[] | undefined;
91
- versions?: {
92
- version: string;
93
- href: string;
94
- default?: boolean | undefined;
95
- hidden?: boolean | undefined;
96
- }[] | undefined;
97
- tabs?: {
98
- href: string;
99
- tab: string;
100
- icon?: string | {
101
- name: string;
102
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
103
- } | undefined;
104
- hidden?: boolean | undefined;
105
- }[] | undefined;
106
- dropdowns?: {
107
- href: string;
108
- dropdown: string;
109
- icon?: string | {
110
- name: string;
111
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
112
- } | undefined;
113
- color?: {
114
- light?: string | undefined;
115
- dark?: string | undefined;
116
- } | undefined;
117
- description?: string | undefined;
118
- hidden?: boolean | undefined;
119
- }[] | undefined;
120
- anchors?: {
121
- href: string;
122
- anchor: string;
123
- icon?: string | {
124
- name: string;
125
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
126
- } | undefined;
127
- color?: {
128
- light?: string | undefined;
129
- dark?: string | undefined;
130
- } | undefined;
131
- hidden?: boolean | undefined;
132
- }[] | undefined;
133
- } | undefined;
35
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
134
36
  } | {
135
37
  tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
136
- global?: {
137
- languages?: {
138
- href: string;
139
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
140
- default?: boolean | undefined;
141
- hidden?: boolean | undefined;
142
- }[] | undefined;
143
- versions?: {
144
- version: string;
145
- href: string;
146
- default?: boolean | undefined;
147
- hidden?: boolean | undefined;
148
- }[] | undefined;
149
- tabs?: {
150
- href: string;
151
- tab: string;
152
- icon?: string | {
153
- name: string;
154
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
155
- } | undefined;
156
- hidden?: boolean | undefined;
157
- }[] | undefined;
158
- dropdowns?: {
159
- href: string;
160
- dropdown: string;
161
- icon?: string | {
162
- name: string;
163
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
164
- } | undefined;
165
- color?: {
166
- light?: string | undefined;
167
- dark?: string | undefined;
168
- } | undefined;
169
- description?: string | undefined;
170
- hidden?: boolean | undefined;
171
- }[] | undefined;
172
- anchors?: {
173
- href: string;
174
- anchor: string;
175
- icon?: string | {
176
- name: string;
177
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
178
- } | undefined;
179
- color?: {
180
- light?: string | undefined;
181
- dark?: string | undefined;
182
- } | undefined;
183
- hidden?: boolean | undefined;
184
- }[] | undefined;
185
- } | undefined;
38
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
186
39
  } | {
187
40
  dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
188
- global?: {
189
- languages?: {
190
- href: string;
191
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
192
- default?: boolean | undefined;
193
- hidden?: boolean | undefined;
194
- }[] | undefined;
195
- versions?: {
196
- version: string;
197
- href: string;
198
- default?: boolean | undefined;
199
- hidden?: boolean | undefined;
200
- }[] | undefined;
201
- tabs?: {
202
- href: string;
203
- tab: string;
204
- icon?: string | {
205
- name: string;
206
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
207
- } | undefined;
208
- hidden?: boolean | undefined;
209
- }[] | undefined;
210
- dropdowns?: {
211
- href: string;
212
- dropdown: string;
213
- icon?: string | {
214
- name: string;
215
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
216
- } | undefined;
217
- color?: {
218
- light?: string | undefined;
219
- dark?: string | undefined;
220
- } | undefined;
221
- description?: string | undefined;
222
- hidden?: boolean | undefined;
223
- }[] | undefined;
224
- anchors?: {
225
- href: string;
226
- anchor: string;
227
- icon?: string | {
228
- name: string;
229
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
230
- } | undefined;
231
- color?: {
232
- light?: string | undefined;
233
- dark?: string | undefined;
234
- } | undefined;
235
- hidden?: boolean | undefined;
236
- }[] | undefined;
237
- } | undefined;
41
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
238
42
  } | {
239
43
  anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
240
- global?: {
241
- languages?: {
242
- href: string;
243
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
244
- default?: boolean | undefined;
245
- hidden?: boolean | undefined;
246
- }[] | undefined;
247
- versions?: {
248
- version: string;
249
- href: string;
250
- default?: boolean | undefined;
251
- hidden?: boolean | undefined;
252
- }[] | undefined;
253
- tabs?: {
254
- href: string;
255
- tab: string;
256
- icon?: string | {
257
- name: string;
258
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
259
- } | undefined;
260
- hidden?: boolean | undefined;
261
- }[] | undefined;
262
- dropdowns?: {
263
- href: string;
264
- dropdown: string;
265
- icon?: string | {
266
- name: string;
267
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
268
- } | undefined;
269
- color?: {
270
- light?: string | undefined;
271
- dark?: string | undefined;
272
- } | undefined;
273
- description?: string | undefined;
274
- hidden?: boolean | undefined;
275
- }[] | undefined;
276
- anchors?: {
277
- href: string;
278
- anchor: string;
279
- icon?: string | {
280
- name: string;
281
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
282
- } | undefined;
283
- color?: {
284
- light?: string | undefined;
285
- dark?: string | undefined;
286
- } | undefined;
287
- hidden?: boolean | undefined;
288
- }[] | undefined;
289
- } | undefined;
44
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
290
45
  } | {
291
46
  groups: ({
292
47
  openapi: (string | string[] | {
@@ -313,368 +68,25 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
313
68
  hidden?: boolean | undefined;
314
69
  root?: string | undefined;
315
70
  })[];
316
- global?: {
317
- languages?: {
318
- href: string;
319
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
320
- default?: boolean | undefined;
321
- hidden?: boolean | undefined;
322
- }[] | undefined;
323
- versions?: {
324
- version: string;
325
- href: string;
326
- default?: boolean | undefined;
327
- hidden?: boolean | undefined;
328
- }[] | undefined;
329
- tabs?: {
330
- href: string;
331
- tab: string;
332
- icon?: string | {
333
- name: string;
334
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
335
- } | undefined;
336
- hidden?: boolean | undefined;
337
- }[] | undefined;
338
- dropdowns?: {
339
- href: string;
340
- dropdown: string;
341
- icon?: string | {
342
- name: string;
343
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
344
- } | undefined;
345
- color?: {
346
- light?: string | undefined;
347
- dark?: string | undefined;
348
- } | undefined;
349
- description?: string | undefined;
350
- hidden?: boolean | undefined;
351
- }[] | undefined;
352
- anchors?: {
353
- href: string;
354
- anchor: string;
355
- icon?: string | {
356
- name: string;
357
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
358
- } | undefined;
359
- color?: {
360
- light?: string | undefined;
361
- dark?: string | undefined;
362
- } | undefined;
363
- hidden?: boolean | undefined;
364
- }[] | undefined;
365
- } | undefined;
71
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
366
72
  } | {
367
73
  pages: any[];
368
- global?: {
369
- languages?: {
370
- href: string;
371
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
372
- default?: boolean | undefined;
373
- hidden?: boolean | undefined;
374
- }[] | undefined;
375
- versions?: {
376
- version: string;
377
- href: string;
378
- default?: boolean | undefined;
379
- hidden?: boolean | undefined;
380
- }[] | undefined;
381
- tabs?: {
382
- href: string;
383
- tab: string;
384
- icon?: string | {
385
- name: string;
386
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
387
- } | undefined;
388
- hidden?: boolean | undefined;
389
- }[] | undefined;
390
- dropdowns?: {
391
- href: string;
392
- dropdown: string;
393
- icon?: string | {
394
- name: string;
395
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
396
- } | undefined;
397
- color?: {
398
- light?: string | undefined;
399
- dark?: string | undefined;
400
- } | undefined;
401
- description?: string | undefined;
402
- hidden?: boolean | undefined;
403
- }[] | undefined;
404
- anchors?: {
405
- href: string;
406
- anchor: string;
407
- icon?: string | {
408
- name: string;
409
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
410
- } | undefined;
411
- color?: {
412
- light?: string | undefined;
413
- dark?: string | undefined;
414
- } | undefined;
415
- hidden?: boolean | undefined;
416
- }[] | undefined;
417
- } | undefined;
74
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
418
75
  }) & ({
419
76
  languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
420
- global?: {
421
- languages?: {
422
- href: string;
423
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
424
- default?: boolean | undefined;
425
- hidden?: boolean | undefined;
426
- }[] | undefined;
427
- versions?: {
428
- version: string;
429
- href: string;
430
- default?: boolean | undefined;
431
- hidden?: boolean | undefined;
432
- }[] | undefined;
433
- tabs?: {
434
- href: string;
435
- tab: string;
436
- icon?: string | {
437
- name: string;
438
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
439
- } | undefined;
440
- hidden?: boolean | undefined;
441
- }[] | undefined;
442
- dropdowns?: {
443
- href: string;
444
- dropdown: string;
445
- icon?: string | {
446
- name: string;
447
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
448
- } | undefined;
449
- color?: {
450
- light?: string | undefined;
451
- dark?: string | undefined;
452
- } | undefined;
453
- description?: string | undefined;
454
- hidden?: boolean | undefined;
455
- }[] | undefined;
456
- anchors?: {
457
- href: string;
458
- anchor: string;
459
- icon?: string | {
460
- name: string;
461
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
462
- } | undefined;
463
- color?: {
464
- light?: string | undefined;
465
- dark?: string | undefined;
466
- } | undefined;
467
- hidden?: boolean | undefined;
468
- }[] | undefined;
469
- } | undefined;
77
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
470
78
  } | {
471
79
  versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
472
- global?: {
473
- languages?: {
474
- href: string;
475
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
476
- default?: boolean | undefined;
477
- hidden?: boolean | undefined;
478
- }[] | undefined;
479
- versions?: {
480
- version: string;
481
- href: string;
482
- default?: boolean | undefined;
483
- hidden?: boolean | undefined;
484
- }[] | undefined;
485
- tabs?: {
486
- href: string;
487
- tab: string;
488
- icon?: string | {
489
- name: string;
490
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
491
- } | undefined;
492
- hidden?: boolean | undefined;
493
- }[] | undefined;
494
- dropdowns?: {
495
- href: string;
496
- dropdown: string;
497
- icon?: string | {
498
- name: string;
499
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
500
- } | undefined;
501
- color?: {
502
- light?: string | undefined;
503
- dark?: string | undefined;
504
- } | undefined;
505
- description?: string | undefined;
506
- hidden?: boolean | undefined;
507
- }[] | undefined;
508
- anchors?: {
509
- href: string;
510
- anchor: string;
511
- icon?: string | {
512
- name: string;
513
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
514
- } | undefined;
515
- color?: {
516
- light?: string | undefined;
517
- dark?: string | undefined;
518
- } | undefined;
519
- hidden?: boolean | undefined;
520
- }[] | undefined;
521
- } | undefined;
80
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
522
81
  } | {
523
82
  tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
524
- global?: {
525
- languages?: {
526
- href: string;
527
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
528
- default?: boolean | undefined;
529
- hidden?: boolean | undefined;
530
- }[] | undefined;
531
- versions?: {
532
- version: string;
533
- href: string;
534
- default?: boolean | undefined;
535
- hidden?: boolean | undefined;
536
- }[] | undefined;
537
- tabs?: {
538
- href: string;
539
- tab: string;
540
- icon?: string | {
541
- name: string;
542
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
543
- } | undefined;
544
- hidden?: boolean | undefined;
545
- }[] | undefined;
546
- dropdowns?: {
547
- href: string;
548
- dropdown: string;
549
- icon?: string | {
550
- name: string;
551
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
552
- } | undefined;
553
- color?: {
554
- light?: string | undefined;
555
- dark?: string | undefined;
556
- } | undefined;
557
- description?: string | undefined;
558
- hidden?: boolean | undefined;
559
- }[] | undefined;
560
- anchors?: {
561
- href: string;
562
- anchor: string;
563
- icon?: string | {
564
- name: string;
565
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
566
- } | undefined;
567
- color?: {
568
- light?: string | undefined;
569
- dark?: string | undefined;
570
- } | undefined;
571
- hidden?: boolean | undefined;
572
- }[] | undefined;
573
- } | undefined;
83
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
574
84
  } | {
575
85
  dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
576
- global?: {
577
- languages?: {
578
- href: string;
579
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
580
- default?: boolean | undefined;
581
- hidden?: boolean | undefined;
582
- }[] | undefined;
583
- versions?: {
584
- version: string;
585
- href: string;
586
- default?: boolean | undefined;
587
- hidden?: boolean | undefined;
588
- }[] | undefined;
589
- tabs?: {
590
- href: string;
591
- tab: string;
592
- icon?: string | {
593
- name: string;
594
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
595
- } | undefined;
596
- hidden?: boolean | undefined;
597
- }[] | undefined;
598
- dropdowns?: {
599
- href: string;
600
- dropdown: string;
601
- icon?: string | {
602
- name: string;
603
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
604
- } | undefined;
605
- color?: {
606
- light?: string | undefined;
607
- dark?: string | undefined;
608
- } | undefined;
609
- description?: string | undefined;
610
- hidden?: boolean | undefined;
611
- }[] | undefined;
612
- anchors?: {
613
- href: string;
614
- anchor: string;
615
- icon?: string | {
616
- name: string;
617
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
618
- } | undefined;
619
- color?: {
620
- light?: string | undefined;
621
- dark?: string | undefined;
622
- } | undefined;
623
- hidden?: boolean | undefined;
624
- }[] | undefined;
625
- } | undefined;
86
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
626
87
  } | {
627
88
  anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
628
- global?: {
629
- languages?: {
630
- href: string;
631
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
632
- default?: boolean | undefined;
633
- hidden?: boolean | undefined;
634
- }[] | undefined;
635
- versions?: {
636
- version: string;
637
- href: string;
638
- default?: boolean | undefined;
639
- hidden?: boolean | undefined;
640
- }[] | undefined;
641
- tabs?: {
642
- href: string;
643
- tab: string;
644
- icon?: string | {
645
- name: string;
646
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
647
- } | undefined;
648
- hidden?: boolean | undefined;
649
- }[] | undefined;
650
- dropdowns?: {
651
- href: string;
652
- dropdown: string;
653
- icon?: string | {
654
- name: string;
655
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
656
- } | undefined;
657
- color?: {
658
- light?: string | undefined;
659
- dark?: string | undefined;
660
- } | undefined;
661
- description?: string | undefined;
662
- hidden?: boolean | undefined;
663
- }[] | undefined;
664
- anchors?: {
665
- href: string;
666
- anchor: string;
667
- icon?: string | {
668
- name: string;
669
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
670
- } | undefined;
671
- color?: {
672
- light?: string | undefined;
673
- dark?: string | undefined;
674
- } | undefined;
675
- hidden?: boolean | undefined;
676
- }[] | undefined;
677
- } | undefined;
89
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
678
90
  } | {
679
91
  groups: ({
680
92
  openapi: (string | string[] | {
@@ -701,108 +113,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
701
113
  hidden?: boolean | undefined;
702
114
  root?: string | undefined;
703
115
  })[];
704
- global?: {
705
- languages?: {
706
- href: string;
707
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
708
- default?: boolean | undefined;
709
- hidden?: boolean | undefined;
710
- }[] | undefined;
711
- versions?: {
712
- version: string;
713
- href: string;
714
- default?: boolean | undefined;
715
- hidden?: boolean | undefined;
716
- }[] | undefined;
717
- tabs?: {
718
- href: string;
719
- tab: string;
720
- icon?: string | {
721
- name: string;
722
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
723
- } | undefined;
724
- hidden?: boolean | undefined;
725
- }[] | undefined;
726
- dropdowns?: {
727
- href: string;
728
- dropdown: string;
729
- icon?: string | {
730
- name: string;
731
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
732
- } | undefined;
733
- color?: {
734
- light?: string | undefined;
735
- dark?: string | undefined;
736
- } | undefined;
737
- description?: string | undefined;
738
- hidden?: boolean | undefined;
739
- }[] | undefined;
740
- anchors?: {
741
- href: string;
742
- anchor: string;
743
- icon?: string | {
744
- name: string;
745
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
746
- } | undefined;
747
- color?: {
748
- light?: string | undefined;
749
- dark?: string | undefined;
750
- } | undefined;
751
- hidden?: boolean | undefined;
752
- }[] | undefined;
753
- } | undefined;
116
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
754
117
  } | {
755
118
  pages: any[];
756
- global?: {
757
- languages?: {
758
- href: string;
759
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
760
- default?: boolean | undefined;
761
- hidden?: boolean | undefined;
762
- }[] | undefined;
763
- versions?: {
764
- version: string;
765
- href: string;
766
- default?: boolean | undefined;
767
- hidden?: boolean | undefined;
768
- }[] | undefined;
769
- tabs?: {
770
- href: string;
771
- tab: string;
772
- icon?: string | {
773
- name: string;
774
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
775
- } | undefined;
776
- hidden?: boolean | undefined;
777
- }[] | undefined;
778
- dropdowns?: {
779
- href: string;
780
- dropdown: string;
781
- icon?: string | {
782
- name: string;
783
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
784
- } | undefined;
785
- color?: {
786
- light?: string | undefined;
787
- dark?: string | undefined;
788
- } | undefined;
789
- description?: string | undefined;
790
- hidden?: boolean | undefined;
791
- }[] | undefined;
792
- anchors?: {
793
- href: string;
794
- anchor: string;
795
- icon?: string | {
796
- name: string;
797
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
798
- } | undefined;
799
- color?: {
800
- light?: string | undefined;
801
- dark?: string | undefined;
802
- } | undefined;
803
- hidden?: boolean | undefined;
804
- }[] | undefined;
805
- } | undefined;
119
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
806
120
  } | undefined);
807
121
  description?: string | undefined;
808
122
  logo?: string | {
@@ -978,264 +292,19 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
978
292
  };
979
293
  navigation: ({
980
294
  languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
981
- global?: {
982
- languages?: {
983
- href: string;
984
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
985
- default?: boolean | undefined;
986
- hidden?: boolean | undefined;
987
- }[] | undefined;
988
- versions?: {
989
- version: string;
990
- href: string;
991
- default?: boolean | undefined;
992
- hidden?: boolean | undefined;
993
- }[] | undefined;
994
- tabs?: {
995
- href: string;
996
- tab: string;
997
- icon?: string | {
998
- name: string;
999
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1000
- } | undefined;
1001
- hidden?: boolean | undefined;
1002
- }[] | undefined;
1003
- dropdowns?: {
1004
- href: string;
1005
- dropdown: string;
1006
- icon?: string | {
1007
- name: string;
1008
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1009
- } | undefined;
1010
- color?: {
1011
- light?: string | undefined;
1012
- dark?: string | undefined;
1013
- } | undefined;
1014
- description?: string | undefined;
1015
- hidden?: boolean | undefined;
1016
- }[] | undefined;
1017
- anchors?: {
1018
- href: string;
1019
- anchor: string;
1020
- icon?: string | {
1021
- name: string;
1022
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1023
- } | undefined;
1024
- color?: {
1025
- light?: string | undefined;
1026
- dark?: string | undefined;
1027
- } | undefined;
1028
- hidden?: boolean | undefined;
1029
- }[] | undefined;
1030
- } | undefined;
295
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
1031
296
  } | {
1032
297
  versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
1033
- global?: {
1034
- languages?: {
1035
- href: string;
1036
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1037
- default?: boolean | undefined;
1038
- hidden?: boolean | undefined;
1039
- }[] | undefined;
1040
- versions?: {
1041
- version: string;
1042
- href: string;
1043
- default?: boolean | undefined;
1044
- hidden?: boolean | undefined;
1045
- }[] | undefined;
1046
- tabs?: {
1047
- href: string;
1048
- tab: string;
1049
- icon?: string | {
1050
- name: string;
1051
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1052
- } | undefined;
1053
- hidden?: boolean | undefined;
1054
- }[] | undefined;
1055
- dropdowns?: {
1056
- href: string;
1057
- dropdown: string;
1058
- icon?: string | {
1059
- name: string;
1060
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1061
- } | undefined;
1062
- color?: {
1063
- light?: string | undefined;
1064
- dark?: string | undefined;
1065
- } | undefined;
1066
- description?: string | undefined;
1067
- hidden?: boolean | undefined;
1068
- }[] | undefined;
1069
- anchors?: {
1070
- href: string;
1071
- anchor: string;
1072
- icon?: string | {
1073
- name: string;
1074
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1075
- } | undefined;
1076
- color?: {
1077
- light?: string | undefined;
1078
- dark?: string | undefined;
1079
- } | undefined;
1080
- hidden?: boolean | undefined;
1081
- }[] | undefined;
1082
- } | undefined;
298
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
1083
299
  } | {
1084
300
  tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
1085
- global?: {
1086
- languages?: {
1087
- href: string;
1088
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1089
- default?: boolean | undefined;
1090
- hidden?: boolean | undefined;
1091
- }[] | undefined;
1092
- versions?: {
1093
- version: string;
1094
- href: string;
1095
- default?: boolean | undefined;
1096
- hidden?: boolean | undefined;
1097
- }[] | undefined;
1098
- tabs?: {
1099
- href: string;
1100
- tab: string;
1101
- icon?: string | {
1102
- name: string;
1103
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1104
- } | undefined;
1105
- hidden?: boolean | undefined;
1106
- }[] | undefined;
1107
- dropdowns?: {
1108
- href: string;
1109
- dropdown: string;
1110
- icon?: string | {
1111
- name: string;
1112
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1113
- } | undefined;
1114
- color?: {
1115
- light?: string | undefined;
1116
- dark?: string | undefined;
1117
- } | undefined;
1118
- description?: string | undefined;
1119
- hidden?: boolean | undefined;
1120
- }[] | undefined;
1121
- anchors?: {
1122
- href: string;
1123
- anchor: string;
1124
- icon?: string | {
1125
- name: string;
1126
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1127
- } | undefined;
1128
- color?: {
1129
- light?: string | undefined;
1130
- dark?: string | undefined;
1131
- } | undefined;
1132
- hidden?: boolean | undefined;
1133
- }[] | undefined;
1134
- } | undefined;
301
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
1135
302
  } | {
1136
303
  dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
1137
- global?: {
1138
- languages?: {
1139
- href: string;
1140
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1141
- default?: boolean | undefined;
1142
- hidden?: boolean | undefined;
1143
- }[] | undefined;
1144
- versions?: {
1145
- version: string;
1146
- href: string;
1147
- default?: boolean | undefined;
1148
- hidden?: boolean | undefined;
1149
- }[] | undefined;
1150
- tabs?: {
1151
- href: string;
1152
- tab: string;
1153
- icon?: string | {
1154
- name: string;
1155
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1156
- } | undefined;
1157
- hidden?: boolean | undefined;
1158
- }[] | undefined;
1159
- dropdowns?: {
1160
- href: string;
1161
- dropdown: string;
1162
- icon?: string | {
1163
- name: string;
1164
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1165
- } | undefined;
1166
- color?: {
1167
- light?: string | undefined;
1168
- dark?: string | undefined;
1169
- } | undefined;
1170
- description?: string | undefined;
1171
- hidden?: boolean | undefined;
1172
- }[] | undefined;
1173
- anchors?: {
1174
- href: string;
1175
- anchor: string;
1176
- icon?: string | {
1177
- name: string;
1178
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1179
- } | undefined;
1180
- color?: {
1181
- light?: string | undefined;
1182
- dark?: string | undefined;
1183
- } | undefined;
1184
- hidden?: boolean | undefined;
1185
- }[] | undefined;
1186
- } | undefined;
304
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
1187
305
  } | {
1188
306
  anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
1189
- global?: {
1190
- languages?: {
1191
- href: string;
1192
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1193
- default?: boolean | undefined;
1194
- hidden?: boolean | undefined;
1195
- }[] | undefined;
1196
- versions?: {
1197
- version: string;
1198
- href: string;
1199
- default?: boolean | undefined;
1200
- hidden?: boolean | undefined;
1201
- }[] | undefined;
1202
- tabs?: {
1203
- href: string;
1204
- tab: string;
1205
- icon?: string | {
1206
- name: string;
1207
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1208
- } | undefined;
1209
- hidden?: boolean | undefined;
1210
- }[] | undefined;
1211
- dropdowns?: {
1212
- href: string;
1213
- dropdown: string;
1214
- icon?: string | {
1215
- name: string;
1216
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1217
- } | undefined;
1218
- color?: {
1219
- light?: string | undefined;
1220
- dark?: string | undefined;
1221
- } | undefined;
1222
- description?: string | undefined;
1223
- hidden?: boolean | undefined;
1224
- }[] | undefined;
1225
- anchors?: {
1226
- href: string;
1227
- anchor: string;
1228
- icon?: string | {
1229
- name: string;
1230
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1231
- } | undefined;
1232
- color?: {
1233
- light?: string | undefined;
1234
- dark?: string | undefined;
1235
- } | undefined;
1236
- hidden?: boolean | undefined;
1237
- }[] | undefined;
1238
- } | undefined;
307
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
1239
308
  } | {
1240
309
  groups: ({
1241
310
  openapi: (string | string[] | {
@@ -1262,368 +331,25 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1262
331
  hidden?: boolean | undefined;
1263
332
  root?: string | undefined;
1264
333
  })[];
1265
- global?: {
1266
- languages?: {
1267
- href: string;
1268
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1269
- default?: boolean | undefined;
1270
- hidden?: boolean | undefined;
1271
- }[] | undefined;
1272
- versions?: {
1273
- version: string;
1274
- href: string;
1275
- default?: boolean | undefined;
1276
- hidden?: boolean | undefined;
1277
- }[] | undefined;
1278
- tabs?: {
1279
- href: string;
1280
- tab: string;
1281
- icon?: string | {
1282
- name: string;
1283
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1284
- } | undefined;
1285
- hidden?: boolean | undefined;
1286
- }[] | undefined;
1287
- dropdowns?: {
1288
- href: string;
1289
- dropdown: string;
1290
- icon?: string | {
1291
- name: string;
1292
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1293
- } | undefined;
1294
- color?: {
1295
- light?: string | undefined;
1296
- dark?: string | undefined;
1297
- } | undefined;
1298
- description?: string | undefined;
1299
- hidden?: boolean | undefined;
1300
- }[] | undefined;
1301
- anchors?: {
1302
- href: string;
1303
- anchor: string;
1304
- icon?: string | {
1305
- name: string;
1306
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1307
- } | undefined;
1308
- color?: {
1309
- light?: string | undefined;
1310
- dark?: string | undefined;
1311
- } | undefined;
1312
- hidden?: boolean | undefined;
1313
- }[] | undefined;
1314
- } | undefined;
334
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
1315
335
  } | {
1316
336
  pages: any[];
1317
- global?: {
1318
- languages?: {
1319
- href: string;
1320
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1321
- default?: boolean | undefined;
1322
- hidden?: boolean | undefined;
1323
- }[] | undefined;
1324
- versions?: {
1325
- version: string;
1326
- href: string;
1327
- default?: boolean | undefined;
1328
- hidden?: boolean | undefined;
1329
- }[] | undefined;
1330
- tabs?: {
1331
- href: string;
1332
- tab: string;
1333
- icon?: string | {
1334
- name: string;
1335
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1336
- } | undefined;
1337
- hidden?: boolean | undefined;
1338
- }[] | undefined;
1339
- dropdowns?: {
1340
- href: string;
1341
- dropdown: string;
1342
- icon?: string | {
1343
- name: string;
1344
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1345
- } | undefined;
1346
- color?: {
1347
- light?: string | undefined;
1348
- dark?: string | undefined;
1349
- } | undefined;
1350
- description?: string | undefined;
1351
- hidden?: boolean | undefined;
1352
- }[] | undefined;
1353
- anchors?: {
1354
- href: string;
1355
- anchor: string;
1356
- icon?: string | {
1357
- name: string;
1358
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1359
- } | undefined;
1360
- color?: {
1361
- light?: string | undefined;
1362
- dark?: string | undefined;
1363
- } | undefined;
1364
- hidden?: boolean | undefined;
1365
- }[] | undefined;
1366
- } | undefined;
337
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
1367
338
  }) & ({
1368
339
  languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
1369
- global?: {
1370
- languages?: {
1371
- href: string;
1372
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1373
- default?: boolean | undefined;
1374
- hidden?: boolean | undefined;
1375
- }[] | undefined;
1376
- versions?: {
1377
- version: string;
1378
- href: string;
1379
- default?: boolean | undefined;
1380
- hidden?: boolean | undefined;
1381
- }[] | undefined;
1382
- tabs?: {
1383
- href: string;
1384
- tab: string;
1385
- icon?: string | {
1386
- name: string;
1387
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1388
- } | undefined;
1389
- hidden?: boolean | undefined;
1390
- }[] | undefined;
1391
- dropdowns?: {
1392
- href: string;
1393
- dropdown: string;
1394
- icon?: string | {
1395
- name: string;
1396
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1397
- } | undefined;
1398
- color?: {
1399
- light?: string | undefined;
1400
- dark?: string | undefined;
1401
- } | undefined;
1402
- description?: string | undefined;
1403
- hidden?: boolean | undefined;
1404
- }[] | undefined;
1405
- anchors?: {
1406
- href: string;
1407
- anchor: string;
1408
- icon?: string | {
1409
- name: string;
1410
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1411
- } | undefined;
1412
- color?: {
1413
- light?: string | undefined;
1414
- dark?: string | undefined;
1415
- } | undefined;
1416
- hidden?: boolean | undefined;
1417
- }[] | undefined;
1418
- } | undefined;
340
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
1419
341
  } | {
1420
342
  versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
1421
- global?: {
1422
- languages?: {
1423
- href: string;
1424
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1425
- default?: boolean | undefined;
1426
- hidden?: boolean | undefined;
1427
- }[] | undefined;
1428
- versions?: {
1429
- version: string;
1430
- href: string;
1431
- default?: boolean | undefined;
1432
- hidden?: boolean | undefined;
1433
- }[] | undefined;
1434
- tabs?: {
1435
- href: string;
1436
- tab: 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
- hidden?: boolean | undefined;
1442
- }[] | undefined;
1443
- dropdowns?: {
1444
- href: string;
1445
- dropdown: string;
1446
- icon?: string | {
1447
- name: string;
1448
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1449
- } | undefined;
1450
- color?: {
1451
- light?: string | undefined;
1452
- dark?: string | undefined;
1453
- } | undefined;
1454
- description?: string | undefined;
1455
- hidden?: boolean | undefined;
1456
- }[] | undefined;
1457
- anchors?: {
1458
- href: string;
1459
- anchor: string;
1460
- icon?: string | {
1461
- name: string;
1462
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1463
- } | undefined;
1464
- color?: {
1465
- light?: string | undefined;
1466
- dark?: string | undefined;
1467
- } | undefined;
1468
- hidden?: boolean | undefined;
1469
- }[] | undefined;
1470
- } | undefined;
343
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
1471
344
  } | {
1472
345
  tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
1473
- global?: {
1474
- languages?: {
1475
- href: string;
1476
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1477
- default?: boolean | undefined;
1478
- hidden?: boolean | undefined;
1479
- }[] | undefined;
1480
- versions?: {
1481
- version: string;
1482
- href: string;
1483
- default?: boolean | undefined;
1484
- hidden?: boolean | undefined;
1485
- }[] | undefined;
1486
- tabs?: {
1487
- href: string;
1488
- tab: string;
1489
- icon?: string | {
1490
- name: string;
1491
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1492
- } | undefined;
1493
- hidden?: boolean | undefined;
1494
- }[] | undefined;
1495
- dropdowns?: {
1496
- href: string;
1497
- dropdown: string;
1498
- icon?: string | {
1499
- name: string;
1500
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1501
- } | undefined;
1502
- color?: {
1503
- light?: string | undefined;
1504
- dark?: string | undefined;
1505
- } | undefined;
1506
- description?: string | undefined;
1507
- hidden?: boolean | undefined;
1508
- }[] | undefined;
1509
- anchors?: {
1510
- href: string;
1511
- anchor: string;
1512
- icon?: string | {
1513
- name: string;
1514
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1515
- } | undefined;
1516
- color?: {
1517
- light?: string | undefined;
1518
- dark?: string | undefined;
1519
- } | undefined;
1520
- hidden?: boolean | undefined;
1521
- }[] | undefined;
1522
- } | undefined;
346
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
1523
347
  } | {
1524
348
  dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
1525
- global?: {
1526
- languages?: {
1527
- href: string;
1528
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1529
- default?: boolean | undefined;
1530
- hidden?: boolean | undefined;
1531
- }[] | undefined;
1532
- versions?: {
1533
- version: string;
1534
- href: string;
1535
- default?: boolean | undefined;
1536
- hidden?: boolean | undefined;
1537
- }[] | undefined;
1538
- tabs?: {
1539
- href: string;
1540
- tab: string;
1541
- icon?: string | {
1542
- name: string;
1543
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1544
- } | undefined;
1545
- hidden?: boolean | undefined;
1546
- }[] | undefined;
1547
- dropdowns?: {
1548
- href: string;
1549
- dropdown: string;
1550
- icon?: string | {
1551
- name: string;
1552
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1553
- } | undefined;
1554
- color?: {
1555
- light?: string | undefined;
1556
- dark?: string | undefined;
1557
- } | undefined;
1558
- description?: string | undefined;
1559
- hidden?: boolean | undefined;
1560
- }[] | undefined;
1561
- anchors?: {
1562
- href: string;
1563
- anchor: string;
1564
- icon?: string | {
1565
- name: string;
1566
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1567
- } | undefined;
1568
- color?: {
1569
- light?: string | undefined;
1570
- dark?: string | undefined;
1571
- } | undefined;
1572
- hidden?: boolean | undefined;
1573
- }[] | undefined;
1574
- } | undefined;
349
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
1575
350
  } | {
1576
351
  anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
1577
- global?: {
1578
- languages?: {
1579
- href: string;
1580
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1581
- default?: boolean | undefined;
1582
- hidden?: boolean | undefined;
1583
- }[] | undefined;
1584
- versions?: {
1585
- version: string;
1586
- href: string;
1587
- default?: boolean | undefined;
1588
- hidden?: boolean | undefined;
1589
- }[] | undefined;
1590
- tabs?: {
1591
- href: string;
1592
- tab: 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
- dropdowns?: {
1600
- href: string;
1601
- dropdown: 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
- description?: string | undefined;
1611
- hidden?: boolean | undefined;
1612
- }[] | undefined;
1613
- anchors?: {
1614
- href: string;
1615
- anchor: string;
1616
- icon?: string | {
1617
- name: string;
1618
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1619
- } | undefined;
1620
- color?: {
1621
- light?: string | undefined;
1622
- dark?: string | undefined;
1623
- } | undefined;
1624
- hidden?: boolean | undefined;
1625
- }[] | undefined;
1626
- } | undefined;
352
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
1627
353
  } | {
1628
354
  groups: ({
1629
355
  openapi: (string | string[] | {
@@ -1650,108 +376,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1650
376
  hidden?: boolean | undefined;
1651
377
  root?: string | undefined;
1652
378
  })[];
1653
- global?: {
1654
- languages?: {
1655
- href: string;
1656
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1657
- default?: boolean | undefined;
1658
- hidden?: boolean | undefined;
1659
- }[] | undefined;
1660
- versions?: {
1661
- version: string;
1662
- href: string;
1663
- default?: boolean | undefined;
1664
- hidden?: boolean | undefined;
1665
- }[] | undefined;
1666
- tabs?: {
1667
- href: string;
1668
- tab: string;
1669
- icon?: string | {
1670
- name: string;
1671
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1672
- } | undefined;
1673
- hidden?: boolean | undefined;
1674
- }[] | undefined;
1675
- dropdowns?: {
1676
- href: string;
1677
- dropdown: string;
1678
- icon?: string | {
1679
- name: string;
1680
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1681
- } | undefined;
1682
- color?: {
1683
- light?: string | undefined;
1684
- dark?: string | undefined;
1685
- } | undefined;
1686
- description?: string | undefined;
1687
- hidden?: boolean | undefined;
1688
- }[] | undefined;
1689
- anchors?: {
1690
- href: string;
1691
- anchor: string;
1692
- icon?: string | {
1693
- name: string;
1694
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1695
- } | undefined;
1696
- color?: {
1697
- light?: string | undefined;
1698
- dark?: string | undefined;
1699
- } | undefined;
1700
- hidden?: boolean | undefined;
1701
- }[] | undefined;
1702
- } | undefined;
379
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
1703
380
  } | {
1704
381
  pages: any[];
1705
- global?: {
1706
- languages?: {
1707
- href: string;
1708
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1709
- default?: boolean | undefined;
1710
- hidden?: boolean | undefined;
1711
- }[] | undefined;
1712
- versions?: {
1713
- version: string;
1714
- href: string;
1715
- default?: boolean | undefined;
1716
- hidden?: boolean | undefined;
1717
- }[] | undefined;
1718
- tabs?: {
1719
- href: string;
1720
- tab: string;
1721
- icon?: string | {
1722
- name: string;
1723
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1724
- } | undefined;
1725
- hidden?: boolean | undefined;
1726
- }[] | undefined;
1727
- dropdowns?: {
1728
- href: string;
1729
- dropdown: string;
1730
- icon?: string | {
1731
- name: string;
1732
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1733
- } | undefined;
1734
- color?: {
1735
- light?: string | undefined;
1736
- dark?: string | undefined;
1737
- } | undefined;
1738
- description?: string | undefined;
1739
- hidden?: boolean | undefined;
1740
- }[] | undefined;
1741
- anchors?: {
1742
- href: string;
1743
- anchor: string;
1744
- icon?: string | {
1745
- name: string;
1746
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1747
- } | undefined;
1748
- color?: {
1749
- light?: string | undefined;
1750
- dark?: string | undefined;
1751
- } | undefined;
1752
- hidden?: boolean | undefined;
1753
- }[] | undefined;
1754
- } | undefined;
382
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
1755
383
  } | undefined);
1756
384
  description?: string | undefined;
1757
385
  logo?: string | {
@@ -1927,264 +555,19 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1927
555
  };
1928
556
  navigation: ({
1929
557
  languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
1930
- global?: {
1931
- languages?: {
1932
- href: string;
1933
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1934
- default?: boolean | undefined;
1935
- hidden?: boolean | undefined;
1936
- }[] | undefined;
1937
- versions?: {
1938
- version: string;
1939
- href: string;
1940
- default?: boolean | undefined;
1941
- hidden?: boolean | undefined;
1942
- }[] | undefined;
1943
- tabs?: {
1944
- href: string;
1945
- tab: string;
1946
- icon?: string | {
1947
- name: string;
1948
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1949
- } | undefined;
1950
- hidden?: boolean | undefined;
1951
- }[] | undefined;
1952
- dropdowns?: {
1953
- href: string;
1954
- dropdown: string;
1955
- icon?: string | {
1956
- name: string;
1957
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1958
- } | undefined;
1959
- color?: {
1960
- light?: string | undefined;
1961
- dark?: string | undefined;
1962
- } | undefined;
1963
- description?: string | undefined;
1964
- hidden?: boolean | undefined;
1965
- }[] | undefined;
1966
- anchors?: {
1967
- href: string;
1968
- anchor: string;
1969
- icon?: string | {
1970
- name: string;
1971
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1972
- } | undefined;
1973
- color?: {
1974
- light?: string | undefined;
1975
- dark?: string | undefined;
1976
- } | undefined;
1977
- hidden?: boolean | undefined;
1978
- }[] | undefined;
1979
- } | undefined;
558
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
1980
559
  } | {
1981
560
  versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
1982
- global?: {
1983
- languages?: {
1984
- href: string;
1985
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1986
- default?: boolean | undefined;
1987
- hidden?: boolean | undefined;
1988
- }[] | undefined;
1989
- versions?: {
1990
- version: string;
1991
- href: string;
1992
- default?: boolean | undefined;
1993
- hidden?: boolean | undefined;
1994
- }[] | undefined;
1995
- tabs?: {
1996
- href: string;
1997
- tab: string;
1998
- icon?: string | {
1999
- name: string;
2000
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2001
- } | undefined;
2002
- hidden?: boolean | undefined;
2003
- }[] | undefined;
2004
- dropdowns?: {
2005
- href: string;
2006
- dropdown: string;
2007
- icon?: string | {
2008
- name: string;
2009
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2010
- } | undefined;
2011
- color?: {
2012
- light?: string | undefined;
2013
- dark?: string | undefined;
2014
- } | undefined;
2015
- description?: string | undefined;
2016
- hidden?: boolean | undefined;
2017
- }[] | undefined;
2018
- anchors?: {
2019
- href: string;
2020
- anchor: string;
2021
- icon?: string | {
2022
- name: string;
2023
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2024
- } | undefined;
2025
- color?: {
2026
- light?: string | undefined;
2027
- dark?: string | undefined;
2028
- } | undefined;
2029
- hidden?: boolean | undefined;
2030
- }[] | undefined;
2031
- } | undefined;
561
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2032
562
  } | {
2033
563
  tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
2034
- global?: {
2035
- languages?: {
2036
- href: string;
2037
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2038
- default?: boolean | undefined;
2039
- hidden?: boolean | undefined;
2040
- }[] | undefined;
2041
- versions?: {
2042
- version: string;
2043
- href: string;
2044
- default?: boolean | undefined;
2045
- hidden?: boolean | undefined;
2046
- }[] | undefined;
2047
- tabs?: {
2048
- href: string;
2049
- tab: string;
2050
- icon?: string | {
2051
- name: string;
2052
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2053
- } | undefined;
2054
- hidden?: boolean | undefined;
2055
- }[] | undefined;
2056
- dropdowns?: {
2057
- href: string;
2058
- dropdown: string;
2059
- icon?: string | {
2060
- name: string;
2061
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2062
- } | undefined;
2063
- color?: {
2064
- light?: string | undefined;
2065
- dark?: string | undefined;
2066
- } | undefined;
2067
- description?: string | undefined;
2068
- hidden?: boolean | undefined;
2069
- }[] | undefined;
2070
- anchors?: {
2071
- href: string;
2072
- anchor: string;
2073
- icon?: string | {
2074
- name: string;
2075
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2076
- } | undefined;
2077
- color?: {
2078
- light?: string | undefined;
2079
- dark?: string | undefined;
2080
- } | undefined;
2081
- hidden?: boolean | undefined;
2082
- }[] | undefined;
2083
- } | undefined;
564
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2084
565
  } | {
2085
566
  dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
2086
- global?: {
2087
- languages?: {
2088
- href: string;
2089
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2090
- default?: boolean | undefined;
2091
- hidden?: boolean | undefined;
2092
- }[] | undefined;
2093
- versions?: {
2094
- version: string;
2095
- href: string;
2096
- default?: boolean | undefined;
2097
- hidden?: boolean | undefined;
2098
- }[] | undefined;
2099
- tabs?: {
2100
- href: string;
2101
- tab: string;
2102
- icon?: string | {
2103
- name: string;
2104
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2105
- } | undefined;
2106
- hidden?: boolean | undefined;
2107
- }[] | undefined;
2108
- dropdowns?: {
2109
- href: string;
2110
- dropdown: string;
2111
- icon?: string | {
2112
- name: string;
2113
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2114
- } | undefined;
2115
- color?: {
2116
- light?: string | undefined;
2117
- dark?: string | undefined;
2118
- } | undefined;
2119
- description?: string | undefined;
2120
- hidden?: boolean | undefined;
2121
- }[] | undefined;
2122
- anchors?: {
2123
- href: string;
2124
- anchor: string;
2125
- icon?: string | {
2126
- name: string;
2127
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2128
- } | undefined;
2129
- color?: {
2130
- light?: string | undefined;
2131
- dark?: string | undefined;
2132
- } | undefined;
2133
- hidden?: boolean | undefined;
2134
- }[] | undefined;
2135
- } | undefined;
567
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2136
568
  } | {
2137
569
  anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
2138
- global?: {
2139
- languages?: {
2140
- href: string;
2141
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2142
- default?: boolean | undefined;
2143
- hidden?: boolean | undefined;
2144
- }[] | undefined;
2145
- versions?: {
2146
- version: string;
2147
- href: string;
2148
- default?: boolean | undefined;
2149
- hidden?: boolean | undefined;
2150
- }[] | undefined;
2151
- tabs?: {
2152
- href: string;
2153
- tab: string;
2154
- icon?: string | {
2155
- name: string;
2156
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2157
- } | undefined;
2158
- hidden?: boolean | undefined;
2159
- }[] | undefined;
2160
- dropdowns?: {
2161
- href: string;
2162
- dropdown: string;
2163
- icon?: string | {
2164
- name: string;
2165
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2166
- } | undefined;
2167
- color?: {
2168
- light?: string | undefined;
2169
- dark?: string | undefined;
2170
- } | undefined;
2171
- description?: string | undefined;
2172
- hidden?: boolean | undefined;
2173
- }[] | undefined;
2174
- anchors?: {
2175
- href: string;
2176
- anchor: string;
2177
- icon?: string | {
2178
- name: string;
2179
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2180
- } | undefined;
2181
- color?: {
2182
- light?: string | undefined;
2183
- dark?: string | undefined;
2184
- } | undefined;
2185
- hidden?: boolean | undefined;
2186
- }[] | undefined;
2187
- } | undefined;
570
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2188
571
  } | {
2189
572
  groups: ({
2190
573
  openapi: (string | string[] | {
@@ -2211,368 +594,25 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2211
594
  hidden?: boolean | undefined;
2212
595
  root?: string | undefined;
2213
596
  })[];
2214
- global?: {
2215
- languages?: {
2216
- href: string;
2217
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2218
- default?: boolean | undefined;
2219
- hidden?: boolean | undefined;
2220
- }[] | undefined;
2221
- versions?: {
2222
- version: string;
2223
- href: string;
2224
- default?: boolean | undefined;
2225
- hidden?: boolean | undefined;
2226
- }[] | undefined;
2227
- tabs?: {
2228
- href: string;
2229
- tab: string;
2230
- icon?: string | {
2231
- name: string;
2232
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2233
- } | undefined;
2234
- hidden?: boolean | undefined;
2235
- }[] | undefined;
2236
- dropdowns?: {
2237
- href: string;
2238
- dropdown: string;
2239
- icon?: string | {
2240
- name: string;
2241
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2242
- } | undefined;
2243
- color?: {
2244
- light?: string | undefined;
2245
- dark?: string | undefined;
2246
- } | undefined;
2247
- description?: string | undefined;
2248
- hidden?: boolean | undefined;
2249
- }[] | undefined;
2250
- anchors?: {
2251
- href: string;
2252
- anchor: string;
2253
- icon?: string | {
2254
- name: string;
2255
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2256
- } | undefined;
2257
- color?: {
2258
- light?: string | undefined;
2259
- dark?: string | undefined;
2260
- } | undefined;
2261
- hidden?: boolean | undefined;
2262
- }[] | undefined;
2263
- } | undefined;
597
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2264
598
  } | {
2265
599
  pages: any[];
2266
- global?: {
2267
- languages?: {
2268
- href: string;
2269
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2270
- default?: boolean | undefined;
2271
- hidden?: boolean | undefined;
2272
- }[] | undefined;
2273
- versions?: {
2274
- version: string;
2275
- href: string;
2276
- default?: boolean | undefined;
2277
- hidden?: boolean | undefined;
2278
- }[] | undefined;
2279
- tabs?: {
2280
- href: string;
2281
- tab: string;
2282
- icon?: string | {
2283
- name: string;
2284
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2285
- } | undefined;
2286
- hidden?: boolean | undefined;
2287
- }[] | undefined;
2288
- dropdowns?: {
2289
- href: string;
2290
- dropdown: string;
2291
- icon?: string | {
2292
- name: string;
2293
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2294
- } | undefined;
2295
- color?: {
2296
- light?: string | undefined;
2297
- dark?: string | undefined;
2298
- } | undefined;
2299
- description?: string | undefined;
2300
- hidden?: boolean | undefined;
2301
- }[] | undefined;
2302
- anchors?: {
2303
- href: string;
2304
- anchor: 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
- color?: {
2310
- light?: string | undefined;
2311
- dark?: string | undefined;
2312
- } | undefined;
2313
- hidden?: boolean | undefined;
2314
- }[] | undefined;
2315
- } | undefined;
600
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2316
601
  }) & ({
2317
602
  languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
2318
- global?: {
2319
- languages?: {
2320
- href: string;
2321
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2322
- default?: boolean | undefined;
2323
- hidden?: boolean | undefined;
2324
- }[] | undefined;
2325
- versions?: {
2326
- version: string;
2327
- href: string;
2328
- default?: boolean | undefined;
2329
- hidden?: boolean | undefined;
2330
- }[] | undefined;
2331
- tabs?: {
2332
- href: string;
2333
- tab: string;
2334
- icon?: string | {
2335
- name: string;
2336
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2337
- } | undefined;
2338
- hidden?: boolean | undefined;
2339
- }[] | undefined;
2340
- dropdowns?: {
2341
- href: string;
2342
- dropdown: 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
- color?: {
2348
- light?: string | undefined;
2349
- dark?: string | undefined;
2350
- } | undefined;
2351
- description?: string | undefined;
2352
- hidden?: boolean | undefined;
2353
- }[] | undefined;
2354
- anchors?: {
2355
- href: string;
2356
- anchor: string;
2357
- icon?: string | {
2358
- name: string;
2359
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2360
- } | undefined;
2361
- color?: {
2362
- light?: string | undefined;
2363
- dark?: string | undefined;
2364
- } | undefined;
2365
- hidden?: boolean | undefined;
2366
- }[] | undefined;
2367
- } | undefined;
603
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2368
604
  } | {
2369
605
  versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
2370
- global?: {
2371
- languages?: {
2372
- href: string;
2373
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2374
- default?: boolean | undefined;
2375
- hidden?: boolean | undefined;
2376
- }[] | undefined;
2377
- versions?: {
2378
- version: string;
2379
- href: string;
2380
- default?: boolean | undefined;
2381
- hidden?: boolean | undefined;
2382
- }[] | undefined;
2383
- tabs?: {
2384
- href: string;
2385
- tab: string;
2386
- icon?: string | {
2387
- name: string;
2388
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2389
- } | undefined;
2390
- hidden?: boolean | undefined;
2391
- }[] | undefined;
2392
- dropdowns?: {
2393
- href: string;
2394
- dropdown: string;
2395
- icon?: string | {
2396
- name: string;
2397
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2398
- } | undefined;
2399
- color?: {
2400
- light?: string | undefined;
2401
- dark?: string | undefined;
2402
- } | undefined;
2403
- description?: string | undefined;
2404
- hidden?: boolean | undefined;
2405
- }[] | undefined;
2406
- anchors?: {
2407
- href: string;
2408
- anchor: string;
2409
- icon?: string | {
2410
- name: string;
2411
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2412
- } | undefined;
2413
- color?: {
2414
- light?: string | undefined;
2415
- dark?: string | undefined;
2416
- } | undefined;
2417
- hidden?: boolean | undefined;
2418
- }[] | undefined;
2419
- } | undefined;
606
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2420
607
  } | {
2421
608
  tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
2422
- global?: {
2423
- languages?: {
2424
- href: string;
2425
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2426
- default?: boolean | undefined;
2427
- hidden?: boolean | undefined;
2428
- }[] | undefined;
2429
- versions?: {
2430
- version: string;
2431
- href: string;
2432
- default?: boolean | undefined;
2433
- hidden?: boolean | undefined;
2434
- }[] | undefined;
2435
- tabs?: {
2436
- href: string;
2437
- tab: string;
2438
- icon?: string | {
2439
- name: string;
2440
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2441
- } | undefined;
2442
- hidden?: boolean | undefined;
2443
- }[] | undefined;
2444
- dropdowns?: {
2445
- href: string;
2446
- dropdown: string;
2447
- icon?: string | {
2448
- name: string;
2449
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2450
- } | undefined;
2451
- color?: {
2452
- light?: string | undefined;
2453
- dark?: string | undefined;
2454
- } | undefined;
2455
- description?: string | undefined;
2456
- hidden?: boolean | undefined;
2457
- }[] | undefined;
2458
- anchors?: {
2459
- href: string;
2460
- anchor: 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
- color?: {
2466
- light?: string | undefined;
2467
- dark?: string | undefined;
2468
- } | undefined;
2469
- hidden?: boolean | undefined;
2470
- }[] | undefined;
2471
- } | undefined;
609
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2472
610
  } | {
2473
611
  dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
2474
- global?: {
2475
- languages?: {
2476
- href: string;
2477
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2478
- default?: boolean | undefined;
2479
- hidden?: boolean | undefined;
2480
- }[] | undefined;
2481
- versions?: {
2482
- version: string;
2483
- href: string;
2484
- default?: boolean | undefined;
2485
- hidden?: boolean | undefined;
2486
- }[] | undefined;
2487
- tabs?: {
2488
- href: string;
2489
- tab: string;
2490
- icon?: string | {
2491
- name: string;
2492
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2493
- } | undefined;
2494
- hidden?: boolean | undefined;
2495
- }[] | undefined;
2496
- dropdowns?: {
2497
- href: string;
2498
- dropdown: string;
2499
- icon?: string | {
2500
- name: string;
2501
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2502
- } | undefined;
2503
- color?: {
2504
- light?: string | undefined;
2505
- dark?: string | undefined;
2506
- } | undefined;
2507
- description?: string | undefined;
2508
- hidden?: boolean | undefined;
2509
- }[] | undefined;
2510
- anchors?: {
2511
- href: string;
2512
- anchor: string;
2513
- icon?: string | {
2514
- name: string;
2515
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2516
- } | undefined;
2517
- color?: {
2518
- light?: string | undefined;
2519
- dark?: string | undefined;
2520
- } | undefined;
2521
- hidden?: boolean | undefined;
2522
- }[] | undefined;
2523
- } | undefined;
612
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2524
613
  } | {
2525
614
  anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
2526
- global?: {
2527
- languages?: {
2528
- href: string;
2529
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2530
- default?: boolean | undefined;
2531
- hidden?: boolean | undefined;
2532
- }[] | undefined;
2533
- versions?: {
2534
- version: string;
2535
- href: string;
2536
- default?: boolean | undefined;
2537
- hidden?: boolean | undefined;
2538
- }[] | undefined;
2539
- tabs?: {
2540
- href: string;
2541
- tab: string;
2542
- icon?: string | {
2543
- name: string;
2544
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2545
- } | undefined;
2546
- hidden?: boolean | undefined;
2547
- }[] | undefined;
2548
- dropdowns?: {
2549
- href: string;
2550
- dropdown: string;
2551
- icon?: string | {
2552
- name: string;
2553
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2554
- } | undefined;
2555
- color?: {
2556
- light?: string | undefined;
2557
- dark?: string | undefined;
2558
- } | undefined;
2559
- description?: string | undefined;
2560
- hidden?: boolean | undefined;
2561
- }[] | undefined;
2562
- anchors?: {
2563
- href: string;
2564
- anchor: string;
2565
- icon?: string | {
2566
- name: string;
2567
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2568
- } | undefined;
2569
- color?: {
2570
- light?: string | undefined;
2571
- dark?: string | undefined;
2572
- } | undefined;
2573
- hidden?: boolean | undefined;
2574
- }[] | undefined;
2575
- } | undefined;
615
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2576
616
  } | {
2577
617
  groups: ({
2578
618
  openapi: (string | string[] | {
@@ -2599,108 +639,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2599
639
  hidden?: boolean | undefined;
2600
640
  root?: string | undefined;
2601
641
  })[];
2602
- global?: {
2603
- languages?: {
2604
- href: string;
2605
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2606
- default?: boolean | undefined;
2607
- hidden?: boolean | undefined;
2608
- }[] | undefined;
2609
- versions?: {
2610
- version: string;
2611
- href: string;
2612
- default?: boolean | undefined;
2613
- hidden?: boolean | undefined;
2614
- }[] | undefined;
2615
- tabs?: {
2616
- href: string;
2617
- tab: string;
2618
- icon?: string | {
2619
- name: string;
2620
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2621
- } | undefined;
2622
- hidden?: boolean | undefined;
2623
- }[] | undefined;
2624
- dropdowns?: {
2625
- href: string;
2626
- dropdown: string;
2627
- icon?: string | {
2628
- name: string;
2629
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2630
- } | undefined;
2631
- color?: {
2632
- light?: string | undefined;
2633
- dark?: string | undefined;
2634
- } | undefined;
2635
- description?: string | undefined;
2636
- hidden?: boolean | undefined;
2637
- }[] | undefined;
2638
- anchors?: {
2639
- href: string;
2640
- anchor: string;
2641
- icon?: string | {
2642
- name: string;
2643
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2644
- } | undefined;
2645
- color?: {
2646
- light?: string | undefined;
2647
- dark?: string | undefined;
2648
- } | undefined;
2649
- hidden?: boolean | undefined;
2650
- }[] | undefined;
2651
- } | undefined;
642
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2652
643
  } | {
2653
644
  pages: any[];
2654
- global?: {
2655
- languages?: {
2656
- href: string;
2657
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2658
- default?: boolean | undefined;
2659
- hidden?: boolean | undefined;
2660
- }[] | undefined;
2661
- versions?: {
2662
- version: string;
2663
- href: string;
2664
- default?: boolean | undefined;
2665
- hidden?: boolean | undefined;
2666
- }[] | undefined;
2667
- tabs?: {
2668
- href: string;
2669
- tab: string;
2670
- icon?: string | {
2671
- name: string;
2672
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2673
- } | undefined;
2674
- hidden?: boolean | undefined;
2675
- }[] | undefined;
2676
- dropdowns?: {
2677
- href: string;
2678
- dropdown: 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
- color?: {
2684
- light?: string | undefined;
2685
- dark?: string | undefined;
2686
- } | undefined;
2687
- description?: string | undefined;
2688
- hidden?: boolean | undefined;
2689
- }[] | undefined;
2690
- anchors?: {
2691
- href: string;
2692
- anchor: string;
2693
- icon?: string | {
2694
- name: string;
2695
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2696
- } | undefined;
2697
- color?: {
2698
- light?: string | undefined;
2699
- dark?: string | undefined;
2700
- } | undefined;
2701
- hidden?: boolean | undefined;
2702
- }[] | undefined;
2703
- } | undefined;
645
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2704
646
  } | undefined);
2705
647
  description?: string | undefined;
2706
648
  logo?: string | {
@@ -2876,264 +818,19 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2876
818
  };
2877
819
  navigation: ({
2878
820
  languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
2879
- global?: {
2880
- languages?: {
2881
- href: string;
2882
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2883
- default?: boolean | undefined;
2884
- hidden?: boolean | undefined;
2885
- }[] | undefined;
2886
- versions?: {
2887
- version: string;
2888
- href: string;
2889
- default?: boolean | undefined;
2890
- hidden?: boolean | undefined;
2891
- }[] | undefined;
2892
- tabs?: {
2893
- href: string;
2894
- tab: string;
2895
- icon?: string | {
2896
- name: string;
2897
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2898
- } | undefined;
2899
- hidden?: boolean | undefined;
2900
- }[] | undefined;
2901
- dropdowns?: {
2902
- href: string;
2903
- dropdown: string;
2904
- icon?: string | {
2905
- name: string;
2906
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2907
- } | undefined;
2908
- color?: {
2909
- light?: string | undefined;
2910
- dark?: string | undefined;
2911
- } | undefined;
2912
- description?: string | undefined;
2913
- hidden?: boolean | undefined;
2914
- }[] | undefined;
2915
- anchors?: {
2916
- href: string;
2917
- anchor: string;
2918
- icon?: string | {
2919
- name: string;
2920
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2921
- } | undefined;
2922
- color?: {
2923
- light?: string | undefined;
2924
- dark?: string | undefined;
2925
- } | undefined;
2926
- hidden?: boolean | undefined;
2927
- }[] | undefined;
2928
- } | undefined;
821
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2929
822
  } | {
2930
823
  versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
2931
- global?: {
2932
- languages?: {
2933
- href: string;
2934
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2935
- default?: boolean | undefined;
2936
- hidden?: boolean | undefined;
2937
- }[] | undefined;
2938
- versions?: {
2939
- version: string;
2940
- href: string;
2941
- default?: boolean | undefined;
2942
- hidden?: boolean | undefined;
2943
- }[] | undefined;
2944
- tabs?: {
2945
- href: string;
2946
- tab: 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
- dropdowns?: {
2954
- href: string;
2955
- dropdown: 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
- description?: string | undefined;
2965
- hidden?: boolean | undefined;
2966
- }[] | undefined;
2967
- anchors?: {
2968
- href: string;
2969
- anchor: string;
2970
- icon?: string | {
2971
- name: string;
2972
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2973
- } | undefined;
2974
- color?: {
2975
- light?: string | undefined;
2976
- dark?: string | undefined;
2977
- } | undefined;
2978
- hidden?: boolean | undefined;
2979
- }[] | undefined;
2980
- } | undefined;
824
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2981
825
  } | {
2982
826
  tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
2983
- global?: {
2984
- languages?: {
2985
- href: string;
2986
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2987
- default?: boolean | undefined;
2988
- hidden?: boolean | undefined;
2989
- }[] | undefined;
2990
- versions?: {
2991
- version: string;
2992
- href: string;
2993
- default?: boolean | undefined;
2994
- hidden?: boolean | undefined;
2995
- }[] | undefined;
2996
- tabs?: {
2997
- href: string;
2998
- tab: string;
2999
- icon?: string | {
3000
- name: string;
3001
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3002
- } | undefined;
3003
- hidden?: boolean | undefined;
3004
- }[] | undefined;
3005
- dropdowns?: {
3006
- href: string;
3007
- dropdown: string;
3008
- icon?: string | {
3009
- name: string;
3010
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3011
- } | undefined;
3012
- color?: {
3013
- light?: string | undefined;
3014
- dark?: string | undefined;
3015
- } | undefined;
3016
- description?: string | undefined;
3017
- hidden?: boolean | undefined;
3018
- }[] | undefined;
3019
- anchors?: {
3020
- href: string;
3021
- anchor: string;
3022
- icon?: string | {
3023
- name: string;
3024
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3025
- } | undefined;
3026
- color?: {
3027
- light?: string | undefined;
3028
- dark?: string | undefined;
3029
- } | undefined;
3030
- hidden?: boolean | undefined;
3031
- }[] | undefined;
3032
- } | undefined;
827
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3033
828
  } | {
3034
829
  dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
3035
- global?: {
3036
- languages?: {
3037
- href: string;
3038
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3039
- default?: boolean | undefined;
3040
- hidden?: boolean | undefined;
3041
- }[] | undefined;
3042
- versions?: {
3043
- version: string;
3044
- href: string;
3045
- default?: boolean | undefined;
3046
- hidden?: boolean | undefined;
3047
- }[] | undefined;
3048
- tabs?: {
3049
- href: string;
3050
- tab: string;
3051
- icon?: string | {
3052
- name: string;
3053
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3054
- } | undefined;
3055
- hidden?: boolean | undefined;
3056
- }[] | undefined;
3057
- dropdowns?: {
3058
- href: string;
3059
- dropdown: string;
3060
- icon?: string | {
3061
- name: string;
3062
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3063
- } | undefined;
3064
- color?: {
3065
- light?: string | undefined;
3066
- dark?: string | undefined;
3067
- } | undefined;
3068
- description?: string | undefined;
3069
- hidden?: boolean | undefined;
3070
- }[] | undefined;
3071
- anchors?: {
3072
- href: string;
3073
- anchor: string;
3074
- icon?: string | {
3075
- name: string;
3076
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3077
- } | undefined;
3078
- color?: {
3079
- light?: string | undefined;
3080
- dark?: string | undefined;
3081
- } | undefined;
3082
- hidden?: boolean | undefined;
3083
- }[] | undefined;
3084
- } | undefined;
830
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3085
831
  } | {
3086
832
  anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
3087
- global?: {
3088
- languages?: {
3089
- href: string;
3090
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3091
- default?: boolean | undefined;
3092
- hidden?: boolean | undefined;
3093
- }[] | undefined;
3094
- versions?: {
3095
- version: string;
3096
- href: string;
3097
- default?: boolean | undefined;
3098
- hidden?: boolean | undefined;
3099
- }[] | undefined;
3100
- tabs?: {
3101
- href: string;
3102
- tab: string;
3103
- icon?: string | {
3104
- name: string;
3105
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3106
- } | undefined;
3107
- hidden?: boolean | undefined;
3108
- }[] | undefined;
3109
- dropdowns?: {
3110
- href: string;
3111
- dropdown: string;
3112
- icon?: string | {
3113
- name: string;
3114
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3115
- } | undefined;
3116
- color?: {
3117
- light?: string | undefined;
3118
- dark?: string | undefined;
3119
- } | undefined;
3120
- description?: string | undefined;
3121
- hidden?: boolean | undefined;
3122
- }[] | undefined;
3123
- anchors?: {
3124
- href: string;
3125
- anchor: 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
- color?: {
3131
- light?: string | undefined;
3132
- dark?: string | undefined;
3133
- } | undefined;
3134
- hidden?: boolean | undefined;
3135
- }[] | undefined;
3136
- } | undefined;
833
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3137
834
  } | {
3138
835
  groups: ({
3139
836
  openapi: (string | string[] | {
@@ -3160,368 +857,25 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
3160
857
  hidden?: boolean | undefined;
3161
858
  root?: string | undefined;
3162
859
  })[];
3163
- global?: {
3164
- languages?: {
3165
- href: string;
3166
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3167
- default?: boolean | undefined;
3168
- hidden?: boolean | undefined;
3169
- }[] | undefined;
3170
- versions?: {
3171
- version: string;
3172
- href: string;
3173
- default?: boolean | undefined;
3174
- hidden?: boolean | undefined;
3175
- }[] | undefined;
3176
- tabs?: {
3177
- href: string;
3178
- tab: string;
3179
- icon?: string | {
3180
- name: string;
3181
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3182
- } | undefined;
3183
- hidden?: boolean | undefined;
3184
- }[] | undefined;
3185
- dropdowns?: {
3186
- href: string;
3187
- dropdown: string;
3188
- icon?: string | {
3189
- name: string;
3190
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3191
- } | undefined;
3192
- color?: {
3193
- light?: string | undefined;
3194
- dark?: string | undefined;
3195
- } | undefined;
3196
- description?: string | undefined;
3197
- hidden?: boolean | undefined;
3198
- }[] | undefined;
3199
- anchors?: {
3200
- href: string;
3201
- anchor: string;
3202
- icon?: string | {
3203
- name: string;
3204
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3205
- } | undefined;
3206
- color?: {
3207
- light?: string | undefined;
3208
- dark?: string | undefined;
3209
- } | undefined;
3210
- hidden?: boolean | undefined;
3211
- }[] | undefined;
3212
- } | undefined;
860
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3213
861
  } | {
3214
862
  pages: any[];
3215
- global?: {
3216
- languages?: {
3217
- href: string;
3218
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3219
- default?: boolean | undefined;
3220
- hidden?: boolean | undefined;
3221
- }[] | undefined;
3222
- versions?: {
3223
- version: string;
3224
- href: string;
3225
- default?: boolean | undefined;
3226
- hidden?: boolean | undefined;
3227
- }[] | undefined;
3228
- tabs?: {
3229
- href: string;
3230
- tab: string;
3231
- icon?: string | {
3232
- name: string;
3233
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3234
- } | undefined;
3235
- hidden?: boolean | undefined;
3236
- }[] | undefined;
3237
- dropdowns?: {
3238
- href: string;
3239
- dropdown: string;
3240
- icon?: string | {
3241
- name: string;
3242
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3243
- } | undefined;
3244
- color?: {
3245
- light?: string | undefined;
3246
- dark?: string | undefined;
3247
- } | undefined;
3248
- description?: string | undefined;
3249
- hidden?: boolean | undefined;
3250
- }[] | undefined;
3251
- anchors?: {
3252
- href: string;
3253
- anchor: string;
3254
- icon?: string | {
3255
- name: string;
3256
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3257
- } | undefined;
3258
- color?: {
3259
- light?: string | undefined;
3260
- dark?: string | undefined;
3261
- } | undefined;
3262
- hidden?: boolean | undefined;
3263
- }[] | undefined;
3264
- } | undefined;
863
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3265
864
  }) & ({
3266
865
  languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
3267
- global?: {
3268
- languages?: {
3269
- href: string;
3270
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3271
- default?: boolean | undefined;
3272
- hidden?: boolean | undefined;
3273
- }[] | undefined;
3274
- versions?: {
3275
- version: string;
3276
- href: string;
3277
- default?: boolean | undefined;
3278
- hidden?: boolean | undefined;
3279
- }[] | undefined;
3280
- tabs?: {
3281
- href: string;
3282
- tab: string;
3283
- icon?: string | {
3284
- name: string;
3285
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3286
- } | undefined;
3287
- hidden?: boolean | undefined;
3288
- }[] | undefined;
3289
- dropdowns?: {
3290
- href: string;
3291
- dropdown: string;
3292
- icon?: string | {
3293
- name: string;
3294
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3295
- } | undefined;
3296
- color?: {
3297
- light?: string | undefined;
3298
- dark?: string | undefined;
3299
- } | undefined;
3300
- description?: string | undefined;
3301
- hidden?: boolean | undefined;
3302
- }[] | undefined;
3303
- anchors?: {
3304
- href: string;
3305
- anchor: string;
3306
- icon?: string | {
3307
- name: string;
3308
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3309
- } | undefined;
3310
- color?: {
3311
- light?: string | undefined;
3312
- dark?: string | undefined;
3313
- } | undefined;
3314
- hidden?: boolean | undefined;
3315
- }[] | undefined;
3316
- } | undefined;
866
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3317
867
  } | {
3318
868
  versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
3319
- global?: {
3320
- languages?: {
3321
- href: string;
3322
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3323
- default?: boolean | undefined;
3324
- hidden?: boolean | undefined;
3325
- }[] | undefined;
3326
- versions?: {
3327
- version: string;
3328
- href: string;
3329
- default?: boolean | undefined;
3330
- hidden?: boolean | undefined;
3331
- }[] | undefined;
3332
- tabs?: {
3333
- href: string;
3334
- tab: string;
3335
- icon?: string | {
3336
- name: string;
3337
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3338
- } | undefined;
3339
- hidden?: boolean | undefined;
3340
- }[] | undefined;
3341
- dropdowns?: {
3342
- href: string;
3343
- dropdown: string;
3344
- icon?: string | {
3345
- name: string;
3346
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3347
- } | undefined;
3348
- color?: {
3349
- light?: string | undefined;
3350
- dark?: string | undefined;
3351
- } | undefined;
3352
- description?: string | undefined;
3353
- hidden?: boolean | undefined;
3354
- }[] | undefined;
3355
- anchors?: {
3356
- href: string;
3357
- anchor: string;
3358
- icon?: string | {
3359
- name: string;
3360
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3361
- } | undefined;
3362
- color?: {
3363
- light?: string | undefined;
3364
- dark?: string | undefined;
3365
- } | undefined;
3366
- hidden?: boolean | undefined;
3367
- }[] | undefined;
3368
- } | undefined;
869
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3369
870
  } | {
3370
871
  tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
3371
- global?: {
3372
- languages?: {
3373
- href: string;
3374
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3375
- default?: boolean | undefined;
3376
- hidden?: boolean | undefined;
3377
- }[] | undefined;
3378
- versions?: {
3379
- version: string;
3380
- href: string;
3381
- default?: boolean | undefined;
3382
- hidden?: boolean | undefined;
3383
- }[] | undefined;
3384
- tabs?: {
3385
- href: string;
3386
- tab: string;
3387
- icon?: string | {
3388
- name: string;
3389
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3390
- } | undefined;
3391
- hidden?: boolean | undefined;
3392
- }[] | undefined;
3393
- dropdowns?: {
3394
- href: string;
3395
- dropdown: string;
3396
- icon?: string | {
3397
- name: string;
3398
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3399
- } | undefined;
3400
- color?: {
3401
- light?: string | undefined;
3402
- dark?: string | undefined;
3403
- } | undefined;
3404
- description?: string | undefined;
3405
- hidden?: boolean | undefined;
3406
- }[] | undefined;
3407
- anchors?: {
3408
- href: string;
3409
- anchor: string;
3410
- icon?: string | {
3411
- name: string;
3412
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3413
- } | undefined;
3414
- color?: {
3415
- light?: string | undefined;
3416
- dark?: string | undefined;
3417
- } | undefined;
3418
- hidden?: boolean | undefined;
3419
- }[] | undefined;
3420
- } | undefined;
872
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3421
873
  } | {
3422
874
  dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
3423
- global?: {
3424
- languages?: {
3425
- href: string;
3426
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3427
- default?: boolean | undefined;
3428
- hidden?: boolean | undefined;
3429
- }[] | undefined;
3430
- versions?: {
3431
- version: string;
3432
- href: string;
3433
- default?: boolean | undefined;
3434
- hidden?: boolean | undefined;
3435
- }[] | undefined;
3436
- tabs?: {
3437
- href: string;
3438
- tab: string;
3439
- icon?: string | {
3440
- name: string;
3441
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3442
- } | undefined;
3443
- hidden?: boolean | undefined;
3444
- }[] | undefined;
3445
- dropdowns?: {
3446
- href: string;
3447
- dropdown: string;
3448
- icon?: string | {
3449
- name: string;
3450
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3451
- } | undefined;
3452
- color?: {
3453
- light?: string | undefined;
3454
- dark?: string | undefined;
3455
- } | undefined;
3456
- description?: string | undefined;
3457
- hidden?: boolean | undefined;
3458
- }[] | undefined;
3459
- anchors?: {
3460
- href: string;
3461
- anchor: string;
3462
- icon?: string | {
3463
- name: string;
3464
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3465
- } | undefined;
3466
- color?: {
3467
- light?: string | undefined;
3468
- dark?: string | undefined;
3469
- } | undefined;
3470
- hidden?: boolean | undefined;
3471
- }[] | undefined;
3472
- } | undefined;
875
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3473
876
  } | {
3474
877
  anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
3475
- global?: {
3476
- languages?: {
3477
- href: string;
3478
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3479
- default?: boolean | undefined;
3480
- hidden?: boolean | undefined;
3481
- }[] | undefined;
3482
- versions?: {
3483
- version: string;
3484
- href: string;
3485
- default?: boolean | undefined;
3486
- hidden?: boolean | undefined;
3487
- }[] | undefined;
3488
- tabs?: {
3489
- href: string;
3490
- tab: string;
3491
- icon?: string | {
3492
- name: string;
3493
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3494
- } | undefined;
3495
- hidden?: boolean | undefined;
3496
- }[] | undefined;
3497
- dropdowns?: {
3498
- href: string;
3499
- dropdown: string;
3500
- icon?: string | {
3501
- name: string;
3502
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3503
- } | undefined;
3504
- color?: {
3505
- light?: string | undefined;
3506
- dark?: string | undefined;
3507
- } | undefined;
3508
- description?: string | undefined;
3509
- hidden?: boolean | undefined;
3510
- }[] | undefined;
3511
- anchors?: {
3512
- href: string;
3513
- anchor: string;
3514
- icon?: string | {
3515
- name: string;
3516
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3517
- } | undefined;
3518
- color?: {
3519
- light?: string | undefined;
3520
- dark?: string | undefined;
3521
- } | undefined;
3522
- hidden?: boolean | undefined;
3523
- }[] | undefined;
3524
- } | undefined;
878
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3525
879
  } | {
3526
880
  groups: ({
3527
881
  openapi: (string | string[] | {
@@ -3548,108 +902,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
3548
902
  hidden?: boolean | undefined;
3549
903
  root?: string | undefined;
3550
904
  })[];
3551
- global?: {
3552
- languages?: {
3553
- href: string;
3554
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3555
- default?: boolean | undefined;
3556
- hidden?: boolean | undefined;
3557
- }[] | undefined;
3558
- versions?: {
3559
- version: string;
3560
- href: string;
3561
- default?: boolean | undefined;
3562
- hidden?: boolean | undefined;
3563
- }[] | undefined;
3564
- tabs?: {
3565
- href: string;
3566
- tab: string;
3567
- icon?: string | {
3568
- name: string;
3569
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3570
- } | undefined;
3571
- hidden?: boolean | undefined;
3572
- }[] | undefined;
3573
- dropdowns?: {
3574
- href: string;
3575
- dropdown: string;
3576
- icon?: string | {
3577
- name: string;
3578
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3579
- } | undefined;
3580
- color?: {
3581
- light?: string | undefined;
3582
- dark?: string | undefined;
3583
- } | undefined;
3584
- description?: string | undefined;
3585
- hidden?: boolean | undefined;
3586
- }[] | undefined;
3587
- anchors?: {
3588
- href: string;
3589
- anchor: string;
3590
- icon?: string | {
3591
- name: string;
3592
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3593
- } | undefined;
3594
- color?: {
3595
- light?: string | undefined;
3596
- dark?: string | undefined;
3597
- } | undefined;
3598
- hidden?: boolean | undefined;
3599
- }[] | undefined;
3600
- } | undefined;
905
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3601
906
  } | {
3602
907
  pages: any[];
3603
- global?: {
3604
- languages?: {
3605
- href: string;
3606
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3607
- default?: boolean | undefined;
3608
- hidden?: boolean | undefined;
3609
- }[] | undefined;
3610
- versions?: {
3611
- version: string;
3612
- href: string;
3613
- default?: boolean | undefined;
3614
- hidden?: boolean | undefined;
3615
- }[] | undefined;
3616
- tabs?: {
3617
- href: string;
3618
- tab: string;
3619
- icon?: string | {
3620
- name: string;
3621
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3622
- } | undefined;
3623
- hidden?: boolean | undefined;
3624
- }[] | undefined;
3625
- dropdowns?: {
3626
- href: string;
3627
- dropdown: string;
3628
- icon?: string | {
3629
- name: string;
3630
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3631
- } | undefined;
3632
- color?: {
3633
- light?: string | undefined;
3634
- dark?: string | undefined;
3635
- } | undefined;
3636
- description?: string | undefined;
3637
- hidden?: boolean | undefined;
3638
- }[] | undefined;
3639
- anchors?: {
3640
- href: string;
3641
- anchor: string;
3642
- icon?: string | {
3643
- name: string;
3644
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3645
- } | undefined;
3646
- color?: {
3647
- light?: string | undefined;
3648
- dark?: string | undefined;
3649
- } | undefined;
3650
- hidden?: boolean | undefined;
3651
- }[] | undefined;
3652
- } | undefined;
908
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3653
909
  } | undefined);
3654
910
  description?: string | undefined;
3655
911
  logo?: string | {
@@ -3825,264 +1081,19 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
3825
1081
  };
3826
1082
  navigation: ({
3827
1083
  languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
3828
- global?: {
3829
- languages?: {
3830
- href: string;
3831
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3832
- default?: boolean | undefined;
3833
- hidden?: boolean | undefined;
3834
- }[] | undefined;
3835
- versions?: {
3836
- version: string;
3837
- href: string;
3838
- default?: boolean | undefined;
3839
- hidden?: boolean | undefined;
3840
- }[] | undefined;
3841
- tabs?: {
3842
- href: string;
3843
- tab: string;
3844
- icon?: string | {
3845
- name: string;
3846
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3847
- } | undefined;
3848
- hidden?: boolean | undefined;
3849
- }[] | undefined;
3850
- dropdowns?: {
3851
- href: string;
3852
- dropdown: string;
3853
- icon?: string | {
3854
- name: string;
3855
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3856
- } | undefined;
3857
- color?: {
3858
- light?: string | undefined;
3859
- dark?: string | undefined;
3860
- } | undefined;
3861
- description?: string | undefined;
3862
- hidden?: boolean | undefined;
3863
- }[] | undefined;
3864
- anchors?: {
3865
- href: string;
3866
- anchor: string;
3867
- icon?: string | {
3868
- name: string;
3869
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3870
- } | undefined;
3871
- color?: {
3872
- light?: string | undefined;
3873
- dark?: string | undefined;
3874
- } | undefined;
3875
- hidden?: boolean | undefined;
3876
- }[] | undefined;
3877
- } | undefined;
1084
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3878
1085
  } | {
3879
1086
  versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
3880
- global?: {
3881
- languages?: {
3882
- href: string;
3883
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3884
- default?: boolean | undefined;
3885
- hidden?: boolean | undefined;
3886
- }[] | undefined;
3887
- versions?: {
3888
- version: string;
3889
- href: string;
3890
- default?: boolean | undefined;
3891
- hidden?: boolean | undefined;
3892
- }[] | undefined;
3893
- tabs?: {
3894
- href: string;
3895
- tab: string;
3896
- icon?: string | {
3897
- name: string;
3898
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3899
- } | undefined;
3900
- hidden?: boolean | undefined;
3901
- }[] | undefined;
3902
- dropdowns?: {
3903
- href: string;
3904
- dropdown: string;
3905
- icon?: string | {
3906
- name: string;
3907
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3908
- } | undefined;
3909
- color?: {
3910
- light?: string | undefined;
3911
- dark?: string | undefined;
3912
- } | undefined;
3913
- description?: string | undefined;
3914
- hidden?: boolean | undefined;
3915
- }[] | undefined;
3916
- anchors?: {
3917
- href: string;
3918
- anchor: string;
3919
- icon?: string | {
3920
- name: string;
3921
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3922
- } | undefined;
3923
- color?: {
3924
- light?: string | undefined;
3925
- dark?: string | undefined;
3926
- } | undefined;
3927
- hidden?: boolean | undefined;
3928
- }[] | undefined;
3929
- } | undefined;
1087
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3930
1088
  } | {
3931
1089
  tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
3932
- global?: {
3933
- languages?: {
3934
- href: string;
3935
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3936
- default?: boolean | undefined;
3937
- hidden?: boolean | undefined;
3938
- }[] | undefined;
3939
- versions?: {
3940
- version: string;
3941
- href: string;
3942
- default?: boolean | undefined;
3943
- hidden?: boolean | undefined;
3944
- }[] | undefined;
3945
- tabs?: {
3946
- href: string;
3947
- tab: string;
3948
- icon?: string | {
3949
- name: string;
3950
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3951
- } | undefined;
3952
- hidden?: boolean | undefined;
3953
- }[] | undefined;
3954
- dropdowns?: {
3955
- href: string;
3956
- dropdown: string;
3957
- icon?: string | {
3958
- name: string;
3959
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3960
- } | undefined;
3961
- color?: {
3962
- light?: string | undefined;
3963
- dark?: string | undefined;
3964
- } | undefined;
3965
- description?: string | undefined;
3966
- hidden?: boolean | undefined;
3967
- }[] | undefined;
3968
- anchors?: {
3969
- href: string;
3970
- anchor: string;
3971
- icon?: string | {
3972
- name: string;
3973
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3974
- } | undefined;
3975
- color?: {
3976
- light?: string | undefined;
3977
- dark?: string | undefined;
3978
- } | undefined;
3979
- hidden?: boolean | undefined;
3980
- }[] | undefined;
3981
- } | undefined;
1090
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3982
1091
  } | {
3983
1092
  dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
3984
- global?: {
3985
- languages?: {
3986
- href: string;
3987
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3988
- default?: boolean | undefined;
3989
- hidden?: boolean | undefined;
3990
- }[] | undefined;
3991
- versions?: {
3992
- version: string;
3993
- href: string;
3994
- default?: boolean | undefined;
3995
- hidden?: boolean | undefined;
3996
- }[] | undefined;
3997
- tabs?: {
3998
- href: string;
3999
- tab: string;
4000
- icon?: string | {
4001
- name: string;
4002
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4003
- } | undefined;
4004
- hidden?: boolean | undefined;
4005
- }[] | undefined;
4006
- dropdowns?: {
4007
- href: string;
4008
- dropdown: string;
4009
- icon?: string | {
4010
- name: string;
4011
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4012
- } | undefined;
4013
- color?: {
4014
- light?: string | undefined;
4015
- dark?: string | undefined;
4016
- } | undefined;
4017
- description?: string | undefined;
4018
- hidden?: boolean | undefined;
4019
- }[] | undefined;
4020
- anchors?: {
4021
- href: string;
4022
- anchor: string;
4023
- icon?: string | {
4024
- name: string;
4025
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4026
- } | undefined;
4027
- color?: {
4028
- light?: string | undefined;
4029
- dark?: string | undefined;
4030
- } | undefined;
4031
- hidden?: boolean | undefined;
4032
- }[] | undefined;
4033
- } | undefined;
1093
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
4034
1094
  } | {
4035
1095
  anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
4036
- global?: {
4037
- languages?: {
4038
- href: string;
4039
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4040
- default?: boolean | undefined;
4041
- hidden?: boolean | undefined;
4042
- }[] | undefined;
4043
- versions?: {
4044
- version: string;
4045
- href: string;
4046
- default?: boolean | undefined;
4047
- hidden?: boolean | undefined;
4048
- }[] | undefined;
4049
- tabs?: {
4050
- href: string;
4051
- tab: string;
4052
- icon?: string | {
4053
- name: string;
4054
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4055
- } | undefined;
4056
- hidden?: boolean | undefined;
4057
- }[] | undefined;
4058
- dropdowns?: {
4059
- href: string;
4060
- dropdown: string;
4061
- icon?: string | {
4062
- name: string;
4063
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4064
- } | undefined;
4065
- color?: {
4066
- light?: string | undefined;
4067
- dark?: string | undefined;
4068
- } | undefined;
4069
- description?: string | undefined;
4070
- hidden?: boolean | undefined;
4071
- }[] | undefined;
4072
- anchors?: {
4073
- href: string;
4074
- anchor: string;
4075
- icon?: string | {
4076
- name: string;
4077
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4078
- } | undefined;
4079
- color?: {
4080
- light?: string | undefined;
4081
- dark?: string | undefined;
4082
- } | undefined;
4083
- hidden?: boolean | undefined;
4084
- }[] | undefined;
4085
- } | undefined;
1096
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
4086
1097
  } | {
4087
1098
  groups: ({
4088
1099
  openapi: (string | string[] | {
@@ -4109,368 +1120,25 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
4109
1120
  hidden?: boolean | undefined;
4110
1121
  root?: string | undefined;
4111
1122
  })[];
4112
- global?: {
4113
- languages?: {
4114
- href: string;
4115
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4116
- default?: boolean | undefined;
4117
- hidden?: boolean | undefined;
4118
- }[] | undefined;
4119
- versions?: {
4120
- version: string;
4121
- href: string;
4122
- default?: boolean | undefined;
4123
- hidden?: boolean | undefined;
4124
- }[] | undefined;
4125
- tabs?: {
4126
- href: string;
4127
- tab: string;
4128
- icon?: string | {
4129
- name: string;
4130
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4131
- } | undefined;
4132
- hidden?: boolean | undefined;
4133
- }[] | undefined;
4134
- dropdowns?: {
4135
- href: string;
4136
- dropdown: string;
4137
- icon?: string | {
4138
- name: string;
4139
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4140
- } | undefined;
4141
- color?: {
4142
- light?: string | undefined;
4143
- dark?: string | undefined;
4144
- } | undefined;
4145
- description?: string | undefined;
4146
- hidden?: boolean | undefined;
4147
- }[] | undefined;
4148
- anchors?: {
4149
- href: string;
4150
- anchor: string;
4151
- icon?: string | {
4152
- name: string;
4153
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4154
- } | undefined;
4155
- color?: {
4156
- light?: string | undefined;
4157
- dark?: string | undefined;
4158
- } | undefined;
4159
- hidden?: boolean | undefined;
4160
- }[] | undefined;
4161
- } | undefined;
1123
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
4162
1124
  } | {
4163
1125
  pages: any[];
4164
- global?: {
4165
- languages?: {
4166
- href: string;
4167
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4168
- default?: boolean | undefined;
4169
- hidden?: boolean | undefined;
4170
- }[] | undefined;
4171
- versions?: {
4172
- version: string;
4173
- href: string;
4174
- default?: boolean | undefined;
4175
- hidden?: boolean | undefined;
4176
- }[] | undefined;
4177
- tabs?: {
4178
- href: string;
4179
- tab: string;
4180
- icon?: string | {
4181
- name: string;
4182
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4183
- } | undefined;
4184
- hidden?: boolean | undefined;
4185
- }[] | undefined;
4186
- dropdowns?: {
4187
- href: string;
4188
- dropdown: string;
4189
- icon?: string | {
4190
- name: string;
4191
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4192
- } | undefined;
4193
- color?: {
4194
- light?: string | undefined;
4195
- dark?: string | undefined;
4196
- } | undefined;
4197
- description?: string | undefined;
4198
- hidden?: boolean | undefined;
4199
- }[] | undefined;
4200
- anchors?: {
4201
- href: string;
4202
- anchor: string;
4203
- icon?: string | {
4204
- name: string;
4205
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4206
- } | undefined;
4207
- color?: {
4208
- light?: string | undefined;
4209
- dark?: string | undefined;
4210
- } | undefined;
4211
- hidden?: boolean | undefined;
4212
- }[] | undefined;
4213
- } | undefined;
1126
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
4214
1127
  }) & ({
4215
1128
  languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
4216
- global?: {
4217
- languages?: {
4218
- href: string;
4219
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4220
- default?: boolean | undefined;
4221
- hidden?: boolean | undefined;
4222
- }[] | undefined;
4223
- versions?: {
4224
- version: string;
4225
- href: string;
4226
- default?: boolean | undefined;
4227
- hidden?: boolean | undefined;
4228
- }[] | undefined;
4229
- tabs?: {
4230
- href: string;
4231
- tab: string;
4232
- icon?: string | {
4233
- name: string;
4234
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4235
- } | undefined;
4236
- hidden?: boolean | undefined;
4237
- }[] | undefined;
4238
- dropdowns?: {
4239
- href: string;
4240
- dropdown: string;
4241
- icon?: string | {
4242
- name: string;
4243
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4244
- } | undefined;
4245
- color?: {
4246
- light?: string | undefined;
4247
- dark?: string | undefined;
4248
- } | undefined;
4249
- description?: string | undefined;
4250
- hidden?: boolean | undefined;
4251
- }[] | undefined;
4252
- anchors?: {
4253
- href: string;
4254
- anchor: string;
4255
- icon?: string | {
4256
- name: string;
4257
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4258
- } | undefined;
4259
- color?: {
4260
- light?: string | undefined;
4261
- dark?: string | undefined;
4262
- } | undefined;
4263
- hidden?: boolean | undefined;
4264
- }[] | undefined;
4265
- } | undefined;
1129
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
4266
1130
  } | {
4267
1131
  versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
4268
- global?: {
4269
- languages?: {
4270
- href: string;
4271
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4272
- default?: boolean | undefined;
4273
- hidden?: boolean | undefined;
4274
- }[] | undefined;
4275
- versions?: {
4276
- version: string;
4277
- href: string;
4278
- default?: boolean | undefined;
4279
- hidden?: boolean | undefined;
4280
- }[] | undefined;
4281
- tabs?: {
4282
- href: string;
4283
- tab: string;
4284
- icon?: string | {
4285
- name: string;
4286
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4287
- } | undefined;
4288
- hidden?: boolean | undefined;
4289
- }[] | undefined;
4290
- dropdowns?: {
4291
- href: string;
4292
- dropdown: string;
4293
- icon?: string | {
4294
- name: string;
4295
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4296
- } | undefined;
4297
- color?: {
4298
- light?: string | undefined;
4299
- dark?: string | undefined;
4300
- } | undefined;
4301
- description?: string | undefined;
4302
- hidden?: boolean | undefined;
4303
- }[] | undefined;
4304
- anchors?: {
4305
- href: string;
4306
- anchor: string;
4307
- icon?: string | {
4308
- name: string;
4309
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4310
- } | undefined;
4311
- color?: {
4312
- light?: string | undefined;
4313
- dark?: string | undefined;
4314
- } | undefined;
4315
- hidden?: boolean | undefined;
4316
- }[] | undefined;
4317
- } | undefined;
1132
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
4318
1133
  } | {
4319
1134
  tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
4320
- global?: {
4321
- languages?: {
4322
- href: string;
4323
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4324
- default?: boolean | undefined;
4325
- hidden?: boolean | undefined;
4326
- }[] | undefined;
4327
- versions?: {
4328
- version: string;
4329
- href: string;
4330
- default?: boolean | undefined;
4331
- hidden?: boolean | undefined;
4332
- }[] | undefined;
4333
- tabs?: {
4334
- href: string;
4335
- tab: string;
4336
- icon?: string | {
4337
- name: string;
4338
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4339
- } | undefined;
4340
- hidden?: boolean | undefined;
4341
- }[] | undefined;
4342
- dropdowns?: {
4343
- href: string;
4344
- dropdown: string;
4345
- icon?: string | {
4346
- name: string;
4347
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4348
- } | undefined;
4349
- color?: {
4350
- light?: string | undefined;
4351
- dark?: string | undefined;
4352
- } | undefined;
4353
- description?: string | undefined;
4354
- hidden?: boolean | undefined;
4355
- }[] | undefined;
4356
- anchors?: {
4357
- href: string;
4358
- anchor: string;
4359
- icon?: string | {
4360
- name: string;
4361
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4362
- } | undefined;
4363
- color?: {
4364
- light?: string | undefined;
4365
- dark?: string | undefined;
4366
- } | undefined;
4367
- hidden?: boolean | undefined;
4368
- }[] | undefined;
4369
- } | undefined;
1135
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
4370
1136
  } | {
4371
1137
  dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
4372
- global?: {
4373
- languages?: {
4374
- href: string;
4375
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4376
- default?: boolean | undefined;
4377
- hidden?: boolean | undefined;
4378
- }[] | undefined;
4379
- versions?: {
4380
- version: string;
4381
- href: string;
4382
- default?: boolean | undefined;
4383
- hidden?: boolean | undefined;
4384
- }[] | undefined;
4385
- tabs?: {
4386
- href: string;
4387
- tab: string;
4388
- icon?: string | {
4389
- name: string;
4390
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4391
- } | undefined;
4392
- hidden?: boolean | undefined;
4393
- }[] | undefined;
4394
- dropdowns?: {
4395
- href: string;
4396
- dropdown: string;
4397
- icon?: string | {
4398
- name: string;
4399
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4400
- } | undefined;
4401
- color?: {
4402
- light?: string | undefined;
4403
- dark?: string | undefined;
4404
- } | undefined;
4405
- description?: string | undefined;
4406
- hidden?: boolean | undefined;
4407
- }[] | undefined;
4408
- anchors?: {
4409
- href: string;
4410
- anchor: string;
4411
- icon?: string | {
4412
- name: string;
4413
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4414
- } | undefined;
4415
- color?: {
4416
- light?: string | undefined;
4417
- dark?: string | undefined;
4418
- } | undefined;
4419
- hidden?: boolean | undefined;
4420
- }[] | undefined;
4421
- } | undefined;
1138
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
4422
1139
  } | {
4423
1140
  anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
4424
- global?: {
4425
- languages?: {
4426
- href: string;
4427
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4428
- default?: boolean | undefined;
4429
- hidden?: boolean | undefined;
4430
- }[] | undefined;
4431
- versions?: {
4432
- version: string;
4433
- href: string;
4434
- default?: boolean | undefined;
4435
- hidden?: boolean | undefined;
4436
- }[] | undefined;
4437
- tabs?: {
4438
- href: string;
4439
- tab: string;
4440
- icon?: string | {
4441
- name: string;
4442
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4443
- } | undefined;
4444
- hidden?: boolean | undefined;
4445
- }[] | undefined;
4446
- dropdowns?: {
4447
- href: string;
4448
- dropdown: string;
4449
- icon?: string | {
4450
- name: string;
4451
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4452
- } | undefined;
4453
- color?: {
4454
- light?: string | undefined;
4455
- dark?: string | undefined;
4456
- } | undefined;
4457
- description?: string | undefined;
4458
- hidden?: boolean | undefined;
4459
- }[] | undefined;
4460
- anchors?: {
4461
- href: string;
4462
- anchor: string;
4463
- icon?: string | {
4464
- name: string;
4465
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4466
- } | undefined;
4467
- color?: {
4468
- light?: string | undefined;
4469
- dark?: string | undefined;
4470
- } | undefined;
4471
- hidden?: boolean | undefined;
4472
- }[] | undefined;
4473
- } | undefined;
1141
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
4474
1142
  } | {
4475
1143
  groups: ({
4476
1144
  openapi: (string | string[] | {
@@ -4497,108 +1165,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
4497
1165
  hidden?: boolean | undefined;
4498
1166
  root?: string | undefined;
4499
1167
  })[];
4500
- global?: {
4501
- languages?: {
4502
- href: string;
4503
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4504
- default?: boolean | undefined;
4505
- hidden?: boolean | undefined;
4506
- }[] | undefined;
4507
- versions?: {
4508
- version: string;
4509
- href: string;
4510
- default?: boolean | undefined;
4511
- hidden?: boolean | undefined;
4512
- }[] | undefined;
4513
- tabs?: {
4514
- href: string;
4515
- tab: string;
4516
- icon?: string | {
4517
- name: string;
4518
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4519
- } | undefined;
4520
- hidden?: boolean | undefined;
4521
- }[] | undefined;
4522
- dropdowns?: {
4523
- href: string;
4524
- dropdown: string;
4525
- icon?: string | {
4526
- name: string;
4527
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4528
- } | undefined;
4529
- color?: {
4530
- light?: string | undefined;
4531
- dark?: string | undefined;
4532
- } | undefined;
4533
- description?: string | undefined;
4534
- hidden?: boolean | undefined;
4535
- }[] | undefined;
4536
- anchors?: {
4537
- href: string;
4538
- anchor: string;
4539
- icon?: string | {
4540
- name: string;
4541
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4542
- } | undefined;
4543
- color?: {
4544
- light?: string | undefined;
4545
- dark?: string | undefined;
4546
- } | undefined;
4547
- hidden?: boolean | undefined;
4548
- }[] | undefined;
4549
- } | undefined;
1168
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
4550
1169
  } | {
4551
1170
  pages: any[];
4552
- global?: {
4553
- languages?: {
4554
- href: string;
4555
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4556
- default?: boolean | undefined;
4557
- hidden?: boolean | undefined;
4558
- }[] | undefined;
4559
- versions?: {
4560
- version: string;
4561
- href: string;
4562
- default?: boolean | undefined;
4563
- hidden?: boolean | undefined;
4564
- }[] | undefined;
4565
- tabs?: {
4566
- href: string;
4567
- tab: string;
4568
- icon?: string | {
4569
- name: string;
4570
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4571
- } | undefined;
4572
- hidden?: boolean | undefined;
4573
- }[] | undefined;
4574
- dropdowns?: {
4575
- href: string;
4576
- dropdown: string;
4577
- icon?: string | {
4578
- name: string;
4579
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4580
- } | undefined;
4581
- color?: {
4582
- light?: string | undefined;
4583
- dark?: string | undefined;
4584
- } | undefined;
4585
- description?: string | undefined;
4586
- hidden?: boolean | undefined;
4587
- }[] | undefined;
4588
- anchors?: {
4589
- href: string;
4590
- anchor: string;
4591
- icon?: string | {
4592
- name: string;
4593
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4594
- } | undefined;
4595
- color?: {
4596
- light?: string | undefined;
4597
- dark?: string | undefined;
4598
- } | undefined;
4599
- hidden?: boolean | undefined;
4600
- }[] | undefined;
4601
- } | undefined;
1171
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
4602
1172
  } | undefined);
4603
1173
  description?: string | undefined;
4604
1174
  logo?: string | {