@mintlify/validation 0.1.251 → 0.1.252

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