@mintlify/prebuild 1.0.342 → 1.0.344

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.
@@ -1,5 +1,4390 @@
1
1
  import type { OpenApiFile } from '@mintlify/models';
2
- export declare const update: (contentDirectoryPath: string, staticFilenames: string[], openApiFiles: OpenApiFile[], contentFilenames: string[], snippets: string[], snippetV2Filenames: string[], docsConfigPath?: string | null) => Promise<import("@mintlify/models").MintConfigType>;
2
+ export declare const update: (contentDirectoryPath: string, staticFilenames: string[], openApiFiles: OpenApiFile[], contentFilenames: string[], snippets: string[], snippetV2Filenames: string[], docsConfigPath?: string | null) => Promise<{
3
+ name: string;
4
+ $schema: string;
5
+ theme: "mint";
6
+ colors: {
7
+ primary: string;
8
+ light?: string | undefined;
9
+ dark?: string | undefined;
10
+ };
11
+ navigation: ({
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
+ hidden?: boolean | undefined;
43
+ }[] | undefined;
44
+ anchors?: {
45
+ href: string;
46
+ anchor: string;
47
+ icon?: string | {
48
+ name: string;
49
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
50
+ } | undefined;
51
+ color?: {
52
+ light?: string | undefined;
53
+ dark?: string | undefined;
54
+ } | undefined;
55
+ hidden?: boolean | undefined;
56
+ }[] | undefined;
57
+ } | undefined;
58
+ } | {
59
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
60
+ global?: {
61
+ languages?: {
62
+ href: string;
63
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
64
+ default?: boolean | undefined;
65
+ hidden?: boolean | undefined;
66
+ }[] | undefined;
67
+ versions?: {
68
+ version: string;
69
+ href: string;
70
+ default?: boolean | undefined;
71
+ hidden?: boolean | undefined;
72
+ }[] | undefined;
73
+ tabs?: {
74
+ href: string;
75
+ tab: string;
76
+ icon?: string | {
77
+ name: string;
78
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
79
+ } | undefined;
80
+ hidden?: boolean | undefined;
81
+ }[] | undefined;
82
+ dropdowns?: {
83
+ href: string;
84
+ dropdown: string;
85
+ icon?: string | {
86
+ name: string;
87
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
88
+ } | undefined;
89
+ hidden?: boolean | undefined;
90
+ }[] | undefined;
91
+ anchors?: {
92
+ href: string;
93
+ anchor: string;
94
+ icon?: string | {
95
+ name: string;
96
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
97
+ } | undefined;
98
+ color?: {
99
+ light?: string | undefined;
100
+ dark?: string | undefined;
101
+ } | undefined;
102
+ hidden?: boolean | undefined;
103
+ }[] | undefined;
104
+ } | undefined;
105
+ } | {
106
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
107
+ global?: {
108
+ languages?: {
109
+ href: string;
110
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
111
+ default?: boolean | undefined;
112
+ hidden?: boolean | undefined;
113
+ }[] | undefined;
114
+ versions?: {
115
+ version: string;
116
+ href: string;
117
+ default?: boolean | undefined;
118
+ hidden?: boolean | undefined;
119
+ }[] | undefined;
120
+ tabs?: {
121
+ href: string;
122
+ tab: string;
123
+ icon?: string | {
124
+ name: string;
125
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
126
+ } | undefined;
127
+ hidden?: boolean | undefined;
128
+ }[] | undefined;
129
+ dropdowns?: {
130
+ href: string;
131
+ dropdown: string;
132
+ icon?: string | {
133
+ name: string;
134
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
135
+ } | undefined;
136
+ hidden?: boolean | undefined;
137
+ }[] | undefined;
138
+ anchors?: {
139
+ href: string;
140
+ anchor: string;
141
+ icon?: string | {
142
+ name: string;
143
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
144
+ } | undefined;
145
+ color?: {
146
+ light?: string | undefined;
147
+ dark?: string | undefined;
148
+ } | undefined;
149
+ hidden?: boolean | undefined;
150
+ }[] | undefined;
151
+ } | undefined;
152
+ } | {
153
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
154
+ global?: {
155
+ languages?: {
156
+ href: string;
157
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
158
+ default?: boolean | undefined;
159
+ hidden?: boolean | undefined;
160
+ }[] | undefined;
161
+ versions?: {
162
+ version: string;
163
+ href: string;
164
+ default?: boolean | undefined;
165
+ hidden?: boolean | undefined;
166
+ }[] | undefined;
167
+ tabs?: {
168
+ href: string;
169
+ tab: string;
170
+ icon?: string | {
171
+ name: string;
172
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
173
+ } | undefined;
174
+ hidden?: boolean | undefined;
175
+ }[] | undefined;
176
+ dropdowns?: {
177
+ href: string;
178
+ dropdown: string;
179
+ icon?: string | {
180
+ name: string;
181
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
182
+ } | undefined;
183
+ hidden?: boolean | undefined;
184
+ }[] | undefined;
185
+ anchors?: {
186
+ href: string;
187
+ anchor: string;
188
+ icon?: string | {
189
+ name: string;
190
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
191
+ } | undefined;
192
+ color?: {
193
+ light?: string | undefined;
194
+ dark?: string | undefined;
195
+ } | undefined;
196
+ hidden?: boolean | undefined;
197
+ }[] | undefined;
198
+ } | undefined;
199
+ } | {
200
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
201
+ global?: {
202
+ languages?: {
203
+ href: string;
204
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
205
+ default?: boolean | undefined;
206
+ hidden?: boolean | undefined;
207
+ }[] | undefined;
208
+ versions?: {
209
+ version: string;
210
+ href: string;
211
+ default?: boolean | undefined;
212
+ hidden?: boolean | undefined;
213
+ }[] | undefined;
214
+ tabs?: {
215
+ href: string;
216
+ tab: string;
217
+ icon?: string | {
218
+ name: string;
219
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
220
+ } | undefined;
221
+ hidden?: boolean | undefined;
222
+ }[] | undefined;
223
+ dropdowns?: {
224
+ href: string;
225
+ dropdown: string;
226
+ icon?: string | {
227
+ name: string;
228
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
229
+ } | undefined;
230
+ hidden?: boolean | undefined;
231
+ }[] | undefined;
232
+ anchors?: {
233
+ href: string;
234
+ anchor: string;
235
+ icon?: string | {
236
+ name: string;
237
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
238
+ } | undefined;
239
+ color?: {
240
+ light?: string | undefined;
241
+ dark?: string | undefined;
242
+ } | undefined;
243
+ hidden?: boolean | undefined;
244
+ }[] | undefined;
245
+ } | undefined;
246
+ } | {
247
+ groups: ({
248
+ openapi: (string | string[] | {
249
+ source: string;
250
+ directory?: string | undefined;
251
+ }) & (string | string[] | {
252
+ source: string;
253
+ directory?: string | undefined;
254
+ } | undefined);
255
+ group: string;
256
+ icon?: string | {
257
+ name: string;
258
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
259
+ } | undefined;
260
+ hidden?: boolean | undefined;
261
+ root?: string | undefined;
262
+ } | {
263
+ group: string;
264
+ pages: any[];
265
+ icon?: string | {
266
+ name: string;
267
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
268
+ } | undefined;
269
+ hidden?: boolean | undefined;
270
+ root?: string | undefined;
271
+ })[];
272
+ global?: {
273
+ languages?: {
274
+ href: string;
275
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
276
+ default?: boolean | undefined;
277
+ hidden?: boolean | undefined;
278
+ }[] | undefined;
279
+ versions?: {
280
+ version: string;
281
+ href: string;
282
+ default?: boolean | undefined;
283
+ hidden?: boolean | undefined;
284
+ }[] | undefined;
285
+ tabs?: {
286
+ href: string;
287
+ tab: string;
288
+ icon?: string | {
289
+ name: string;
290
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
291
+ } | undefined;
292
+ hidden?: boolean | undefined;
293
+ }[] | undefined;
294
+ dropdowns?: {
295
+ href: string;
296
+ dropdown: string;
297
+ icon?: string | {
298
+ name: string;
299
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
300
+ } | undefined;
301
+ hidden?: boolean | undefined;
302
+ }[] | undefined;
303
+ anchors?: {
304
+ href: string;
305
+ anchor: string;
306
+ icon?: string | {
307
+ name: string;
308
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
309
+ } | undefined;
310
+ color?: {
311
+ light?: string | undefined;
312
+ dark?: string | undefined;
313
+ } | undefined;
314
+ hidden?: boolean | undefined;
315
+ }[] | undefined;
316
+ } | undefined;
317
+ } | {
318
+ pages: any[];
319
+ global?: {
320
+ languages?: {
321
+ href: string;
322
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
323
+ default?: boolean | undefined;
324
+ hidden?: boolean | undefined;
325
+ }[] | undefined;
326
+ versions?: {
327
+ version: string;
328
+ href: string;
329
+ default?: boolean | undefined;
330
+ hidden?: boolean | undefined;
331
+ }[] | undefined;
332
+ tabs?: {
333
+ href: string;
334
+ tab: string;
335
+ icon?: string | {
336
+ name: string;
337
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
338
+ } | undefined;
339
+ hidden?: boolean | undefined;
340
+ }[] | undefined;
341
+ dropdowns?: {
342
+ href: string;
343
+ dropdown: string;
344
+ icon?: string | {
345
+ name: string;
346
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
347
+ } | undefined;
348
+ hidden?: boolean | undefined;
349
+ }[] | undefined;
350
+ anchors?: {
351
+ href: string;
352
+ anchor: string;
353
+ icon?: string | {
354
+ name: string;
355
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
356
+ } | undefined;
357
+ color?: {
358
+ light?: string | undefined;
359
+ dark?: string | undefined;
360
+ } | undefined;
361
+ hidden?: boolean | undefined;
362
+ }[] | undefined;
363
+ } | undefined;
364
+ }) & ({
365
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
366
+ global?: {
367
+ languages?: {
368
+ href: string;
369
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
370
+ default?: boolean | undefined;
371
+ hidden?: boolean | undefined;
372
+ }[] | undefined;
373
+ versions?: {
374
+ version: string;
375
+ href: string;
376
+ default?: boolean | undefined;
377
+ hidden?: boolean | undefined;
378
+ }[] | undefined;
379
+ tabs?: {
380
+ href: string;
381
+ tab: string;
382
+ icon?: string | {
383
+ name: string;
384
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
385
+ } | undefined;
386
+ hidden?: boolean | undefined;
387
+ }[] | undefined;
388
+ dropdowns?: {
389
+ href: string;
390
+ dropdown: string;
391
+ icon?: string | {
392
+ name: string;
393
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
394
+ } | undefined;
395
+ hidden?: boolean | undefined;
396
+ }[] | undefined;
397
+ anchors?: {
398
+ href: string;
399
+ anchor: string;
400
+ icon?: string | {
401
+ name: string;
402
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
403
+ } | undefined;
404
+ color?: {
405
+ light?: string | undefined;
406
+ dark?: string | undefined;
407
+ } | undefined;
408
+ hidden?: boolean | undefined;
409
+ }[] | undefined;
410
+ } | undefined;
411
+ } | {
412
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
413
+ global?: {
414
+ languages?: {
415
+ href: string;
416
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
417
+ default?: boolean | undefined;
418
+ hidden?: boolean | undefined;
419
+ }[] | undefined;
420
+ versions?: {
421
+ version: string;
422
+ href: string;
423
+ default?: boolean | undefined;
424
+ hidden?: boolean | undefined;
425
+ }[] | undefined;
426
+ tabs?: {
427
+ href: string;
428
+ tab: string;
429
+ icon?: string | {
430
+ name: string;
431
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
432
+ } | undefined;
433
+ hidden?: boolean | undefined;
434
+ }[] | undefined;
435
+ dropdowns?: {
436
+ href: string;
437
+ dropdown: string;
438
+ icon?: string | {
439
+ name: string;
440
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
441
+ } | undefined;
442
+ hidden?: boolean | undefined;
443
+ }[] | undefined;
444
+ anchors?: {
445
+ href: string;
446
+ anchor: string;
447
+ icon?: string | {
448
+ name: string;
449
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
450
+ } | undefined;
451
+ color?: {
452
+ light?: string | undefined;
453
+ dark?: string | undefined;
454
+ } | undefined;
455
+ hidden?: boolean | undefined;
456
+ }[] | undefined;
457
+ } | undefined;
458
+ } | {
459
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
460
+ global?: {
461
+ languages?: {
462
+ href: string;
463
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
464
+ default?: boolean | undefined;
465
+ hidden?: boolean | undefined;
466
+ }[] | undefined;
467
+ versions?: {
468
+ version: string;
469
+ href: string;
470
+ default?: boolean | undefined;
471
+ hidden?: boolean | undefined;
472
+ }[] | undefined;
473
+ tabs?: {
474
+ href: string;
475
+ tab: string;
476
+ icon?: string | {
477
+ name: string;
478
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
479
+ } | undefined;
480
+ hidden?: boolean | undefined;
481
+ }[] | undefined;
482
+ dropdowns?: {
483
+ href: string;
484
+ dropdown: string;
485
+ icon?: string | {
486
+ name: string;
487
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
488
+ } | undefined;
489
+ hidden?: boolean | undefined;
490
+ }[] | undefined;
491
+ anchors?: {
492
+ href: string;
493
+ anchor: string;
494
+ icon?: string | {
495
+ name: string;
496
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
497
+ } | undefined;
498
+ color?: {
499
+ light?: string | undefined;
500
+ dark?: string | undefined;
501
+ } | undefined;
502
+ hidden?: boolean | undefined;
503
+ }[] | undefined;
504
+ } | undefined;
505
+ } | {
506
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
507
+ global?: {
508
+ languages?: {
509
+ href: string;
510
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
511
+ default?: boolean | undefined;
512
+ hidden?: boolean | undefined;
513
+ }[] | undefined;
514
+ versions?: {
515
+ version: string;
516
+ href: string;
517
+ default?: boolean | undefined;
518
+ hidden?: boolean | undefined;
519
+ }[] | undefined;
520
+ tabs?: {
521
+ href: string;
522
+ tab: string;
523
+ icon?: string | {
524
+ name: string;
525
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
526
+ } | undefined;
527
+ hidden?: boolean | undefined;
528
+ }[] | undefined;
529
+ dropdowns?: {
530
+ href: string;
531
+ dropdown: string;
532
+ icon?: string | {
533
+ name: string;
534
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
535
+ } | undefined;
536
+ hidden?: boolean | undefined;
537
+ }[] | undefined;
538
+ anchors?: {
539
+ href: string;
540
+ anchor: string;
541
+ icon?: string | {
542
+ name: string;
543
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
544
+ } | undefined;
545
+ color?: {
546
+ light?: string | undefined;
547
+ dark?: string | undefined;
548
+ } | undefined;
549
+ hidden?: boolean | undefined;
550
+ }[] | undefined;
551
+ } | undefined;
552
+ } | {
553
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
554
+ global?: {
555
+ languages?: {
556
+ href: string;
557
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
558
+ default?: boolean | undefined;
559
+ hidden?: boolean | undefined;
560
+ }[] | undefined;
561
+ versions?: {
562
+ version: string;
563
+ href: string;
564
+ default?: boolean | undefined;
565
+ hidden?: boolean | undefined;
566
+ }[] | undefined;
567
+ tabs?: {
568
+ href: string;
569
+ tab: string;
570
+ icon?: string | {
571
+ name: string;
572
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
573
+ } | undefined;
574
+ hidden?: boolean | undefined;
575
+ }[] | undefined;
576
+ dropdowns?: {
577
+ href: string;
578
+ dropdown: string;
579
+ icon?: string | {
580
+ name: string;
581
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
582
+ } | undefined;
583
+ hidden?: boolean | undefined;
584
+ }[] | undefined;
585
+ anchors?: {
586
+ href: string;
587
+ anchor: string;
588
+ icon?: string | {
589
+ name: string;
590
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
591
+ } | undefined;
592
+ color?: {
593
+ light?: string | undefined;
594
+ dark?: string | undefined;
595
+ } | undefined;
596
+ hidden?: boolean | undefined;
597
+ }[] | undefined;
598
+ } | undefined;
599
+ } | {
600
+ groups: ({
601
+ openapi: (string | string[] | {
602
+ source: string;
603
+ directory?: string | undefined;
604
+ }) & (string | string[] | {
605
+ source: string;
606
+ directory?: string | undefined;
607
+ } | undefined);
608
+ group: string;
609
+ icon?: string | {
610
+ name: string;
611
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
612
+ } | undefined;
613
+ hidden?: boolean | undefined;
614
+ root?: string | undefined;
615
+ } | {
616
+ group: string;
617
+ pages: any[];
618
+ icon?: string | {
619
+ name: string;
620
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
621
+ } | undefined;
622
+ hidden?: boolean | undefined;
623
+ root?: string | undefined;
624
+ })[];
625
+ global?: {
626
+ languages?: {
627
+ href: string;
628
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
629
+ default?: boolean | undefined;
630
+ hidden?: boolean | undefined;
631
+ }[] | undefined;
632
+ versions?: {
633
+ version: string;
634
+ href: string;
635
+ default?: boolean | undefined;
636
+ hidden?: boolean | undefined;
637
+ }[] | undefined;
638
+ tabs?: {
639
+ href: string;
640
+ tab: string;
641
+ icon?: string | {
642
+ name: string;
643
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
644
+ } | undefined;
645
+ hidden?: boolean | undefined;
646
+ }[] | undefined;
647
+ dropdowns?: {
648
+ href: string;
649
+ dropdown: string;
650
+ icon?: string | {
651
+ name: string;
652
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
653
+ } | undefined;
654
+ hidden?: boolean | undefined;
655
+ }[] | undefined;
656
+ anchors?: {
657
+ href: string;
658
+ anchor: string;
659
+ icon?: string | {
660
+ name: string;
661
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
662
+ } | undefined;
663
+ color?: {
664
+ light?: string | undefined;
665
+ dark?: string | undefined;
666
+ } | undefined;
667
+ hidden?: boolean | undefined;
668
+ }[] | undefined;
669
+ } | undefined;
670
+ } | {
671
+ pages: any[];
672
+ global?: {
673
+ languages?: {
674
+ href: string;
675
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
676
+ default?: boolean | undefined;
677
+ hidden?: boolean | undefined;
678
+ }[] | undefined;
679
+ versions?: {
680
+ version: string;
681
+ href: string;
682
+ default?: boolean | undefined;
683
+ hidden?: boolean | undefined;
684
+ }[] | undefined;
685
+ tabs?: {
686
+ href: string;
687
+ tab: string;
688
+ icon?: string | {
689
+ name: string;
690
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
691
+ } | undefined;
692
+ hidden?: boolean | undefined;
693
+ }[] | undefined;
694
+ dropdowns?: {
695
+ href: string;
696
+ dropdown: string;
697
+ icon?: string | {
698
+ name: string;
699
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
700
+ } | undefined;
701
+ hidden?: boolean | undefined;
702
+ }[] | undefined;
703
+ anchors?: {
704
+ href: string;
705
+ anchor: string;
706
+ icon?: string | {
707
+ name: string;
708
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
709
+ } | undefined;
710
+ color?: {
711
+ light?: string | undefined;
712
+ dark?: string | undefined;
713
+ } | undefined;
714
+ hidden?: boolean | undefined;
715
+ }[] | undefined;
716
+ } | undefined;
717
+ } | undefined);
718
+ description?: string | undefined;
719
+ logo?: string | {
720
+ light: string;
721
+ dark: string;
722
+ href?: string | undefined;
723
+ } | undefined;
724
+ favicon?: string | {
725
+ light: string;
726
+ dark: string;
727
+ } | undefined;
728
+ api?: {
729
+ openapi?: string | string[] | {
730
+ source: string;
731
+ directory?: string | undefined;
732
+ } | undefined;
733
+ playground?: {
734
+ display?: "simple" | "none" | "interactive" | undefined;
735
+ proxy?: boolean | undefined;
736
+ } | undefined;
737
+ examples?: {
738
+ languages?: string[] | undefined;
739
+ } | undefined;
740
+ mdx?: {
741
+ auth?: "key" | "bearer" | "basic" | "cobo" | undefined;
742
+ server?: string | string[] | undefined;
743
+ } | undefined;
744
+ } | undefined;
745
+ appearance?: {
746
+ default?: "light" | "dark" | "system" | undefined;
747
+ strict?: boolean | undefined;
748
+ } | undefined;
749
+ background?: {
750
+ image?: string | {
751
+ light: string;
752
+ dark: string;
753
+ } | undefined;
754
+ decoration?: "gradient" | "grid" | "windows" | undefined;
755
+ color?: {
756
+ light?: string | undefined;
757
+ dark?: string | undefined;
758
+ } | undefined;
759
+ } | undefined;
760
+ navbar?: {
761
+ links?: {
762
+ href: string;
763
+ label: string;
764
+ }[] | undefined;
765
+ primary?: {
766
+ type: "button";
767
+ href: string;
768
+ label: string;
769
+ } | {
770
+ type: "github";
771
+ href: string;
772
+ } | undefined;
773
+ } | undefined;
774
+ footer?: {
775
+ socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
776
+ links?: {
777
+ items: {
778
+ href: string;
779
+ label: string;
780
+ }[];
781
+ header?: string | undefined;
782
+ }[] | undefined;
783
+ } | undefined;
784
+ search?: {
785
+ prompt?: string | undefined;
786
+ } | undefined;
787
+ seo?: {
788
+ metatags?: Record<string, string> | undefined;
789
+ indexing?: "all" | "navigable" | undefined;
790
+ } | undefined;
791
+ fonts?: {
792
+ family: string;
793
+ weight?: number | undefined;
794
+ source?: string | undefined;
795
+ format?: "woff" | "woff2" | undefined;
796
+ } | {
797
+ heading?: {
798
+ family: string;
799
+ weight?: number | undefined;
800
+ source?: string | undefined;
801
+ format?: "woff" | "woff2" | undefined;
802
+ } | undefined;
803
+ body?: {
804
+ family: string;
805
+ weight?: number | undefined;
806
+ source?: string | undefined;
807
+ format?: "woff" | "woff2" | undefined;
808
+ } | undefined;
809
+ } | undefined;
810
+ icons?: {
811
+ library: "fontawesome";
812
+ } | undefined;
813
+ styling?: {
814
+ rounded?: "regular" | "sharp" | undefined;
815
+ eyebrows?: "section" | "breadcrumbs" | undefined;
816
+ codeblocks?: "dark" | "system" | undefined;
817
+ } | undefined;
818
+ redirects?: {
819
+ source: string;
820
+ destination: string;
821
+ permanent?: boolean | undefined;
822
+ }[] | undefined;
823
+ integrations?: {
824
+ amplitude?: {
825
+ apiKey: string;
826
+ } | undefined;
827
+ clearbit?: {
828
+ publicApiKey: string;
829
+ } | undefined;
830
+ fathom?: {
831
+ siteId: string;
832
+ } | undefined;
833
+ frontchat?: {
834
+ snippetId: string;
835
+ } | undefined;
836
+ ga4?: {
837
+ measurementId: string;
838
+ } | undefined;
839
+ gtm?: {
840
+ tagId: string;
841
+ } | undefined;
842
+ heap?: {
843
+ appId: string;
844
+ } | undefined;
845
+ hotjar?: {
846
+ hjid: string;
847
+ hjsv: string;
848
+ } | undefined;
849
+ intercom?: {
850
+ appId: string;
851
+ } | undefined;
852
+ koala?: {
853
+ publicApiKey: string;
854
+ } | undefined;
855
+ logrocket?: {
856
+ appId: string;
857
+ } | undefined;
858
+ mixpanel?: {
859
+ projectToken: string;
860
+ } | undefined;
861
+ osano?: {
862
+ scriptSource: string;
863
+ } | undefined;
864
+ pirsch?: {
865
+ id: string;
866
+ } | undefined;
867
+ posthog?: {
868
+ apiKey: string;
869
+ apiHost?: string | undefined;
870
+ } | undefined;
871
+ plausible?: {
872
+ domain: string;
873
+ server?: string | undefined;
874
+ } | undefined;
875
+ segment?: {
876
+ key: string;
877
+ } | undefined;
878
+ } | undefined;
879
+ } | {
880
+ name: string;
881
+ $schema: string;
882
+ theme: "maple";
883
+ colors: {
884
+ primary: string;
885
+ light?: string | undefined;
886
+ dark?: string | undefined;
887
+ };
888
+ navigation: ({
889
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
890
+ global?: {
891
+ languages?: {
892
+ href: string;
893
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
894
+ default?: boolean | undefined;
895
+ hidden?: boolean | undefined;
896
+ }[] | undefined;
897
+ versions?: {
898
+ version: string;
899
+ href: string;
900
+ default?: boolean | undefined;
901
+ hidden?: boolean | undefined;
902
+ }[] | undefined;
903
+ tabs?: {
904
+ href: string;
905
+ tab: string;
906
+ icon?: string | {
907
+ name: string;
908
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
909
+ } | undefined;
910
+ hidden?: boolean | undefined;
911
+ }[] | undefined;
912
+ dropdowns?: {
913
+ href: string;
914
+ dropdown: string;
915
+ icon?: string | {
916
+ name: string;
917
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
918
+ } | undefined;
919
+ hidden?: boolean | undefined;
920
+ }[] | undefined;
921
+ anchors?: {
922
+ href: string;
923
+ anchor: string;
924
+ icon?: string | {
925
+ name: string;
926
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
927
+ } | undefined;
928
+ color?: {
929
+ light?: string | undefined;
930
+ dark?: string | undefined;
931
+ } | undefined;
932
+ hidden?: boolean | undefined;
933
+ }[] | undefined;
934
+ } | undefined;
935
+ } | {
936
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
937
+ global?: {
938
+ languages?: {
939
+ href: string;
940
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
941
+ default?: boolean | undefined;
942
+ hidden?: boolean | undefined;
943
+ }[] | undefined;
944
+ versions?: {
945
+ version: string;
946
+ href: string;
947
+ default?: boolean | undefined;
948
+ hidden?: boolean | undefined;
949
+ }[] | undefined;
950
+ tabs?: {
951
+ href: string;
952
+ tab: string;
953
+ icon?: string | {
954
+ name: string;
955
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
956
+ } | undefined;
957
+ hidden?: boolean | undefined;
958
+ }[] | undefined;
959
+ dropdowns?: {
960
+ href: string;
961
+ dropdown: string;
962
+ icon?: string | {
963
+ name: string;
964
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
965
+ } | undefined;
966
+ hidden?: boolean | undefined;
967
+ }[] | undefined;
968
+ anchors?: {
969
+ href: string;
970
+ anchor: string;
971
+ icon?: string | {
972
+ name: string;
973
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
974
+ } | undefined;
975
+ color?: {
976
+ light?: string | undefined;
977
+ dark?: string | undefined;
978
+ } | undefined;
979
+ hidden?: boolean | undefined;
980
+ }[] | undefined;
981
+ } | undefined;
982
+ } | {
983
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
984
+ global?: {
985
+ languages?: {
986
+ href: string;
987
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
988
+ default?: boolean | undefined;
989
+ hidden?: boolean | undefined;
990
+ }[] | undefined;
991
+ versions?: {
992
+ version: string;
993
+ href: string;
994
+ default?: boolean | undefined;
995
+ hidden?: boolean | undefined;
996
+ }[] | undefined;
997
+ tabs?: {
998
+ href: string;
999
+ tab: string;
1000
+ icon?: string | {
1001
+ name: string;
1002
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1003
+ } | undefined;
1004
+ hidden?: boolean | undefined;
1005
+ }[] | undefined;
1006
+ dropdowns?: {
1007
+ href: string;
1008
+ dropdown: string;
1009
+ icon?: string | {
1010
+ name: string;
1011
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1012
+ } | undefined;
1013
+ hidden?: boolean | undefined;
1014
+ }[] | undefined;
1015
+ anchors?: {
1016
+ href: string;
1017
+ anchor: string;
1018
+ icon?: string | {
1019
+ name: string;
1020
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1021
+ } | undefined;
1022
+ color?: {
1023
+ light?: string | undefined;
1024
+ dark?: string | undefined;
1025
+ } | undefined;
1026
+ hidden?: boolean | undefined;
1027
+ }[] | undefined;
1028
+ } | undefined;
1029
+ } | {
1030
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
1031
+ global?: {
1032
+ languages?: {
1033
+ href: string;
1034
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1035
+ default?: boolean | undefined;
1036
+ hidden?: boolean | undefined;
1037
+ }[] | undefined;
1038
+ versions?: {
1039
+ version: string;
1040
+ href: string;
1041
+ default?: boolean | undefined;
1042
+ hidden?: boolean | undefined;
1043
+ }[] | undefined;
1044
+ tabs?: {
1045
+ href: string;
1046
+ tab: string;
1047
+ icon?: string | {
1048
+ name: string;
1049
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1050
+ } | undefined;
1051
+ hidden?: boolean | undefined;
1052
+ }[] | undefined;
1053
+ dropdowns?: {
1054
+ href: string;
1055
+ dropdown: string;
1056
+ icon?: string | {
1057
+ name: string;
1058
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1059
+ } | undefined;
1060
+ hidden?: boolean | undefined;
1061
+ }[] | undefined;
1062
+ anchors?: {
1063
+ href: string;
1064
+ anchor: string;
1065
+ icon?: string | {
1066
+ name: string;
1067
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1068
+ } | undefined;
1069
+ color?: {
1070
+ light?: string | undefined;
1071
+ dark?: string | undefined;
1072
+ } | undefined;
1073
+ hidden?: boolean | undefined;
1074
+ }[] | undefined;
1075
+ } | undefined;
1076
+ } | {
1077
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
1078
+ global?: {
1079
+ languages?: {
1080
+ href: string;
1081
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1082
+ default?: boolean | undefined;
1083
+ hidden?: boolean | undefined;
1084
+ }[] | undefined;
1085
+ versions?: {
1086
+ version: string;
1087
+ href: string;
1088
+ default?: boolean | undefined;
1089
+ hidden?: boolean | undefined;
1090
+ }[] | undefined;
1091
+ tabs?: {
1092
+ href: string;
1093
+ tab: string;
1094
+ icon?: string | {
1095
+ name: string;
1096
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1097
+ } | undefined;
1098
+ hidden?: boolean | undefined;
1099
+ }[] | undefined;
1100
+ dropdowns?: {
1101
+ href: string;
1102
+ dropdown: string;
1103
+ icon?: string | {
1104
+ name: string;
1105
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1106
+ } | undefined;
1107
+ hidden?: boolean | undefined;
1108
+ }[] | undefined;
1109
+ anchors?: {
1110
+ href: string;
1111
+ anchor: string;
1112
+ icon?: string | {
1113
+ name: string;
1114
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1115
+ } | undefined;
1116
+ color?: {
1117
+ light?: string | undefined;
1118
+ dark?: string | undefined;
1119
+ } | undefined;
1120
+ hidden?: boolean | undefined;
1121
+ }[] | undefined;
1122
+ } | undefined;
1123
+ } | {
1124
+ groups: ({
1125
+ openapi: (string | string[] | {
1126
+ source: string;
1127
+ directory?: string | undefined;
1128
+ }) & (string | string[] | {
1129
+ source: string;
1130
+ directory?: string | undefined;
1131
+ } | undefined);
1132
+ group: string;
1133
+ icon?: string | {
1134
+ name: string;
1135
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1136
+ } | undefined;
1137
+ hidden?: boolean | undefined;
1138
+ root?: string | undefined;
1139
+ } | {
1140
+ group: string;
1141
+ pages: any[];
1142
+ icon?: string | {
1143
+ name: string;
1144
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1145
+ } | undefined;
1146
+ hidden?: boolean | undefined;
1147
+ root?: string | undefined;
1148
+ })[];
1149
+ global?: {
1150
+ languages?: {
1151
+ href: string;
1152
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1153
+ default?: boolean | undefined;
1154
+ hidden?: boolean | undefined;
1155
+ }[] | undefined;
1156
+ versions?: {
1157
+ version: string;
1158
+ href: string;
1159
+ default?: boolean | undefined;
1160
+ hidden?: boolean | undefined;
1161
+ }[] | undefined;
1162
+ tabs?: {
1163
+ href: string;
1164
+ tab: string;
1165
+ icon?: string | {
1166
+ name: string;
1167
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1168
+ } | undefined;
1169
+ hidden?: boolean | undefined;
1170
+ }[] | undefined;
1171
+ dropdowns?: {
1172
+ href: string;
1173
+ dropdown: string;
1174
+ icon?: string | {
1175
+ name: string;
1176
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1177
+ } | undefined;
1178
+ hidden?: boolean | undefined;
1179
+ }[] | undefined;
1180
+ anchors?: {
1181
+ href: string;
1182
+ anchor: string;
1183
+ icon?: string | {
1184
+ name: string;
1185
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1186
+ } | undefined;
1187
+ color?: {
1188
+ light?: string | undefined;
1189
+ dark?: string | undefined;
1190
+ } | undefined;
1191
+ hidden?: boolean | undefined;
1192
+ }[] | undefined;
1193
+ } | undefined;
1194
+ } | {
1195
+ pages: any[];
1196
+ global?: {
1197
+ languages?: {
1198
+ href: string;
1199
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1200
+ default?: boolean | undefined;
1201
+ hidden?: boolean | undefined;
1202
+ }[] | undefined;
1203
+ versions?: {
1204
+ version: string;
1205
+ href: string;
1206
+ default?: boolean | undefined;
1207
+ hidden?: boolean | undefined;
1208
+ }[] | undefined;
1209
+ tabs?: {
1210
+ href: string;
1211
+ tab: string;
1212
+ icon?: string | {
1213
+ name: string;
1214
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1215
+ } | undefined;
1216
+ hidden?: boolean | undefined;
1217
+ }[] | undefined;
1218
+ dropdowns?: {
1219
+ href: string;
1220
+ dropdown: string;
1221
+ icon?: string | {
1222
+ name: string;
1223
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1224
+ } | undefined;
1225
+ hidden?: boolean | undefined;
1226
+ }[] | undefined;
1227
+ anchors?: {
1228
+ href: string;
1229
+ anchor: string;
1230
+ icon?: string | {
1231
+ name: string;
1232
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1233
+ } | undefined;
1234
+ color?: {
1235
+ light?: string | undefined;
1236
+ dark?: string | undefined;
1237
+ } | undefined;
1238
+ hidden?: boolean | undefined;
1239
+ }[] | undefined;
1240
+ } | undefined;
1241
+ }) & ({
1242
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
1243
+ global?: {
1244
+ languages?: {
1245
+ href: string;
1246
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1247
+ default?: boolean | undefined;
1248
+ hidden?: boolean | undefined;
1249
+ }[] | undefined;
1250
+ versions?: {
1251
+ version: string;
1252
+ href: string;
1253
+ default?: boolean | undefined;
1254
+ hidden?: boolean | undefined;
1255
+ }[] | undefined;
1256
+ tabs?: {
1257
+ href: string;
1258
+ tab: string;
1259
+ icon?: string | {
1260
+ name: string;
1261
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1262
+ } | undefined;
1263
+ hidden?: boolean | undefined;
1264
+ }[] | undefined;
1265
+ dropdowns?: {
1266
+ href: string;
1267
+ dropdown: string;
1268
+ icon?: string | {
1269
+ name: string;
1270
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1271
+ } | undefined;
1272
+ hidden?: boolean | undefined;
1273
+ }[] | undefined;
1274
+ anchors?: {
1275
+ href: string;
1276
+ anchor: string;
1277
+ icon?: string | {
1278
+ name: string;
1279
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1280
+ } | undefined;
1281
+ color?: {
1282
+ light?: string | undefined;
1283
+ dark?: string | undefined;
1284
+ } | undefined;
1285
+ hidden?: boolean | undefined;
1286
+ }[] | undefined;
1287
+ } | undefined;
1288
+ } | {
1289
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
1290
+ global?: {
1291
+ languages?: {
1292
+ href: string;
1293
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1294
+ default?: boolean | undefined;
1295
+ hidden?: boolean | undefined;
1296
+ }[] | undefined;
1297
+ versions?: {
1298
+ version: string;
1299
+ href: string;
1300
+ default?: boolean | undefined;
1301
+ hidden?: boolean | undefined;
1302
+ }[] | undefined;
1303
+ tabs?: {
1304
+ href: string;
1305
+ tab: string;
1306
+ icon?: string | {
1307
+ name: string;
1308
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1309
+ } | undefined;
1310
+ hidden?: boolean | undefined;
1311
+ }[] | undefined;
1312
+ dropdowns?: {
1313
+ href: string;
1314
+ dropdown: string;
1315
+ icon?: string | {
1316
+ name: string;
1317
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1318
+ } | undefined;
1319
+ hidden?: boolean | undefined;
1320
+ }[] | undefined;
1321
+ anchors?: {
1322
+ href: string;
1323
+ anchor: string;
1324
+ icon?: string | {
1325
+ name: string;
1326
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1327
+ } | undefined;
1328
+ color?: {
1329
+ light?: string | undefined;
1330
+ dark?: string | undefined;
1331
+ } | undefined;
1332
+ hidden?: boolean | undefined;
1333
+ }[] | undefined;
1334
+ } | undefined;
1335
+ } | {
1336
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
1337
+ global?: {
1338
+ languages?: {
1339
+ href: string;
1340
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1341
+ default?: boolean | undefined;
1342
+ hidden?: boolean | undefined;
1343
+ }[] | undefined;
1344
+ versions?: {
1345
+ version: string;
1346
+ href: string;
1347
+ default?: boolean | undefined;
1348
+ hidden?: boolean | undefined;
1349
+ }[] | undefined;
1350
+ tabs?: {
1351
+ href: string;
1352
+ tab: string;
1353
+ icon?: string | {
1354
+ name: string;
1355
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1356
+ } | undefined;
1357
+ hidden?: boolean | undefined;
1358
+ }[] | undefined;
1359
+ dropdowns?: {
1360
+ href: string;
1361
+ dropdown: string;
1362
+ icon?: string | {
1363
+ name: string;
1364
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1365
+ } | undefined;
1366
+ hidden?: boolean | undefined;
1367
+ }[] | undefined;
1368
+ anchors?: {
1369
+ href: string;
1370
+ anchor: string;
1371
+ icon?: string | {
1372
+ name: string;
1373
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1374
+ } | undefined;
1375
+ color?: {
1376
+ light?: string | undefined;
1377
+ dark?: string | undefined;
1378
+ } | undefined;
1379
+ hidden?: boolean | undefined;
1380
+ }[] | undefined;
1381
+ } | undefined;
1382
+ } | {
1383
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
1384
+ global?: {
1385
+ languages?: {
1386
+ href: string;
1387
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1388
+ default?: boolean | undefined;
1389
+ hidden?: boolean | undefined;
1390
+ }[] | undefined;
1391
+ versions?: {
1392
+ version: string;
1393
+ href: string;
1394
+ default?: boolean | undefined;
1395
+ hidden?: boolean | undefined;
1396
+ }[] | undefined;
1397
+ tabs?: {
1398
+ href: string;
1399
+ tab: string;
1400
+ icon?: string | {
1401
+ name: string;
1402
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1403
+ } | undefined;
1404
+ hidden?: boolean | undefined;
1405
+ }[] | undefined;
1406
+ dropdowns?: {
1407
+ href: string;
1408
+ dropdown: string;
1409
+ icon?: string | {
1410
+ name: string;
1411
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1412
+ } | undefined;
1413
+ hidden?: boolean | undefined;
1414
+ }[] | undefined;
1415
+ anchors?: {
1416
+ href: string;
1417
+ anchor: 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
+ color?: {
1423
+ light?: string | undefined;
1424
+ dark?: string | undefined;
1425
+ } | undefined;
1426
+ hidden?: boolean | undefined;
1427
+ }[] | undefined;
1428
+ } | undefined;
1429
+ } | {
1430
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
1431
+ global?: {
1432
+ languages?: {
1433
+ href: string;
1434
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1435
+ default?: boolean | undefined;
1436
+ hidden?: boolean | undefined;
1437
+ }[] | undefined;
1438
+ versions?: {
1439
+ version: string;
1440
+ href: string;
1441
+ default?: boolean | undefined;
1442
+ hidden?: boolean | undefined;
1443
+ }[] | undefined;
1444
+ tabs?: {
1445
+ href: string;
1446
+ tab: string;
1447
+ icon?: string | {
1448
+ name: string;
1449
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1450
+ } | undefined;
1451
+ hidden?: boolean | undefined;
1452
+ }[] | undefined;
1453
+ dropdowns?: {
1454
+ href: string;
1455
+ dropdown: string;
1456
+ icon?: string | {
1457
+ name: string;
1458
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1459
+ } | undefined;
1460
+ hidden?: boolean | undefined;
1461
+ }[] | undefined;
1462
+ anchors?: {
1463
+ href: string;
1464
+ anchor: string;
1465
+ icon?: string | {
1466
+ name: string;
1467
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1468
+ } | undefined;
1469
+ color?: {
1470
+ light?: string | undefined;
1471
+ dark?: string | undefined;
1472
+ } | undefined;
1473
+ hidden?: boolean | undefined;
1474
+ }[] | undefined;
1475
+ } | undefined;
1476
+ } | {
1477
+ groups: ({
1478
+ openapi: (string | string[] | {
1479
+ source: string;
1480
+ directory?: string | undefined;
1481
+ }) & (string | string[] | {
1482
+ source: string;
1483
+ directory?: string | undefined;
1484
+ } | undefined);
1485
+ group: string;
1486
+ icon?: string | {
1487
+ name: string;
1488
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1489
+ } | undefined;
1490
+ hidden?: boolean | undefined;
1491
+ root?: string | undefined;
1492
+ } | {
1493
+ group: string;
1494
+ pages: any[];
1495
+ icon?: string | {
1496
+ name: string;
1497
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1498
+ } | undefined;
1499
+ hidden?: boolean | undefined;
1500
+ root?: string | undefined;
1501
+ })[];
1502
+ global?: {
1503
+ languages?: {
1504
+ href: string;
1505
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1506
+ default?: boolean | undefined;
1507
+ hidden?: boolean | undefined;
1508
+ }[] | undefined;
1509
+ versions?: {
1510
+ version: string;
1511
+ href: string;
1512
+ default?: boolean | undefined;
1513
+ hidden?: boolean | undefined;
1514
+ }[] | undefined;
1515
+ tabs?: {
1516
+ href: string;
1517
+ tab: string;
1518
+ icon?: string | {
1519
+ name: string;
1520
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1521
+ } | undefined;
1522
+ hidden?: boolean | undefined;
1523
+ }[] | undefined;
1524
+ dropdowns?: {
1525
+ href: string;
1526
+ dropdown: string;
1527
+ icon?: string | {
1528
+ name: string;
1529
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1530
+ } | undefined;
1531
+ hidden?: boolean | undefined;
1532
+ }[] | undefined;
1533
+ anchors?: {
1534
+ href: string;
1535
+ anchor: string;
1536
+ icon?: string | {
1537
+ name: string;
1538
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1539
+ } | undefined;
1540
+ color?: {
1541
+ light?: string | undefined;
1542
+ dark?: string | undefined;
1543
+ } | undefined;
1544
+ hidden?: boolean | undefined;
1545
+ }[] | undefined;
1546
+ } | undefined;
1547
+ } | {
1548
+ pages: any[];
1549
+ global?: {
1550
+ languages?: {
1551
+ href: string;
1552
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1553
+ default?: boolean | undefined;
1554
+ hidden?: boolean | undefined;
1555
+ }[] | undefined;
1556
+ versions?: {
1557
+ version: string;
1558
+ href: string;
1559
+ default?: boolean | undefined;
1560
+ hidden?: boolean | undefined;
1561
+ }[] | undefined;
1562
+ tabs?: {
1563
+ href: string;
1564
+ tab: string;
1565
+ icon?: string | {
1566
+ name: string;
1567
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1568
+ } | undefined;
1569
+ hidden?: boolean | undefined;
1570
+ }[] | undefined;
1571
+ dropdowns?: {
1572
+ href: string;
1573
+ dropdown: 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
+ anchors?: {
1581
+ href: string;
1582
+ anchor: 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
+ hidden?: boolean | undefined;
1592
+ }[] | undefined;
1593
+ } | undefined;
1594
+ } | undefined);
1595
+ description?: string | undefined;
1596
+ logo?: string | {
1597
+ light: string;
1598
+ dark: string;
1599
+ href?: string | undefined;
1600
+ } | undefined;
1601
+ favicon?: string | {
1602
+ light: string;
1603
+ dark: string;
1604
+ } | undefined;
1605
+ api?: {
1606
+ openapi?: string | string[] | {
1607
+ source: string;
1608
+ directory?: string | undefined;
1609
+ } | undefined;
1610
+ playground?: {
1611
+ display?: "simple" | "none" | "interactive" | undefined;
1612
+ proxy?: boolean | undefined;
1613
+ } | undefined;
1614
+ examples?: {
1615
+ languages?: string[] | undefined;
1616
+ } | undefined;
1617
+ mdx?: {
1618
+ auth?: "key" | "bearer" | "basic" | "cobo" | undefined;
1619
+ server?: string | string[] | undefined;
1620
+ } | undefined;
1621
+ } | undefined;
1622
+ appearance?: {
1623
+ default?: "light" | "dark" | "system" | undefined;
1624
+ strict?: boolean | undefined;
1625
+ } | undefined;
1626
+ background?: {
1627
+ image?: string | {
1628
+ light: string;
1629
+ dark: string;
1630
+ } | undefined;
1631
+ decoration?: "gradient" | "grid" | "windows" | undefined;
1632
+ color?: {
1633
+ light?: string | undefined;
1634
+ dark?: string | undefined;
1635
+ } | undefined;
1636
+ } | undefined;
1637
+ navbar?: {
1638
+ links?: {
1639
+ href: string;
1640
+ label: string;
1641
+ }[] | undefined;
1642
+ primary?: {
1643
+ type: "button";
1644
+ href: string;
1645
+ label: string;
1646
+ } | {
1647
+ type: "github";
1648
+ href: string;
1649
+ } | undefined;
1650
+ } | undefined;
1651
+ footer?: {
1652
+ socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
1653
+ links?: {
1654
+ items: {
1655
+ href: string;
1656
+ label: string;
1657
+ }[];
1658
+ header?: string | undefined;
1659
+ }[] | undefined;
1660
+ } | undefined;
1661
+ search?: {
1662
+ prompt?: string | undefined;
1663
+ } | undefined;
1664
+ seo?: {
1665
+ metatags?: Record<string, string> | undefined;
1666
+ indexing?: "all" | "navigable" | undefined;
1667
+ } | undefined;
1668
+ fonts?: {
1669
+ family: string;
1670
+ weight?: number | undefined;
1671
+ source?: string | undefined;
1672
+ format?: "woff" | "woff2" | undefined;
1673
+ } | {
1674
+ heading?: {
1675
+ family: string;
1676
+ weight?: number | undefined;
1677
+ source?: string | undefined;
1678
+ format?: "woff" | "woff2" | undefined;
1679
+ } | undefined;
1680
+ body?: {
1681
+ family: string;
1682
+ weight?: number | undefined;
1683
+ source?: string | undefined;
1684
+ format?: "woff" | "woff2" | undefined;
1685
+ } | undefined;
1686
+ } | undefined;
1687
+ icons?: {
1688
+ library: "fontawesome";
1689
+ } | undefined;
1690
+ styling?: {
1691
+ rounded?: "regular" | "sharp" | undefined;
1692
+ eyebrows?: "section" | "breadcrumbs" | undefined;
1693
+ codeblocks?: "dark" | "system" | undefined;
1694
+ } | undefined;
1695
+ redirects?: {
1696
+ source: string;
1697
+ destination: string;
1698
+ permanent?: boolean | undefined;
1699
+ }[] | undefined;
1700
+ integrations?: {
1701
+ amplitude?: {
1702
+ apiKey: string;
1703
+ } | undefined;
1704
+ clearbit?: {
1705
+ publicApiKey: string;
1706
+ } | undefined;
1707
+ fathom?: {
1708
+ siteId: string;
1709
+ } | undefined;
1710
+ frontchat?: {
1711
+ snippetId: string;
1712
+ } | undefined;
1713
+ ga4?: {
1714
+ measurementId: string;
1715
+ } | undefined;
1716
+ gtm?: {
1717
+ tagId: string;
1718
+ } | undefined;
1719
+ heap?: {
1720
+ appId: string;
1721
+ } | undefined;
1722
+ hotjar?: {
1723
+ hjid: string;
1724
+ hjsv: string;
1725
+ } | undefined;
1726
+ intercom?: {
1727
+ appId: string;
1728
+ } | undefined;
1729
+ koala?: {
1730
+ publicApiKey: string;
1731
+ } | undefined;
1732
+ logrocket?: {
1733
+ appId: string;
1734
+ } | undefined;
1735
+ mixpanel?: {
1736
+ projectToken: string;
1737
+ } | undefined;
1738
+ osano?: {
1739
+ scriptSource: string;
1740
+ } | undefined;
1741
+ pirsch?: {
1742
+ id: string;
1743
+ } | undefined;
1744
+ posthog?: {
1745
+ apiKey: string;
1746
+ apiHost?: string | undefined;
1747
+ } | undefined;
1748
+ plausible?: {
1749
+ domain: string;
1750
+ server?: string | undefined;
1751
+ } | undefined;
1752
+ segment?: {
1753
+ key: string;
1754
+ } | undefined;
1755
+ } | undefined;
1756
+ } | {
1757
+ name: string;
1758
+ $schema: string;
1759
+ theme: "palm";
1760
+ colors: {
1761
+ primary: string;
1762
+ light?: string | undefined;
1763
+ dark?: string | undefined;
1764
+ };
1765
+ navigation: ({
1766
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
1767
+ global?: {
1768
+ languages?: {
1769
+ href: string;
1770
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1771
+ default?: boolean | undefined;
1772
+ hidden?: boolean | undefined;
1773
+ }[] | undefined;
1774
+ versions?: {
1775
+ version: string;
1776
+ href: string;
1777
+ default?: boolean | undefined;
1778
+ hidden?: boolean | undefined;
1779
+ }[] | undefined;
1780
+ tabs?: {
1781
+ href: string;
1782
+ tab: string;
1783
+ icon?: string | {
1784
+ name: string;
1785
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1786
+ } | undefined;
1787
+ hidden?: boolean | undefined;
1788
+ }[] | undefined;
1789
+ dropdowns?: {
1790
+ href: string;
1791
+ dropdown: string;
1792
+ icon?: string | {
1793
+ name: string;
1794
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1795
+ } | undefined;
1796
+ hidden?: boolean | undefined;
1797
+ }[] | undefined;
1798
+ anchors?: {
1799
+ href: string;
1800
+ anchor: string;
1801
+ icon?: string | {
1802
+ name: string;
1803
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1804
+ } | undefined;
1805
+ color?: {
1806
+ light?: string | undefined;
1807
+ dark?: string | undefined;
1808
+ } | undefined;
1809
+ hidden?: boolean | undefined;
1810
+ }[] | undefined;
1811
+ } | undefined;
1812
+ } | {
1813
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
1814
+ global?: {
1815
+ languages?: {
1816
+ href: string;
1817
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1818
+ default?: boolean | undefined;
1819
+ hidden?: boolean | undefined;
1820
+ }[] | undefined;
1821
+ versions?: {
1822
+ version: string;
1823
+ href: string;
1824
+ default?: boolean | undefined;
1825
+ hidden?: boolean | undefined;
1826
+ }[] | undefined;
1827
+ tabs?: {
1828
+ href: string;
1829
+ tab: string;
1830
+ icon?: string | {
1831
+ name: string;
1832
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1833
+ } | undefined;
1834
+ hidden?: boolean | undefined;
1835
+ }[] | undefined;
1836
+ dropdowns?: {
1837
+ href: string;
1838
+ dropdown: string;
1839
+ icon?: string | {
1840
+ name: string;
1841
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1842
+ } | undefined;
1843
+ hidden?: boolean | undefined;
1844
+ }[] | undefined;
1845
+ anchors?: {
1846
+ href: string;
1847
+ anchor: string;
1848
+ icon?: string | {
1849
+ name: string;
1850
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1851
+ } | undefined;
1852
+ color?: {
1853
+ light?: string | undefined;
1854
+ dark?: string | undefined;
1855
+ } | undefined;
1856
+ hidden?: boolean | undefined;
1857
+ }[] | undefined;
1858
+ } | undefined;
1859
+ } | {
1860
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
1861
+ global?: {
1862
+ languages?: {
1863
+ href: string;
1864
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1865
+ default?: boolean | undefined;
1866
+ hidden?: boolean | undefined;
1867
+ }[] | undefined;
1868
+ versions?: {
1869
+ version: string;
1870
+ href: string;
1871
+ default?: boolean | undefined;
1872
+ hidden?: boolean | undefined;
1873
+ }[] | undefined;
1874
+ tabs?: {
1875
+ href: string;
1876
+ tab: string;
1877
+ icon?: string | {
1878
+ name: string;
1879
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1880
+ } | undefined;
1881
+ hidden?: boolean | undefined;
1882
+ }[] | undefined;
1883
+ dropdowns?: {
1884
+ href: string;
1885
+ dropdown: string;
1886
+ icon?: string | {
1887
+ name: string;
1888
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1889
+ } | undefined;
1890
+ hidden?: boolean | undefined;
1891
+ }[] | undefined;
1892
+ anchors?: {
1893
+ href: string;
1894
+ anchor: string;
1895
+ icon?: string | {
1896
+ name: string;
1897
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1898
+ } | undefined;
1899
+ color?: {
1900
+ light?: string | undefined;
1901
+ dark?: string | undefined;
1902
+ } | undefined;
1903
+ hidden?: boolean | undefined;
1904
+ }[] | undefined;
1905
+ } | undefined;
1906
+ } | {
1907
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
1908
+ global?: {
1909
+ languages?: {
1910
+ href: string;
1911
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1912
+ default?: boolean | undefined;
1913
+ hidden?: boolean | undefined;
1914
+ }[] | undefined;
1915
+ versions?: {
1916
+ version: string;
1917
+ href: string;
1918
+ default?: boolean | undefined;
1919
+ hidden?: boolean | undefined;
1920
+ }[] | undefined;
1921
+ tabs?: {
1922
+ href: string;
1923
+ tab: string;
1924
+ icon?: string | {
1925
+ name: string;
1926
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1927
+ } | undefined;
1928
+ hidden?: boolean | undefined;
1929
+ }[] | undefined;
1930
+ dropdowns?: {
1931
+ href: string;
1932
+ dropdown: string;
1933
+ icon?: string | {
1934
+ name: string;
1935
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1936
+ } | undefined;
1937
+ hidden?: boolean | undefined;
1938
+ }[] | undefined;
1939
+ anchors?: {
1940
+ href: string;
1941
+ anchor: string;
1942
+ icon?: string | {
1943
+ name: string;
1944
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1945
+ } | undefined;
1946
+ color?: {
1947
+ light?: string | undefined;
1948
+ dark?: string | undefined;
1949
+ } | undefined;
1950
+ hidden?: boolean | undefined;
1951
+ }[] | undefined;
1952
+ } | undefined;
1953
+ } | {
1954
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
1955
+ global?: {
1956
+ languages?: {
1957
+ href: string;
1958
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1959
+ default?: boolean | undefined;
1960
+ hidden?: boolean | undefined;
1961
+ }[] | undefined;
1962
+ versions?: {
1963
+ version: string;
1964
+ href: string;
1965
+ default?: boolean | undefined;
1966
+ hidden?: boolean | undefined;
1967
+ }[] | undefined;
1968
+ tabs?: {
1969
+ href: string;
1970
+ tab: string;
1971
+ icon?: string | {
1972
+ name: string;
1973
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1974
+ } | undefined;
1975
+ hidden?: boolean | undefined;
1976
+ }[] | undefined;
1977
+ dropdowns?: {
1978
+ href: string;
1979
+ dropdown: string;
1980
+ icon?: string | {
1981
+ name: string;
1982
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1983
+ } | undefined;
1984
+ hidden?: boolean | undefined;
1985
+ }[] | undefined;
1986
+ anchors?: {
1987
+ href: string;
1988
+ anchor: string;
1989
+ icon?: string | {
1990
+ name: string;
1991
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1992
+ } | undefined;
1993
+ color?: {
1994
+ light?: string | undefined;
1995
+ dark?: string | undefined;
1996
+ } | undefined;
1997
+ hidden?: boolean | undefined;
1998
+ }[] | undefined;
1999
+ } | undefined;
2000
+ } | {
2001
+ groups: ({
2002
+ openapi: (string | string[] | {
2003
+ source: string;
2004
+ directory?: string | undefined;
2005
+ }) & (string | string[] | {
2006
+ source: string;
2007
+ directory?: string | undefined;
2008
+ } | undefined);
2009
+ group: string;
2010
+ icon?: string | {
2011
+ name: string;
2012
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2013
+ } | undefined;
2014
+ hidden?: boolean | undefined;
2015
+ root?: string | undefined;
2016
+ } | {
2017
+ group: string;
2018
+ pages: any[];
2019
+ icon?: string | {
2020
+ name: string;
2021
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2022
+ } | undefined;
2023
+ hidden?: boolean | undefined;
2024
+ root?: string | undefined;
2025
+ })[];
2026
+ global?: {
2027
+ languages?: {
2028
+ href: string;
2029
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2030
+ default?: boolean | undefined;
2031
+ hidden?: boolean | undefined;
2032
+ }[] | undefined;
2033
+ versions?: {
2034
+ version: string;
2035
+ href: string;
2036
+ default?: boolean | undefined;
2037
+ hidden?: boolean | undefined;
2038
+ }[] | undefined;
2039
+ tabs?: {
2040
+ href: string;
2041
+ tab: string;
2042
+ icon?: string | {
2043
+ name: string;
2044
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2045
+ } | undefined;
2046
+ hidden?: boolean | undefined;
2047
+ }[] | undefined;
2048
+ dropdowns?: {
2049
+ href: string;
2050
+ dropdown: string;
2051
+ icon?: string | {
2052
+ name: string;
2053
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2054
+ } | undefined;
2055
+ hidden?: boolean | undefined;
2056
+ }[] | undefined;
2057
+ anchors?: {
2058
+ href: string;
2059
+ anchor: string;
2060
+ icon?: string | {
2061
+ name: string;
2062
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2063
+ } | undefined;
2064
+ color?: {
2065
+ light?: string | undefined;
2066
+ dark?: string | undefined;
2067
+ } | undefined;
2068
+ hidden?: boolean | undefined;
2069
+ }[] | undefined;
2070
+ } | undefined;
2071
+ } | {
2072
+ pages: any[];
2073
+ global?: {
2074
+ languages?: {
2075
+ href: string;
2076
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2077
+ default?: boolean | undefined;
2078
+ hidden?: boolean | undefined;
2079
+ }[] | undefined;
2080
+ versions?: {
2081
+ version: string;
2082
+ href: string;
2083
+ default?: boolean | undefined;
2084
+ hidden?: boolean | undefined;
2085
+ }[] | undefined;
2086
+ tabs?: {
2087
+ href: string;
2088
+ tab: string;
2089
+ icon?: string | {
2090
+ name: string;
2091
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2092
+ } | undefined;
2093
+ hidden?: boolean | undefined;
2094
+ }[] | undefined;
2095
+ dropdowns?: {
2096
+ href: string;
2097
+ dropdown: string;
2098
+ icon?: string | {
2099
+ name: string;
2100
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2101
+ } | undefined;
2102
+ hidden?: boolean | undefined;
2103
+ }[] | undefined;
2104
+ anchors?: {
2105
+ href: string;
2106
+ anchor: string;
2107
+ icon?: string | {
2108
+ name: string;
2109
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2110
+ } | undefined;
2111
+ color?: {
2112
+ light?: string | undefined;
2113
+ dark?: string | undefined;
2114
+ } | undefined;
2115
+ hidden?: boolean | undefined;
2116
+ }[] | undefined;
2117
+ } | undefined;
2118
+ }) & ({
2119
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
2120
+ global?: {
2121
+ languages?: {
2122
+ href: string;
2123
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2124
+ default?: boolean | undefined;
2125
+ hidden?: boolean | undefined;
2126
+ }[] | undefined;
2127
+ versions?: {
2128
+ version: string;
2129
+ href: string;
2130
+ default?: boolean | undefined;
2131
+ hidden?: boolean | undefined;
2132
+ }[] | undefined;
2133
+ tabs?: {
2134
+ href: string;
2135
+ tab: string;
2136
+ icon?: string | {
2137
+ name: string;
2138
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2139
+ } | undefined;
2140
+ hidden?: boolean | undefined;
2141
+ }[] | undefined;
2142
+ dropdowns?: {
2143
+ href: string;
2144
+ dropdown: string;
2145
+ icon?: string | {
2146
+ name: string;
2147
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2148
+ } | undefined;
2149
+ hidden?: boolean | undefined;
2150
+ }[] | undefined;
2151
+ anchors?: {
2152
+ href: string;
2153
+ anchor: string;
2154
+ icon?: string | {
2155
+ name: string;
2156
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2157
+ } | undefined;
2158
+ color?: {
2159
+ light?: string | undefined;
2160
+ dark?: string | undefined;
2161
+ } | undefined;
2162
+ hidden?: boolean | undefined;
2163
+ }[] | undefined;
2164
+ } | undefined;
2165
+ } | {
2166
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
2167
+ global?: {
2168
+ languages?: {
2169
+ href: string;
2170
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2171
+ default?: boolean | undefined;
2172
+ hidden?: boolean | undefined;
2173
+ }[] | undefined;
2174
+ versions?: {
2175
+ version: string;
2176
+ href: string;
2177
+ default?: boolean | undefined;
2178
+ hidden?: boolean | undefined;
2179
+ }[] | undefined;
2180
+ tabs?: {
2181
+ href: string;
2182
+ tab: string;
2183
+ icon?: string | {
2184
+ name: string;
2185
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2186
+ } | undefined;
2187
+ hidden?: boolean | undefined;
2188
+ }[] | undefined;
2189
+ dropdowns?: {
2190
+ href: string;
2191
+ dropdown: string;
2192
+ icon?: string | {
2193
+ name: string;
2194
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2195
+ } | undefined;
2196
+ hidden?: boolean | undefined;
2197
+ }[] | undefined;
2198
+ anchors?: {
2199
+ href: string;
2200
+ anchor: string;
2201
+ icon?: string | {
2202
+ name: string;
2203
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2204
+ } | undefined;
2205
+ color?: {
2206
+ light?: string | undefined;
2207
+ dark?: string | undefined;
2208
+ } | undefined;
2209
+ hidden?: boolean | undefined;
2210
+ }[] | undefined;
2211
+ } | undefined;
2212
+ } | {
2213
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
2214
+ global?: {
2215
+ languages?: {
2216
+ href: string;
2217
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2218
+ default?: boolean | undefined;
2219
+ hidden?: boolean | undefined;
2220
+ }[] | undefined;
2221
+ versions?: {
2222
+ version: string;
2223
+ href: string;
2224
+ default?: boolean | undefined;
2225
+ hidden?: boolean | undefined;
2226
+ }[] | undefined;
2227
+ tabs?: {
2228
+ href: string;
2229
+ tab: string;
2230
+ icon?: string | {
2231
+ name: string;
2232
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2233
+ } | undefined;
2234
+ hidden?: boolean | undefined;
2235
+ }[] | undefined;
2236
+ dropdowns?: {
2237
+ href: string;
2238
+ dropdown: string;
2239
+ icon?: string | {
2240
+ name: string;
2241
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2242
+ } | undefined;
2243
+ hidden?: boolean | undefined;
2244
+ }[] | undefined;
2245
+ anchors?: {
2246
+ href: string;
2247
+ anchor: string;
2248
+ icon?: string | {
2249
+ name: string;
2250
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2251
+ } | undefined;
2252
+ color?: {
2253
+ light?: string | undefined;
2254
+ dark?: string | undefined;
2255
+ } | undefined;
2256
+ hidden?: boolean | undefined;
2257
+ }[] | undefined;
2258
+ } | undefined;
2259
+ } | {
2260
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
2261
+ global?: {
2262
+ languages?: {
2263
+ href: string;
2264
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2265
+ default?: boolean | undefined;
2266
+ hidden?: boolean | undefined;
2267
+ }[] | undefined;
2268
+ versions?: {
2269
+ version: string;
2270
+ href: string;
2271
+ default?: boolean | undefined;
2272
+ hidden?: boolean | undefined;
2273
+ }[] | undefined;
2274
+ tabs?: {
2275
+ href: string;
2276
+ tab: string;
2277
+ icon?: string | {
2278
+ name: string;
2279
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2280
+ } | undefined;
2281
+ hidden?: boolean | undefined;
2282
+ }[] | undefined;
2283
+ dropdowns?: {
2284
+ href: string;
2285
+ dropdown: 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
+ hidden?: boolean | undefined;
2291
+ }[] | undefined;
2292
+ anchors?: {
2293
+ href: string;
2294
+ anchor: string;
2295
+ icon?: string | {
2296
+ name: string;
2297
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2298
+ } | undefined;
2299
+ color?: {
2300
+ light?: string | undefined;
2301
+ dark?: string | undefined;
2302
+ } | undefined;
2303
+ hidden?: boolean | undefined;
2304
+ }[] | undefined;
2305
+ } | undefined;
2306
+ } | {
2307
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
2308
+ global?: {
2309
+ languages?: {
2310
+ href: string;
2311
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2312
+ default?: boolean | undefined;
2313
+ hidden?: boolean | undefined;
2314
+ }[] | undefined;
2315
+ versions?: {
2316
+ version: string;
2317
+ href: string;
2318
+ default?: boolean | undefined;
2319
+ hidden?: boolean | undefined;
2320
+ }[] | undefined;
2321
+ tabs?: {
2322
+ href: string;
2323
+ tab: 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
+ hidden?: boolean | undefined;
2329
+ }[] | undefined;
2330
+ dropdowns?: {
2331
+ href: string;
2332
+ dropdown: string;
2333
+ icon?: string | {
2334
+ name: string;
2335
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2336
+ } | undefined;
2337
+ hidden?: boolean | undefined;
2338
+ }[] | undefined;
2339
+ anchors?: {
2340
+ href: string;
2341
+ anchor: string;
2342
+ icon?: string | {
2343
+ name: string;
2344
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2345
+ } | undefined;
2346
+ color?: {
2347
+ light?: string | undefined;
2348
+ dark?: string | undefined;
2349
+ } | undefined;
2350
+ hidden?: boolean | undefined;
2351
+ }[] | undefined;
2352
+ } | undefined;
2353
+ } | {
2354
+ groups: ({
2355
+ openapi: (string | string[] | {
2356
+ source: string;
2357
+ directory?: string | undefined;
2358
+ }) & (string | string[] | {
2359
+ source: string;
2360
+ directory?: string | undefined;
2361
+ } | undefined);
2362
+ group: string;
2363
+ icon?: string | {
2364
+ name: string;
2365
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2366
+ } | undefined;
2367
+ hidden?: boolean | undefined;
2368
+ root?: string | undefined;
2369
+ } | {
2370
+ group: string;
2371
+ pages: any[];
2372
+ icon?: string | {
2373
+ name: string;
2374
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2375
+ } | undefined;
2376
+ hidden?: boolean | undefined;
2377
+ root?: string | undefined;
2378
+ })[];
2379
+ global?: {
2380
+ languages?: {
2381
+ href: string;
2382
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2383
+ default?: boolean | undefined;
2384
+ hidden?: boolean | undefined;
2385
+ }[] | undefined;
2386
+ versions?: {
2387
+ version: string;
2388
+ href: string;
2389
+ default?: boolean | undefined;
2390
+ hidden?: boolean | undefined;
2391
+ }[] | undefined;
2392
+ tabs?: {
2393
+ href: string;
2394
+ tab: string;
2395
+ icon?: string | {
2396
+ name: string;
2397
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2398
+ } | undefined;
2399
+ hidden?: boolean | undefined;
2400
+ }[] | undefined;
2401
+ dropdowns?: {
2402
+ href: string;
2403
+ dropdown: string;
2404
+ icon?: string | {
2405
+ name: string;
2406
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2407
+ } | undefined;
2408
+ hidden?: boolean | undefined;
2409
+ }[] | undefined;
2410
+ anchors?: {
2411
+ href: string;
2412
+ anchor: string;
2413
+ icon?: string | {
2414
+ name: string;
2415
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2416
+ } | undefined;
2417
+ color?: {
2418
+ light?: string | undefined;
2419
+ dark?: string | undefined;
2420
+ } | undefined;
2421
+ hidden?: boolean | undefined;
2422
+ }[] | undefined;
2423
+ } | undefined;
2424
+ } | {
2425
+ pages: any[];
2426
+ global?: {
2427
+ languages?: {
2428
+ href: string;
2429
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2430
+ default?: boolean | undefined;
2431
+ hidden?: boolean | undefined;
2432
+ }[] | undefined;
2433
+ versions?: {
2434
+ version: string;
2435
+ href: string;
2436
+ default?: boolean | undefined;
2437
+ hidden?: boolean | undefined;
2438
+ }[] | undefined;
2439
+ tabs?: {
2440
+ href: string;
2441
+ tab: 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
+ hidden?: boolean | undefined;
2447
+ }[] | undefined;
2448
+ dropdowns?: {
2449
+ href: string;
2450
+ dropdown: string;
2451
+ icon?: string | {
2452
+ name: string;
2453
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2454
+ } | undefined;
2455
+ hidden?: boolean | undefined;
2456
+ }[] | undefined;
2457
+ anchors?: {
2458
+ href: string;
2459
+ anchor: string;
2460
+ icon?: string | {
2461
+ name: string;
2462
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2463
+ } | undefined;
2464
+ color?: {
2465
+ light?: string | undefined;
2466
+ dark?: string | undefined;
2467
+ } | undefined;
2468
+ hidden?: boolean | undefined;
2469
+ }[] | undefined;
2470
+ } | undefined;
2471
+ } | undefined);
2472
+ description?: string | undefined;
2473
+ logo?: string | {
2474
+ light: string;
2475
+ dark: string;
2476
+ href?: string | undefined;
2477
+ } | undefined;
2478
+ favicon?: string | {
2479
+ light: string;
2480
+ dark: string;
2481
+ } | undefined;
2482
+ api?: {
2483
+ openapi?: string | string[] | {
2484
+ source: string;
2485
+ directory?: string | undefined;
2486
+ } | undefined;
2487
+ playground?: {
2488
+ display?: "simple" | "none" | "interactive" | undefined;
2489
+ proxy?: boolean | undefined;
2490
+ } | undefined;
2491
+ examples?: {
2492
+ languages?: string[] | undefined;
2493
+ } | undefined;
2494
+ mdx?: {
2495
+ auth?: "key" | "bearer" | "basic" | "cobo" | undefined;
2496
+ server?: string | string[] | undefined;
2497
+ } | undefined;
2498
+ } | undefined;
2499
+ appearance?: {
2500
+ default?: "light" | "dark" | "system" | undefined;
2501
+ strict?: boolean | undefined;
2502
+ } | undefined;
2503
+ background?: {
2504
+ image?: string | {
2505
+ light: string;
2506
+ dark: string;
2507
+ } | undefined;
2508
+ decoration?: "gradient" | "grid" | "windows" | undefined;
2509
+ color?: {
2510
+ light?: string | undefined;
2511
+ dark?: string | undefined;
2512
+ } | undefined;
2513
+ } | undefined;
2514
+ navbar?: {
2515
+ links?: {
2516
+ href: string;
2517
+ label: string;
2518
+ }[] | undefined;
2519
+ primary?: {
2520
+ type: "button";
2521
+ href: string;
2522
+ label: string;
2523
+ } | {
2524
+ type: "github";
2525
+ href: string;
2526
+ } | undefined;
2527
+ } | undefined;
2528
+ footer?: {
2529
+ socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
2530
+ links?: {
2531
+ items: {
2532
+ href: string;
2533
+ label: string;
2534
+ }[];
2535
+ header?: string | undefined;
2536
+ }[] | undefined;
2537
+ } | undefined;
2538
+ search?: {
2539
+ prompt?: string | undefined;
2540
+ } | undefined;
2541
+ seo?: {
2542
+ metatags?: Record<string, string> | undefined;
2543
+ indexing?: "all" | "navigable" | undefined;
2544
+ } | undefined;
2545
+ fonts?: {
2546
+ family: string;
2547
+ weight?: number | undefined;
2548
+ source?: string | undefined;
2549
+ format?: "woff" | "woff2" | undefined;
2550
+ } | {
2551
+ heading?: {
2552
+ family: string;
2553
+ weight?: number | undefined;
2554
+ source?: string | undefined;
2555
+ format?: "woff" | "woff2" | undefined;
2556
+ } | undefined;
2557
+ body?: {
2558
+ family: string;
2559
+ weight?: number | undefined;
2560
+ source?: string | undefined;
2561
+ format?: "woff" | "woff2" | undefined;
2562
+ } | undefined;
2563
+ } | undefined;
2564
+ icons?: {
2565
+ library: "fontawesome";
2566
+ } | undefined;
2567
+ styling?: {
2568
+ rounded?: "regular" | "sharp" | undefined;
2569
+ eyebrows?: "section" | "breadcrumbs" | undefined;
2570
+ codeblocks?: "dark" | "system" | undefined;
2571
+ } | undefined;
2572
+ redirects?: {
2573
+ source: string;
2574
+ destination: string;
2575
+ permanent?: boolean | undefined;
2576
+ }[] | undefined;
2577
+ integrations?: {
2578
+ amplitude?: {
2579
+ apiKey: string;
2580
+ } | undefined;
2581
+ clearbit?: {
2582
+ publicApiKey: string;
2583
+ } | undefined;
2584
+ fathom?: {
2585
+ siteId: string;
2586
+ } | undefined;
2587
+ frontchat?: {
2588
+ snippetId: string;
2589
+ } | undefined;
2590
+ ga4?: {
2591
+ measurementId: string;
2592
+ } | undefined;
2593
+ gtm?: {
2594
+ tagId: string;
2595
+ } | undefined;
2596
+ heap?: {
2597
+ appId: string;
2598
+ } | undefined;
2599
+ hotjar?: {
2600
+ hjid: string;
2601
+ hjsv: string;
2602
+ } | undefined;
2603
+ intercom?: {
2604
+ appId: string;
2605
+ } | undefined;
2606
+ koala?: {
2607
+ publicApiKey: string;
2608
+ } | undefined;
2609
+ logrocket?: {
2610
+ appId: string;
2611
+ } | undefined;
2612
+ mixpanel?: {
2613
+ projectToken: string;
2614
+ } | undefined;
2615
+ osano?: {
2616
+ scriptSource: string;
2617
+ } | undefined;
2618
+ pirsch?: {
2619
+ id: string;
2620
+ } | undefined;
2621
+ posthog?: {
2622
+ apiKey: string;
2623
+ apiHost?: string | undefined;
2624
+ } | undefined;
2625
+ plausible?: {
2626
+ domain: string;
2627
+ server?: string | undefined;
2628
+ } | undefined;
2629
+ segment?: {
2630
+ key: string;
2631
+ } | undefined;
2632
+ } | undefined;
2633
+ } | {
2634
+ name: string;
2635
+ $schema: string;
2636
+ theme: "willow";
2637
+ colors: {
2638
+ primary: string;
2639
+ light?: string | undefined;
2640
+ dark?: string | undefined;
2641
+ };
2642
+ navigation: ({
2643
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
2644
+ global?: {
2645
+ languages?: {
2646
+ href: string;
2647
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2648
+ default?: boolean | undefined;
2649
+ hidden?: boolean | undefined;
2650
+ }[] | undefined;
2651
+ versions?: {
2652
+ version: string;
2653
+ href: string;
2654
+ default?: boolean | undefined;
2655
+ hidden?: boolean | undefined;
2656
+ }[] | undefined;
2657
+ tabs?: {
2658
+ href: string;
2659
+ tab: 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
+ hidden?: boolean | undefined;
2665
+ }[] | undefined;
2666
+ dropdowns?: {
2667
+ href: string;
2668
+ dropdown: string;
2669
+ icon?: string | {
2670
+ name: string;
2671
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2672
+ } | undefined;
2673
+ hidden?: boolean | undefined;
2674
+ }[] | undefined;
2675
+ anchors?: {
2676
+ href: string;
2677
+ anchor: string;
2678
+ icon?: string | {
2679
+ name: string;
2680
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2681
+ } | undefined;
2682
+ color?: {
2683
+ light?: string | undefined;
2684
+ dark?: string | undefined;
2685
+ } | undefined;
2686
+ hidden?: boolean | undefined;
2687
+ }[] | undefined;
2688
+ } | undefined;
2689
+ } | {
2690
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
2691
+ global?: {
2692
+ languages?: {
2693
+ href: string;
2694
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2695
+ default?: boolean | undefined;
2696
+ hidden?: boolean | undefined;
2697
+ }[] | undefined;
2698
+ versions?: {
2699
+ version: string;
2700
+ href: string;
2701
+ default?: boolean | undefined;
2702
+ hidden?: boolean | undefined;
2703
+ }[] | undefined;
2704
+ tabs?: {
2705
+ href: string;
2706
+ tab: string;
2707
+ icon?: string | {
2708
+ name: string;
2709
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2710
+ } | undefined;
2711
+ hidden?: boolean | undefined;
2712
+ }[] | undefined;
2713
+ dropdowns?: {
2714
+ href: string;
2715
+ dropdown: string;
2716
+ icon?: string | {
2717
+ name: string;
2718
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2719
+ } | undefined;
2720
+ hidden?: boolean | undefined;
2721
+ }[] | undefined;
2722
+ anchors?: {
2723
+ href: string;
2724
+ anchor: string;
2725
+ icon?: string | {
2726
+ name: string;
2727
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2728
+ } | undefined;
2729
+ color?: {
2730
+ light?: string | undefined;
2731
+ dark?: string | undefined;
2732
+ } | undefined;
2733
+ hidden?: boolean | undefined;
2734
+ }[] | undefined;
2735
+ } | undefined;
2736
+ } | {
2737
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
2738
+ global?: {
2739
+ languages?: {
2740
+ href: string;
2741
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2742
+ default?: boolean | undefined;
2743
+ hidden?: boolean | undefined;
2744
+ }[] | undefined;
2745
+ versions?: {
2746
+ version: string;
2747
+ href: string;
2748
+ default?: boolean | undefined;
2749
+ hidden?: boolean | undefined;
2750
+ }[] | undefined;
2751
+ tabs?: {
2752
+ href: string;
2753
+ tab: string;
2754
+ icon?: string | {
2755
+ name: string;
2756
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2757
+ } | undefined;
2758
+ hidden?: boolean | undefined;
2759
+ }[] | undefined;
2760
+ dropdowns?: {
2761
+ href: string;
2762
+ dropdown: string;
2763
+ icon?: string | {
2764
+ name: string;
2765
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2766
+ } | undefined;
2767
+ hidden?: boolean | undefined;
2768
+ }[] | undefined;
2769
+ anchors?: {
2770
+ href: string;
2771
+ anchor: string;
2772
+ icon?: string | {
2773
+ name: string;
2774
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2775
+ } | undefined;
2776
+ color?: {
2777
+ light?: string | undefined;
2778
+ dark?: string | undefined;
2779
+ } | undefined;
2780
+ hidden?: boolean | undefined;
2781
+ }[] | undefined;
2782
+ } | undefined;
2783
+ } | {
2784
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
2785
+ global?: {
2786
+ languages?: {
2787
+ href: string;
2788
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2789
+ default?: boolean | undefined;
2790
+ hidden?: boolean | undefined;
2791
+ }[] | undefined;
2792
+ versions?: {
2793
+ version: string;
2794
+ href: string;
2795
+ default?: boolean | undefined;
2796
+ hidden?: boolean | undefined;
2797
+ }[] | undefined;
2798
+ tabs?: {
2799
+ href: string;
2800
+ tab: string;
2801
+ icon?: string | {
2802
+ name: string;
2803
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2804
+ } | undefined;
2805
+ hidden?: boolean | undefined;
2806
+ }[] | undefined;
2807
+ dropdowns?: {
2808
+ href: string;
2809
+ dropdown: string;
2810
+ icon?: string | {
2811
+ name: string;
2812
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2813
+ } | undefined;
2814
+ hidden?: boolean | undefined;
2815
+ }[] | undefined;
2816
+ anchors?: {
2817
+ href: string;
2818
+ anchor: string;
2819
+ icon?: string | {
2820
+ name: string;
2821
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2822
+ } | undefined;
2823
+ color?: {
2824
+ light?: string | undefined;
2825
+ dark?: string | undefined;
2826
+ } | undefined;
2827
+ hidden?: boolean | undefined;
2828
+ }[] | undefined;
2829
+ } | undefined;
2830
+ } | {
2831
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
2832
+ global?: {
2833
+ languages?: {
2834
+ href: string;
2835
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2836
+ default?: boolean | undefined;
2837
+ hidden?: boolean | undefined;
2838
+ }[] | undefined;
2839
+ versions?: {
2840
+ version: string;
2841
+ href: string;
2842
+ default?: boolean | undefined;
2843
+ hidden?: boolean | undefined;
2844
+ }[] | undefined;
2845
+ tabs?: {
2846
+ href: string;
2847
+ tab: string;
2848
+ icon?: string | {
2849
+ name: string;
2850
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2851
+ } | undefined;
2852
+ hidden?: boolean | undefined;
2853
+ }[] | undefined;
2854
+ dropdowns?: {
2855
+ href: string;
2856
+ dropdown: string;
2857
+ icon?: string | {
2858
+ name: string;
2859
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2860
+ } | undefined;
2861
+ hidden?: boolean | undefined;
2862
+ }[] | undefined;
2863
+ anchors?: {
2864
+ href: string;
2865
+ anchor: string;
2866
+ icon?: string | {
2867
+ name: string;
2868
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2869
+ } | undefined;
2870
+ color?: {
2871
+ light?: string | undefined;
2872
+ dark?: string | undefined;
2873
+ } | undefined;
2874
+ hidden?: boolean | undefined;
2875
+ }[] | undefined;
2876
+ } | undefined;
2877
+ } | {
2878
+ groups: ({
2879
+ openapi: (string | string[] | {
2880
+ source: string;
2881
+ directory?: string | undefined;
2882
+ }) & (string | string[] | {
2883
+ source: string;
2884
+ directory?: string | undefined;
2885
+ } | undefined);
2886
+ group: string;
2887
+ icon?: string | {
2888
+ name: string;
2889
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2890
+ } | undefined;
2891
+ hidden?: boolean | undefined;
2892
+ root?: string | undefined;
2893
+ } | {
2894
+ group: string;
2895
+ pages: any[];
2896
+ icon?: string | {
2897
+ name: string;
2898
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2899
+ } | undefined;
2900
+ hidden?: boolean | undefined;
2901
+ root?: string | undefined;
2902
+ })[];
2903
+ global?: {
2904
+ languages?: {
2905
+ href: string;
2906
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2907
+ default?: boolean | undefined;
2908
+ hidden?: boolean | undefined;
2909
+ }[] | undefined;
2910
+ versions?: {
2911
+ version: string;
2912
+ href: string;
2913
+ default?: boolean | undefined;
2914
+ hidden?: boolean | undefined;
2915
+ }[] | undefined;
2916
+ tabs?: {
2917
+ href: string;
2918
+ tab: string;
2919
+ icon?: string | {
2920
+ name: string;
2921
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2922
+ } | undefined;
2923
+ hidden?: boolean | undefined;
2924
+ }[] | undefined;
2925
+ dropdowns?: {
2926
+ href: string;
2927
+ dropdown: 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
+ anchors?: {
2935
+ href: string;
2936
+ anchor: 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
+ hidden?: boolean | undefined;
2946
+ }[] | undefined;
2947
+ } | undefined;
2948
+ } | {
2949
+ pages: any[];
2950
+ global?: {
2951
+ languages?: {
2952
+ href: string;
2953
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2954
+ default?: boolean | undefined;
2955
+ hidden?: boolean | undefined;
2956
+ }[] | undefined;
2957
+ versions?: {
2958
+ version: string;
2959
+ href: string;
2960
+ default?: boolean | undefined;
2961
+ hidden?: boolean | undefined;
2962
+ }[] | undefined;
2963
+ tabs?: {
2964
+ href: string;
2965
+ tab: string;
2966
+ icon?: string | {
2967
+ name: string;
2968
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2969
+ } | undefined;
2970
+ hidden?: boolean | undefined;
2971
+ }[] | undefined;
2972
+ dropdowns?: {
2973
+ href: string;
2974
+ dropdown: string;
2975
+ icon?: string | {
2976
+ name: string;
2977
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2978
+ } | undefined;
2979
+ hidden?: boolean | undefined;
2980
+ }[] | undefined;
2981
+ anchors?: {
2982
+ href: string;
2983
+ anchor: string;
2984
+ icon?: string | {
2985
+ name: string;
2986
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2987
+ } | undefined;
2988
+ color?: {
2989
+ light?: string | undefined;
2990
+ dark?: string | undefined;
2991
+ } | undefined;
2992
+ hidden?: boolean | undefined;
2993
+ }[] | undefined;
2994
+ } | undefined;
2995
+ }) & ({
2996
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
2997
+ global?: {
2998
+ languages?: {
2999
+ href: string;
3000
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3001
+ default?: boolean | undefined;
3002
+ hidden?: boolean | undefined;
3003
+ }[] | undefined;
3004
+ versions?: {
3005
+ version: string;
3006
+ href: string;
3007
+ default?: boolean | undefined;
3008
+ hidden?: boolean | undefined;
3009
+ }[] | undefined;
3010
+ tabs?: {
3011
+ href: string;
3012
+ tab: string;
3013
+ icon?: string | {
3014
+ name: string;
3015
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3016
+ } | undefined;
3017
+ hidden?: boolean | undefined;
3018
+ }[] | undefined;
3019
+ dropdowns?: {
3020
+ href: string;
3021
+ dropdown: string;
3022
+ icon?: string | {
3023
+ name: string;
3024
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3025
+ } | undefined;
3026
+ hidden?: boolean | undefined;
3027
+ }[] | undefined;
3028
+ anchors?: {
3029
+ href: string;
3030
+ anchor: string;
3031
+ icon?: string | {
3032
+ name: string;
3033
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3034
+ } | undefined;
3035
+ color?: {
3036
+ light?: string | undefined;
3037
+ dark?: string | undefined;
3038
+ } | undefined;
3039
+ hidden?: boolean | undefined;
3040
+ }[] | undefined;
3041
+ } | undefined;
3042
+ } | {
3043
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
3044
+ global?: {
3045
+ languages?: {
3046
+ href: string;
3047
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3048
+ default?: boolean | undefined;
3049
+ hidden?: boolean | undefined;
3050
+ }[] | undefined;
3051
+ versions?: {
3052
+ version: string;
3053
+ href: string;
3054
+ default?: boolean | undefined;
3055
+ hidden?: boolean | undefined;
3056
+ }[] | undefined;
3057
+ tabs?: {
3058
+ href: string;
3059
+ tab: string;
3060
+ icon?: string | {
3061
+ name: string;
3062
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3063
+ } | undefined;
3064
+ hidden?: boolean | undefined;
3065
+ }[] | undefined;
3066
+ dropdowns?: {
3067
+ href: string;
3068
+ dropdown: string;
3069
+ icon?: string | {
3070
+ name: string;
3071
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3072
+ } | undefined;
3073
+ hidden?: boolean | undefined;
3074
+ }[] | undefined;
3075
+ anchors?: {
3076
+ href: string;
3077
+ anchor: string;
3078
+ icon?: string | {
3079
+ name: string;
3080
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3081
+ } | undefined;
3082
+ color?: {
3083
+ light?: string | undefined;
3084
+ dark?: string | undefined;
3085
+ } | undefined;
3086
+ hidden?: boolean | undefined;
3087
+ }[] | undefined;
3088
+ } | undefined;
3089
+ } | {
3090
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
3091
+ global?: {
3092
+ languages?: {
3093
+ href: string;
3094
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3095
+ default?: boolean | undefined;
3096
+ hidden?: boolean | undefined;
3097
+ }[] | undefined;
3098
+ versions?: {
3099
+ version: string;
3100
+ href: string;
3101
+ default?: boolean | undefined;
3102
+ hidden?: boolean | undefined;
3103
+ }[] | undefined;
3104
+ tabs?: {
3105
+ href: string;
3106
+ tab: 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
+ hidden?: boolean | undefined;
3112
+ }[] | undefined;
3113
+ dropdowns?: {
3114
+ href: string;
3115
+ dropdown: string;
3116
+ icon?: string | {
3117
+ name: string;
3118
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3119
+ } | undefined;
3120
+ hidden?: boolean | undefined;
3121
+ }[] | undefined;
3122
+ anchors?: {
3123
+ href: string;
3124
+ anchor: string;
3125
+ icon?: string | {
3126
+ name: string;
3127
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3128
+ } | undefined;
3129
+ color?: {
3130
+ light?: string | undefined;
3131
+ dark?: string | undefined;
3132
+ } | undefined;
3133
+ hidden?: boolean | undefined;
3134
+ }[] | undefined;
3135
+ } | undefined;
3136
+ } | {
3137
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
3138
+ global?: {
3139
+ languages?: {
3140
+ href: string;
3141
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3142
+ default?: boolean | undefined;
3143
+ hidden?: boolean | undefined;
3144
+ }[] | undefined;
3145
+ versions?: {
3146
+ version: string;
3147
+ href: string;
3148
+ default?: boolean | undefined;
3149
+ hidden?: boolean | undefined;
3150
+ }[] | undefined;
3151
+ tabs?: {
3152
+ href: string;
3153
+ tab: string;
3154
+ icon?: string | {
3155
+ name: string;
3156
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3157
+ } | undefined;
3158
+ hidden?: boolean | undefined;
3159
+ }[] | undefined;
3160
+ dropdowns?: {
3161
+ href: string;
3162
+ dropdown: string;
3163
+ icon?: string | {
3164
+ name: string;
3165
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3166
+ } | undefined;
3167
+ hidden?: boolean | undefined;
3168
+ }[] | undefined;
3169
+ anchors?: {
3170
+ href: string;
3171
+ anchor: string;
3172
+ icon?: string | {
3173
+ name: string;
3174
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3175
+ } | undefined;
3176
+ color?: {
3177
+ light?: string | undefined;
3178
+ dark?: string | undefined;
3179
+ } | undefined;
3180
+ hidden?: boolean | undefined;
3181
+ }[] | undefined;
3182
+ } | undefined;
3183
+ } | {
3184
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
3185
+ global?: {
3186
+ languages?: {
3187
+ href: string;
3188
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3189
+ default?: boolean | undefined;
3190
+ hidden?: boolean | undefined;
3191
+ }[] | undefined;
3192
+ versions?: {
3193
+ version: string;
3194
+ href: string;
3195
+ default?: boolean | undefined;
3196
+ hidden?: boolean | undefined;
3197
+ }[] | undefined;
3198
+ tabs?: {
3199
+ href: string;
3200
+ tab: string;
3201
+ icon?: string | {
3202
+ name: string;
3203
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3204
+ } | undefined;
3205
+ hidden?: boolean | undefined;
3206
+ }[] | undefined;
3207
+ dropdowns?: {
3208
+ href: string;
3209
+ dropdown: string;
3210
+ icon?: string | {
3211
+ name: string;
3212
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3213
+ } | undefined;
3214
+ hidden?: boolean | undefined;
3215
+ }[] | undefined;
3216
+ anchors?: {
3217
+ href: string;
3218
+ anchor: string;
3219
+ icon?: string | {
3220
+ name: string;
3221
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3222
+ } | undefined;
3223
+ color?: {
3224
+ light?: string | undefined;
3225
+ dark?: string | undefined;
3226
+ } | undefined;
3227
+ hidden?: boolean | undefined;
3228
+ }[] | undefined;
3229
+ } | undefined;
3230
+ } | {
3231
+ groups: ({
3232
+ openapi: (string | string[] | {
3233
+ source: string;
3234
+ directory?: string | undefined;
3235
+ }) & (string | string[] | {
3236
+ source: string;
3237
+ directory?: string | undefined;
3238
+ } | undefined);
3239
+ group: string;
3240
+ icon?: string | {
3241
+ name: string;
3242
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3243
+ } | undefined;
3244
+ hidden?: boolean | undefined;
3245
+ root?: string | undefined;
3246
+ } | {
3247
+ group: string;
3248
+ pages: any[];
3249
+ icon?: string | {
3250
+ name: string;
3251
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3252
+ } | undefined;
3253
+ hidden?: boolean | undefined;
3254
+ root?: string | undefined;
3255
+ })[];
3256
+ global?: {
3257
+ languages?: {
3258
+ href: string;
3259
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3260
+ default?: boolean | undefined;
3261
+ hidden?: boolean | undefined;
3262
+ }[] | undefined;
3263
+ versions?: {
3264
+ version: string;
3265
+ href: string;
3266
+ default?: boolean | undefined;
3267
+ hidden?: boolean | undefined;
3268
+ }[] | undefined;
3269
+ tabs?: {
3270
+ href: string;
3271
+ tab: string;
3272
+ icon?: string | {
3273
+ name: string;
3274
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3275
+ } | undefined;
3276
+ hidden?: boolean | undefined;
3277
+ }[] | undefined;
3278
+ dropdowns?: {
3279
+ href: string;
3280
+ dropdown: string;
3281
+ icon?: string | {
3282
+ name: string;
3283
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3284
+ } | undefined;
3285
+ hidden?: boolean | undefined;
3286
+ }[] | undefined;
3287
+ anchors?: {
3288
+ href: string;
3289
+ anchor: string;
3290
+ icon?: string | {
3291
+ name: string;
3292
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3293
+ } | undefined;
3294
+ color?: {
3295
+ light?: string | undefined;
3296
+ dark?: string | undefined;
3297
+ } | undefined;
3298
+ hidden?: boolean | undefined;
3299
+ }[] | undefined;
3300
+ } | undefined;
3301
+ } | {
3302
+ pages: any[];
3303
+ global?: {
3304
+ languages?: {
3305
+ href: string;
3306
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3307
+ default?: boolean | undefined;
3308
+ hidden?: boolean | undefined;
3309
+ }[] | undefined;
3310
+ versions?: {
3311
+ version: string;
3312
+ href: string;
3313
+ default?: boolean | undefined;
3314
+ hidden?: boolean | undefined;
3315
+ }[] | undefined;
3316
+ tabs?: {
3317
+ href: string;
3318
+ tab: string;
3319
+ icon?: string | {
3320
+ name: string;
3321
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3322
+ } | undefined;
3323
+ hidden?: boolean | undefined;
3324
+ }[] | undefined;
3325
+ dropdowns?: {
3326
+ href: string;
3327
+ dropdown: string;
3328
+ icon?: string | {
3329
+ name: string;
3330
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3331
+ } | undefined;
3332
+ hidden?: boolean | undefined;
3333
+ }[] | undefined;
3334
+ anchors?: {
3335
+ href: string;
3336
+ anchor: string;
3337
+ icon?: string | {
3338
+ name: string;
3339
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3340
+ } | undefined;
3341
+ color?: {
3342
+ light?: string | undefined;
3343
+ dark?: string | undefined;
3344
+ } | undefined;
3345
+ hidden?: boolean | undefined;
3346
+ }[] | undefined;
3347
+ } | undefined;
3348
+ } | undefined);
3349
+ description?: string | undefined;
3350
+ logo?: string | {
3351
+ light: string;
3352
+ dark: string;
3353
+ href?: string | undefined;
3354
+ } | undefined;
3355
+ favicon?: string | {
3356
+ light: string;
3357
+ dark: string;
3358
+ } | undefined;
3359
+ api?: {
3360
+ openapi?: string | string[] | {
3361
+ source: string;
3362
+ directory?: string | undefined;
3363
+ } | undefined;
3364
+ playground?: {
3365
+ display?: "simple" | "none" | "interactive" | undefined;
3366
+ proxy?: boolean | undefined;
3367
+ } | undefined;
3368
+ examples?: {
3369
+ languages?: string[] | undefined;
3370
+ } | undefined;
3371
+ mdx?: {
3372
+ auth?: "key" | "bearer" | "basic" | "cobo" | undefined;
3373
+ server?: string | string[] | undefined;
3374
+ } | undefined;
3375
+ } | undefined;
3376
+ appearance?: {
3377
+ default?: "light" | "dark" | "system" | undefined;
3378
+ strict?: boolean | undefined;
3379
+ } | undefined;
3380
+ background?: {
3381
+ image?: string | {
3382
+ light: string;
3383
+ dark: string;
3384
+ } | undefined;
3385
+ decoration?: "gradient" | "grid" | "windows" | undefined;
3386
+ color?: {
3387
+ light?: string | undefined;
3388
+ dark?: string | undefined;
3389
+ } | undefined;
3390
+ } | undefined;
3391
+ navbar?: {
3392
+ links?: {
3393
+ href: string;
3394
+ label: string;
3395
+ }[] | undefined;
3396
+ primary?: {
3397
+ type: "button";
3398
+ href: string;
3399
+ label: string;
3400
+ } | {
3401
+ type: "github";
3402
+ href: string;
3403
+ } | undefined;
3404
+ } | undefined;
3405
+ footer?: {
3406
+ socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
3407
+ links?: {
3408
+ items: {
3409
+ href: string;
3410
+ label: string;
3411
+ }[];
3412
+ header?: string | undefined;
3413
+ }[] | undefined;
3414
+ } | undefined;
3415
+ search?: {
3416
+ prompt?: string | undefined;
3417
+ } | undefined;
3418
+ seo?: {
3419
+ metatags?: Record<string, string> | undefined;
3420
+ indexing?: "all" | "navigable" | undefined;
3421
+ } | undefined;
3422
+ fonts?: {
3423
+ family: string;
3424
+ weight?: number | undefined;
3425
+ source?: string | undefined;
3426
+ format?: "woff" | "woff2" | undefined;
3427
+ } | {
3428
+ heading?: {
3429
+ family: string;
3430
+ weight?: number | undefined;
3431
+ source?: string | undefined;
3432
+ format?: "woff" | "woff2" | undefined;
3433
+ } | undefined;
3434
+ body?: {
3435
+ family: string;
3436
+ weight?: number | undefined;
3437
+ source?: string | undefined;
3438
+ format?: "woff" | "woff2" | undefined;
3439
+ } | undefined;
3440
+ } | undefined;
3441
+ icons?: {
3442
+ library: "fontawesome";
3443
+ } | undefined;
3444
+ styling?: {
3445
+ rounded?: "regular" | "sharp" | undefined;
3446
+ eyebrows?: "section" | "breadcrumbs" | undefined;
3447
+ codeblocks?: "dark" | "system" | undefined;
3448
+ } | undefined;
3449
+ redirects?: {
3450
+ source: string;
3451
+ destination: string;
3452
+ permanent?: boolean | undefined;
3453
+ }[] | undefined;
3454
+ integrations?: {
3455
+ amplitude?: {
3456
+ apiKey: string;
3457
+ } | undefined;
3458
+ clearbit?: {
3459
+ publicApiKey: string;
3460
+ } | undefined;
3461
+ fathom?: {
3462
+ siteId: string;
3463
+ } | undefined;
3464
+ frontchat?: {
3465
+ snippetId: string;
3466
+ } | undefined;
3467
+ ga4?: {
3468
+ measurementId: string;
3469
+ } | undefined;
3470
+ gtm?: {
3471
+ tagId: string;
3472
+ } | undefined;
3473
+ heap?: {
3474
+ appId: string;
3475
+ } | undefined;
3476
+ hotjar?: {
3477
+ hjid: string;
3478
+ hjsv: string;
3479
+ } | undefined;
3480
+ intercom?: {
3481
+ appId: string;
3482
+ } | undefined;
3483
+ koala?: {
3484
+ publicApiKey: string;
3485
+ } | undefined;
3486
+ logrocket?: {
3487
+ appId: string;
3488
+ } | undefined;
3489
+ mixpanel?: {
3490
+ projectToken: string;
3491
+ } | undefined;
3492
+ osano?: {
3493
+ scriptSource: string;
3494
+ } | undefined;
3495
+ pirsch?: {
3496
+ id: string;
3497
+ } | undefined;
3498
+ posthog?: {
3499
+ apiKey: string;
3500
+ apiHost?: string | undefined;
3501
+ } | undefined;
3502
+ plausible?: {
3503
+ domain: string;
3504
+ server?: string | undefined;
3505
+ } | undefined;
3506
+ segment?: {
3507
+ key: string;
3508
+ } | undefined;
3509
+ } | undefined;
3510
+ } | {
3511
+ name: string;
3512
+ $schema: string;
3513
+ theme: "linden";
3514
+ colors: {
3515
+ primary: string;
3516
+ light?: string | undefined;
3517
+ dark?: string | undefined;
3518
+ };
3519
+ navigation: ({
3520
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
3521
+ global?: {
3522
+ languages?: {
3523
+ href: string;
3524
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3525
+ default?: boolean | undefined;
3526
+ hidden?: boolean | undefined;
3527
+ }[] | undefined;
3528
+ versions?: {
3529
+ version: string;
3530
+ href: string;
3531
+ default?: boolean | undefined;
3532
+ hidden?: boolean | undefined;
3533
+ }[] | undefined;
3534
+ tabs?: {
3535
+ href: string;
3536
+ tab: string;
3537
+ icon?: string | {
3538
+ name: string;
3539
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3540
+ } | undefined;
3541
+ hidden?: boolean | undefined;
3542
+ }[] | undefined;
3543
+ dropdowns?: {
3544
+ href: string;
3545
+ dropdown: string;
3546
+ icon?: string | {
3547
+ name: string;
3548
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3549
+ } | undefined;
3550
+ hidden?: boolean | undefined;
3551
+ }[] | undefined;
3552
+ anchors?: {
3553
+ href: string;
3554
+ anchor: string;
3555
+ icon?: string | {
3556
+ name: string;
3557
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3558
+ } | undefined;
3559
+ color?: {
3560
+ light?: string | undefined;
3561
+ dark?: string | undefined;
3562
+ } | undefined;
3563
+ hidden?: boolean | undefined;
3564
+ }[] | undefined;
3565
+ } | undefined;
3566
+ } | {
3567
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
3568
+ global?: {
3569
+ languages?: {
3570
+ href: string;
3571
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3572
+ default?: boolean | undefined;
3573
+ hidden?: boolean | undefined;
3574
+ }[] | undefined;
3575
+ versions?: {
3576
+ version: string;
3577
+ href: string;
3578
+ default?: boolean | undefined;
3579
+ hidden?: boolean | undefined;
3580
+ }[] | undefined;
3581
+ tabs?: {
3582
+ href: string;
3583
+ tab: string;
3584
+ icon?: string | {
3585
+ name: string;
3586
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3587
+ } | undefined;
3588
+ hidden?: boolean | undefined;
3589
+ }[] | undefined;
3590
+ dropdowns?: {
3591
+ href: string;
3592
+ dropdown: string;
3593
+ icon?: string | {
3594
+ name: string;
3595
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3596
+ } | undefined;
3597
+ hidden?: boolean | undefined;
3598
+ }[] | undefined;
3599
+ anchors?: {
3600
+ href: string;
3601
+ anchor: string;
3602
+ icon?: string | {
3603
+ name: string;
3604
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3605
+ } | undefined;
3606
+ color?: {
3607
+ light?: string | undefined;
3608
+ dark?: string | undefined;
3609
+ } | undefined;
3610
+ hidden?: boolean | undefined;
3611
+ }[] | undefined;
3612
+ } | undefined;
3613
+ } | {
3614
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
3615
+ global?: {
3616
+ languages?: {
3617
+ href: string;
3618
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3619
+ default?: boolean | undefined;
3620
+ hidden?: boolean | undefined;
3621
+ }[] | undefined;
3622
+ versions?: {
3623
+ version: string;
3624
+ href: string;
3625
+ default?: boolean | undefined;
3626
+ hidden?: boolean | undefined;
3627
+ }[] | undefined;
3628
+ tabs?: {
3629
+ href: string;
3630
+ tab: string;
3631
+ icon?: string | {
3632
+ name: string;
3633
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3634
+ } | undefined;
3635
+ hidden?: boolean | undefined;
3636
+ }[] | undefined;
3637
+ dropdowns?: {
3638
+ href: string;
3639
+ dropdown: string;
3640
+ icon?: string | {
3641
+ name: string;
3642
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3643
+ } | undefined;
3644
+ hidden?: boolean | undefined;
3645
+ }[] | undefined;
3646
+ anchors?: {
3647
+ href: string;
3648
+ anchor: string;
3649
+ icon?: string | {
3650
+ name: string;
3651
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3652
+ } | undefined;
3653
+ color?: {
3654
+ light?: string | undefined;
3655
+ dark?: string | undefined;
3656
+ } | undefined;
3657
+ hidden?: boolean | undefined;
3658
+ }[] | undefined;
3659
+ } | undefined;
3660
+ } | {
3661
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
3662
+ global?: {
3663
+ languages?: {
3664
+ href: string;
3665
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3666
+ default?: boolean | undefined;
3667
+ hidden?: boolean | undefined;
3668
+ }[] | undefined;
3669
+ versions?: {
3670
+ version: string;
3671
+ href: string;
3672
+ default?: boolean | undefined;
3673
+ hidden?: boolean | undefined;
3674
+ }[] | undefined;
3675
+ tabs?: {
3676
+ href: string;
3677
+ tab: string;
3678
+ icon?: string | {
3679
+ name: string;
3680
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3681
+ } | undefined;
3682
+ hidden?: boolean | undefined;
3683
+ }[] | undefined;
3684
+ dropdowns?: {
3685
+ href: string;
3686
+ dropdown: string;
3687
+ icon?: string | {
3688
+ name: string;
3689
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3690
+ } | undefined;
3691
+ hidden?: boolean | undefined;
3692
+ }[] | undefined;
3693
+ anchors?: {
3694
+ href: string;
3695
+ anchor: string;
3696
+ icon?: string | {
3697
+ name: string;
3698
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3699
+ } | undefined;
3700
+ color?: {
3701
+ light?: string | undefined;
3702
+ dark?: string | undefined;
3703
+ } | undefined;
3704
+ hidden?: boolean | undefined;
3705
+ }[] | undefined;
3706
+ } | undefined;
3707
+ } | {
3708
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
3709
+ global?: {
3710
+ languages?: {
3711
+ href: string;
3712
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3713
+ default?: boolean | undefined;
3714
+ hidden?: boolean | undefined;
3715
+ }[] | undefined;
3716
+ versions?: {
3717
+ version: string;
3718
+ href: string;
3719
+ default?: boolean | undefined;
3720
+ hidden?: boolean | undefined;
3721
+ }[] | undefined;
3722
+ tabs?: {
3723
+ href: string;
3724
+ tab: string;
3725
+ icon?: string | {
3726
+ name: string;
3727
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3728
+ } | undefined;
3729
+ hidden?: boolean | undefined;
3730
+ }[] | undefined;
3731
+ dropdowns?: {
3732
+ href: string;
3733
+ dropdown: string;
3734
+ icon?: string | {
3735
+ name: string;
3736
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3737
+ } | undefined;
3738
+ hidden?: boolean | undefined;
3739
+ }[] | undefined;
3740
+ anchors?: {
3741
+ href: string;
3742
+ anchor: string;
3743
+ icon?: string | {
3744
+ name: string;
3745
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3746
+ } | undefined;
3747
+ color?: {
3748
+ light?: string | undefined;
3749
+ dark?: string | undefined;
3750
+ } | undefined;
3751
+ hidden?: boolean | undefined;
3752
+ }[] | undefined;
3753
+ } | undefined;
3754
+ } | {
3755
+ groups: ({
3756
+ openapi: (string | string[] | {
3757
+ source: string;
3758
+ directory?: string | undefined;
3759
+ }) & (string | string[] | {
3760
+ source: string;
3761
+ directory?: string | undefined;
3762
+ } | undefined);
3763
+ group: string;
3764
+ icon?: string | {
3765
+ name: string;
3766
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3767
+ } | undefined;
3768
+ hidden?: boolean | undefined;
3769
+ root?: string | undefined;
3770
+ } | {
3771
+ group: string;
3772
+ pages: any[];
3773
+ icon?: string | {
3774
+ name: string;
3775
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3776
+ } | undefined;
3777
+ hidden?: boolean | undefined;
3778
+ root?: string | undefined;
3779
+ })[];
3780
+ global?: {
3781
+ languages?: {
3782
+ href: string;
3783
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3784
+ default?: boolean | undefined;
3785
+ hidden?: boolean | undefined;
3786
+ }[] | undefined;
3787
+ versions?: {
3788
+ version: string;
3789
+ href: string;
3790
+ default?: boolean | undefined;
3791
+ hidden?: boolean | undefined;
3792
+ }[] | undefined;
3793
+ tabs?: {
3794
+ href: string;
3795
+ tab: string;
3796
+ icon?: string | {
3797
+ name: string;
3798
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3799
+ } | undefined;
3800
+ hidden?: boolean | undefined;
3801
+ }[] | undefined;
3802
+ dropdowns?: {
3803
+ href: string;
3804
+ dropdown: string;
3805
+ icon?: string | {
3806
+ name: string;
3807
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3808
+ } | undefined;
3809
+ hidden?: boolean | undefined;
3810
+ }[] | undefined;
3811
+ anchors?: {
3812
+ href: string;
3813
+ anchor: string;
3814
+ icon?: string | {
3815
+ name: string;
3816
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3817
+ } | undefined;
3818
+ color?: {
3819
+ light?: string | undefined;
3820
+ dark?: string | undefined;
3821
+ } | undefined;
3822
+ hidden?: boolean | undefined;
3823
+ }[] | undefined;
3824
+ } | undefined;
3825
+ } | {
3826
+ pages: any[];
3827
+ global?: {
3828
+ languages?: {
3829
+ href: string;
3830
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3831
+ default?: boolean | undefined;
3832
+ hidden?: boolean | undefined;
3833
+ }[] | undefined;
3834
+ versions?: {
3835
+ version: string;
3836
+ href: string;
3837
+ default?: boolean | undefined;
3838
+ hidden?: boolean | undefined;
3839
+ }[] | undefined;
3840
+ tabs?: {
3841
+ href: string;
3842
+ tab: string;
3843
+ icon?: string | {
3844
+ name: string;
3845
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3846
+ } | undefined;
3847
+ hidden?: boolean | undefined;
3848
+ }[] | undefined;
3849
+ dropdowns?: {
3850
+ href: string;
3851
+ dropdown: string;
3852
+ icon?: string | {
3853
+ name: string;
3854
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3855
+ } | undefined;
3856
+ hidden?: boolean | undefined;
3857
+ }[] | undefined;
3858
+ anchors?: {
3859
+ href: string;
3860
+ anchor: string;
3861
+ icon?: string | {
3862
+ name: string;
3863
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3864
+ } | undefined;
3865
+ color?: {
3866
+ light?: string | undefined;
3867
+ dark?: string | undefined;
3868
+ } | undefined;
3869
+ hidden?: boolean | undefined;
3870
+ }[] | undefined;
3871
+ } | undefined;
3872
+ }) & ({
3873
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
3874
+ global?: {
3875
+ languages?: {
3876
+ href: string;
3877
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3878
+ default?: boolean | undefined;
3879
+ hidden?: boolean | undefined;
3880
+ }[] | undefined;
3881
+ versions?: {
3882
+ version: string;
3883
+ href: string;
3884
+ default?: boolean | undefined;
3885
+ hidden?: boolean | undefined;
3886
+ }[] | undefined;
3887
+ tabs?: {
3888
+ href: string;
3889
+ tab: string;
3890
+ icon?: string | {
3891
+ name: string;
3892
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3893
+ } | undefined;
3894
+ hidden?: boolean | undefined;
3895
+ }[] | undefined;
3896
+ dropdowns?: {
3897
+ href: string;
3898
+ dropdown: string;
3899
+ icon?: string | {
3900
+ name: string;
3901
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3902
+ } | undefined;
3903
+ hidden?: boolean | undefined;
3904
+ }[] | undefined;
3905
+ anchors?: {
3906
+ href: string;
3907
+ anchor: string;
3908
+ icon?: string | {
3909
+ name: string;
3910
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3911
+ } | undefined;
3912
+ color?: {
3913
+ light?: string | undefined;
3914
+ dark?: string | undefined;
3915
+ } | undefined;
3916
+ hidden?: boolean | undefined;
3917
+ }[] | undefined;
3918
+ } | undefined;
3919
+ } | {
3920
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
3921
+ global?: {
3922
+ languages?: {
3923
+ href: string;
3924
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3925
+ default?: boolean | undefined;
3926
+ hidden?: boolean | undefined;
3927
+ }[] | undefined;
3928
+ versions?: {
3929
+ version: string;
3930
+ href: string;
3931
+ default?: boolean | undefined;
3932
+ hidden?: boolean | undefined;
3933
+ }[] | undefined;
3934
+ tabs?: {
3935
+ href: string;
3936
+ tab: string;
3937
+ icon?: string | {
3938
+ name: string;
3939
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3940
+ } | undefined;
3941
+ hidden?: boolean | undefined;
3942
+ }[] | undefined;
3943
+ dropdowns?: {
3944
+ href: string;
3945
+ dropdown: string;
3946
+ icon?: string | {
3947
+ name: string;
3948
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3949
+ } | undefined;
3950
+ hidden?: boolean | undefined;
3951
+ }[] | undefined;
3952
+ anchors?: {
3953
+ href: string;
3954
+ anchor: string;
3955
+ icon?: string | {
3956
+ name: string;
3957
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3958
+ } | undefined;
3959
+ color?: {
3960
+ light?: string | undefined;
3961
+ dark?: string | undefined;
3962
+ } | undefined;
3963
+ hidden?: boolean | undefined;
3964
+ }[] | undefined;
3965
+ } | undefined;
3966
+ } | {
3967
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
3968
+ global?: {
3969
+ languages?: {
3970
+ href: string;
3971
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3972
+ default?: boolean | undefined;
3973
+ hidden?: boolean | undefined;
3974
+ }[] | undefined;
3975
+ versions?: {
3976
+ version: string;
3977
+ href: string;
3978
+ default?: boolean | undefined;
3979
+ hidden?: boolean | undefined;
3980
+ }[] | undefined;
3981
+ tabs?: {
3982
+ href: string;
3983
+ tab: string;
3984
+ icon?: string | {
3985
+ name: string;
3986
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3987
+ } | undefined;
3988
+ hidden?: boolean | undefined;
3989
+ }[] | undefined;
3990
+ dropdowns?: {
3991
+ href: string;
3992
+ dropdown: string;
3993
+ icon?: string | {
3994
+ name: string;
3995
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3996
+ } | undefined;
3997
+ hidden?: boolean | undefined;
3998
+ }[] | undefined;
3999
+ anchors?: {
4000
+ href: string;
4001
+ anchor: string;
4002
+ icon?: string | {
4003
+ name: string;
4004
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4005
+ } | undefined;
4006
+ color?: {
4007
+ light?: string | undefined;
4008
+ dark?: string | undefined;
4009
+ } | undefined;
4010
+ hidden?: boolean | undefined;
4011
+ }[] | undefined;
4012
+ } | undefined;
4013
+ } | {
4014
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
4015
+ global?: {
4016
+ languages?: {
4017
+ href: string;
4018
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4019
+ default?: boolean | undefined;
4020
+ hidden?: boolean | undefined;
4021
+ }[] | undefined;
4022
+ versions?: {
4023
+ version: string;
4024
+ href: string;
4025
+ default?: boolean | undefined;
4026
+ hidden?: boolean | undefined;
4027
+ }[] | undefined;
4028
+ tabs?: {
4029
+ href: string;
4030
+ tab: string;
4031
+ icon?: string | {
4032
+ name: string;
4033
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4034
+ } | undefined;
4035
+ hidden?: boolean | undefined;
4036
+ }[] | undefined;
4037
+ dropdowns?: {
4038
+ href: string;
4039
+ dropdown: string;
4040
+ icon?: string | {
4041
+ name: string;
4042
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4043
+ } | undefined;
4044
+ hidden?: boolean | undefined;
4045
+ }[] | undefined;
4046
+ anchors?: {
4047
+ href: string;
4048
+ anchor: string;
4049
+ icon?: string | {
4050
+ name: string;
4051
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4052
+ } | undefined;
4053
+ color?: {
4054
+ light?: string | undefined;
4055
+ dark?: string | undefined;
4056
+ } | undefined;
4057
+ hidden?: boolean | undefined;
4058
+ }[] | undefined;
4059
+ } | undefined;
4060
+ } | {
4061
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
4062
+ global?: {
4063
+ languages?: {
4064
+ href: string;
4065
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4066
+ default?: boolean | undefined;
4067
+ hidden?: boolean | undefined;
4068
+ }[] | undefined;
4069
+ versions?: {
4070
+ version: string;
4071
+ href: string;
4072
+ default?: boolean | undefined;
4073
+ hidden?: boolean | undefined;
4074
+ }[] | undefined;
4075
+ tabs?: {
4076
+ href: string;
4077
+ tab: string;
4078
+ icon?: string | {
4079
+ name: string;
4080
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4081
+ } | undefined;
4082
+ hidden?: boolean | undefined;
4083
+ }[] | undefined;
4084
+ dropdowns?: {
4085
+ href: string;
4086
+ dropdown: string;
4087
+ icon?: string | {
4088
+ name: string;
4089
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4090
+ } | undefined;
4091
+ hidden?: boolean | undefined;
4092
+ }[] | undefined;
4093
+ anchors?: {
4094
+ href: string;
4095
+ anchor: string;
4096
+ icon?: string | {
4097
+ name: string;
4098
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4099
+ } | undefined;
4100
+ color?: {
4101
+ light?: string | undefined;
4102
+ dark?: string | undefined;
4103
+ } | undefined;
4104
+ hidden?: boolean | undefined;
4105
+ }[] | undefined;
4106
+ } | undefined;
4107
+ } | {
4108
+ groups: ({
4109
+ openapi: (string | string[] | {
4110
+ source: string;
4111
+ directory?: string | undefined;
4112
+ }) & (string | string[] | {
4113
+ source: string;
4114
+ directory?: string | undefined;
4115
+ } | undefined);
4116
+ group: string;
4117
+ icon?: string | {
4118
+ name: string;
4119
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4120
+ } | undefined;
4121
+ hidden?: boolean | undefined;
4122
+ root?: string | undefined;
4123
+ } | {
4124
+ group: string;
4125
+ pages: any[];
4126
+ icon?: string | {
4127
+ name: string;
4128
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4129
+ } | undefined;
4130
+ hidden?: boolean | undefined;
4131
+ root?: string | undefined;
4132
+ })[];
4133
+ global?: {
4134
+ languages?: {
4135
+ href: string;
4136
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4137
+ default?: boolean | undefined;
4138
+ hidden?: boolean | undefined;
4139
+ }[] | undefined;
4140
+ versions?: {
4141
+ version: string;
4142
+ href: string;
4143
+ default?: boolean | undefined;
4144
+ hidden?: boolean | undefined;
4145
+ }[] | undefined;
4146
+ tabs?: {
4147
+ href: string;
4148
+ tab: string;
4149
+ icon?: string | {
4150
+ name: string;
4151
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4152
+ } | undefined;
4153
+ hidden?: boolean | undefined;
4154
+ }[] | undefined;
4155
+ dropdowns?: {
4156
+ href: string;
4157
+ dropdown: string;
4158
+ icon?: string | {
4159
+ name: string;
4160
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4161
+ } | undefined;
4162
+ hidden?: boolean | undefined;
4163
+ }[] | undefined;
4164
+ anchors?: {
4165
+ href: string;
4166
+ anchor: string;
4167
+ icon?: string | {
4168
+ name: string;
4169
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4170
+ } | undefined;
4171
+ color?: {
4172
+ light?: string | undefined;
4173
+ dark?: string | undefined;
4174
+ } | undefined;
4175
+ hidden?: boolean | undefined;
4176
+ }[] | undefined;
4177
+ } | undefined;
4178
+ } | {
4179
+ pages: any[];
4180
+ global?: {
4181
+ languages?: {
4182
+ href: string;
4183
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4184
+ default?: boolean | undefined;
4185
+ hidden?: boolean | undefined;
4186
+ }[] | undefined;
4187
+ versions?: {
4188
+ version: string;
4189
+ href: string;
4190
+ default?: boolean | undefined;
4191
+ hidden?: boolean | undefined;
4192
+ }[] | undefined;
4193
+ tabs?: {
4194
+ href: string;
4195
+ tab: string;
4196
+ icon?: string | {
4197
+ name: string;
4198
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4199
+ } | undefined;
4200
+ hidden?: boolean | undefined;
4201
+ }[] | undefined;
4202
+ dropdowns?: {
4203
+ href: string;
4204
+ dropdown: string;
4205
+ icon?: string | {
4206
+ name: string;
4207
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4208
+ } | undefined;
4209
+ hidden?: boolean | undefined;
4210
+ }[] | undefined;
4211
+ anchors?: {
4212
+ href: string;
4213
+ anchor: string;
4214
+ icon?: string | {
4215
+ name: string;
4216
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4217
+ } | undefined;
4218
+ color?: {
4219
+ light?: string | undefined;
4220
+ dark?: string | undefined;
4221
+ } | undefined;
4222
+ hidden?: boolean | undefined;
4223
+ }[] | undefined;
4224
+ } | undefined;
4225
+ } | undefined);
4226
+ description?: string | undefined;
4227
+ logo?: string | {
4228
+ light: string;
4229
+ dark: string;
4230
+ href?: string | undefined;
4231
+ } | undefined;
4232
+ favicon?: string | {
4233
+ light: string;
4234
+ dark: string;
4235
+ } | undefined;
4236
+ api?: {
4237
+ openapi?: string | string[] | {
4238
+ source: string;
4239
+ directory?: string | undefined;
4240
+ } | undefined;
4241
+ playground?: {
4242
+ display?: "simple" | "none" | "interactive" | undefined;
4243
+ proxy?: boolean | undefined;
4244
+ } | undefined;
4245
+ examples?: {
4246
+ languages?: string[] | undefined;
4247
+ } | undefined;
4248
+ mdx?: {
4249
+ auth?: "key" | "bearer" | "basic" | "cobo" | undefined;
4250
+ server?: string | string[] | undefined;
4251
+ } | undefined;
4252
+ } | undefined;
4253
+ appearance?: {
4254
+ default?: "light" | "dark" | "system" | undefined;
4255
+ strict?: boolean | undefined;
4256
+ } | undefined;
4257
+ background?: {
4258
+ image?: string | {
4259
+ light: string;
4260
+ dark: string;
4261
+ } | undefined;
4262
+ decoration?: "gradient" | "grid" | "windows" | undefined;
4263
+ color?: {
4264
+ light?: string | undefined;
4265
+ dark?: string | undefined;
4266
+ } | undefined;
4267
+ } | undefined;
4268
+ navbar?: {
4269
+ links?: {
4270
+ href: string;
4271
+ label: string;
4272
+ }[] | undefined;
4273
+ primary?: {
4274
+ type: "button";
4275
+ href: string;
4276
+ label: string;
4277
+ } | {
4278
+ type: "github";
4279
+ href: string;
4280
+ } | undefined;
4281
+ } | undefined;
4282
+ footer?: {
4283
+ socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
4284
+ links?: {
4285
+ items: {
4286
+ href: string;
4287
+ label: string;
4288
+ }[];
4289
+ header?: string | undefined;
4290
+ }[] | undefined;
4291
+ } | undefined;
4292
+ search?: {
4293
+ prompt?: string | undefined;
4294
+ } | undefined;
4295
+ seo?: {
4296
+ metatags?: Record<string, string> | undefined;
4297
+ indexing?: "all" | "navigable" | undefined;
4298
+ } | undefined;
4299
+ fonts?: {
4300
+ family: string;
4301
+ weight?: number | undefined;
4302
+ source?: string | undefined;
4303
+ format?: "woff" | "woff2" | undefined;
4304
+ } | {
4305
+ heading?: {
4306
+ family: string;
4307
+ weight?: number | undefined;
4308
+ source?: string | undefined;
4309
+ format?: "woff" | "woff2" | undefined;
4310
+ } | undefined;
4311
+ body?: {
4312
+ family: string;
4313
+ weight?: number | undefined;
4314
+ source?: string | undefined;
4315
+ format?: "woff" | "woff2" | undefined;
4316
+ } | undefined;
4317
+ } | undefined;
4318
+ icons?: {
4319
+ library: "fontawesome";
4320
+ } | undefined;
4321
+ styling?: {
4322
+ rounded?: "regular" | "sharp" | undefined;
4323
+ eyebrows?: "section" | "breadcrumbs" | undefined;
4324
+ codeblocks?: "dark" | "system" | undefined;
4325
+ } | undefined;
4326
+ redirects?: {
4327
+ source: string;
4328
+ destination: string;
4329
+ permanent?: boolean | undefined;
4330
+ }[] | undefined;
4331
+ integrations?: {
4332
+ amplitude?: {
4333
+ apiKey: string;
4334
+ } | undefined;
4335
+ clearbit?: {
4336
+ publicApiKey: string;
4337
+ } | undefined;
4338
+ fathom?: {
4339
+ siteId: string;
4340
+ } | undefined;
4341
+ frontchat?: {
4342
+ snippetId: string;
4343
+ } | undefined;
4344
+ ga4?: {
4345
+ measurementId: string;
4346
+ } | undefined;
4347
+ gtm?: {
4348
+ tagId: string;
4349
+ } | undefined;
4350
+ heap?: {
4351
+ appId: string;
4352
+ } | undefined;
4353
+ hotjar?: {
4354
+ hjid: string;
4355
+ hjsv: string;
4356
+ } | undefined;
4357
+ intercom?: {
4358
+ appId: string;
4359
+ } | undefined;
4360
+ koala?: {
4361
+ publicApiKey: string;
4362
+ } | undefined;
4363
+ logrocket?: {
4364
+ appId: string;
4365
+ } | undefined;
4366
+ mixpanel?: {
4367
+ projectToken: string;
4368
+ } | undefined;
4369
+ osano?: {
4370
+ scriptSource: string;
4371
+ } | undefined;
4372
+ pirsch?: {
4373
+ id: string;
4374
+ } | undefined;
4375
+ posthog?: {
4376
+ apiKey: string;
4377
+ apiHost?: string | undefined;
4378
+ } | undefined;
4379
+ plausible?: {
4380
+ domain: string;
4381
+ server?: string | undefined;
4382
+ } | undefined;
4383
+ segment?: {
4384
+ key: string;
4385
+ } | undefined;
4386
+ } | undefined;
4387
+ }>;
3
4388
  export declare const writeMdxFilesWithNoImports: (mdxFilesWithNoImports: {
4
4389
  targetPath: string;
5
4390
  fileContent: string;