@mintlify/prebuild 1.0.370 → 1.0.371

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