@mintlify/prebuild 1.0.333 → 1.0.335

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,1730 @@
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
+ } | {
14
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
15
+ } | {
16
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
17
+ } | {
18
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
19
+ } | {
20
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
21
+ } | {
22
+ groups: ({
23
+ openapi: (string | string[] | {
24
+ source: string;
25
+ directory?: string | undefined;
26
+ }) & (string | string[] | {
27
+ source: string;
28
+ directory?: string | undefined;
29
+ } | undefined);
30
+ group: string;
31
+ icon?: string | {
32
+ name: string;
33
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
34
+ } | undefined;
35
+ hidden?: boolean | undefined;
36
+ root?: string | undefined;
37
+ } | {
38
+ group: string;
39
+ pages: any[];
40
+ icon?: string | {
41
+ name: string;
42
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
43
+ } | undefined;
44
+ hidden?: boolean | undefined;
45
+ root?: string | undefined;
46
+ })[];
47
+ } | {
48
+ pages: any[];
49
+ }) & {
50
+ global?: {
51
+ languages?: ({
52
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
53
+ hidden?: boolean | undefined;
54
+ } & {
55
+ href: string;
56
+ })[] | undefined;
57
+ versions?: ({
58
+ version: string;
59
+ hidden?: boolean | undefined;
60
+ } & {
61
+ href: string;
62
+ })[] | undefined;
63
+ tabs?: ({
64
+ tab: string;
65
+ icon?: string | {
66
+ name: string;
67
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
68
+ } | undefined;
69
+ hidden?: boolean | undefined;
70
+ } & {
71
+ href: string;
72
+ })[] | undefined;
73
+ dropdowns?: ({
74
+ dropdown: string;
75
+ icon?: string | {
76
+ name: string;
77
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
78
+ } | undefined;
79
+ hidden?: boolean | undefined;
80
+ } & {
81
+ href: string;
82
+ })[] | undefined;
83
+ anchors?: ({
84
+ anchor: 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
+ color?: {
90
+ light?: string | undefined;
91
+ dark?: string | undefined;
92
+ } | undefined;
93
+ hidden?: boolean | undefined;
94
+ } & {
95
+ href: string;
96
+ })[] | undefined;
97
+ } | undefined;
98
+ }) & ((({
99
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
100
+ } | {
101
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
102
+ } | {
103
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
104
+ } | {
105
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
106
+ } | {
107
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
108
+ } | {
109
+ groups: ({
110
+ openapi: (string | string[] | {
111
+ source: string;
112
+ directory?: string | undefined;
113
+ }) & (string | string[] | {
114
+ source: string;
115
+ directory?: string | undefined;
116
+ } | undefined);
117
+ group: string;
118
+ icon?: string | {
119
+ name: string;
120
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
121
+ } | undefined;
122
+ hidden?: boolean | undefined;
123
+ root?: string | undefined;
124
+ } | {
125
+ group: string;
126
+ pages: any[];
127
+ icon?: string | {
128
+ name: string;
129
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
130
+ } | undefined;
131
+ hidden?: boolean | undefined;
132
+ root?: string | undefined;
133
+ })[];
134
+ } | {
135
+ pages: any[];
136
+ }) & {
137
+ global?: {
138
+ languages?: ({
139
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
140
+ hidden?: boolean | undefined;
141
+ } & {
142
+ href: string;
143
+ })[] | undefined;
144
+ versions?: ({
145
+ version: string;
146
+ hidden?: boolean | undefined;
147
+ } & {
148
+ href: string;
149
+ })[] | undefined;
150
+ tabs?: ({
151
+ tab: string;
152
+ icon?: string | {
153
+ name: string;
154
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
155
+ } | undefined;
156
+ hidden?: boolean | undefined;
157
+ } & {
158
+ href: string;
159
+ })[] | undefined;
160
+ dropdowns?: ({
161
+ dropdown: string;
162
+ icon?: string | {
163
+ name: string;
164
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
165
+ } | undefined;
166
+ hidden?: boolean | undefined;
167
+ } & {
168
+ href: string;
169
+ })[] | undefined;
170
+ anchors?: ({
171
+ anchor: string;
172
+ icon?: string | {
173
+ name: string;
174
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
175
+ } | undefined;
176
+ color?: {
177
+ light?: string | undefined;
178
+ dark?: string | undefined;
179
+ } | undefined;
180
+ hidden?: boolean | undefined;
181
+ } & {
182
+ href: string;
183
+ })[] | undefined;
184
+ } | undefined;
185
+ }) | undefined);
186
+ description?: string | undefined;
187
+ logo?: string | {
188
+ light: string;
189
+ dark: string;
190
+ href?: string | undefined;
191
+ } | undefined;
192
+ favicon?: string | {
193
+ light: string;
194
+ dark: string;
195
+ } | undefined;
196
+ api?: {
197
+ openapi?: string | string[] | {
198
+ source: string;
199
+ directory?: string | undefined;
200
+ } | undefined;
201
+ playground?: {
202
+ display?: "simple" | "none" | "interactive" | undefined;
203
+ proxy?: boolean | undefined;
204
+ } | undefined;
205
+ examples?: {
206
+ languages?: string[] | undefined;
207
+ } | undefined;
208
+ mdx?: {
209
+ auth?: "key" | "bearer" | "basic" | "cobo" | undefined;
210
+ server?: string | string[] | undefined;
211
+ } | undefined;
212
+ } | undefined;
213
+ appearance?: {
214
+ default?: "light" | "dark" | "system" | undefined;
215
+ strict?: boolean | undefined;
216
+ } | undefined;
217
+ background?: {
218
+ image?: string | {
219
+ light: string;
220
+ dark: string;
221
+ } | undefined;
222
+ decoration?: "gradient" | "grid" | "windows" | undefined;
223
+ color?: {
224
+ light?: string | undefined;
225
+ dark?: string | undefined;
226
+ } | undefined;
227
+ } | undefined;
228
+ navbar?: {
229
+ links?: {
230
+ href: string;
231
+ label: string;
232
+ }[] | undefined;
233
+ primary?: {
234
+ type: "button";
235
+ href: string;
236
+ label: string;
237
+ } | {
238
+ type: "github";
239
+ href: string;
240
+ } | undefined;
241
+ } | undefined;
242
+ footer?: {
243
+ socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
244
+ links?: {
245
+ items: {
246
+ href: string;
247
+ label: string;
248
+ }[];
249
+ header?: string | undefined;
250
+ }[] | undefined;
251
+ } | undefined;
252
+ search?: {
253
+ prompt?: string | undefined;
254
+ } | undefined;
255
+ seo?: {
256
+ metatags?: Record<string, string> | undefined;
257
+ indexing?: "all" | "navigable" | undefined;
258
+ } | undefined;
259
+ fonts?: {
260
+ family: string;
261
+ weight?: number | undefined;
262
+ source?: string | undefined;
263
+ format?: "woff" | "woff2" | undefined;
264
+ } | {
265
+ heading?: {
266
+ family: string;
267
+ weight?: number | undefined;
268
+ source?: string | undefined;
269
+ format?: "woff" | "woff2" | undefined;
270
+ } | undefined;
271
+ body?: {
272
+ family: string;
273
+ weight?: number | undefined;
274
+ source?: string | undefined;
275
+ format?: "woff" | "woff2" | undefined;
276
+ } | undefined;
277
+ } | undefined;
278
+ icons?: {
279
+ library: "fontawesome";
280
+ } | undefined;
281
+ styling?: {
282
+ rounded?: "regular" | "sharp" | undefined;
283
+ eyebrows?: "section" | "breadcrumbs" | undefined;
284
+ codeblocks?: "dark" | "system" | undefined;
285
+ } | undefined;
286
+ redirects?: {
287
+ source: string;
288
+ destination: string;
289
+ permanent?: boolean | undefined;
290
+ }[] | undefined;
291
+ integrations?: {
292
+ amplitude?: {
293
+ apiKey: string;
294
+ } | undefined;
295
+ clearbit?: {
296
+ publicApiKey: string;
297
+ } | undefined;
298
+ fathom?: {
299
+ siteId: string;
300
+ } | undefined;
301
+ frontchat?: {
302
+ snippetId: string;
303
+ } | undefined;
304
+ ga4?: {
305
+ measurementId: string;
306
+ } | undefined;
307
+ gtm?: {
308
+ tagId: string;
309
+ } | undefined;
310
+ heap?: {
311
+ appId: string;
312
+ } | undefined;
313
+ hotjar?: {
314
+ hjid: string;
315
+ hjsv: string;
316
+ } | undefined;
317
+ intercom?: {
318
+ appId: string;
319
+ } | undefined;
320
+ koala?: {
321
+ publicApiKey: string;
322
+ } | undefined;
323
+ logrocket?: {
324
+ appId: string;
325
+ } | undefined;
326
+ mixpanel?: {
327
+ projectToken: string;
328
+ } | undefined;
329
+ osano?: {
330
+ scriptSource: string;
331
+ } | undefined;
332
+ pirsch?: {
333
+ id: string;
334
+ } | undefined;
335
+ posthog?: {
336
+ apiKey: string;
337
+ apiHost?: string | undefined;
338
+ } | undefined;
339
+ plausible?: {
340
+ domain: string;
341
+ server?: string | undefined;
342
+ } | undefined;
343
+ segment?: {
344
+ key: string;
345
+ } | undefined;
346
+ } | undefined;
347
+ } | {
348
+ name: string;
349
+ $schema: string;
350
+ theme: "maple";
351
+ colors: {
352
+ primary: string;
353
+ light?: string | undefined;
354
+ dark?: string | undefined;
355
+ };
356
+ navigation: (({
357
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
358
+ } | {
359
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
360
+ } | {
361
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
362
+ } | {
363
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
364
+ } | {
365
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
366
+ } | {
367
+ groups: ({
368
+ openapi: (string | string[] | {
369
+ source: string;
370
+ directory?: string | undefined;
371
+ }) & (string | string[] | {
372
+ source: string;
373
+ directory?: string | undefined;
374
+ } | undefined);
375
+ group: string;
376
+ icon?: string | {
377
+ name: string;
378
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
379
+ } | undefined;
380
+ hidden?: boolean | undefined;
381
+ root?: string | undefined;
382
+ } | {
383
+ group: string;
384
+ pages: any[];
385
+ icon?: string | {
386
+ name: string;
387
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
388
+ } | undefined;
389
+ hidden?: boolean | undefined;
390
+ root?: string | undefined;
391
+ })[];
392
+ } | {
393
+ pages: any[];
394
+ }) & {
395
+ global?: {
396
+ languages?: ({
397
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
398
+ hidden?: boolean | undefined;
399
+ } & {
400
+ href: string;
401
+ })[] | undefined;
402
+ versions?: ({
403
+ version: string;
404
+ hidden?: boolean | undefined;
405
+ } & {
406
+ href: string;
407
+ })[] | undefined;
408
+ tabs?: ({
409
+ tab: string;
410
+ icon?: string | {
411
+ name: string;
412
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
413
+ } | undefined;
414
+ hidden?: boolean | undefined;
415
+ } & {
416
+ href: string;
417
+ })[] | undefined;
418
+ dropdowns?: ({
419
+ dropdown: string;
420
+ icon?: string | {
421
+ name: string;
422
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
423
+ } | undefined;
424
+ hidden?: boolean | undefined;
425
+ } & {
426
+ href: string;
427
+ })[] | undefined;
428
+ anchors?: ({
429
+ anchor: string;
430
+ icon?: string | {
431
+ name: string;
432
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
433
+ } | undefined;
434
+ color?: {
435
+ light?: string | undefined;
436
+ dark?: string | undefined;
437
+ } | undefined;
438
+ hidden?: boolean | undefined;
439
+ } & {
440
+ href: string;
441
+ })[] | undefined;
442
+ } | undefined;
443
+ }) & ((({
444
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
445
+ } | {
446
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
447
+ } | {
448
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
449
+ } | {
450
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
451
+ } | {
452
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
453
+ } | {
454
+ groups: ({
455
+ openapi: (string | string[] | {
456
+ source: string;
457
+ directory?: string | undefined;
458
+ }) & (string | string[] | {
459
+ source: string;
460
+ directory?: string | undefined;
461
+ } | undefined);
462
+ group: string;
463
+ icon?: string | {
464
+ name: string;
465
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
466
+ } | undefined;
467
+ hidden?: boolean | undefined;
468
+ root?: string | undefined;
469
+ } | {
470
+ group: string;
471
+ pages: any[];
472
+ icon?: string | {
473
+ name: string;
474
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
475
+ } | undefined;
476
+ hidden?: boolean | undefined;
477
+ root?: string | undefined;
478
+ })[];
479
+ } | {
480
+ pages: any[];
481
+ }) & {
482
+ global?: {
483
+ languages?: ({
484
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
485
+ hidden?: boolean | undefined;
486
+ } & {
487
+ href: string;
488
+ })[] | undefined;
489
+ versions?: ({
490
+ version: string;
491
+ hidden?: boolean | undefined;
492
+ } & {
493
+ href: string;
494
+ })[] | undefined;
495
+ tabs?: ({
496
+ tab: string;
497
+ icon?: string | {
498
+ name: string;
499
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
500
+ } | undefined;
501
+ hidden?: boolean | undefined;
502
+ } & {
503
+ href: string;
504
+ })[] | undefined;
505
+ dropdowns?: ({
506
+ dropdown: string;
507
+ icon?: string | {
508
+ name: string;
509
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
510
+ } | undefined;
511
+ hidden?: boolean | undefined;
512
+ } & {
513
+ href: string;
514
+ })[] | undefined;
515
+ anchors?: ({
516
+ anchor: string;
517
+ icon?: string | {
518
+ name: string;
519
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
520
+ } | undefined;
521
+ color?: {
522
+ light?: string | undefined;
523
+ dark?: string | undefined;
524
+ } | undefined;
525
+ hidden?: boolean | undefined;
526
+ } & {
527
+ href: string;
528
+ })[] | undefined;
529
+ } | undefined;
530
+ }) | undefined);
531
+ description?: string | undefined;
532
+ logo?: string | {
533
+ light: string;
534
+ dark: string;
535
+ href?: string | undefined;
536
+ } | undefined;
537
+ favicon?: string | {
538
+ light: string;
539
+ dark: string;
540
+ } | undefined;
541
+ api?: {
542
+ openapi?: string | string[] | {
543
+ source: string;
544
+ directory?: string | undefined;
545
+ } | undefined;
546
+ playground?: {
547
+ display?: "simple" | "none" | "interactive" | undefined;
548
+ proxy?: boolean | undefined;
549
+ } | undefined;
550
+ examples?: {
551
+ languages?: string[] | undefined;
552
+ } | undefined;
553
+ mdx?: {
554
+ auth?: "key" | "bearer" | "basic" | "cobo" | undefined;
555
+ server?: string | string[] | undefined;
556
+ } | undefined;
557
+ } | undefined;
558
+ appearance?: {
559
+ default?: "light" | "dark" | "system" | undefined;
560
+ strict?: boolean | undefined;
561
+ } | undefined;
562
+ background?: {
563
+ image?: string | {
564
+ light: string;
565
+ dark: string;
566
+ } | undefined;
567
+ decoration?: "gradient" | "grid" | "windows" | undefined;
568
+ color?: {
569
+ light?: string | undefined;
570
+ dark?: string | undefined;
571
+ } | undefined;
572
+ } | undefined;
573
+ navbar?: {
574
+ links?: {
575
+ href: string;
576
+ label: string;
577
+ }[] | undefined;
578
+ primary?: {
579
+ type: "button";
580
+ href: string;
581
+ label: string;
582
+ } | {
583
+ type: "github";
584
+ href: string;
585
+ } | undefined;
586
+ } | undefined;
587
+ footer?: {
588
+ socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
589
+ links?: {
590
+ items: {
591
+ href: string;
592
+ label: string;
593
+ }[];
594
+ header?: string | undefined;
595
+ }[] | undefined;
596
+ } | undefined;
597
+ search?: {
598
+ prompt?: string | undefined;
599
+ } | undefined;
600
+ seo?: {
601
+ metatags?: Record<string, string> | undefined;
602
+ indexing?: "all" | "navigable" | undefined;
603
+ } | undefined;
604
+ fonts?: {
605
+ family: string;
606
+ weight?: number | undefined;
607
+ source?: string | undefined;
608
+ format?: "woff" | "woff2" | undefined;
609
+ } | {
610
+ heading?: {
611
+ family: string;
612
+ weight?: number | undefined;
613
+ source?: string | undefined;
614
+ format?: "woff" | "woff2" | undefined;
615
+ } | undefined;
616
+ body?: {
617
+ family: string;
618
+ weight?: number | undefined;
619
+ source?: string | undefined;
620
+ format?: "woff" | "woff2" | undefined;
621
+ } | undefined;
622
+ } | undefined;
623
+ icons?: {
624
+ library: "fontawesome";
625
+ } | undefined;
626
+ styling?: {
627
+ rounded?: "regular" | "sharp" | undefined;
628
+ eyebrows?: "section" | "breadcrumbs" | undefined;
629
+ codeblocks?: "dark" | "system" | undefined;
630
+ } | undefined;
631
+ redirects?: {
632
+ source: string;
633
+ destination: string;
634
+ permanent?: boolean | undefined;
635
+ }[] | undefined;
636
+ integrations?: {
637
+ amplitude?: {
638
+ apiKey: string;
639
+ } | undefined;
640
+ clearbit?: {
641
+ publicApiKey: string;
642
+ } | undefined;
643
+ fathom?: {
644
+ siteId: string;
645
+ } | undefined;
646
+ frontchat?: {
647
+ snippetId: string;
648
+ } | undefined;
649
+ ga4?: {
650
+ measurementId: string;
651
+ } | undefined;
652
+ gtm?: {
653
+ tagId: string;
654
+ } | undefined;
655
+ heap?: {
656
+ appId: string;
657
+ } | undefined;
658
+ hotjar?: {
659
+ hjid: string;
660
+ hjsv: string;
661
+ } | undefined;
662
+ intercom?: {
663
+ appId: string;
664
+ } | undefined;
665
+ koala?: {
666
+ publicApiKey: string;
667
+ } | undefined;
668
+ logrocket?: {
669
+ appId: string;
670
+ } | undefined;
671
+ mixpanel?: {
672
+ projectToken: string;
673
+ } | undefined;
674
+ osano?: {
675
+ scriptSource: string;
676
+ } | undefined;
677
+ pirsch?: {
678
+ id: string;
679
+ } | undefined;
680
+ posthog?: {
681
+ apiKey: string;
682
+ apiHost?: string | undefined;
683
+ } | undefined;
684
+ plausible?: {
685
+ domain: string;
686
+ server?: string | undefined;
687
+ } | undefined;
688
+ segment?: {
689
+ key: string;
690
+ } | undefined;
691
+ } | undefined;
692
+ } | {
693
+ name: string;
694
+ $schema: string;
695
+ theme: "palm";
696
+ colors: {
697
+ primary: string;
698
+ light?: string | undefined;
699
+ dark?: string | undefined;
700
+ };
701
+ navigation: (({
702
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
703
+ } | {
704
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
705
+ } | {
706
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
707
+ } | {
708
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
709
+ } | {
710
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
711
+ } | {
712
+ groups: ({
713
+ openapi: (string | string[] | {
714
+ source: string;
715
+ directory?: string | undefined;
716
+ }) & (string | string[] | {
717
+ source: string;
718
+ directory?: string | undefined;
719
+ } | undefined);
720
+ group: string;
721
+ icon?: string | {
722
+ name: string;
723
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
724
+ } | undefined;
725
+ hidden?: boolean | undefined;
726
+ root?: string | undefined;
727
+ } | {
728
+ group: string;
729
+ pages: any[];
730
+ icon?: string | {
731
+ name: string;
732
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
733
+ } | undefined;
734
+ hidden?: boolean | undefined;
735
+ root?: string | undefined;
736
+ })[];
737
+ } | {
738
+ pages: any[];
739
+ }) & {
740
+ global?: {
741
+ languages?: ({
742
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
743
+ hidden?: boolean | undefined;
744
+ } & {
745
+ href: string;
746
+ })[] | undefined;
747
+ versions?: ({
748
+ version: string;
749
+ hidden?: boolean | undefined;
750
+ } & {
751
+ href: string;
752
+ })[] | undefined;
753
+ tabs?: ({
754
+ tab: string;
755
+ icon?: string | {
756
+ name: string;
757
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
758
+ } | undefined;
759
+ hidden?: boolean | undefined;
760
+ } & {
761
+ href: string;
762
+ })[] | undefined;
763
+ dropdowns?: ({
764
+ dropdown: string;
765
+ icon?: string | {
766
+ name: string;
767
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
768
+ } | undefined;
769
+ hidden?: boolean | undefined;
770
+ } & {
771
+ href: string;
772
+ })[] | undefined;
773
+ anchors?: ({
774
+ anchor: string;
775
+ icon?: string | {
776
+ name: string;
777
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
778
+ } | undefined;
779
+ color?: {
780
+ light?: string | undefined;
781
+ dark?: string | undefined;
782
+ } | undefined;
783
+ hidden?: boolean | undefined;
784
+ } & {
785
+ href: string;
786
+ })[] | undefined;
787
+ } | undefined;
788
+ }) & ((({
789
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
790
+ } | {
791
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
792
+ } | {
793
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
794
+ } | {
795
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
796
+ } | {
797
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
798
+ } | {
799
+ groups: ({
800
+ openapi: (string | string[] | {
801
+ source: string;
802
+ directory?: string | undefined;
803
+ }) & (string | string[] | {
804
+ source: string;
805
+ directory?: string | undefined;
806
+ } | undefined);
807
+ group: string;
808
+ icon?: string | {
809
+ name: string;
810
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
811
+ } | undefined;
812
+ hidden?: boolean | undefined;
813
+ root?: string | undefined;
814
+ } | {
815
+ group: string;
816
+ pages: any[];
817
+ icon?: string | {
818
+ name: string;
819
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
820
+ } | undefined;
821
+ hidden?: boolean | undefined;
822
+ root?: string | undefined;
823
+ })[];
824
+ } | {
825
+ pages: any[];
826
+ }) & {
827
+ global?: {
828
+ languages?: ({
829
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
830
+ hidden?: boolean | undefined;
831
+ } & {
832
+ href: string;
833
+ })[] | undefined;
834
+ versions?: ({
835
+ version: string;
836
+ hidden?: boolean | undefined;
837
+ } & {
838
+ href: string;
839
+ })[] | undefined;
840
+ tabs?: ({
841
+ tab: string;
842
+ icon?: string | {
843
+ name: string;
844
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
845
+ } | undefined;
846
+ hidden?: boolean | undefined;
847
+ } & {
848
+ href: string;
849
+ })[] | undefined;
850
+ dropdowns?: ({
851
+ dropdown: string;
852
+ icon?: string | {
853
+ name: string;
854
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
855
+ } | undefined;
856
+ hidden?: boolean | undefined;
857
+ } & {
858
+ href: string;
859
+ })[] | undefined;
860
+ anchors?: ({
861
+ anchor: string;
862
+ icon?: string | {
863
+ name: string;
864
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
865
+ } | undefined;
866
+ color?: {
867
+ light?: string | undefined;
868
+ dark?: string | undefined;
869
+ } | undefined;
870
+ hidden?: boolean | undefined;
871
+ } & {
872
+ href: string;
873
+ })[] | undefined;
874
+ } | undefined;
875
+ }) | undefined);
876
+ description?: string | undefined;
877
+ logo?: string | {
878
+ light: string;
879
+ dark: string;
880
+ href?: string | undefined;
881
+ } | undefined;
882
+ favicon?: string | {
883
+ light: string;
884
+ dark: string;
885
+ } | undefined;
886
+ api?: {
887
+ openapi?: string | string[] | {
888
+ source: string;
889
+ directory?: string | undefined;
890
+ } | undefined;
891
+ playground?: {
892
+ display?: "simple" | "none" | "interactive" | undefined;
893
+ proxy?: boolean | undefined;
894
+ } | undefined;
895
+ examples?: {
896
+ languages?: string[] | undefined;
897
+ } | undefined;
898
+ mdx?: {
899
+ auth?: "key" | "bearer" | "basic" | "cobo" | undefined;
900
+ server?: string | string[] | undefined;
901
+ } | undefined;
902
+ } | undefined;
903
+ appearance?: {
904
+ default?: "light" | "dark" | "system" | undefined;
905
+ strict?: boolean | undefined;
906
+ } | undefined;
907
+ background?: {
908
+ image?: string | {
909
+ light: string;
910
+ dark: string;
911
+ } | undefined;
912
+ decoration?: "gradient" | "grid" | "windows" | undefined;
913
+ color?: {
914
+ light?: string | undefined;
915
+ dark?: string | undefined;
916
+ } | undefined;
917
+ } | undefined;
918
+ navbar?: {
919
+ links?: {
920
+ href: string;
921
+ label: string;
922
+ }[] | undefined;
923
+ primary?: {
924
+ type: "button";
925
+ href: string;
926
+ label: string;
927
+ } | {
928
+ type: "github";
929
+ href: string;
930
+ } | undefined;
931
+ } | undefined;
932
+ footer?: {
933
+ socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
934
+ links?: {
935
+ items: {
936
+ href: string;
937
+ label: string;
938
+ }[];
939
+ header?: string | undefined;
940
+ }[] | undefined;
941
+ } | undefined;
942
+ search?: {
943
+ prompt?: string | undefined;
944
+ } | undefined;
945
+ seo?: {
946
+ metatags?: Record<string, string> | undefined;
947
+ indexing?: "all" | "navigable" | undefined;
948
+ } | undefined;
949
+ fonts?: {
950
+ family: string;
951
+ weight?: number | undefined;
952
+ source?: string | undefined;
953
+ format?: "woff" | "woff2" | undefined;
954
+ } | {
955
+ heading?: {
956
+ family: string;
957
+ weight?: number | undefined;
958
+ source?: string | undefined;
959
+ format?: "woff" | "woff2" | undefined;
960
+ } | undefined;
961
+ body?: {
962
+ family: string;
963
+ weight?: number | undefined;
964
+ source?: string | undefined;
965
+ format?: "woff" | "woff2" | undefined;
966
+ } | undefined;
967
+ } | undefined;
968
+ icons?: {
969
+ library: "fontawesome";
970
+ } | undefined;
971
+ styling?: {
972
+ rounded?: "regular" | "sharp" | undefined;
973
+ eyebrows?: "section" | "breadcrumbs" | undefined;
974
+ codeblocks?: "dark" | "system" | undefined;
975
+ } | undefined;
976
+ redirects?: {
977
+ source: string;
978
+ destination: string;
979
+ permanent?: boolean | undefined;
980
+ }[] | undefined;
981
+ integrations?: {
982
+ amplitude?: {
983
+ apiKey: string;
984
+ } | undefined;
985
+ clearbit?: {
986
+ publicApiKey: string;
987
+ } | undefined;
988
+ fathom?: {
989
+ siteId: string;
990
+ } | undefined;
991
+ frontchat?: {
992
+ snippetId: string;
993
+ } | undefined;
994
+ ga4?: {
995
+ measurementId: string;
996
+ } | undefined;
997
+ gtm?: {
998
+ tagId: string;
999
+ } | undefined;
1000
+ heap?: {
1001
+ appId: string;
1002
+ } | undefined;
1003
+ hotjar?: {
1004
+ hjid: string;
1005
+ hjsv: string;
1006
+ } | undefined;
1007
+ intercom?: {
1008
+ appId: string;
1009
+ } | undefined;
1010
+ koala?: {
1011
+ publicApiKey: string;
1012
+ } | undefined;
1013
+ logrocket?: {
1014
+ appId: string;
1015
+ } | undefined;
1016
+ mixpanel?: {
1017
+ projectToken: string;
1018
+ } | undefined;
1019
+ osano?: {
1020
+ scriptSource: string;
1021
+ } | undefined;
1022
+ pirsch?: {
1023
+ id: string;
1024
+ } | undefined;
1025
+ posthog?: {
1026
+ apiKey: string;
1027
+ apiHost?: string | undefined;
1028
+ } | undefined;
1029
+ plausible?: {
1030
+ domain: string;
1031
+ server?: string | undefined;
1032
+ } | undefined;
1033
+ segment?: {
1034
+ key: string;
1035
+ } | undefined;
1036
+ } | undefined;
1037
+ } | {
1038
+ name: string;
1039
+ $schema: string;
1040
+ theme: "willow";
1041
+ colors: {
1042
+ primary: string;
1043
+ light?: string | undefined;
1044
+ dark?: string | undefined;
1045
+ };
1046
+ navigation: (({
1047
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
1048
+ } | {
1049
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
1050
+ } | {
1051
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
1052
+ } | {
1053
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
1054
+ } | {
1055
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
1056
+ } | {
1057
+ groups: ({
1058
+ openapi: (string | string[] | {
1059
+ source: string;
1060
+ directory?: string | undefined;
1061
+ }) & (string | string[] | {
1062
+ source: string;
1063
+ directory?: string | undefined;
1064
+ } | undefined);
1065
+ group: string;
1066
+ icon?: string | {
1067
+ name: string;
1068
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1069
+ } | undefined;
1070
+ hidden?: boolean | undefined;
1071
+ root?: string | undefined;
1072
+ } | {
1073
+ group: string;
1074
+ pages: any[];
1075
+ icon?: string | {
1076
+ name: string;
1077
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1078
+ } | undefined;
1079
+ hidden?: boolean | undefined;
1080
+ root?: string | undefined;
1081
+ })[];
1082
+ } | {
1083
+ pages: any[];
1084
+ }) & {
1085
+ global?: {
1086
+ languages?: ({
1087
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1088
+ hidden?: boolean | undefined;
1089
+ } & {
1090
+ href: string;
1091
+ })[] | undefined;
1092
+ versions?: ({
1093
+ version: string;
1094
+ hidden?: boolean | undefined;
1095
+ } & {
1096
+ href: string;
1097
+ })[] | undefined;
1098
+ tabs?: ({
1099
+ tab: string;
1100
+ icon?: string | {
1101
+ name: string;
1102
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1103
+ } | undefined;
1104
+ hidden?: boolean | undefined;
1105
+ } & {
1106
+ href: string;
1107
+ })[] | undefined;
1108
+ dropdowns?: ({
1109
+ dropdown: string;
1110
+ icon?: string | {
1111
+ name: string;
1112
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1113
+ } | undefined;
1114
+ hidden?: boolean | undefined;
1115
+ } & {
1116
+ href: string;
1117
+ })[] | undefined;
1118
+ anchors?: ({
1119
+ anchor: string;
1120
+ icon?: string | {
1121
+ name: string;
1122
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1123
+ } | undefined;
1124
+ color?: {
1125
+ light?: string | undefined;
1126
+ dark?: string | undefined;
1127
+ } | undefined;
1128
+ hidden?: boolean | undefined;
1129
+ } & {
1130
+ href: string;
1131
+ })[] | undefined;
1132
+ } | undefined;
1133
+ }) & ((({
1134
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
1135
+ } | {
1136
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
1137
+ } | {
1138
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
1139
+ } | {
1140
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
1141
+ } | {
1142
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
1143
+ } | {
1144
+ groups: ({
1145
+ openapi: (string | string[] | {
1146
+ source: string;
1147
+ directory?: string | undefined;
1148
+ }) & (string | string[] | {
1149
+ source: string;
1150
+ directory?: string | undefined;
1151
+ } | undefined);
1152
+ group: string;
1153
+ icon?: string | {
1154
+ name: string;
1155
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1156
+ } | undefined;
1157
+ hidden?: boolean | undefined;
1158
+ root?: string | undefined;
1159
+ } | {
1160
+ group: string;
1161
+ pages: any[];
1162
+ icon?: string | {
1163
+ name: string;
1164
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1165
+ } | undefined;
1166
+ hidden?: boolean | undefined;
1167
+ root?: string | undefined;
1168
+ })[];
1169
+ } | {
1170
+ pages: any[];
1171
+ }) & {
1172
+ global?: {
1173
+ languages?: ({
1174
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1175
+ hidden?: boolean | undefined;
1176
+ } & {
1177
+ href: string;
1178
+ })[] | undefined;
1179
+ versions?: ({
1180
+ version: string;
1181
+ hidden?: boolean | undefined;
1182
+ } & {
1183
+ href: string;
1184
+ })[] | undefined;
1185
+ tabs?: ({
1186
+ tab: string;
1187
+ icon?: string | {
1188
+ name: string;
1189
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1190
+ } | undefined;
1191
+ hidden?: boolean | undefined;
1192
+ } & {
1193
+ href: string;
1194
+ })[] | undefined;
1195
+ dropdowns?: ({
1196
+ dropdown: string;
1197
+ icon?: string | {
1198
+ name: string;
1199
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1200
+ } | undefined;
1201
+ hidden?: boolean | undefined;
1202
+ } & {
1203
+ href: string;
1204
+ })[] | undefined;
1205
+ anchors?: ({
1206
+ anchor: string;
1207
+ icon?: string | {
1208
+ name: string;
1209
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1210
+ } | undefined;
1211
+ color?: {
1212
+ light?: string | undefined;
1213
+ dark?: string | undefined;
1214
+ } | undefined;
1215
+ hidden?: boolean | undefined;
1216
+ } & {
1217
+ href: string;
1218
+ })[] | undefined;
1219
+ } | undefined;
1220
+ }) | undefined);
1221
+ description?: string | undefined;
1222
+ logo?: string | {
1223
+ light: string;
1224
+ dark: string;
1225
+ href?: string | undefined;
1226
+ } | undefined;
1227
+ favicon?: string | {
1228
+ light: string;
1229
+ dark: string;
1230
+ } | undefined;
1231
+ api?: {
1232
+ openapi?: string | string[] | {
1233
+ source: string;
1234
+ directory?: string | undefined;
1235
+ } | undefined;
1236
+ playground?: {
1237
+ display?: "simple" | "none" | "interactive" | undefined;
1238
+ proxy?: boolean | undefined;
1239
+ } | undefined;
1240
+ examples?: {
1241
+ languages?: string[] | undefined;
1242
+ } | undefined;
1243
+ mdx?: {
1244
+ auth?: "key" | "bearer" | "basic" | "cobo" | undefined;
1245
+ server?: string | string[] | undefined;
1246
+ } | undefined;
1247
+ } | undefined;
1248
+ appearance?: {
1249
+ default?: "light" | "dark" | "system" | undefined;
1250
+ strict?: boolean | undefined;
1251
+ } | undefined;
1252
+ background?: {
1253
+ image?: string | {
1254
+ light: string;
1255
+ dark: string;
1256
+ } | undefined;
1257
+ decoration?: "gradient" | "grid" | "windows" | undefined;
1258
+ color?: {
1259
+ light?: string | undefined;
1260
+ dark?: string | undefined;
1261
+ } | undefined;
1262
+ } | undefined;
1263
+ navbar?: {
1264
+ links?: {
1265
+ href: string;
1266
+ label: string;
1267
+ }[] | undefined;
1268
+ primary?: {
1269
+ type: "button";
1270
+ href: string;
1271
+ label: string;
1272
+ } | {
1273
+ type: "github";
1274
+ href: string;
1275
+ } | undefined;
1276
+ } | undefined;
1277
+ footer?: {
1278
+ socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
1279
+ links?: {
1280
+ items: {
1281
+ href: string;
1282
+ label: string;
1283
+ }[];
1284
+ header?: string | undefined;
1285
+ }[] | undefined;
1286
+ } | undefined;
1287
+ search?: {
1288
+ prompt?: string | undefined;
1289
+ } | undefined;
1290
+ seo?: {
1291
+ metatags?: Record<string, string> | undefined;
1292
+ indexing?: "all" | "navigable" | undefined;
1293
+ } | undefined;
1294
+ fonts?: {
1295
+ family: string;
1296
+ weight?: number | undefined;
1297
+ source?: string | undefined;
1298
+ format?: "woff" | "woff2" | undefined;
1299
+ } | {
1300
+ heading?: {
1301
+ family: string;
1302
+ weight?: number | undefined;
1303
+ source?: string | undefined;
1304
+ format?: "woff" | "woff2" | undefined;
1305
+ } | undefined;
1306
+ body?: {
1307
+ family: string;
1308
+ weight?: number | undefined;
1309
+ source?: string | undefined;
1310
+ format?: "woff" | "woff2" | undefined;
1311
+ } | undefined;
1312
+ } | undefined;
1313
+ icons?: {
1314
+ library: "fontawesome";
1315
+ } | undefined;
1316
+ styling?: {
1317
+ rounded?: "regular" | "sharp" | undefined;
1318
+ eyebrows?: "section" | "breadcrumbs" | undefined;
1319
+ codeblocks?: "dark" | "system" | undefined;
1320
+ } | undefined;
1321
+ redirects?: {
1322
+ source: string;
1323
+ destination: string;
1324
+ permanent?: boolean | undefined;
1325
+ }[] | undefined;
1326
+ integrations?: {
1327
+ amplitude?: {
1328
+ apiKey: string;
1329
+ } | undefined;
1330
+ clearbit?: {
1331
+ publicApiKey: string;
1332
+ } | undefined;
1333
+ fathom?: {
1334
+ siteId: string;
1335
+ } | undefined;
1336
+ frontchat?: {
1337
+ snippetId: string;
1338
+ } | undefined;
1339
+ ga4?: {
1340
+ measurementId: string;
1341
+ } | undefined;
1342
+ gtm?: {
1343
+ tagId: string;
1344
+ } | undefined;
1345
+ heap?: {
1346
+ appId: string;
1347
+ } | undefined;
1348
+ hotjar?: {
1349
+ hjid: string;
1350
+ hjsv: string;
1351
+ } | undefined;
1352
+ intercom?: {
1353
+ appId: string;
1354
+ } | undefined;
1355
+ koala?: {
1356
+ publicApiKey: string;
1357
+ } | undefined;
1358
+ logrocket?: {
1359
+ appId: string;
1360
+ } | undefined;
1361
+ mixpanel?: {
1362
+ projectToken: string;
1363
+ } | undefined;
1364
+ osano?: {
1365
+ scriptSource: string;
1366
+ } | undefined;
1367
+ pirsch?: {
1368
+ id: string;
1369
+ } | undefined;
1370
+ posthog?: {
1371
+ apiKey: string;
1372
+ apiHost?: string | undefined;
1373
+ } | undefined;
1374
+ plausible?: {
1375
+ domain: string;
1376
+ server?: string | undefined;
1377
+ } | undefined;
1378
+ segment?: {
1379
+ key: string;
1380
+ } | undefined;
1381
+ } | undefined;
1382
+ } | {
1383
+ name: string;
1384
+ $schema: string;
1385
+ theme: "linden";
1386
+ colors: {
1387
+ primary: string;
1388
+ light?: string | undefined;
1389
+ dark?: string | undefined;
1390
+ };
1391
+ navigation: (({
1392
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
1393
+ } | {
1394
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
1395
+ } | {
1396
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
1397
+ } | {
1398
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
1399
+ } | {
1400
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
1401
+ } | {
1402
+ groups: ({
1403
+ openapi: (string | string[] | {
1404
+ source: string;
1405
+ directory?: string | undefined;
1406
+ }) & (string | string[] | {
1407
+ source: string;
1408
+ directory?: string | undefined;
1409
+ } | undefined);
1410
+ group: string;
1411
+ icon?: string | {
1412
+ name: string;
1413
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1414
+ } | undefined;
1415
+ hidden?: boolean | undefined;
1416
+ root?: string | undefined;
1417
+ } | {
1418
+ group: string;
1419
+ pages: any[];
1420
+ icon?: string | {
1421
+ name: string;
1422
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1423
+ } | undefined;
1424
+ hidden?: boolean | undefined;
1425
+ root?: string | undefined;
1426
+ })[];
1427
+ } | {
1428
+ pages: any[];
1429
+ }) & {
1430
+ global?: {
1431
+ languages?: ({
1432
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1433
+ hidden?: boolean | undefined;
1434
+ } & {
1435
+ href: string;
1436
+ })[] | undefined;
1437
+ versions?: ({
1438
+ version: string;
1439
+ hidden?: boolean | undefined;
1440
+ } & {
1441
+ href: string;
1442
+ })[] | undefined;
1443
+ tabs?: ({
1444
+ tab: string;
1445
+ icon?: string | {
1446
+ name: string;
1447
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1448
+ } | undefined;
1449
+ hidden?: boolean | undefined;
1450
+ } & {
1451
+ href: string;
1452
+ })[] | undefined;
1453
+ dropdowns?: ({
1454
+ dropdown: string;
1455
+ icon?: string | {
1456
+ name: string;
1457
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1458
+ } | undefined;
1459
+ hidden?: boolean | undefined;
1460
+ } & {
1461
+ href: string;
1462
+ })[] | undefined;
1463
+ anchors?: ({
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
+ } & {
1475
+ href: string;
1476
+ })[] | undefined;
1477
+ } | undefined;
1478
+ }) & ((({
1479
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
1480
+ } | {
1481
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
1482
+ } | {
1483
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
1484
+ } | {
1485
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
1486
+ } | {
1487
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
1488
+ } | {
1489
+ groups: ({
1490
+ openapi: (string | string[] | {
1491
+ source: string;
1492
+ directory?: string | undefined;
1493
+ }) & (string | string[] | {
1494
+ source: string;
1495
+ directory?: string | undefined;
1496
+ } | undefined);
1497
+ group: string;
1498
+ icon?: string | {
1499
+ name: string;
1500
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1501
+ } | undefined;
1502
+ hidden?: boolean | undefined;
1503
+ root?: string | undefined;
1504
+ } | {
1505
+ group: string;
1506
+ pages: any[];
1507
+ icon?: string | {
1508
+ name: string;
1509
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1510
+ } | undefined;
1511
+ hidden?: boolean | undefined;
1512
+ root?: string | undefined;
1513
+ })[];
1514
+ } | {
1515
+ pages: any[];
1516
+ }) & {
1517
+ global?: {
1518
+ languages?: ({
1519
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1520
+ hidden?: boolean | undefined;
1521
+ } & {
1522
+ href: string;
1523
+ })[] | undefined;
1524
+ versions?: ({
1525
+ version: string;
1526
+ hidden?: boolean | undefined;
1527
+ } & {
1528
+ href: string;
1529
+ })[] | undefined;
1530
+ tabs?: ({
1531
+ tab: string;
1532
+ icon?: string | {
1533
+ name: string;
1534
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1535
+ } | undefined;
1536
+ hidden?: boolean | undefined;
1537
+ } & {
1538
+ href: string;
1539
+ })[] | undefined;
1540
+ dropdowns?: ({
1541
+ dropdown: string;
1542
+ icon?: string | {
1543
+ name: string;
1544
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1545
+ } | undefined;
1546
+ hidden?: boolean | undefined;
1547
+ } & {
1548
+ href: string;
1549
+ })[] | undefined;
1550
+ anchors?: ({
1551
+ anchor: string;
1552
+ icon?: string | {
1553
+ name: string;
1554
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1555
+ } | undefined;
1556
+ color?: {
1557
+ light?: string | undefined;
1558
+ dark?: string | undefined;
1559
+ } | undefined;
1560
+ hidden?: boolean | undefined;
1561
+ } & {
1562
+ href: string;
1563
+ })[] | undefined;
1564
+ } | undefined;
1565
+ }) | undefined);
1566
+ description?: string | undefined;
1567
+ logo?: string | {
1568
+ light: string;
1569
+ dark: string;
1570
+ href?: string | undefined;
1571
+ } | undefined;
1572
+ favicon?: string | {
1573
+ light: string;
1574
+ dark: string;
1575
+ } | undefined;
1576
+ api?: {
1577
+ openapi?: string | string[] | {
1578
+ source: string;
1579
+ directory?: string | undefined;
1580
+ } | undefined;
1581
+ playground?: {
1582
+ display?: "simple" | "none" | "interactive" | undefined;
1583
+ proxy?: boolean | undefined;
1584
+ } | undefined;
1585
+ examples?: {
1586
+ languages?: string[] | undefined;
1587
+ } | undefined;
1588
+ mdx?: {
1589
+ auth?: "key" | "bearer" | "basic" | "cobo" | undefined;
1590
+ server?: string | string[] | undefined;
1591
+ } | undefined;
1592
+ } | undefined;
1593
+ appearance?: {
1594
+ default?: "light" | "dark" | "system" | undefined;
1595
+ strict?: boolean | undefined;
1596
+ } | undefined;
1597
+ background?: {
1598
+ image?: string | {
1599
+ light: string;
1600
+ dark: string;
1601
+ } | undefined;
1602
+ decoration?: "gradient" | "grid" | "windows" | undefined;
1603
+ color?: {
1604
+ light?: string | undefined;
1605
+ dark?: string | undefined;
1606
+ } | undefined;
1607
+ } | undefined;
1608
+ navbar?: {
1609
+ links?: {
1610
+ href: string;
1611
+ label: string;
1612
+ }[] | undefined;
1613
+ primary?: {
1614
+ type: "button";
1615
+ href: string;
1616
+ label: string;
1617
+ } | {
1618
+ type: "github";
1619
+ href: string;
1620
+ } | undefined;
1621
+ } | undefined;
1622
+ footer?: {
1623
+ socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
1624
+ links?: {
1625
+ items: {
1626
+ href: string;
1627
+ label: string;
1628
+ }[];
1629
+ header?: string | undefined;
1630
+ }[] | undefined;
1631
+ } | undefined;
1632
+ search?: {
1633
+ prompt?: string | undefined;
1634
+ } | undefined;
1635
+ seo?: {
1636
+ metatags?: Record<string, string> | undefined;
1637
+ indexing?: "all" | "navigable" | undefined;
1638
+ } | undefined;
1639
+ fonts?: {
1640
+ family: string;
1641
+ weight?: number | undefined;
1642
+ source?: string | undefined;
1643
+ format?: "woff" | "woff2" | undefined;
1644
+ } | {
1645
+ heading?: {
1646
+ family: string;
1647
+ weight?: number | undefined;
1648
+ source?: string | undefined;
1649
+ format?: "woff" | "woff2" | undefined;
1650
+ } | undefined;
1651
+ body?: {
1652
+ family: string;
1653
+ weight?: number | undefined;
1654
+ source?: string | undefined;
1655
+ format?: "woff" | "woff2" | undefined;
1656
+ } | undefined;
1657
+ } | undefined;
1658
+ icons?: {
1659
+ library: "fontawesome";
1660
+ } | undefined;
1661
+ styling?: {
1662
+ rounded?: "regular" | "sharp" | undefined;
1663
+ eyebrows?: "section" | "breadcrumbs" | undefined;
1664
+ codeblocks?: "dark" | "system" | undefined;
1665
+ } | undefined;
1666
+ redirects?: {
1667
+ source: string;
1668
+ destination: string;
1669
+ permanent?: boolean | undefined;
1670
+ }[] | undefined;
1671
+ integrations?: {
1672
+ amplitude?: {
1673
+ apiKey: string;
1674
+ } | undefined;
1675
+ clearbit?: {
1676
+ publicApiKey: string;
1677
+ } | undefined;
1678
+ fathom?: {
1679
+ siteId: string;
1680
+ } | undefined;
1681
+ frontchat?: {
1682
+ snippetId: string;
1683
+ } | undefined;
1684
+ ga4?: {
1685
+ measurementId: string;
1686
+ } | undefined;
1687
+ gtm?: {
1688
+ tagId: string;
1689
+ } | undefined;
1690
+ heap?: {
1691
+ appId: string;
1692
+ } | undefined;
1693
+ hotjar?: {
1694
+ hjid: string;
1695
+ hjsv: string;
1696
+ } | undefined;
1697
+ intercom?: {
1698
+ appId: string;
1699
+ } | undefined;
1700
+ koala?: {
1701
+ publicApiKey: string;
1702
+ } | undefined;
1703
+ logrocket?: {
1704
+ appId: string;
1705
+ } | undefined;
1706
+ mixpanel?: {
1707
+ projectToken: string;
1708
+ } | undefined;
1709
+ osano?: {
1710
+ scriptSource: string;
1711
+ } | undefined;
1712
+ pirsch?: {
1713
+ id: string;
1714
+ } | undefined;
1715
+ posthog?: {
1716
+ apiKey: string;
1717
+ apiHost?: string | undefined;
1718
+ } | undefined;
1719
+ plausible?: {
1720
+ domain: string;
1721
+ server?: string | undefined;
1722
+ } | undefined;
1723
+ segment?: {
1724
+ key: string;
1725
+ } | undefined;
1726
+ } | undefined;
1727
+ }>;
3
1728
  export declare const writeMdxFilesWithNoImports: (mdxFilesWithNoImports: {
4
1729
  targetPath: string;
5
1730
  fileContent: string;