@mintlify/validation 0.1.586 → 0.1.587
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.
- package/dist/index.js +2 -1
- package/dist/mint-config/schemas/v2/index.d.ts +2284 -59
- package/dist/mint-config/schemas/v2/index.js +2 -0
- package/dist/mint-config/schemas/v2/properties/contextual.d.ts +12 -6
- package/dist/mint-config/schemas/v2/properties/contextual.js +7 -0
- package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +2 -1
- package/dist/mint-config/schemas/v2/properties/navigation/index.js +1 -1
- package/dist/mint-config/schemas/v2/properties/navigation/tabs.d.ts +8 -0
- package/dist/mint-config/schemas/v2/properties/navigation/tabs.js +2 -0
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +12 -7
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +12 -7
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +12 -7
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +12 -7
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +12 -7
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +12 -7
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +8 -5
- package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +2187 -0
- package/dist/mint-config/schemas/v2/themes/sequoia.js +4 -0
- package/dist/mint-config/schemas/v2/themes/themes.d.ts +2 -2
- package/dist/mint-config/schemas/v2/themes/themes.js +10 -1
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +12 -7
- package/dist/mint-config/validateConfig.d.ts +856 -150
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -1317,7 +1317,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1317
1317
|
};
|
|
1318
1318
|
}>>;
|
|
1319
1319
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
1320
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1320
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1321
1321
|
title: z.ZodString;
|
|
1322
1322
|
description: z.ZodString;
|
|
1323
1323
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -1388,7 +1388,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1388
1388
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1389
1389
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1390
1390
|
} | undefined;
|
|
1391
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1391
|
+
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1392
1392
|
href: string | {
|
|
1393
1393
|
base: string;
|
|
1394
1394
|
query?: {
|
|
@@ -1403,7 +1403,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1403
1403
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1404
1404
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1405
1405
|
} | undefined;
|
|
1406
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1406
|
+
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1407
1407
|
href: string | {
|
|
1408
1408
|
base: string;
|
|
1409
1409
|
query?: {
|
|
@@ -1419,8 +1419,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1419
1419
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1420
1420
|
} | undefined;
|
|
1421
1421
|
})[]>;
|
|
1422
|
+
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
1422
1423
|
}, "strip", z.ZodTypeAny, {
|
|
1423
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1424
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1424
1425
|
href: string | {
|
|
1425
1426
|
base: string;
|
|
1426
1427
|
query?: {
|
|
@@ -1436,8 +1437,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1436
1437
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1437
1438
|
} | undefined;
|
|
1438
1439
|
})[];
|
|
1440
|
+
display: "header" | "toc";
|
|
1439
1441
|
}, {
|
|
1440
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1442
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1441
1443
|
href: string | {
|
|
1442
1444
|
base: string;
|
|
1443
1445
|
query?: {
|
|
@@ -1453,6 +1455,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1453
1455
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1454
1456
|
} | undefined;
|
|
1455
1457
|
})[];
|
|
1458
|
+
display?: "header" | "toc" | undefined;
|
|
1456
1459
|
}>>;
|
|
1457
1460
|
thumbnails: z.ZodOptional<z.ZodObject<{
|
|
1458
1461
|
appearance: z.ZodOptional<z.ZodEnum<[import("./properties/thumbnails.js").ThumbnailAppearance.Light, import("./properties/thumbnails.js").ThumbnailAppearance.Dark]>>;
|
|
@@ -1810,7 +1813,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1810
1813
|
};
|
|
1811
1814
|
} | undefined;
|
|
1812
1815
|
contextual?: {
|
|
1813
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1816
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1814
1817
|
href: string | {
|
|
1815
1818
|
base: string;
|
|
1816
1819
|
query?: {
|
|
@@ -1826,6 +1829,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1826
1829
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1827
1830
|
} | undefined;
|
|
1828
1831
|
})[];
|
|
1832
|
+
display: "header" | "toc";
|
|
1829
1833
|
} | undefined;
|
|
1830
1834
|
thumbnails?: {
|
|
1831
1835
|
background?: string | undefined;
|
|
@@ -2155,7 +2159,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2155
2159
|
};
|
|
2156
2160
|
} | undefined;
|
|
2157
2161
|
contextual?: {
|
|
2158
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
2162
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
2159
2163
|
href: string | {
|
|
2160
2164
|
base: string;
|
|
2161
2165
|
query?: {
|
|
@@ -2171,6 +2175,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2171
2175
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2172
2176
|
} | undefined;
|
|
2173
2177
|
})[];
|
|
2178
|
+
display?: "header" | "toc" | undefined;
|
|
2174
2179
|
} | undefined;
|
|
2175
2180
|
thumbnails?: {
|
|
2176
2181
|
background?: string | undefined;
|
|
@@ -3497,7 +3502,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3497
3502
|
};
|
|
3498
3503
|
}>>;
|
|
3499
3504
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
3500
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
3505
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
3501
3506
|
title: z.ZodString;
|
|
3502
3507
|
description: z.ZodString;
|
|
3503
3508
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -3568,7 +3573,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3568
3573
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3569
3574
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3570
3575
|
} | undefined;
|
|
3571
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
3576
|
+
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
3572
3577
|
href: string | {
|
|
3573
3578
|
base: string;
|
|
3574
3579
|
query?: {
|
|
@@ -3583,7 +3588,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3583
3588
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3584
3589
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3585
3590
|
} | undefined;
|
|
3586
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
3591
|
+
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
3587
3592
|
href: string | {
|
|
3588
3593
|
base: string;
|
|
3589
3594
|
query?: {
|
|
@@ -3599,8 +3604,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3599
3604
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3600
3605
|
} | undefined;
|
|
3601
3606
|
})[]>;
|
|
3607
|
+
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
3602
3608
|
}, "strip", z.ZodTypeAny, {
|
|
3603
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
3609
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
3604
3610
|
href: string | {
|
|
3605
3611
|
base: string;
|
|
3606
3612
|
query?: {
|
|
@@ -3616,8 +3622,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3616
3622
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3617
3623
|
} | undefined;
|
|
3618
3624
|
})[];
|
|
3625
|
+
display: "header" | "toc";
|
|
3619
3626
|
}, {
|
|
3620
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
3627
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
3621
3628
|
href: string | {
|
|
3622
3629
|
base: string;
|
|
3623
3630
|
query?: {
|
|
@@ -3633,6 +3640,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3633
3640
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3634
3641
|
} | undefined;
|
|
3635
3642
|
})[];
|
|
3643
|
+
display?: "header" | "toc" | undefined;
|
|
3636
3644
|
}>>;
|
|
3637
3645
|
thumbnails: z.ZodOptional<z.ZodObject<{
|
|
3638
3646
|
appearance: z.ZodOptional<z.ZodEnum<[import("./properties/thumbnails.js").ThumbnailAppearance.Light, import("./properties/thumbnails.js").ThumbnailAppearance.Dark]>>;
|
|
@@ -3990,7 +3998,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3990
3998
|
};
|
|
3991
3999
|
} | undefined;
|
|
3992
4000
|
contextual?: {
|
|
3993
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
4001
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
3994
4002
|
href: string | {
|
|
3995
4003
|
base: string;
|
|
3996
4004
|
query?: {
|
|
@@ -4006,6 +4014,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4006
4014
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4007
4015
|
} | undefined;
|
|
4008
4016
|
})[];
|
|
4017
|
+
display: "header" | "toc";
|
|
4009
4018
|
} | undefined;
|
|
4010
4019
|
thumbnails?: {
|
|
4011
4020
|
background?: string | undefined;
|
|
@@ -4335,7 +4344,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4335
4344
|
};
|
|
4336
4345
|
} | undefined;
|
|
4337
4346
|
contextual?: {
|
|
4338
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
4347
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
4339
4348
|
href: string | {
|
|
4340
4349
|
base: string;
|
|
4341
4350
|
query?: {
|
|
@@ -4351,6 +4360,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4351
4360
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4352
4361
|
} | undefined;
|
|
4353
4362
|
})[];
|
|
4363
|
+
display?: "header" | "toc" | undefined;
|
|
4354
4364
|
} | undefined;
|
|
4355
4365
|
thumbnails?: {
|
|
4356
4366
|
background?: string | undefined;
|
|
@@ -5677,7 +5687,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5677
5687
|
};
|
|
5678
5688
|
}>>;
|
|
5679
5689
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
5680
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
5690
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
5681
5691
|
title: z.ZodString;
|
|
5682
5692
|
description: z.ZodString;
|
|
5683
5693
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -5748,7 +5758,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5748
5758
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5749
5759
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5750
5760
|
} | undefined;
|
|
5751
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
5761
|
+
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
5752
5762
|
href: string | {
|
|
5753
5763
|
base: string;
|
|
5754
5764
|
query?: {
|
|
@@ -5763,7 +5773,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5763
5773
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5764
5774
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5765
5775
|
} | undefined;
|
|
5766
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
5776
|
+
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
5767
5777
|
href: string | {
|
|
5768
5778
|
base: string;
|
|
5769
5779
|
query?: {
|
|
@@ -5779,8 +5789,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5779
5789
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5780
5790
|
} | undefined;
|
|
5781
5791
|
})[]>;
|
|
5792
|
+
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
5782
5793
|
}, "strip", z.ZodTypeAny, {
|
|
5783
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
5794
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
5784
5795
|
href: string | {
|
|
5785
5796
|
base: string;
|
|
5786
5797
|
query?: {
|
|
@@ -5796,8 +5807,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5796
5807
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5797
5808
|
} | undefined;
|
|
5798
5809
|
})[];
|
|
5810
|
+
display: "header" | "toc";
|
|
5799
5811
|
}, {
|
|
5800
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
5812
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
5801
5813
|
href: string | {
|
|
5802
5814
|
base: string;
|
|
5803
5815
|
query?: {
|
|
@@ -5813,6 +5825,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5813
5825
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5814
5826
|
} | undefined;
|
|
5815
5827
|
})[];
|
|
5828
|
+
display?: "header" | "toc" | undefined;
|
|
5816
5829
|
}>>;
|
|
5817
5830
|
thumbnails: z.ZodOptional<z.ZodObject<{
|
|
5818
5831
|
appearance: z.ZodOptional<z.ZodEnum<[import("./properties/thumbnails.js").ThumbnailAppearance.Light, import("./properties/thumbnails.js").ThumbnailAppearance.Dark]>>;
|
|
@@ -6170,7 +6183,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6170
6183
|
};
|
|
6171
6184
|
} | undefined;
|
|
6172
6185
|
contextual?: {
|
|
6173
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
6186
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
6174
6187
|
href: string | {
|
|
6175
6188
|
base: string;
|
|
6176
6189
|
query?: {
|
|
@@ -6186,6 +6199,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6186
6199
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6187
6200
|
} | undefined;
|
|
6188
6201
|
})[];
|
|
6202
|
+
display: "header" | "toc";
|
|
6189
6203
|
} | undefined;
|
|
6190
6204
|
thumbnails?: {
|
|
6191
6205
|
background?: string | undefined;
|
|
@@ -6515,7 +6529,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6515
6529
|
};
|
|
6516
6530
|
} | undefined;
|
|
6517
6531
|
contextual?: {
|
|
6518
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
6532
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
6519
6533
|
href: string | {
|
|
6520
6534
|
base: string;
|
|
6521
6535
|
query?: {
|
|
@@ -6531,6 +6545,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6531
6545
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6532
6546
|
} | undefined;
|
|
6533
6547
|
})[];
|
|
6548
|
+
display?: "header" | "toc" | undefined;
|
|
6534
6549
|
} | undefined;
|
|
6535
6550
|
thumbnails?: {
|
|
6536
6551
|
background?: string | undefined;
|
|
@@ -7857,7 +7872,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7857
7872
|
};
|
|
7858
7873
|
}>>;
|
|
7859
7874
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
7860
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
7875
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
7861
7876
|
title: z.ZodString;
|
|
7862
7877
|
description: z.ZodString;
|
|
7863
7878
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -7928,7 +7943,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7928
7943
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7929
7944
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7930
7945
|
} | undefined;
|
|
7931
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
7946
|
+
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
7932
7947
|
href: string | {
|
|
7933
7948
|
base: string;
|
|
7934
7949
|
query?: {
|
|
@@ -7943,7 +7958,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7943
7958
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7944
7959
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7945
7960
|
} | undefined;
|
|
7946
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
7961
|
+
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
7947
7962
|
href: string | {
|
|
7948
7963
|
base: string;
|
|
7949
7964
|
query?: {
|
|
@@ -7959,8 +7974,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7959
7974
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7960
7975
|
} | undefined;
|
|
7961
7976
|
})[]>;
|
|
7977
|
+
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
7962
7978
|
}, "strip", z.ZodTypeAny, {
|
|
7963
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
7979
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
7964
7980
|
href: string | {
|
|
7965
7981
|
base: string;
|
|
7966
7982
|
query?: {
|
|
@@ -7976,8 +7992,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7976
7992
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7977
7993
|
} | undefined;
|
|
7978
7994
|
})[];
|
|
7995
|
+
display: "header" | "toc";
|
|
7979
7996
|
}, {
|
|
7980
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
7997
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
7981
7998
|
href: string | {
|
|
7982
7999
|
base: string;
|
|
7983
8000
|
query?: {
|
|
@@ -7993,6 +8010,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7993
8010
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7994
8011
|
} | undefined;
|
|
7995
8012
|
})[];
|
|
8013
|
+
display?: "header" | "toc" | undefined;
|
|
7996
8014
|
}>>;
|
|
7997
8015
|
thumbnails: z.ZodOptional<z.ZodObject<{
|
|
7998
8016
|
appearance: z.ZodOptional<z.ZodEnum<[import("./properties/thumbnails.js").ThumbnailAppearance.Light, import("./properties/thumbnails.js").ThumbnailAppearance.Dark]>>;
|
|
@@ -8350,7 +8368,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8350
8368
|
};
|
|
8351
8369
|
} | undefined;
|
|
8352
8370
|
contextual?: {
|
|
8353
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
8371
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
8354
8372
|
href: string | {
|
|
8355
8373
|
base: string;
|
|
8356
8374
|
query?: {
|
|
@@ -8366,6 +8384,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8366
8384
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8367
8385
|
} | undefined;
|
|
8368
8386
|
})[];
|
|
8387
|
+
display: "header" | "toc";
|
|
8369
8388
|
} | undefined;
|
|
8370
8389
|
thumbnails?: {
|
|
8371
8390
|
background?: string | undefined;
|
|
@@ -8695,7 +8714,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8695
8714
|
};
|
|
8696
8715
|
} | undefined;
|
|
8697
8716
|
contextual?: {
|
|
8698
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
8717
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
8699
8718
|
href: string | {
|
|
8700
8719
|
base: string;
|
|
8701
8720
|
query?: {
|
|
@@ -8711,6 +8730,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8711
8730
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8712
8731
|
} | undefined;
|
|
8713
8732
|
})[];
|
|
8733
|
+
display?: "header" | "toc" | undefined;
|
|
8714
8734
|
} | undefined;
|
|
8715
8735
|
thumbnails?: {
|
|
8716
8736
|
background?: string | undefined;
|
|
@@ -10037,7 +10057,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10037
10057
|
};
|
|
10038
10058
|
}>>;
|
|
10039
10059
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
10040
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
10060
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
10041
10061
|
title: z.ZodString;
|
|
10042
10062
|
description: z.ZodString;
|
|
10043
10063
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -10108,7 +10128,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10108
10128
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10109
10129
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10110
10130
|
} | undefined;
|
|
10111
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
10131
|
+
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
10112
10132
|
href: string | {
|
|
10113
10133
|
base: string;
|
|
10114
10134
|
query?: {
|
|
@@ -10123,7 +10143,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10123
10143
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10124
10144
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10125
10145
|
} | undefined;
|
|
10126
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
10146
|
+
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
10127
10147
|
href: string | {
|
|
10128
10148
|
base: string;
|
|
10129
10149
|
query?: {
|
|
@@ -10139,8 +10159,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10139
10159
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10140
10160
|
} | undefined;
|
|
10141
10161
|
})[]>;
|
|
10162
|
+
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
10142
10163
|
}, "strip", z.ZodTypeAny, {
|
|
10143
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
10164
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
10144
10165
|
href: string | {
|
|
10145
10166
|
base: string;
|
|
10146
10167
|
query?: {
|
|
@@ -10156,8 +10177,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10156
10177
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10157
10178
|
} | undefined;
|
|
10158
10179
|
})[];
|
|
10180
|
+
display: "header" | "toc";
|
|
10159
10181
|
}, {
|
|
10160
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
10182
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
10161
10183
|
href: string | {
|
|
10162
10184
|
base: string;
|
|
10163
10185
|
query?: {
|
|
@@ -10173,6 +10195,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10173
10195
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10174
10196
|
} | undefined;
|
|
10175
10197
|
})[];
|
|
10198
|
+
display?: "header" | "toc" | undefined;
|
|
10176
10199
|
}>>;
|
|
10177
10200
|
thumbnails: z.ZodOptional<z.ZodObject<{
|
|
10178
10201
|
appearance: z.ZodOptional<z.ZodEnum<[import("./properties/thumbnails.js").ThumbnailAppearance.Light, import("./properties/thumbnails.js").ThumbnailAppearance.Dark]>>;
|
|
@@ -10530,7 +10553,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10530
10553
|
};
|
|
10531
10554
|
} | undefined;
|
|
10532
10555
|
contextual?: {
|
|
10533
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
10556
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
10534
10557
|
href: string | {
|
|
10535
10558
|
base: string;
|
|
10536
10559
|
query?: {
|
|
@@ -10546,6 +10569,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10546
10569
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10547
10570
|
} | undefined;
|
|
10548
10571
|
})[];
|
|
10572
|
+
display: "header" | "toc";
|
|
10549
10573
|
} | undefined;
|
|
10550
10574
|
thumbnails?: {
|
|
10551
10575
|
background?: string | undefined;
|
|
@@ -10875,7 +10899,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10875
10899
|
};
|
|
10876
10900
|
} | undefined;
|
|
10877
10901
|
contextual?: {
|
|
10878
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
10902
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
10879
10903
|
href: string | {
|
|
10880
10904
|
base: string;
|
|
10881
10905
|
query?: {
|
|
@@ -10891,6 +10915,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10891
10915
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10892
10916
|
} | undefined;
|
|
10893
10917
|
})[];
|
|
10918
|
+
display?: "header" | "toc" | undefined;
|
|
10894
10919
|
} | undefined;
|
|
10895
10920
|
thumbnails?: {
|
|
10896
10921
|
background?: string | undefined;
|
|
@@ -12217,7 +12242,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12217
12242
|
};
|
|
12218
12243
|
}>>;
|
|
12219
12244
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
12220
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
12245
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
12221
12246
|
title: z.ZodString;
|
|
12222
12247
|
description: z.ZodString;
|
|
12223
12248
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -12288,7 +12313,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12288
12313
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12289
12314
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12290
12315
|
} | undefined;
|
|
12291
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
12316
|
+
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
12292
12317
|
href: string | {
|
|
12293
12318
|
base: string;
|
|
12294
12319
|
query?: {
|
|
@@ -12303,7 +12328,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12303
12328
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12304
12329
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12305
12330
|
} | undefined;
|
|
12306
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
12331
|
+
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
12307
12332
|
href: string | {
|
|
12308
12333
|
base: string;
|
|
12309
12334
|
query?: {
|
|
@@ -12319,8 +12344,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12319
12344
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12320
12345
|
} | undefined;
|
|
12321
12346
|
})[]>;
|
|
12347
|
+
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
12322
12348
|
}, "strip", z.ZodTypeAny, {
|
|
12323
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
12349
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
12324
12350
|
href: string | {
|
|
12325
12351
|
base: string;
|
|
12326
12352
|
query?: {
|
|
@@ -12336,8 +12362,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12336
12362
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12337
12363
|
} | undefined;
|
|
12338
12364
|
})[];
|
|
12365
|
+
display: "header" | "toc";
|
|
12339
12366
|
}, {
|
|
12340
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
12367
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
12341
12368
|
href: string | {
|
|
12342
12369
|
base: string;
|
|
12343
12370
|
query?: {
|
|
@@ -12353,6 +12380,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12353
12380
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12354
12381
|
} | undefined;
|
|
12355
12382
|
})[];
|
|
12383
|
+
display?: "header" | "toc" | undefined;
|
|
12356
12384
|
}>>;
|
|
12357
12385
|
thumbnails: z.ZodOptional<z.ZodObject<{
|
|
12358
12386
|
appearance: z.ZodOptional<z.ZodEnum<[import("./properties/thumbnails.js").ThumbnailAppearance.Light, import("./properties/thumbnails.js").ThumbnailAppearance.Dark]>>;
|
|
@@ -12710,7 +12738,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12710
12738
|
};
|
|
12711
12739
|
} | undefined;
|
|
12712
12740
|
contextual?: {
|
|
12713
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
12741
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
12714
12742
|
href: string | {
|
|
12715
12743
|
base: string;
|
|
12716
12744
|
query?: {
|
|
@@ -12726,6 +12754,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12726
12754
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12727
12755
|
} | undefined;
|
|
12728
12756
|
})[];
|
|
12757
|
+
display: "header" | "toc";
|
|
12729
12758
|
} | undefined;
|
|
12730
12759
|
thumbnails?: {
|
|
12731
12760
|
background?: string | undefined;
|
|
@@ -13055,7 +13084,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13055
13084
|
};
|
|
13056
13085
|
} | undefined;
|
|
13057
13086
|
contextual?: {
|
|
13058
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
13087
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
13059
13088
|
href: string | {
|
|
13060
13089
|
base: string;
|
|
13061
13090
|
query?: {
|
|
@@ -13071,6 +13100,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13071
13100
|
library?: "fontawesome" | "lucide" | undefined;
|
|
13072
13101
|
} | undefined;
|
|
13073
13102
|
})[];
|
|
13103
|
+
display?: "header" | "toc" | undefined;
|
|
13074
13104
|
} | undefined;
|
|
13075
13105
|
thumbnails?: {
|
|
13076
13106
|
background?: string | undefined;
|
|
@@ -14397,7 +14427,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14397
14427
|
};
|
|
14398
14428
|
}>>;
|
|
14399
14429
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
14400
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
14430
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
14401
14431
|
title: z.ZodString;
|
|
14402
14432
|
description: z.ZodString;
|
|
14403
14433
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -14468,7 +14498,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14468
14498
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
14469
14499
|
library?: "fontawesome" | "lucide" | undefined;
|
|
14470
14500
|
} | undefined;
|
|
14471
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
14501
|
+
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
14472
14502
|
href: string | {
|
|
14473
14503
|
base: string;
|
|
14474
14504
|
query?: {
|
|
@@ -14483,7 +14513,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14483
14513
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
14484
14514
|
library?: "fontawesome" | "lucide" | undefined;
|
|
14485
14515
|
} | undefined;
|
|
14486
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
14516
|
+
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
14487
14517
|
href: string | {
|
|
14488
14518
|
base: string;
|
|
14489
14519
|
query?: {
|
|
@@ -14499,8 +14529,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14499
14529
|
library?: "fontawesome" | "lucide" | undefined;
|
|
14500
14530
|
} | undefined;
|
|
14501
14531
|
})[]>;
|
|
14532
|
+
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
14502
14533
|
}, "strip", z.ZodTypeAny, {
|
|
14503
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
14534
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
14504
14535
|
href: string | {
|
|
14505
14536
|
base: string;
|
|
14506
14537
|
query?: {
|
|
@@ -14516,8 +14547,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14516
14547
|
library?: "fontawesome" | "lucide" | undefined;
|
|
14517
14548
|
} | undefined;
|
|
14518
14549
|
})[];
|
|
14550
|
+
display: "header" | "toc";
|
|
14519
14551
|
}, {
|
|
14520
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
14552
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
14521
14553
|
href: string | {
|
|
14522
14554
|
base: string;
|
|
14523
14555
|
query?: {
|
|
@@ -14533,6 +14565,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14533
14565
|
library?: "fontawesome" | "lucide" | undefined;
|
|
14534
14566
|
} | undefined;
|
|
14535
14567
|
})[];
|
|
14568
|
+
display?: "header" | "toc" | undefined;
|
|
14536
14569
|
}>>;
|
|
14537
14570
|
thumbnails: z.ZodOptional<z.ZodObject<{
|
|
14538
14571
|
appearance: z.ZodOptional<z.ZodEnum<[import("./properties/thumbnails.js").ThumbnailAppearance.Light, import("./properties/thumbnails.js").ThumbnailAppearance.Dark]>>;
|
|
@@ -14890,7 +14923,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14890
14923
|
};
|
|
14891
14924
|
} | undefined;
|
|
14892
14925
|
contextual?: {
|
|
14893
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
14926
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
14894
14927
|
href: string | {
|
|
14895
14928
|
base: string;
|
|
14896
14929
|
query?: {
|
|
@@ -14906,6 +14939,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14906
14939
|
library?: "fontawesome" | "lucide" | undefined;
|
|
14907
14940
|
} | undefined;
|
|
14908
14941
|
})[];
|
|
14942
|
+
display: "header" | "toc";
|
|
14909
14943
|
} | undefined;
|
|
14910
14944
|
thumbnails?: {
|
|
14911
14945
|
background?: string | undefined;
|
|
@@ -15235,7 +15269,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
15235
15269
|
};
|
|
15236
15270
|
} | undefined;
|
|
15237
15271
|
contextual?: {
|
|
15238
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
15272
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
15239
15273
|
href: string | {
|
|
15240
15274
|
base: string;
|
|
15241
15275
|
query?: {
|
|
@@ -15251,6 +15285,2192 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
15251
15285
|
library?: "fontawesome" | "lucide" | undefined;
|
|
15252
15286
|
} | undefined;
|
|
15253
15287
|
})[];
|
|
15288
|
+
display?: "header" | "toc" | undefined;
|
|
15289
|
+
} | undefined;
|
|
15290
|
+
thumbnails?: {
|
|
15291
|
+
background?: string | undefined;
|
|
15292
|
+
appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
|
|
15293
|
+
fonts?: {
|
|
15294
|
+
family: string;
|
|
15295
|
+
} | undefined;
|
|
15296
|
+
} | undefined;
|
|
15297
|
+
interaction?: {
|
|
15298
|
+
drilldown?: boolean | undefined;
|
|
15299
|
+
} | undefined;
|
|
15300
|
+
}>, z.ZodObject<{
|
|
15301
|
+
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
15302
|
+
name: z.ZodString;
|
|
15303
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
15304
|
+
description: z.ZodOptional<z.ZodString>;
|
|
15305
|
+
colors: z.ZodObject<{
|
|
15306
|
+
primary: z.ZodString;
|
|
15307
|
+
light: z.ZodOptional<z.ZodString>;
|
|
15308
|
+
dark: z.ZodOptional<z.ZodString>;
|
|
15309
|
+
}, "strict", z.ZodTypeAny, {
|
|
15310
|
+
primary: string;
|
|
15311
|
+
light?: string | undefined;
|
|
15312
|
+
dark?: string | undefined;
|
|
15313
|
+
}, {
|
|
15314
|
+
primary: string;
|
|
15315
|
+
light?: string | undefined;
|
|
15316
|
+
dark?: string | undefined;
|
|
15317
|
+
}>;
|
|
15318
|
+
logo: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
15319
|
+
light: z.ZodString;
|
|
15320
|
+
dark: z.ZodString;
|
|
15321
|
+
href: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
15322
|
+
}, "strip", z.ZodTypeAny, {
|
|
15323
|
+
light: string;
|
|
15324
|
+
dark: string;
|
|
15325
|
+
href?: string | undefined;
|
|
15326
|
+
}, {
|
|
15327
|
+
light: string;
|
|
15328
|
+
dark: string;
|
|
15329
|
+
href?: string | undefined;
|
|
15330
|
+
}>]>>;
|
|
15331
|
+
favicon: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
15332
|
+
light: z.ZodString;
|
|
15333
|
+
dark: z.ZodString;
|
|
15334
|
+
}, "strip", z.ZodTypeAny, {
|
|
15335
|
+
light: string;
|
|
15336
|
+
dark: string;
|
|
15337
|
+
}, {
|
|
15338
|
+
light: string;
|
|
15339
|
+
dark: string;
|
|
15340
|
+
}>]>>;
|
|
15341
|
+
api: z.ZodOptional<z.ZodObject<{
|
|
15342
|
+
openapi: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
15343
|
+
source: z.ZodEffects<z.ZodString, string, string>;
|
|
15344
|
+
directory: z.ZodOptional<z.ZodString>;
|
|
15345
|
+
}, "strict", z.ZodTypeAny, {
|
|
15346
|
+
source: string;
|
|
15347
|
+
directory?: string | undefined;
|
|
15348
|
+
}, {
|
|
15349
|
+
source: string;
|
|
15350
|
+
directory?: string | undefined;
|
|
15351
|
+
}>]>>;
|
|
15352
|
+
asyncapi: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
15353
|
+
source: z.ZodEffects<z.ZodString, string, string>;
|
|
15354
|
+
directory: z.ZodOptional<z.ZodString>;
|
|
15355
|
+
}, "strict", z.ZodTypeAny, {
|
|
15356
|
+
source: string;
|
|
15357
|
+
directory?: string | undefined;
|
|
15358
|
+
}, {
|
|
15359
|
+
source: string;
|
|
15360
|
+
directory?: string | undefined;
|
|
15361
|
+
}>]>>;
|
|
15362
|
+
params: z.ZodOptional<z.ZodObject<{
|
|
15363
|
+
expanded: z.ZodOptional<z.ZodEnum<["all", "closed"]>>;
|
|
15364
|
+
}, "strip", z.ZodTypeAny, {
|
|
15365
|
+
expanded?: "all" | "closed" | undefined;
|
|
15366
|
+
}, {
|
|
15367
|
+
expanded?: "all" | "closed" | undefined;
|
|
15368
|
+
}>>;
|
|
15369
|
+
playground: z.ZodOptional<z.ZodObject<{
|
|
15370
|
+
display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none", "auth"]>>;
|
|
15371
|
+
proxy: z.ZodOptional<z.ZodBoolean>;
|
|
15372
|
+
}, "strip", z.ZodTypeAny, {
|
|
15373
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
15374
|
+
proxy?: boolean | undefined;
|
|
15375
|
+
}, {
|
|
15376
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
15377
|
+
proxy?: boolean | undefined;
|
|
15378
|
+
}>>;
|
|
15379
|
+
examples: z.ZodOptional<z.ZodObject<{
|
|
15380
|
+
defaults: z.ZodOptional<z.ZodEnum<["required", "all"]>>;
|
|
15381
|
+
languages: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
15382
|
+
prefill: z.ZodOptional<z.ZodBoolean>;
|
|
15383
|
+
autogenerate: z.ZodOptional<z.ZodBoolean>;
|
|
15384
|
+
}, "strip", z.ZodTypeAny, {
|
|
15385
|
+
languages?: string[] | undefined;
|
|
15386
|
+
defaults?: "all" | "required" | undefined;
|
|
15387
|
+
prefill?: boolean | undefined;
|
|
15388
|
+
autogenerate?: boolean | undefined;
|
|
15389
|
+
}, {
|
|
15390
|
+
languages?: string[] | undefined;
|
|
15391
|
+
defaults?: "all" | "required" | undefined;
|
|
15392
|
+
prefill?: boolean | undefined;
|
|
15393
|
+
autogenerate?: boolean | undefined;
|
|
15394
|
+
}>>;
|
|
15395
|
+
mdx: z.ZodOptional<z.ZodObject<{
|
|
15396
|
+
auth: z.ZodOptional<z.ZodObject<{
|
|
15397
|
+
method: z.ZodOptional<z.ZodEnum<["bearer", "basic", "key", "cobo"]>>;
|
|
15398
|
+
name: z.ZodOptional<z.ZodString>;
|
|
15399
|
+
}, "strip", z.ZodTypeAny, {
|
|
15400
|
+
name?: string | undefined;
|
|
15401
|
+
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
15402
|
+
}, {
|
|
15403
|
+
name?: string | undefined;
|
|
15404
|
+
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
15405
|
+
}>>;
|
|
15406
|
+
server: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
15407
|
+
}, "strip", z.ZodTypeAny, {
|
|
15408
|
+
server?: string | string[] | undefined;
|
|
15409
|
+
auth?: {
|
|
15410
|
+
name?: string | undefined;
|
|
15411
|
+
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
15412
|
+
} | undefined;
|
|
15413
|
+
}, {
|
|
15414
|
+
server?: string | string[] | undefined;
|
|
15415
|
+
auth?: {
|
|
15416
|
+
name?: string | undefined;
|
|
15417
|
+
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
15418
|
+
} | undefined;
|
|
15419
|
+
}>>;
|
|
15420
|
+
}, "strip", z.ZodTypeAny, {
|
|
15421
|
+
params?: {
|
|
15422
|
+
expanded?: "all" | "closed" | undefined;
|
|
15423
|
+
} | undefined;
|
|
15424
|
+
openapi?: string | string[] | {
|
|
15425
|
+
source: string;
|
|
15426
|
+
directory?: string | undefined;
|
|
15427
|
+
} | undefined;
|
|
15428
|
+
playground?: {
|
|
15429
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
15430
|
+
proxy?: boolean | undefined;
|
|
15431
|
+
} | undefined;
|
|
15432
|
+
asyncapi?: string | string[] | {
|
|
15433
|
+
source: string;
|
|
15434
|
+
directory?: string | undefined;
|
|
15435
|
+
} | undefined;
|
|
15436
|
+
examples?: {
|
|
15437
|
+
languages?: string[] | undefined;
|
|
15438
|
+
defaults?: "all" | "required" | undefined;
|
|
15439
|
+
prefill?: boolean | undefined;
|
|
15440
|
+
autogenerate?: boolean | undefined;
|
|
15441
|
+
} | undefined;
|
|
15442
|
+
mdx?: {
|
|
15443
|
+
server?: string | string[] | undefined;
|
|
15444
|
+
auth?: {
|
|
15445
|
+
name?: string | undefined;
|
|
15446
|
+
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
15447
|
+
} | undefined;
|
|
15448
|
+
} | undefined;
|
|
15449
|
+
}, {
|
|
15450
|
+
params?: {
|
|
15451
|
+
expanded?: "all" | "closed" | undefined;
|
|
15452
|
+
} | undefined;
|
|
15453
|
+
openapi?: string | string[] | {
|
|
15454
|
+
source: string;
|
|
15455
|
+
directory?: string | undefined;
|
|
15456
|
+
} | undefined;
|
|
15457
|
+
playground?: {
|
|
15458
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
15459
|
+
proxy?: boolean | undefined;
|
|
15460
|
+
} | undefined;
|
|
15461
|
+
asyncapi?: string | string[] | {
|
|
15462
|
+
source: string;
|
|
15463
|
+
directory?: string | undefined;
|
|
15464
|
+
} | undefined;
|
|
15465
|
+
examples?: {
|
|
15466
|
+
languages?: string[] | undefined;
|
|
15467
|
+
defaults?: "all" | "required" | undefined;
|
|
15468
|
+
prefill?: boolean | undefined;
|
|
15469
|
+
autogenerate?: boolean | undefined;
|
|
15470
|
+
} | undefined;
|
|
15471
|
+
mdx?: {
|
|
15472
|
+
server?: string | string[] | undefined;
|
|
15473
|
+
auth?: {
|
|
15474
|
+
name?: string | undefined;
|
|
15475
|
+
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
15476
|
+
} | undefined;
|
|
15477
|
+
} | undefined;
|
|
15478
|
+
}>>;
|
|
15479
|
+
appearance: z.ZodOptional<z.ZodObject<{
|
|
15480
|
+
default: z.ZodOptional<z.ZodEnum<["system", "light", "dark"]>>;
|
|
15481
|
+
strict: z.ZodOptional<z.ZodBoolean>;
|
|
15482
|
+
}, "strip", z.ZodTypeAny, {
|
|
15483
|
+
strict?: boolean | undefined;
|
|
15484
|
+
default?: "light" | "dark" | "system" | undefined;
|
|
15485
|
+
}, {
|
|
15486
|
+
strict?: boolean | undefined;
|
|
15487
|
+
default?: "light" | "dark" | "system" | undefined;
|
|
15488
|
+
}>>;
|
|
15489
|
+
background: z.ZodOptional<z.ZodObject<{
|
|
15490
|
+
image: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
15491
|
+
light: z.ZodString;
|
|
15492
|
+
dark: z.ZodString;
|
|
15493
|
+
}, "strip", z.ZodTypeAny, {
|
|
15494
|
+
light: string;
|
|
15495
|
+
dark: string;
|
|
15496
|
+
}, {
|
|
15497
|
+
light: string;
|
|
15498
|
+
dark: string;
|
|
15499
|
+
}>]>>;
|
|
15500
|
+
decoration: z.ZodOptional<z.ZodEnum<["gradient", "grid", "windows"]>>;
|
|
15501
|
+
color: z.ZodOptional<z.ZodObject<{
|
|
15502
|
+
light: z.ZodOptional<z.ZodString>;
|
|
15503
|
+
dark: z.ZodOptional<z.ZodString>;
|
|
15504
|
+
}, "strict", z.ZodTypeAny, {
|
|
15505
|
+
light?: string | undefined;
|
|
15506
|
+
dark?: string | undefined;
|
|
15507
|
+
}, {
|
|
15508
|
+
light?: string | undefined;
|
|
15509
|
+
dark?: string | undefined;
|
|
15510
|
+
}>>;
|
|
15511
|
+
}, "strip", z.ZodTypeAny, {
|
|
15512
|
+
color?: {
|
|
15513
|
+
light?: string | undefined;
|
|
15514
|
+
dark?: string | undefined;
|
|
15515
|
+
} | undefined;
|
|
15516
|
+
image?: string | {
|
|
15517
|
+
light: string;
|
|
15518
|
+
dark: string;
|
|
15519
|
+
} | undefined;
|
|
15520
|
+
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
15521
|
+
}, {
|
|
15522
|
+
color?: {
|
|
15523
|
+
light?: string | undefined;
|
|
15524
|
+
dark?: string | undefined;
|
|
15525
|
+
} | undefined;
|
|
15526
|
+
image?: string | {
|
|
15527
|
+
light: string;
|
|
15528
|
+
dark: string;
|
|
15529
|
+
} | undefined;
|
|
15530
|
+
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
15531
|
+
}>>;
|
|
15532
|
+
navbar: z.ZodOptional<z.ZodObject<{
|
|
15533
|
+
links: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
15534
|
+
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
15535
|
+
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
15536
|
+
name: z.ZodEffects<z.ZodString, string, string>;
|
|
15537
|
+
library: z.ZodOptional<z.ZodEnum<["fontawesome", "lucide"]>>;
|
|
15538
|
+
}, "strip", z.ZodTypeAny, {
|
|
15539
|
+
name: string;
|
|
15540
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
15541
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
15542
|
+
}, {
|
|
15543
|
+
name: string;
|
|
15544
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
15545
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
15546
|
+
}>]>>;
|
|
15547
|
+
href: z.ZodEffects<z.ZodString, string, string>;
|
|
15548
|
+
}, {
|
|
15549
|
+
label: z.ZodOptional<z.ZodString>;
|
|
15550
|
+
type: z.ZodLiteral<"github">;
|
|
15551
|
+
}>, "strip", z.ZodTypeAny, {
|
|
15552
|
+
type: "github";
|
|
15553
|
+
href: string;
|
|
15554
|
+
icon?: string | {
|
|
15555
|
+
name: string;
|
|
15556
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
15557
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
15558
|
+
} | undefined;
|
|
15559
|
+
label?: string | undefined;
|
|
15560
|
+
}, {
|
|
15561
|
+
type: "github";
|
|
15562
|
+
href: string;
|
|
15563
|
+
icon?: string | {
|
|
15564
|
+
name: string;
|
|
15565
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
15566
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
15567
|
+
} | undefined;
|
|
15568
|
+
label?: string | undefined;
|
|
15569
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
15570
|
+
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
15571
|
+
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
15572
|
+
name: z.ZodEffects<z.ZodString, string, string>;
|
|
15573
|
+
library: z.ZodOptional<z.ZodEnum<["fontawesome", "lucide"]>>;
|
|
15574
|
+
}, "strip", z.ZodTypeAny, {
|
|
15575
|
+
name: string;
|
|
15576
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
15577
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
15578
|
+
}, {
|
|
15579
|
+
name: string;
|
|
15580
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
15581
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
15582
|
+
}>]>>;
|
|
15583
|
+
href: z.ZodEffects<z.ZodString, string, string>;
|
|
15584
|
+
}, {
|
|
15585
|
+
label: z.ZodOptional<z.ZodString>;
|
|
15586
|
+
type: z.ZodLiteral<"discord">;
|
|
15587
|
+
}>, "strip", z.ZodTypeAny, {
|
|
15588
|
+
type: "discord";
|
|
15589
|
+
href: string;
|
|
15590
|
+
icon?: string | {
|
|
15591
|
+
name: string;
|
|
15592
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
15593
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
15594
|
+
} | undefined;
|
|
15595
|
+
label?: string | undefined;
|
|
15596
|
+
}, {
|
|
15597
|
+
type: "discord";
|
|
15598
|
+
href: string;
|
|
15599
|
+
icon?: string | {
|
|
15600
|
+
name: string;
|
|
15601
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
15602
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
15603
|
+
} | undefined;
|
|
15604
|
+
label?: string | undefined;
|
|
15605
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
15606
|
+
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
15607
|
+
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
15608
|
+
name: z.ZodEffects<z.ZodString, string, string>;
|
|
15609
|
+
library: z.ZodOptional<z.ZodEnum<["fontawesome", "lucide"]>>;
|
|
15610
|
+
}, "strip", z.ZodTypeAny, {
|
|
15611
|
+
name: string;
|
|
15612
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
15613
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
15614
|
+
}, {
|
|
15615
|
+
name: string;
|
|
15616
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
15617
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
15618
|
+
}>]>>;
|
|
15619
|
+
href: z.ZodEffects<z.ZodString, string, string>;
|
|
15620
|
+
}, {
|
|
15621
|
+
label: z.ZodString;
|
|
15622
|
+
type: z.ZodOptional<z.ZodString>;
|
|
15623
|
+
}>, "strip", z.ZodTypeAny, {
|
|
15624
|
+
href: string;
|
|
15625
|
+
label: string;
|
|
15626
|
+
type?: string | undefined;
|
|
15627
|
+
icon?: string | {
|
|
15628
|
+
name: string;
|
|
15629
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
15630
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
15631
|
+
} | undefined;
|
|
15632
|
+
}, {
|
|
15633
|
+
href: string;
|
|
15634
|
+
label: string;
|
|
15635
|
+
type?: string | undefined;
|
|
15636
|
+
icon?: string | {
|
|
15637
|
+
name: string;
|
|
15638
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
15639
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
15640
|
+
} | undefined;
|
|
15641
|
+
}>]>, "many">>;
|
|
15642
|
+
primary: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
15643
|
+
type: z.ZodLiteral<"button">;
|
|
15644
|
+
label: z.ZodString;
|
|
15645
|
+
href: z.ZodEffects<z.ZodString, string, string>;
|
|
15646
|
+
}, "strip", z.ZodTypeAny, {
|
|
15647
|
+
type: "button";
|
|
15648
|
+
href: string;
|
|
15649
|
+
label: string;
|
|
15650
|
+
}, {
|
|
15651
|
+
type: "button";
|
|
15652
|
+
href: string;
|
|
15653
|
+
label: string;
|
|
15654
|
+
}>, z.ZodObject<{
|
|
15655
|
+
type: z.ZodLiteral<"github">;
|
|
15656
|
+
label: z.ZodOptional<z.ZodString>;
|
|
15657
|
+
href: z.ZodEffects<z.ZodString, string, string>;
|
|
15658
|
+
}, "strip", z.ZodTypeAny, {
|
|
15659
|
+
type: "github";
|
|
15660
|
+
href: string;
|
|
15661
|
+
label?: string | undefined;
|
|
15662
|
+
}, {
|
|
15663
|
+
type: "github";
|
|
15664
|
+
href: string;
|
|
15665
|
+
label?: string | undefined;
|
|
15666
|
+
}>, z.ZodObject<{
|
|
15667
|
+
type: z.ZodLiteral<"discord">;
|
|
15668
|
+
label: z.ZodOptional<z.ZodString>;
|
|
15669
|
+
href: z.ZodEffects<z.ZodString, string, string>;
|
|
15670
|
+
}, "strip", z.ZodTypeAny, {
|
|
15671
|
+
type: "discord";
|
|
15672
|
+
href: string;
|
|
15673
|
+
label?: string | undefined;
|
|
15674
|
+
}, {
|
|
15675
|
+
type: "discord";
|
|
15676
|
+
href: string;
|
|
15677
|
+
label?: string | undefined;
|
|
15678
|
+
}>]>>;
|
|
15679
|
+
}, "strip", z.ZodTypeAny, {
|
|
15680
|
+
primary?: {
|
|
15681
|
+
type: "button";
|
|
15682
|
+
href: string;
|
|
15683
|
+
label: string;
|
|
15684
|
+
} | {
|
|
15685
|
+
type: "github";
|
|
15686
|
+
href: string;
|
|
15687
|
+
label?: string | undefined;
|
|
15688
|
+
} | {
|
|
15689
|
+
type: "discord";
|
|
15690
|
+
href: string;
|
|
15691
|
+
label?: string | undefined;
|
|
15692
|
+
} | undefined;
|
|
15693
|
+
links?: ({
|
|
15694
|
+
href: string;
|
|
15695
|
+
label: string;
|
|
15696
|
+
type?: string | undefined;
|
|
15697
|
+
icon?: string | {
|
|
15698
|
+
name: string;
|
|
15699
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
15700
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
15701
|
+
} | undefined;
|
|
15702
|
+
} | {
|
|
15703
|
+
type: "github";
|
|
15704
|
+
href: string;
|
|
15705
|
+
icon?: string | {
|
|
15706
|
+
name: string;
|
|
15707
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
15708
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
15709
|
+
} | undefined;
|
|
15710
|
+
label?: string | undefined;
|
|
15711
|
+
} | {
|
|
15712
|
+
type: "discord";
|
|
15713
|
+
href: string;
|
|
15714
|
+
icon?: string | {
|
|
15715
|
+
name: string;
|
|
15716
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
15717
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
15718
|
+
} | undefined;
|
|
15719
|
+
label?: string | undefined;
|
|
15720
|
+
})[] | undefined;
|
|
15721
|
+
}, {
|
|
15722
|
+
primary?: {
|
|
15723
|
+
type: "button";
|
|
15724
|
+
href: string;
|
|
15725
|
+
label: string;
|
|
15726
|
+
} | {
|
|
15727
|
+
type: "github";
|
|
15728
|
+
href: string;
|
|
15729
|
+
label?: string | undefined;
|
|
15730
|
+
} | {
|
|
15731
|
+
type: "discord";
|
|
15732
|
+
href: string;
|
|
15733
|
+
label?: string | undefined;
|
|
15734
|
+
} | undefined;
|
|
15735
|
+
links?: ({
|
|
15736
|
+
href: string;
|
|
15737
|
+
label: string;
|
|
15738
|
+
type?: string | undefined;
|
|
15739
|
+
icon?: string | {
|
|
15740
|
+
name: string;
|
|
15741
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
15742
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
15743
|
+
} | undefined;
|
|
15744
|
+
} | {
|
|
15745
|
+
type: "github";
|
|
15746
|
+
href: string;
|
|
15747
|
+
icon?: string | {
|
|
15748
|
+
name: string;
|
|
15749
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
15750
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
15751
|
+
} | undefined;
|
|
15752
|
+
label?: string | undefined;
|
|
15753
|
+
} | {
|
|
15754
|
+
type: "discord";
|
|
15755
|
+
href: string;
|
|
15756
|
+
icon?: string | {
|
|
15757
|
+
name: string;
|
|
15758
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
15759
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
15760
|
+
} | undefined;
|
|
15761
|
+
label?: string | undefined;
|
|
15762
|
+
})[] | undefined;
|
|
15763
|
+
}>>;
|
|
15764
|
+
navigation: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
15765
|
+
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
15766
|
+
}, {
|
|
15767
|
+
products: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").ProductNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").ProductNavigation<"default">>, "many">;
|
|
15768
|
+
}>, "strip", z.ZodTypeAny, {
|
|
15769
|
+
products: import("./properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
15770
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
15771
|
+
}, {
|
|
15772
|
+
products: import("./properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
15773
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
15774
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
15775
|
+
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
15776
|
+
}, {
|
|
15777
|
+
languages: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">>, "many">;
|
|
15778
|
+
}>, "strip", z.ZodTypeAny, {
|
|
15779
|
+
languages: import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
15780
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
15781
|
+
}, {
|
|
15782
|
+
languages: import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
15783
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
15784
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
15785
|
+
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
15786
|
+
}, {
|
|
15787
|
+
versions: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").VersionNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").VersionNavigation<"default">>, "many">;
|
|
15788
|
+
}>, "strip", z.ZodTypeAny, {
|
|
15789
|
+
versions: import("./properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
15790
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
15791
|
+
}, {
|
|
15792
|
+
versions: import("./properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
15793
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
15794
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
15795
|
+
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
15796
|
+
}, {
|
|
15797
|
+
tabs: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").TabNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").TabNavigation<"default">>, "many">;
|
|
15798
|
+
}>, "strip", z.ZodTypeAny, {
|
|
15799
|
+
tabs: import("./properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
15800
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
15801
|
+
}, {
|
|
15802
|
+
tabs: import("./properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
15803
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
15804
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
15805
|
+
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
15806
|
+
}, {
|
|
15807
|
+
dropdowns: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">>, "many">;
|
|
15808
|
+
}>, "strip", z.ZodTypeAny, {
|
|
15809
|
+
dropdowns: import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
15810
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
15811
|
+
}, {
|
|
15812
|
+
dropdowns: import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
15813
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
15814
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
15815
|
+
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
15816
|
+
}, {
|
|
15817
|
+
anchors: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">>, "many">;
|
|
15818
|
+
}>, "strip", z.ZodTypeAny, {
|
|
15819
|
+
anchors: import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
15820
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
15821
|
+
}, {
|
|
15822
|
+
anchors: import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
15823
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
15824
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
15825
|
+
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
15826
|
+
}, {
|
|
15827
|
+
groups: z.ZodArray<z.ZodType<{
|
|
15828
|
+
group: string;
|
|
15829
|
+
icon?: string | {
|
|
15830
|
+
name: string;
|
|
15831
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
15832
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
15833
|
+
} | undefined;
|
|
15834
|
+
expanded?: boolean | undefined;
|
|
15835
|
+
public?: boolean | undefined;
|
|
15836
|
+
tag?: string | undefined;
|
|
15837
|
+
hidden?: boolean | undefined;
|
|
15838
|
+
root?: string | undefined;
|
|
15839
|
+
} & {
|
|
15840
|
+
openapi?: string | string[] | {
|
|
15841
|
+
source: string;
|
|
15842
|
+
directory?: string | undefined;
|
|
15843
|
+
} | undefined;
|
|
15844
|
+
asyncapi?: string | string[] | {
|
|
15845
|
+
source: string;
|
|
15846
|
+
directory?: string | undefined;
|
|
15847
|
+
} | undefined;
|
|
15848
|
+
} & {
|
|
15849
|
+
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
15850
|
+
}, z.ZodTypeDef, {
|
|
15851
|
+
group: string;
|
|
15852
|
+
icon?: string | {
|
|
15853
|
+
name: string;
|
|
15854
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
15855
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
15856
|
+
} | undefined;
|
|
15857
|
+
expanded?: boolean | undefined;
|
|
15858
|
+
public?: boolean | undefined;
|
|
15859
|
+
tag?: string | undefined;
|
|
15860
|
+
hidden?: boolean | undefined;
|
|
15861
|
+
root?: string | undefined;
|
|
15862
|
+
} & {
|
|
15863
|
+
openapi?: string | string[] | {
|
|
15864
|
+
source: string;
|
|
15865
|
+
directory?: string | undefined;
|
|
15866
|
+
} | undefined;
|
|
15867
|
+
asyncapi?: string | string[] | {
|
|
15868
|
+
source: string;
|
|
15869
|
+
directory?: string | undefined;
|
|
15870
|
+
} | undefined;
|
|
15871
|
+
} & {
|
|
15872
|
+
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
15873
|
+
}>, "many">;
|
|
15874
|
+
}>, "strip", z.ZodTypeAny, {
|
|
15875
|
+
groups: ({
|
|
15876
|
+
group: string;
|
|
15877
|
+
icon?: string | {
|
|
15878
|
+
name: string;
|
|
15879
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
15880
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
15881
|
+
} | undefined;
|
|
15882
|
+
expanded?: boolean | undefined;
|
|
15883
|
+
public?: boolean | undefined;
|
|
15884
|
+
tag?: string | undefined;
|
|
15885
|
+
hidden?: boolean | undefined;
|
|
15886
|
+
root?: string | undefined;
|
|
15887
|
+
} & {
|
|
15888
|
+
openapi?: string | string[] | {
|
|
15889
|
+
source: string;
|
|
15890
|
+
directory?: string | undefined;
|
|
15891
|
+
} | undefined;
|
|
15892
|
+
asyncapi?: string | string[] | {
|
|
15893
|
+
source: string;
|
|
15894
|
+
directory?: string | undefined;
|
|
15895
|
+
} | undefined;
|
|
15896
|
+
} & {
|
|
15897
|
+
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
15898
|
+
})[];
|
|
15899
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
15900
|
+
}, {
|
|
15901
|
+
groups: ({
|
|
15902
|
+
group: string;
|
|
15903
|
+
icon?: string | {
|
|
15904
|
+
name: string;
|
|
15905
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
15906
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
15907
|
+
} | undefined;
|
|
15908
|
+
expanded?: boolean | undefined;
|
|
15909
|
+
public?: boolean | undefined;
|
|
15910
|
+
tag?: string | undefined;
|
|
15911
|
+
hidden?: boolean | undefined;
|
|
15912
|
+
root?: string | undefined;
|
|
15913
|
+
} & {
|
|
15914
|
+
openapi?: string | string[] | {
|
|
15915
|
+
source: string;
|
|
15916
|
+
directory?: string | undefined;
|
|
15917
|
+
} | undefined;
|
|
15918
|
+
asyncapi?: string | string[] | {
|
|
15919
|
+
source: string;
|
|
15920
|
+
directory?: string | undefined;
|
|
15921
|
+
} | undefined;
|
|
15922
|
+
} & {
|
|
15923
|
+
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
15924
|
+
})[];
|
|
15925
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
15926
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
15927
|
+
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
15928
|
+
}, {
|
|
15929
|
+
pages: z.ZodArray<z.ZodType<string | ({
|
|
15930
|
+
group: string;
|
|
15931
|
+
icon?: string | {
|
|
15932
|
+
name: string;
|
|
15933
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
15934
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
15935
|
+
} | undefined;
|
|
15936
|
+
expanded?: boolean | undefined;
|
|
15937
|
+
public?: boolean | undefined;
|
|
15938
|
+
tag?: string | undefined;
|
|
15939
|
+
hidden?: boolean | undefined;
|
|
15940
|
+
root?: string | undefined;
|
|
15941
|
+
} & {
|
|
15942
|
+
openapi?: string | string[] | {
|
|
15943
|
+
source: string;
|
|
15944
|
+
directory?: string | undefined;
|
|
15945
|
+
} | undefined;
|
|
15946
|
+
asyncapi?: string | string[] | {
|
|
15947
|
+
source: string;
|
|
15948
|
+
directory?: string | undefined;
|
|
15949
|
+
} | undefined;
|
|
15950
|
+
} & {
|
|
15951
|
+
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
15952
|
+
}), z.ZodTypeDef, string | ({
|
|
15953
|
+
group: string;
|
|
15954
|
+
icon?: string | {
|
|
15955
|
+
name: string;
|
|
15956
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
15957
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
15958
|
+
} | undefined;
|
|
15959
|
+
expanded?: boolean | undefined;
|
|
15960
|
+
public?: boolean | undefined;
|
|
15961
|
+
tag?: string | undefined;
|
|
15962
|
+
hidden?: boolean | undefined;
|
|
15963
|
+
root?: string | undefined;
|
|
15964
|
+
} & {
|
|
15965
|
+
openapi?: string | string[] | {
|
|
15966
|
+
source: string;
|
|
15967
|
+
directory?: string | undefined;
|
|
15968
|
+
} | undefined;
|
|
15969
|
+
asyncapi?: string | string[] | {
|
|
15970
|
+
source: string;
|
|
15971
|
+
directory?: string | undefined;
|
|
15972
|
+
} | undefined;
|
|
15973
|
+
} & {
|
|
15974
|
+
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
15975
|
+
})>, "many">;
|
|
15976
|
+
}>, "strip", z.ZodTypeAny, {
|
|
15977
|
+
pages: (string | ({
|
|
15978
|
+
group: string;
|
|
15979
|
+
icon?: string | {
|
|
15980
|
+
name: string;
|
|
15981
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
15982
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
15983
|
+
} | undefined;
|
|
15984
|
+
expanded?: boolean | undefined;
|
|
15985
|
+
public?: boolean | undefined;
|
|
15986
|
+
tag?: string | undefined;
|
|
15987
|
+
hidden?: boolean | undefined;
|
|
15988
|
+
root?: string | undefined;
|
|
15989
|
+
} & {
|
|
15990
|
+
openapi?: string | string[] | {
|
|
15991
|
+
source: string;
|
|
15992
|
+
directory?: string | undefined;
|
|
15993
|
+
} | undefined;
|
|
15994
|
+
asyncapi?: string | string[] | {
|
|
15995
|
+
source: string;
|
|
15996
|
+
directory?: string | undefined;
|
|
15997
|
+
} | undefined;
|
|
15998
|
+
} & {
|
|
15999
|
+
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
16000
|
+
}))[];
|
|
16001
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
16002
|
+
}, {
|
|
16003
|
+
pages: (string | ({
|
|
16004
|
+
group: string;
|
|
16005
|
+
icon?: string | {
|
|
16006
|
+
name: string;
|
|
16007
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
16008
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
16009
|
+
} | undefined;
|
|
16010
|
+
expanded?: boolean | undefined;
|
|
16011
|
+
public?: boolean | undefined;
|
|
16012
|
+
tag?: string | undefined;
|
|
16013
|
+
hidden?: boolean | undefined;
|
|
16014
|
+
root?: string | undefined;
|
|
16015
|
+
} & {
|
|
16016
|
+
openapi?: string | string[] | {
|
|
16017
|
+
source: string;
|
|
16018
|
+
directory?: string | undefined;
|
|
16019
|
+
} | undefined;
|
|
16020
|
+
asyncapi?: string | string[] | {
|
|
16021
|
+
source: string;
|
|
16022
|
+
directory?: string | undefined;
|
|
16023
|
+
} | undefined;
|
|
16024
|
+
} & {
|
|
16025
|
+
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
16026
|
+
}))[];
|
|
16027
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
16028
|
+
}>]>;
|
|
16029
|
+
footer: z.ZodOptional<z.ZodObject<{
|
|
16030
|
+
socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>>;
|
|
16031
|
+
links: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
16032
|
+
header: z.ZodOptional<z.ZodString>;
|
|
16033
|
+
items: z.ZodArray<z.ZodObject<{
|
|
16034
|
+
label: z.ZodString;
|
|
16035
|
+
href: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
16036
|
+
}, "strip", z.ZodTypeAny, {
|
|
16037
|
+
href: string;
|
|
16038
|
+
label: string;
|
|
16039
|
+
}, {
|
|
16040
|
+
href: string;
|
|
16041
|
+
label: string;
|
|
16042
|
+
}>, "many">;
|
|
16043
|
+
}, "strip", z.ZodTypeAny, {
|
|
16044
|
+
items: {
|
|
16045
|
+
href: string;
|
|
16046
|
+
label: string;
|
|
16047
|
+
}[];
|
|
16048
|
+
header?: string | undefined;
|
|
16049
|
+
}, {
|
|
16050
|
+
items: {
|
|
16051
|
+
href: string;
|
|
16052
|
+
label: string;
|
|
16053
|
+
}[];
|
|
16054
|
+
header?: string | undefined;
|
|
16055
|
+
}>, "many">>;
|
|
16056
|
+
}, "strip", z.ZodTypeAny, {
|
|
16057
|
+
links?: {
|
|
16058
|
+
items: {
|
|
16059
|
+
href: string;
|
|
16060
|
+
label: string;
|
|
16061
|
+
}[];
|
|
16062
|
+
header?: string | undefined;
|
|
16063
|
+
}[] | undefined;
|
|
16064
|
+
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
|
|
16065
|
+
}, {
|
|
16066
|
+
links?: {
|
|
16067
|
+
items: {
|
|
16068
|
+
href: string;
|
|
16069
|
+
label: string;
|
|
16070
|
+
}[];
|
|
16071
|
+
header?: string | undefined;
|
|
16072
|
+
}[] | undefined;
|
|
16073
|
+
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
|
|
16074
|
+
}>>;
|
|
16075
|
+
search: z.ZodOptional<z.ZodObject<{
|
|
16076
|
+
prompt: z.ZodOptional<z.ZodString>;
|
|
16077
|
+
}, "strip", z.ZodTypeAny, {
|
|
16078
|
+
prompt?: string | undefined;
|
|
16079
|
+
}, {
|
|
16080
|
+
prompt?: string | undefined;
|
|
16081
|
+
}>>;
|
|
16082
|
+
seo: z.ZodOptional<z.ZodObject<{
|
|
16083
|
+
metatags: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
16084
|
+
indexing: z.ZodOptional<z.ZodEnum<["navigable", "all"]>>;
|
|
16085
|
+
}, "strip", z.ZodTypeAny, {
|
|
16086
|
+
metatags?: Record<string, string> | undefined;
|
|
16087
|
+
indexing?: "all" | "navigable" | undefined;
|
|
16088
|
+
}, {
|
|
16089
|
+
metatags?: Record<string, string> | undefined;
|
|
16090
|
+
indexing?: "all" | "navigable" | undefined;
|
|
16091
|
+
}>>;
|
|
16092
|
+
fonts: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
16093
|
+
family: z.ZodString;
|
|
16094
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
16095
|
+
source: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
16096
|
+
format: z.ZodOptional<z.ZodEnum<["woff", "woff2"]>>;
|
|
16097
|
+
}, "strip", z.ZodTypeAny, {
|
|
16098
|
+
family: string;
|
|
16099
|
+
source?: string | undefined;
|
|
16100
|
+
weight?: number | undefined;
|
|
16101
|
+
format?: "woff" | "woff2" | undefined;
|
|
16102
|
+
}, {
|
|
16103
|
+
family: string;
|
|
16104
|
+
source?: string | undefined;
|
|
16105
|
+
weight?: number | undefined;
|
|
16106
|
+
format?: "woff" | "woff2" | undefined;
|
|
16107
|
+
}>, {
|
|
16108
|
+
family: string;
|
|
16109
|
+
source?: string | undefined;
|
|
16110
|
+
weight?: number | undefined;
|
|
16111
|
+
format?: "woff" | "woff2" | undefined;
|
|
16112
|
+
}, {
|
|
16113
|
+
family: string;
|
|
16114
|
+
source?: string | undefined;
|
|
16115
|
+
weight?: number | undefined;
|
|
16116
|
+
format?: "woff" | "woff2" | undefined;
|
|
16117
|
+
}>, z.ZodObject<{
|
|
16118
|
+
heading: z.ZodOptional<z.ZodEffects<z.ZodObject<{
|
|
16119
|
+
family: z.ZodString;
|
|
16120
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
16121
|
+
source: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
16122
|
+
format: z.ZodOptional<z.ZodEnum<["woff", "woff2"]>>;
|
|
16123
|
+
}, "strip", z.ZodTypeAny, {
|
|
16124
|
+
family: string;
|
|
16125
|
+
source?: string | undefined;
|
|
16126
|
+
weight?: number | undefined;
|
|
16127
|
+
format?: "woff" | "woff2" | undefined;
|
|
16128
|
+
}, {
|
|
16129
|
+
family: string;
|
|
16130
|
+
source?: string | undefined;
|
|
16131
|
+
weight?: number | undefined;
|
|
16132
|
+
format?: "woff" | "woff2" | undefined;
|
|
16133
|
+
}>, {
|
|
16134
|
+
family: string;
|
|
16135
|
+
source?: string | undefined;
|
|
16136
|
+
weight?: number | undefined;
|
|
16137
|
+
format?: "woff" | "woff2" | undefined;
|
|
16138
|
+
}, {
|
|
16139
|
+
family: string;
|
|
16140
|
+
source?: string | undefined;
|
|
16141
|
+
weight?: number | undefined;
|
|
16142
|
+
format?: "woff" | "woff2" | undefined;
|
|
16143
|
+
}>>;
|
|
16144
|
+
body: z.ZodOptional<z.ZodEffects<z.ZodObject<{
|
|
16145
|
+
family: z.ZodString;
|
|
16146
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
16147
|
+
source: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
16148
|
+
format: z.ZodOptional<z.ZodEnum<["woff", "woff2"]>>;
|
|
16149
|
+
}, "strip", z.ZodTypeAny, {
|
|
16150
|
+
family: string;
|
|
16151
|
+
source?: string | undefined;
|
|
16152
|
+
weight?: number | undefined;
|
|
16153
|
+
format?: "woff" | "woff2" | undefined;
|
|
16154
|
+
}, {
|
|
16155
|
+
family: string;
|
|
16156
|
+
source?: string | undefined;
|
|
16157
|
+
weight?: number | undefined;
|
|
16158
|
+
format?: "woff" | "woff2" | undefined;
|
|
16159
|
+
}>, {
|
|
16160
|
+
family: string;
|
|
16161
|
+
source?: string | undefined;
|
|
16162
|
+
weight?: number | undefined;
|
|
16163
|
+
format?: "woff" | "woff2" | undefined;
|
|
16164
|
+
}, {
|
|
16165
|
+
family: string;
|
|
16166
|
+
source?: string | undefined;
|
|
16167
|
+
weight?: number | undefined;
|
|
16168
|
+
format?: "woff" | "woff2" | undefined;
|
|
16169
|
+
}>>;
|
|
16170
|
+
}, "strict", z.ZodTypeAny, {
|
|
16171
|
+
body?: {
|
|
16172
|
+
family: string;
|
|
16173
|
+
source?: string | undefined;
|
|
16174
|
+
weight?: number | undefined;
|
|
16175
|
+
format?: "woff" | "woff2" | undefined;
|
|
16176
|
+
} | undefined;
|
|
16177
|
+
heading?: {
|
|
16178
|
+
family: string;
|
|
16179
|
+
source?: string | undefined;
|
|
16180
|
+
weight?: number | undefined;
|
|
16181
|
+
format?: "woff" | "woff2" | undefined;
|
|
16182
|
+
} | undefined;
|
|
16183
|
+
}, {
|
|
16184
|
+
body?: {
|
|
16185
|
+
family: string;
|
|
16186
|
+
source?: string | undefined;
|
|
16187
|
+
weight?: number | undefined;
|
|
16188
|
+
format?: "woff" | "woff2" | undefined;
|
|
16189
|
+
} | undefined;
|
|
16190
|
+
heading?: {
|
|
16191
|
+
family: string;
|
|
16192
|
+
source?: string | undefined;
|
|
16193
|
+
weight?: number | undefined;
|
|
16194
|
+
format?: "woff" | "woff2" | undefined;
|
|
16195
|
+
} | undefined;
|
|
16196
|
+
}>]>>;
|
|
16197
|
+
icons: z.ZodOptional<z.ZodObject<{
|
|
16198
|
+
library: z.ZodEnum<["fontawesome", "lucide"]>;
|
|
16199
|
+
}, "strip", z.ZodTypeAny, {
|
|
16200
|
+
library: "fontawesome" | "lucide";
|
|
16201
|
+
}, {
|
|
16202
|
+
library: "fontawesome" | "lucide";
|
|
16203
|
+
}>>;
|
|
16204
|
+
styling: z.ZodOptional<z.ZodObject<{
|
|
16205
|
+
eyebrows: z.ZodOptional<z.ZodEnum<["section", "breadcrumbs"]>>;
|
|
16206
|
+
codeblocks: z.ZodUnion<[z.ZodOptional<z.ZodEnum<["system", "dark"]>>, z.ZodObject<{
|
|
16207
|
+
theme: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["andromeeda", "aurora-x", "ayu-dark", "catppuccin-frappe", "catppuccin-latte", "catppuccin-macchiato", "catppuccin-mocha", "dark-plus", "dracula", "dracula-soft", "everforest-dark", "everforest-light", "github-dark", "github-dark-default", "github-dark-dimmed", "github-dark-high-contrast", "github-light", "github-light-default", "github-light-high-contrast", "gruvbox-dark-hard", "gruvbox-dark-medium", "gruvbox-dark-soft", "gruvbox-light-hard", "gruvbox-light-medium", "gruvbox-light-soft", "houston", "kanagawa-dragon", "kanagawa-lotus", "kanagawa-wave", "laserwave", "light-plus", "material-theme", "material-theme-darker", "material-theme-lighter", "material-theme-ocean", "material-theme-palenight", "min-dark", "min-light", "monokai", "night-owl", "nord", "one-dark-pro", "one-light", "plastic", "poimandres", "red", "rose-pine", "rose-pine-dawn", "rose-pine-moon", "slack-dark", "slack-ochin", "snazzy-light", "solarized-dark", "solarized-light", "synthwave-84", "tokyo-night", "vesper", "vitesse-black", "vitesse-dark", "vitesse-light", "css-variables"]>, z.ZodObject<{
|
|
16208
|
+
light: z.ZodEnum<["andromeeda", "aurora-x", "ayu-dark", "catppuccin-frappe", "catppuccin-latte", "catppuccin-macchiato", "catppuccin-mocha", "dark-plus", "dracula", "dracula-soft", "everforest-dark", "everforest-light", "github-dark", "github-dark-default", "github-dark-dimmed", "github-dark-high-contrast", "github-light", "github-light-default", "github-light-high-contrast", "gruvbox-dark-hard", "gruvbox-dark-medium", "gruvbox-dark-soft", "gruvbox-light-hard", "gruvbox-light-medium", "gruvbox-light-soft", "houston", "kanagawa-dragon", "kanagawa-lotus", "kanagawa-wave", "laserwave", "light-plus", "material-theme", "material-theme-darker", "material-theme-lighter", "material-theme-ocean", "material-theme-palenight", "min-dark", "min-light", "monokai", "night-owl", "nord", "one-dark-pro", "one-light", "plastic", "poimandres", "red", "rose-pine", "rose-pine-dawn", "rose-pine-moon", "slack-dark", "slack-ochin", "snazzy-light", "solarized-dark", "solarized-light", "synthwave-84", "tokyo-night", "vesper", "vitesse-black", "vitesse-dark", "vitesse-light", "css-variables"]>;
|
|
16209
|
+
dark: z.ZodEnum<["andromeeda", "aurora-x", "ayu-dark", "catppuccin-frappe", "catppuccin-latte", "catppuccin-macchiato", "catppuccin-mocha", "dark-plus", "dracula", "dracula-soft", "everforest-dark", "everforest-light", "github-dark", "github-dark-default", "github-dark-dimmed", "github-dark-high-contrast", "github-light", "github-light-default", "github-light-high-contrast", "gruvbox-dark-hard", "gruvbox-dark-medium", "gruvbox-dark-soft", "gruvbox-light-hard", "gruvbox-light-medium", "gruvbox-light-soft", "houston", "kanagawa-dragon", "kanagawa-lotus", "kanagawa-wave", "laserwave", "light-plus", "material-theme", "material-theme-darker", "material-theme-lighter", "material-theme-ocean", "material-theme-palenight", "min-dark", "min-light", "monokai", "night-owl", "nord", "one-dark-pro", "one-light", "plastic", "poimandres", "red", "rose-pine", "rose-pine-dawn", "rose-pine-moon", "slack-dark", "slack-ochin", "snazzy-light", "solarized-dark", "solarized-light", "synthwave-84", "tokyo-night", "vesper", "vitesse-black", "vitesse-dark", "vitesse-light", "css-variables"]>;
|
|
16210
|
+
}, "strip", z.ZodTypeAny, {
|
|
16211
|
+
light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
16212
|
+
dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
16213
|
+
}, {
|
|
16214
|
+
light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
16215
|
+
dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
16216
|
+
}>]>>;
|
|
16217
|
+
languages: z.ZodOptional<z.ZodObject<{
|
|
16218
|
+
custom: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
16219
|
+
}, "strip", z.ZodTypeAny, {
|
|
16220
|
+
custom?: string[] | undefined;
|
|
16221
|
+
}, {
|
|
16222
|
+
custom?: string[] | undefined;
|
|
16223
|
+
}>>;
|
|
16224
|
+
}, "strip", z.ZodTypeAny, {
|
|
16225
|
+
languages?: {
|
|
16226
|
+
custom?: string[] | undefined;
|
|
16227
|
+
} | undefined;
|
|
16228
|
+
theme?: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables" | {
|
|
16229
|
+
light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
16230
|
+
dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
16231
|
+
} | undefined;
|
|
16232
|
+
}, {
|
|
16233
|
+
languages?: {
|
|
16234
|
+
custom?: string[] | undefined;
|
|
16235
|
+
} | undefined;
|
|
16236
|
+
theme?: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables" | {
|
|
16237
|
+
light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
16238
|
+
dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
16239
|
+
} | undefined;
|
|
16240
|
+
}>]>;
|
|
16241
|
+
latex: z.ZodOptional<z.ZodBoolean>;
|
|
16242
|
+
}, "strip", z.ZodTypeAny, {
|
|
16243
|
+
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
16244
|
+
codeblocks?: "dark" | "system" | {
|
|
16245
|
+
languages?: {
|
|
16246
|
+
custom?: string[] | undefined;
|
|
16247
|
+
} | undefined;
|
|
16248
|
+
theme?: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables" | {
|
|
16249
|
+
light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
16250
|
+
dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
16251
|
+
} | undefined;
|
|
16252
|
+
} | undefined;
|
|
16253
|
+
latex?: boolean | undefined;
|
|
16254
|
+
}, {
|
|
16255
|
+
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
16256
|
+
codeblocks?: "dark" | "system" | {
|
|
16257
|
+
languages?: {
|
|
16258
|
+
custom?: string[] | undefined;
|
|
16259
|
+
} | undefined;
|
|
16260
|
+
theme?: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables" | {
|
|
16261
|
+
light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
16262
|
+
dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
16263
|
+
} | undefined;
|
|
16264
|
+
} | undefined;
|
|
16265
|
+
latex?: boolean | undefined;
|
|
16266
|
+
}>>;
|
|
16267
|
+
redirects: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodObject<{
|
|
16268
|
+
source: z.ZodString;
|
|
16269
|
+
destination: z.ZodString;
|
|
16270
|
+
permanent: z.ZodOptional<z.ZodBoolean>;
|
|
16271
|
+
}, "strip", z.ZodTypeAny, {
|
|
16272
|
+
source: string;
|
|
16273
|
+
destination: string;
|
|
16274
|
+
permanent?: boolean | undefined;
|
|
16275
|
+
}, {
|
|
16276
|
+
source: string;
|
|
16277
|
+
destination: string;
|
|
16278
|
+
permanent?: boolean | undefined;
|
|
16279
|
+
}>, "many">, {
|
|
16280
|
+
source: string;
|
|
16281
|
+
destination: string;
|
|
16282
|
+
permanent?: boolean | undefined;
|
|
16283
|
+
}[], {
|
|
16284
|
+
source: string;
|
|
16285
|
+
destination: string;
|
|
16286
|
+
permanent?: boolean | undefined;
|
|
16287
|
+
}[]>>;
|
|
16288
|
+
integrations: z.ZodOptional<z.ZodObject<{
|
|
16289
|
+
amplitude: z.ZodOptional<z.ZodObject<{
|
|
16290
|
+
apiKey: z.ZodString;
|
|
16291
|
+
}, "strip", z.ZodTypeAny, {
|
|
16292
|
+
apiKey: string;
|
|
16293
|
+
}, {
|
|
16294
|
+
apiKey: string;
|
|
16295
|
+
}>>;
|
|
16296
|
+
clarity: z.ZodOptional<z.ZodObject<{
|
|
16297
|
+
projectId: z.ZodString;
|
|
16298
|
+
}, "strip", z.ZodTypeAny, {
|
|
16299
|
+
projectId: string;
|
|
16300
|
+
}, {
|
|
16301
|
+
projectId: string;
|
|
16302
|
+
}>>;
|
|
16303
|
+
clearbit: z.ZodOptional<z.ZodObject<{
|
|
16304
|
+
publicApiKey: z.ZodString;
|
|
16305
|
+
}, "strip", z.ZodTypeAny, {
|
|
16306
|
+
publicApiKey: string;
|
|
16307
|
+
}, {
|
|
16308
|
+
publicApiKey: string;
|
|
16309
|
+
}>>;
|
|
16310
|
+
fathom: z.ZodOptional<z.ZodObject<{
|
|
16311
|
+
siteId: z.ZodString;
|
|
16312
|
+
}, "strip", z.ZodTypeAny, {
|
|
16313
|
+
siteId: string;
|
|
16314
|
+
}, {
|
|
16315
|
+
siteId: string;
|
|
16316
|
+
}>>;
|
|
16317
|
+
frontchat: z.ZodOptional<z.ZodObject<{
|
|
16318
|
+
snippetId: z.ZodString;
|
|
16319
|
+
}, "strip", z.ZodTypeAny, {
|
|
16320
|
+
snippetId: string;
|
|
16321
|
+
}, {
|
|
16322
|
+
snippetId: string;
|
|
16323
|
+
}>>;
|
|
16324
|
+
ga4: z.ZodOptional<z.ZodObject<{
|
|
16325
|
+
measurementId: z.ZodString;
|
|
16326
|
+
}, "strip", z.ZodTypeAny, {
|
|
16327
|
+
measurementId: string;
|
|
16328
|
+
}, {
|
|
16329
|
+
measurementId: string;
|
|
16330
|
+
}>>;
|
|
16331
|
+
gtm: z.ZodOptional<z.ZodObject<{
|
|
16332
|
+
tagId: z.ZodString;
|
|
16333
|
+
}, "strip", z.ZodTypeAny, {
|
|
16334
|
+
tagId: string;
|
|
16335
|
+
}, {
|
|
16336
|
+
tagId: string;
|
|
16337
|
+
}>>;
|
|
16338
|
+
heap: z.ZodOptional<z.ZodObject<{
|
|
16339
|
+
appId: z.ZodString;
|
|
16340
|
+
}, "strip", z.ZodTypeAny, {
|
|
16341
|
+
appId: string;
|
|
16342
|
+
}, {
|
|
16343
|
+
appId: string;
|
|
16344
|
+
}>>;
|
|
16345
|
+
hightouch: z.ZodOptional<z.ZodObject<{
|
|
16346
|
+
writeKey: z.ZodString;
|
|
16347
|
+
apiHost: z.ZodOptional<z.ZodString>;
|
|
16348
|
+
}, "strip", z.ZodTypeAny, {
|
|
16349
|
+
writeKey: string;
|
|
16350
|
+
apiHost?: string | undefined;
|
|
16351
|
+
}, {
|
|
16352
|
+
writeKey: string;
|
|
16353
|
+
apiHost?: string | undefined;
|
|
16354
|
+
}>>;
|
|
16355
|
+
hotjar: z.ZodOptional<z.ZodObject<{
|
|
16356
|
+
hjid: z.ZodString;
|
|
16357
|
+
hjsv: z.ZodString;
|
|
16358
|
+
}, "strip", z.ZodTypeAny, {
|
|
16359
|
+
hjid: string;
|
|
16360
|
+
hjsv: string;
|
|
16361
|
+
}, {
|
|
16362
|
+
hjid: string;
|
|
16363
|
+
hjsv: string;
|
|
16364
|
+
}>>;
|
|
16365
|
+
intercom: z.ZodOptional<z.ZodObject<{
|
|
16366
|
+
appId: z.ZodString;
|
|
16367
|
+
}, "strip", z.ZodTypeAny, {
|
|
16368
|
+
appId: string;
|
|
16369
|
+
}, {
|
|
16370
|
+
appId: string;
|
|
16371
|
+
}>>;
|
|
16372
|
+
koala: z.ZodOptional<z.ZodObject<{
|
|
16373
|
+
publicApiKey: z.ZodString;
|
|
16374
|
+
}, "strip", z.ZodTypeAny, {
|
|
16375
|
+
publicApiKey: string;
|
|
16376
|
+
}, {
|
|
16377
|
+
publicApiKey: string;
|
|
16378
|
+
}>>;
|
|
16379
|
+
logrocket: z.ZodOptional<z.ZodObject<{
|
|
16380
|
+
appId: z.ZodString;
|
|
16381
|
+
}, "strip", z.ZodTypeAny, {
|
|
16382
|
+
appId: string;
|
|
16383
|
+
}, {
|
|
16384
|
+
appId: string;
|
|
16385
|
+
}>>;
|
|
16386
|
+
mixpanel: z.ZodOptional<z.ZodObject<{
|
|
16387
|
+
projectToken: z.ZodString;
|
|
16388
|
+
}, "strip", z.ZodTypeAny, {
|
|
16389
|
+
projectToken: string;
|
|
16390
|
+
}, {
|
|
16391
|
+
projectToken: string;
|
|
16392
|
+
}>>;
|
|
16393
|
+
pirsch: z.ZodOptional<z.ZodObject<{
|
|
16394
|
+
id: z.ZodString;
|
|
16395
|
+
}, "strip", z.ZodTypeAny, {
|
|
16396
|
+
id: string;
|
|
16397
|
+
}, {
|
|
16398
|
+
id: string;
|
|
16399
|
+
}>>;
|
|
16400
|
+
posthog: z.ZodOptional<z.ZodObject<{
|
|
16401
|
+
apiKey: z.ZodString;
|
|
16402
|
+
apiHost: z.ZodOptional<z.ZodString>;
|
|
16403
|
+
}, "strip", z.ZodTypeAny, {
|
|
16404
|
+
apiKey: string;
|
|
16405
|
+
apiHost?: string | undefined;
|
|
16406
|
+
}, {
|
|
16407
|
+
apiKey: string;
|
|
16408
|
+
apiHost?: string | undefined;
|
|
16409
|
+
}>>;
|
|
16410
|
+
plausible: z.ZodOptional<z.ZodObject<{
|
|
16411
|
+
domain: z.ZodEffects<z.ZodString, string, string>;
|
|
16412
|
+
server: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
16413
|
+
}, "strip", z.ZodTypeAny, {
|
|
16414
|
+
domain: string;
|
|
16415
|
+
server?: string | undefined;
|
|
16416
|
+
}, {
|
|
16417
|
+
domain: string;
|
|
16418
|
+
server?: string | undefined;
|
|
16419
|
+
}>>;
|
|
16420
|
+
segment: z.ZodOptional<z.ZodObject<{
|
|
16421
|
+
key: z.ZodString;
|
|
16422
|
+
}, "strip", z.ZodTypeAny, {
|
|
16423
|
+
key: string;
|
|
16424
|
+
}, {
|
|
16425
|
+
key: string;
|
|
16426
|
+
}>>;
|
|
16427
|
+
telemetry: z.ZodOptional<z.ZodObject<{
|
|
16428
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
16429
|
+
}, "strip", z.ZodTypeAny, {
|
|
16430
|
+
enabled?: boolean | undefined;
|
|
16431
|
+
}, {
|
|
16432
|
+
enabled?: boolean | undefined;
|
|
16433
|
+
}>>;
|
|
16434
|
+
cookies: z.ZodOptional<z.ZodObject<{
|
|
16435
|
+
key: z.ZodOptional<z.ZodString>;
|
|
16436
|
+
value: z.ZodOptional<z.ZodString>;
|
|
16437
|
+
}, "strip", z.ZodTypeAny, {
|
|
16438
|
+
value?: string | undefined;
|
|
16439
|
+
key?: string | undefined;
|
|
16440
|
+
}, {
|
|
16441
|
+
value?: string | undefined;
|
|
16442
|
+
key?: string | undefined;
|
|
16443
|
+
}>>;
|
|
16444
|
+
}, "strict", z.ZodTypeAny, {
|
|
16445
|
+
amplitude?: {
|
|
16446
|
+
apiKey: string;
|
|
16447
|
+
} | undefined;
|
|
16448
|
+
clarity?: {
|
|
16449
|
+
projectId: string;
|
|
16450
|
+
} | undefined;
|
|
16451
|
+
clearbit?: {
|
|
16452
|
+
publicApiKey: string;
|
|
16453
|
+
} | undefined;
|
|
16454
|
+
fathom?: {
|
|
16455
|
+
siteId: string;
|
|
16456
|
+
} | undefined;
|
|
16457
|
+
ga4?: {
|
|
16458
|
+
measurementId: string;
|
|
16459
|
+
} | undefined;
|
|
16460
|
+
gtm?: {
|
|
16461
|
+
tagId: string;
|
|
16462
|
+
} | undefined;
|
|
16463
|
+
heap?: {
|
|
16464
|
+
appId: string;
|
|
16465
|
+
} | undefined;
|
|
16466
|
+
hightouch?: {
|
|
16467
|
+
writeKey: string;
|
|
16468
|
+
apiHost?: string | undefined;
|
|
16469
|
+
} | undefined;
|
|
16470
|
+
hotjar?: {
|
|
16471
|
+
hjid: string;
|
|
16472
|
+
hjsv: string;
|
|
16473
|
+
} | undefined;
|
|
16474
|
+
koala?: {
|
|
16475
|
+
publicApiKey: string;
|
|
16476
|
+
} | undefined;
|
|
16477
|
+
logrocket?: {
|
|
16478
|
+
appId: string;
|
|
16479
|
+
} | undefined;
|
|
16480
|
+
mixpanel?: {
|
|
16481
|
+
projectToken: string;
|
|
16482
|
+
} | undefined;
|
|
16483
|
+
pirsch?: {
|
|
16484
|
+
id: string;
|
|
16485
|
+
} | undefined;
|
|
16486
|
+
posthog?: {
|
|
16487
|
+
apiKey: string;
|
|
16488
|
+
apiHost?: string | undefined;
|
|
16489
|
+
} | undefined;
|
|
16490
|
+
plausible?: {
|
|
16491
|
+
domain: string;
|
|
16492
|
+
server?: string | undefined;
|
|
16493
|
+
} | undefined;
|
|
16494
|
+
segment?: {
|
|
16495
|
+
key: string;
|
|
16496
|
+
} | undefined;
|
|
16497
|
+
intercom?: {
|
|
16498
|
+
appId: string;
|
|
16499
|
+
} | undefined;
|
|
16500
|
+
frontchat?: {
|
|
16501
|
+
snippetId: string;
|
|
16502
|
+
} | undefined;
|
|
16503
|
+
telemetry?: {
|
|
16504
|
+
enabled?: boolean | undefined;
|
|
16505
|
+
} | undefined;
|
|
16506
|
+
cookies?: {
|
|
16507
|
+
value?: string | undefined;
|
|
16508
|
+
key?: string | undefined;
|
|
16509
|
+
} | undefined;
|
|
16510
|
+
}, {
|
|
16511
|
+
amplitude?: {
|
|
16512
|
+
apiKey: string;
|
|
16513
|
+
} | undefined;
|
|
16514
|
+
clarity?: {
|
|
16515
|
+
projectId: string;
|
|
16516
|
+
} | undefined;
|
|
16517
|
+
clearbit?: {
|
|
16518
|
+
publicApiKey: string;
|
|
16519
|
+
} | undefined;
|
|
16520
|
+
fathom?: {
|
|
16521
|
+
siteId: string;
|
|
16522
|
+
} | undefined;
|
|
16523
|
+
ga4?: {
|
|
16524
|
+
measurementId: string;
|
|
16525
|
+
} | undefined;
|
|
16526
|
+
gtm?: {
|
|
16527
|
+
tagId: string;
|
|
16528
|
+
} | undefined;
|
|
16529
|
+
heap?: {
|
|
16530
|
+
appId: string;
|
|
16531
|
+
} | undefined;
|
|
16532
|
+
hightouch?: {
|
|
16533
|
+
writeKey: string;
|
|
16534
|
+
apiHost?: string | undefined;
|
|
16535
|
+
} | undefined;
|
|
16536
|
+
hotjar?: {
|
|
16537
|
+
hjid: string;
|
|
16538
|
+
hjsv: string;
|
|
16539
|
+
} | undefined;
|
|
16540
|
+
koala?: {
|
|
16541
|
+
publicApiKey: string;
|
|
16542
|
+
} | undefined;
|
|
16543
|
+
logrocket?: {
|
|
16544
|
+
appId: string;
|
|
16545
|
+
} | undefined;
|
|
16546
|
+
mixpanel?: {
|
|
16547
|
+
projectToken: string;
|
|
16548
|
+
} | undefined;
|
|
16549
|
+
pirsch?: {
|
|
16550
|
+
id: string;
|
|
16551
|
+
} | undefined;
|
|
16552
|
+
posthog?: {
|
|
16553
|
+
apiKey: string;
|
|
16554
|
+
apiHost?: string | undefined;
|
|
16555
|
+
} | undefined;
|
|
16556
|
+
plausible?: {
|
|
16557
|
+
domain: string;
|
|
16558
|
+
server?: string | undefined;
|
|
16559
|
+
} | undefined;
|
|
16560
|
+
segment?: {
|
|
16561
|
+
key: string;
|
|
16562
|
+
} | undefined;
|
|
16563
|
+
intercom?: {
|
|
16564
|
+
appId: string;
|
|
16565
|
+
} | undefined;
|
|
16566
|
+
frontchat?: {
|
|
16567
|
+
snippetId: string;
|
|
16568
|
+
} | undefined;
|
|
16569
|
+
telemetry?: {
|
|
16570
|
+
enabled?: boolean | undefined;
|
|
16571
|
+
} | undefined;
|
|
16572
|
+
cookies?: {
|
|
16573
|
+
value?: string | undefined;
|
|
16574
|
+
key?: string | undefined;
|
|
16575
|
+
} | undefined;
|
|
16576
|
+
}>>;
|
|
16577
|
+
banner: z.ZodOptional<z.ZodObject<{
|
|
16578
|
+
content: z.ZodString;
|
|
16579
|
+
dismissible: z.ZodOptional<z.ZodBoolean>;
|
|
16580
|
+
}, "strip", z.ZodTypeAny, {
|
|
16581
|
+
content: string;
|
|
16582
|
+
dismissible?: boolean | undefined;
|
|
16583
|
+
}, {
|
|
16584
|
+
content: string;
|
|
16585
|
+
dismissible?: boolean | undefined;
|
|
16586
|
+
}>>;
|
|
16587
|
+
errors: z.ZodOptional<z.ZodObject<{
|
|
16588
|
+
'404': z.ZodObject<{
|
|
16589
|
+
redirect: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
16590
|
+
title: z.ZodOptional<z.ZodString>;
|
|
16591
|
+
description: z.ZodOptional<z.ZodString>;
|
|
16592
|
+
}, "strip", z.ZodTypeAny, {
|
|
16593
|
+
redirect: boolean;
|
|
16594
|
+
title?: string | undefined;
|
|
16595
|
+
description?: string | undefined;
|
|
16596
|
+
}, {
|
|
16597
|
+
title?: string | undefined;
|
|
16598
|
+
description?: string | undefined;
|
|
16599
|
+
redirect?: boolean | undefined;
|
|
16600
|
+
}>;
|
|
16601
|
+
}, "strip", z.ZodTypeAny, {
|
|
16602
|
+
'404': {
|
|
16603
|
+
redirect: boolean;
|
|
16604
|
+
title?: string | undefined;
|
|
16605
|
+
description?: string | undefined;
|
|
16606
|
+
};
|
|
16607
|
+
}, {
|
|
16608
|
+
'404': {
|
|
16609
|
+
title?: string | undefined;
|
|
16610
|
+
description?: string | undefined;
|
|
16611
|
+
redirect?: boolean | undefined;
|
|
16612
|
+
};
|
|
16613
|
+
}>>;
|
|
16614
|
+
contextual: z.ZodOptional<z.ZodObject<{
|
|
16615
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
16616
|
+
title: z.ZodString;
|
|
16617
|
+
description: z.ZodString;
|
|
16618
|
+
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
16619
|
+
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
16620
|
+
name: z.ZodEffects<z.ZodString, string, string>;
|
|
16621
|
+
library: z.ZodOptional<z.ZodEnum<["fontawesome", "lucide"]>>;
|
|
16622
|
+
}, "strip", z.ZodTypeAny, {
|
|
16623
|
+
name: string;
|
|
16624
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
16625
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
16626
|
+
}, {
|
|
16627
|
+
name: string;
|
|
16628
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
16629
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
16630
|
+
}>]>>;
|
|
16631
|
+
href: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
16632
|
+
base: z.ZodString;
|
|
16633
|
+
query: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
16634
|
+
key: z.ZodString;
|
|
16635
|
+
value: z.ZodString;
|
|
16636
|
+
}, "strip", z.ZodTypeAny, {
|
|
16637
|
+
value: string;
|
|
16638
|
+
key: string;
|
|
16639
|
+
}, {
|
|
16640
|
+
value: string;
|
|
16641
|
+
key: string;
|
|
16642
|
+
}>, "many">>;
|
|
16643
|
+
}, "strip", z.ZodTypeAny, {
|
|
16644
|
+
base: string;
|
|
16645
|
+
query?: {
|
|
16646
|
+
value: string;
|
|
16647
|
+
key: string;
|
|
16648
|
+
}[] | undefined;
|
|
16649
|
+
}, {
|
|
16650
|
+
base: string;
|
|
16651
|
+
query?: {
|
|
16652
|
+
value: string;
|
|
16653
|
+
key: string;
|
|
16654
|
+
}[] | undefined;
|
|
16655
|
+
}>]>;
|
|
16656
|
+
}, "strip", z.ZodTypeAny, {
|
|
16657
|
+
href: string | {
|
|
16658
|
+
base: string;
|
|
16659
|
+
query?: {
|
|
16660
|
+
value: string;
|
|
16661
|
+
key: string;
|
|
16662
|
+
}[] | undefined;
|
|
16663
|
+
};
|
|
16664
|
+
title: string;
|
|
16665
|
+
description: string;
|
|
16666
|
+
icon?: string | {
|
|
16667
|
+
name: string;
|
|
16668
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
16669
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
16670
|
+
} | undefined;
|
|
16671
|
+
}, {
|
|
16672
|
+
href: string | {
|
|
16673
|
+
base: string;
|
|
16674
|
+
query?: {
|
|
16675
|
+
value: string;
|
|
16676
|
+
key: string;
|
|
16677
|
+
}[] | undefined;
|
|
16678
|
+
};
|
|
16679
|
+
title: string;
|
|
16680
|
+
description: string;
|
|
16681
|
+
icon?: string | {
|
|
16682
|
+
name: string;
|
|
16683
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
16684
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
16685
|
+
} | undefined;
|
|
16686
|
+
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
16687
|
+
href: string | {
|
|
16688
|
+
base: string;
|
|
16689
|
+
query?: {
|
|
16690
|
+
value: string;
|
|
16691
|
+
key: string;
|
|
16692
|
+
}[] | undefined;
|
|
16693
|
+
};
|
|
16694
|
+
title: string;
|
|
16695
|
+
description: string;
|
|
16696
|
+
icon?: string | {
|
|
16697
|
+
name: string;
|
|
16698
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
16699
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
16700
|
+
} | undefined;
|
|
16701
|
+
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
16702
|
+
href: string | {
|
|
16703
|
+
base: string;
|
|
16704
|
+
query?: {
|
|
16705
|
+
value: string;
|
|
16706
|
+
key: string;
|
|
16707
|
+
}[] | undefined;
|
|
16708
|
+
};
|
|
16709
|
+
title: string;
|
|
16710
|
+
description: string;
|
|
16711
|
+
icon?: string | {
|
|
16712
|
+
name: string;
|
|
16713
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
16714
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
16715
|
+
} | undefined;
|
|
16716
|
+
})[]>;
|
|
16717
|
+
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
16718
|
+
}, "strip", z.ZodTypeAny, {
|
|
16719
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
16720
|
+
href: string | {
|
|
16721
|
+
base: string;
|
|
16722
|
+
query?: {
|
|
16723
|
+
value: string;
|
|
16724
|
+
key: string;
|
|
16725
|
+
}[] | undefined;
|
|
16726
|
+
};
|
|
16727
|
+
title: string;
|
|
16728
|
+
description: string;
|
|
16729
|
+
icon?: string | {
|
|
16730
|
+
name: string;
|
|
16731
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
16732
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
16733
|
+
} | undefined;
|
|
16734
|
+
})[];
|
|
16735
|
+
display: "header" | "toc";
|
|
16736
|
+
}, {
|
|
16737
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
16738
|
+
href: string | {
|
|
16739
|
+
base: string;
|
|
16740
|
+
query?: {
|
|
16741
|
+
value: string;
|
|
16742
|
+
key: string;
|
|
16743
|
+
}[] | undefined;
|
|
16744
|
+
};
|
|
16745
|
+
title: string;
|
|
16746
|
+
description: string;
|
|
16747
|
+
icon?: string | {
|
|
16748
|
+
name: string;
|
|
16749
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
16750
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
16751
|
+
} | undefined;
|
|
16752
|
+
})[];
|
|
16753
|
+
display?: "header" | "toc" | undefined;
|
|
16754
|
+
}>>;
|
|
16755
|
+
thumbnails: z.ZodOptional<z.ZodObject<{
|
|
16756
|
+
appearance: z.ZodOptional<z.ZodEnum<[import("./properties/thumbnails.js").ThumbnailAppearance.Light, import("./properties/thumbnails.js").ThumbnailAppearance.Dark]>>;
|
|
16757
|
+
background: z.ZodOptional<z.ZodString>;
|
|
16758
|
+
fonts: z.ZodOptional<z.ZodObject<{
|
|
16759
|
+
family: z.ZodString;
|
|
16760
|
+
}, "strip", z.ZodTypeAny, {
|
|
16761
|
+
family: string;
|
|
16762
|
+
}, {
|
|
16763
|
+
family: string;
|
|
16764
|
+
}>>;
|
|
16765
|
+
}, "strip", z.ZodTypeAny, {
|
|
16766
|
+
background?: string | undefined;
|
|
16767
|
+
appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
|
|
16768
|
+
fonts?: {
|
|
16769
|
+
family: string;
|
|
16770
|
+
} | undefined;
|
|
16771
|
+
}, {
|
|
16772
|
+
background?: string | undefined;
|
|
16773
|
+
appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
|
|
16774
|
+
fonts?: {
|
|
16775
|
+
family: string;
|
|
16776
|
+
} | undefined;
|
|
16777
|
+
}>>;
|
|
16778
|
+
interaction: z.ZodOptional<z.ZodObject<{
|
|
16779
|
+
drilldown: z.ZodOptional<z.ZodBoolean>;
|
|
16780
|
+
}, "strip", z.ZodTypeAny, {
|
|
16781
|
+
drilldown?: boolean | undefined;
|
|
16782
|
+
}, {
|
|
16783
|
+
drilldown?: boolean | undefined;
|
|
16784
|
+
}>>;
|
|
16785
|
+
metadata: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
16786
|
+
timestamp: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
16787
|
+
}, "strip", z.ZodTypeAny, {
|
|
16788
|
+
timestamp: boolean;
|
|
16789
|
+
}, {
|
|
16790
|
+
timestamp?: boolean | undefined;
|
|
16791
|
+
}>>>;
|
|
16792
|
+
theme: z.ZodLiteral<"sequoia">;
|
|
16793
|
+
}, "strip", z.ZodTypeAny, {
|
|
16794
|
+
name: string;
|
|
16795
|
+
$schema: string;
|
|
16796
|
+
theme: "sequoia";
|
|
16797
|
+
colors: {
|
|
16798
|
+
primary: string;
|
|
16799
|
+
light?: string | undefined;
|
|
16800
|
+
dark?: string | undefined;
|
|
16801
|
+
};
|
|
16802
|
+
navigation: {
|
|
16803
|
+
products: import("./properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
16804
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
16805
|
+
} | {
|
|
16806
|
+
languages: import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
16807
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
16808
|
+
} | {
|
|
16809
|
+
versions: import("./properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
16810
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
16811
|
+
} | {
|
|
16812
|
+
tabs: import("./properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
16813
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
16814
|
+
} | {
|
|
16815
|
+
dropdowns: import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
16816
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
16817
|
+
} | {
|
|
16818
|
+
anchors: import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
16819
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
16820
|
+
} | {
|
|
16821
|
+
groups: ({
|
|
16822
|
+
group: string;
|
|
16823
|
+
icon?: string | {
|
|
16824
|
+
name: string;
|
|
16825
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
16826
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
16827
|
+
} | undefined;
|
|
16828
|
+
expanded?: boolean | undefined;
|
|
16829
|
+
public?: boolean | undefined;
|
|
16830
|
+
tag?: string | undefined;
|
|
16831
|
+
hidden?: boolean | undefined;
|
|
16832
|
+
root?: string | undefined;
|
|
16833
|
+
} & {
|
|
16834
|
+
openapi?: string | string[] | {
|
|
16835
|
+
source: string;
|
|
16836
|
+
directory?: string | undefined;
|
|
16837
|
+
} | undefined;
|
|
16838
|
+
asyncapi?: string | string[] | {
|
|
16839
|
+
source: string;
|
|
16840
|
+
directory?: string | undefined;
|
|
16841
|
+
} | undefined;
|
|
16842
|
+
} & {
|
|
16843
|
+
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
16844
|
+
})[];
|
|
16845
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
16846
|
+
} | {
|
|
16847
|
+
pages: (string | ({
|
|
16848
|
+
group: string;
|
|
16849
|
+
icon?: string | {
|
|
16850
|
+
name: string;
|
|
16851
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
16852
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
16853
|
+
} | undefined;
|
|
16854
|
+
expanded?: boolean | undefined;
|
|
16855
|
+
public?: boolean | undefined;
|
|
16856
|
+
tag?: string | undefined;
|
|
16857
|
+
hidden?: boolean | undefined;
|
|
16858
|
+
root?: string | undefined;
|
|
16859
|
+
} & {
|
|
16860
|
+
openapi?: string | string[] | {
|
|
16861
|
+
source: string;
|
|
16862
|
+
directory?: string | undefined;
|
|
16863
|
+
} | undefined;
|
|
16864
|
+
asyncapi?: string | string[] | {
|
|
16865
|
+
source: string;
|
|
16866
|
+
directory?: string | undefined;
|
|
16867
|
+
} | undefined;
|
|
16868
|
+
} & {
|
|
16869
|
+
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
16870
|
+
}))[];
|
|
16871
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
16872
|
+
};
|
|
16873
|
+
background?: {
|
|
16874
|
+
color?: {
|
|
16875
|
+
light?: string | undefined;
|
|
16876
|
+
dark?: string | undefined;
|
|
16877
|
+
} | undefined;
|
|
16878
|
+
image?: string | {
|
|
16879
|
+
light: string;
|
|
16880
|
+
dark: string;
|
|
16881
|
+
} | undefined;
|
|
16882
|
+
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
16883
|
+
} | undefined;
|
|
16884
|
+
public?: boolean | undefined;
|
|
16885
|
+
logo?: string | {
|
|
16886
|
+
light: string;
|
|
16887
|
+
dark: string;
|
|
16888
|
+
href?: string | undefined;
|
|
16889
|
+
} | undefined;
|
|
16890
|
+
favicon?: string | {
|
|
16891
|
+
light: string;
|
|
16892
|
+
dark: string;
|
|
16893
|
+
} | undefined;
|
|
16894
|
+
api?: {
|
|
16895
|
+
params?: {
|
|
16896
|
+
expanded?: "all" | "closed" | undefined;
|
|
16897
|
+
} | undefined;
|
|
16898
|
+
openapi?: string | string[] | {
|
|
16899
|
+
source: string;
|
|
16900
|
+
directory?: string | undefined;
|
|
16901
|
+
} | undefined;
|
|
16902
|
+
playground?: {
|
|
16903
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
16904
|
+
proxy?: boolean | undefined;
|
|
16905
|
+
} | undefined;
|
|
16906
|
+
asyncapi?: string | string[] | {
|
|
16907
|
+
source: string;
|
|
16908
|
+
directory?: string | undefined;
|
|
16909
|
+
} | undefined;
|
|
16910
|
+
examples?: {
|
|
16911
|
+
languages?: string[] | undefined;
|
|
16912
|
+
defaults?: "all" | "required" | undefined;
|
|
16913
|
+
prefill?: boolean | undefined;
|
|
16914
|
+
autogenerate?: boolean | undefined;
|
|
16915
|
+
} | undefined;
|
|
16916
|
+
mdx?: {
|
|
16917
|
+
server?: string | string[] | undefined;
|
|
16918
|
+
auth?: {
|
|
16919
|
+
name?: string | undefined;
|
|
16920
|
+
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
16921
|
+
} | undefined;
|
|
16922
|
+
} | undefined;
|
|
16923
|
+
} | undefined;
|
|
16924
|
+
metadata?: {
|
|
16925
|
+
timestamp: boolean;
|
|
16926
|
+
} | undefined;
|
|
16927
|
+
footer?: {
|
|
16928
|
+
links?: {
|
|
16929
|
+
items: {
|
|
16930
|
+
href: string;
|
|
16931
|
+
label: string;
|
|
16932
|
+
}[];
|
|
16933
|
+
header?: string | undefined;
|
|
16934
|
+
}[] | undefined;
|
|
16935
|
+
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
|
|
16936
|
+
} | undefined;
|
|
16937
|
+
integrations?: {
|
|
16938
|
+
amplitude?: {
|
|
16939
|
+
apiKey: string;
|
|
16940
|
+
} | undefined;
|
|
16941
|
+
clarity?: {
|
|
16942
|
+
projectId: string;
|
|
16943
|
+
} | undefined;
|
|
16944
|
+
clearbit?: {
|
|
16945
|
+
publicApiKey: string;
|
|
16946
|
+
} | undefined;
|
|
16947
|
+
fathom?: {
|
|
16948
|
+
siteId: string;
|
|
16949
|
+
} | undefined;
|
|
16950
|
+
ga4?: {
|
|
16951
|
+
measurementId: string;
|
|
16952
|
+
} | undefined;
|
|
16953
|
+
gtm?: {
|
|
16954
|
+
tagId: string;
|
|
16955
|
+
} | undefined;
|
|
16956
|
+
heap?: {
|
|
16957
|
+
appId: string;
|
|
16958
|
+
} | undefined;
|
|
16959
|
+
hightouch?: {
|
|
16960
|
+
writeKey: string;
|
|
16961
|
+
apiHost?: string | undefined;
|
|
16962
|
+
} | undefined;
|
|
16963
|
+
hotjar?: {
|
|
16964
|
+
hjid: string;
|
|
16965
|
+
hjsv: string;
|
|
16966
|
+
} | undefined;
|
|
16967
|
+
koala?: {
|
|
16968
|
+
publicApiKey: string;
|
|
16969
|
+
} | undefined;
|
|
16970
|
+
logrocket?: {
|
|
16971
|
+
appId: string;
|
|
16972
|
+
} | undefined;
|
|
16973
|
+
mixpanel?: {
|
|
16974
|
+
projectToken: string;
|
|
16975
|
+
} | undefined;
|
|
16976
|
+
pirsch?: {
|
|
16977
|
+
id: string;
|
|
16978
|
+
} | undefined;
|
|
16979
|
+
posthog?: {
|
|
16980
|
+
apiKey: string;
|
|
16981
|
+
apiHost?: string | undefined;
|
|
16982
|
+
} | undefined;
|
|
16983
|
+
plausible?: {
|
|
16984
|
+
domain: string;
|
|
16985
|
+
server?: string | undefined;
|
|
16986
|
+
} | undefined;
|
|
16987
|
+
segment?: {
|
|
16988
|
+
key: string;
|
|
16989
|
+
} | undefined;
|
|
16990
|
+
intercom?: {
|
|
16991
|
+
appId: string;
|
|
16992
|
+
} | undefined;
|
|
16993
|
+
frontchat?: {
|
|
16994
|
+
snippetId: string;
|
|
16995
|
+
} | undefined;
|
|
16996
|
+
telemetry?: {
|
|
16997
|
+
enabled?: boolean | undefined;
|
|
16998
|
+
} | undefined;
|
|
16999
|
+
cookies?: {
|
|
17000
|
+
value?: string | undefined;
|
|
17001
|
+
key?: string | undefined;
|
|
17002
|
+
} | undefined;
|
|
17003
|
+
} | undefined;
|
|
17004
|
+
search?: {
|
|
17005
|
+
prompt?: string | undefined;
|
|
17006
|
+
} | undefined;
|
|
17007
|
+
redirects?: {
|
|
17008
|
+
source: string;
|
|
17009
|
+
destination: string;
|
|
17010
|
+
permanent?: boolean | undefined;
|
|
17011
|
+
}[] | undefined;
|
|
17012
|
+
seo?: {
|
|
17013
|
+
metatags?: Record<string, string> | undefined;
|
|
17014
|
+
indexing?: "all" | "navigable" | undefined;
|
|
17015
|
+
} | undefined;
|
|
17016
|
+
description?: string | undefined;
|
|
17017
|
+
banner?: {
|
|
17018
|
+
content: string;
|
|
17019
|
+
dismissible?: boolean | undefined;
|
|
17020
|
+
} | undefined;
|
|
17021
|
+
appearance?: {
|
|
17022
|
+
strict?: boolean | undefined;
|
|
17023
|
+
default?: "light" | "dark" | "system" | undefined;
|
|
17024
|
+
} | undefined;
|
|
17025
|
+
fonts?: {
|
|
17026
|
+
family: string;
|
|
17027
|
+
source?: string | undefined;
|
|
17028
|
+
weight?: number | undefined;
|
|
17029
|
+
format?: "woff" | "woff2" | undefined;
|
|
17030
|
+
} | {
|
|
17031
|
+
body?: {
|
|
17032
|
+
family: string;
|
|
17033
|
+
source?: string | undefined;
|
|
17034
|
+
weight?: number | undefined;
|
|
17035
|
+
format?: "woff" | "woff2" | undefined;
|
|
17036
|
+
} | undefined;
|
|
17037
|
+
heading?: {
|
|
17038
|
+
family: string;
|
|
17039
|
+
source?: string | undefined;
|
|
17040
|
+
weight?: number | undefined;
|
|
17041
|
+
format?: "woff" | "woff2" | undefined;
|
|
17042
|
+
} | undefined;
|
|
17043
|
+
} | undefined;
|
|
17044
|
+
navbar?: {
|
|
17045
|
+
primary?: {
|
|
17046
|
+
type: "button";
|
|
17047
|
+
href: string;
|
|
17048
|
+
label: string;
|
|
17049
|
+
} | {
|
|
17050
|
+
type: "github";
|
|
17051
|
+
href: string;
|
|
17052
|
+
label?: string | undefined;
|
|
17053
|
+
} | {
|
|
17054
|
+
type: "discord";
|
|
17055
|
+
href: string;
|
|
17056
|
+
label?: string | undefined;
|
|
17057
|
+
} | undefined;
|
|
17058
|
+
links?: ({
|
|
17059
|
+
href: string;
|
|
17060
|
+
label: string;
|
|
17061
|
+
type?: string | undefined;
|
|
17062
|
+
icon?: string | {
|
|
17063
|
+
name: string;
|
|
17064
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
17065
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
17066
|
+
} | undefined;
|
|
17067
|
+
} | {
|
|
17068
|
+
type: "github";
|
|
17069
|
+
href: string;
|
|
17070
|
+
icon?: string | {
|
|
17071
|
+
name: string;
|
|
17072
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
17073
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
17074
|
+
} | undefined;
|
|
17075
|
+
label?: string | undefined;
|
|
17076
|
+
} | {
|
|
17077
|
+
type: "discord";
|
|
17078
|
+
href: string;
|
|
17079
|
+
icon?: string | {
|
|
17080
|
+
name: string;
|
|
17081
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
17082
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
17083
|
+
} | undefined;
|
|
17084
|
+
label?: string | undefined;
|
|
17085
|
+
})[] | undefined;
|
|
17086
|
+
} | undefined;
|
|
17087
|
+
icons?: {
|
|
17088
|
+
library: "fontawesome" | "lucide";
|
|
17089
|
+
} | undefined;
|
|
17090
|
+
styling?: {
|
|
17091
|
+
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
17092
|
+
codeblocks?: "dark" | "system" | {
|
|
17093
|
+
languages?: {
|
|
17094
|
+
custom?: string[] | undefined;
|
|
17095
|
+
} | undefined;
|
|
17096
|
+
theme?: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables" | {
|
|
17097
|
+
light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
17098
|
+
dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
17099
|
+
} | undefined;
|
|
17100
|
+
} | undefined;
|
|
17101
|
+
latex?: boolean | undefined;
|
|
17102
|
+
} | undefined;
|
|
17103
|
+
errors?: {
|
|
17104
|
+
'404': {
|
|
17105
|
+
redirect: boolean;
|
|
17106
|
+
title?: string | undefined;
|
|
17107
|
+
description?: string | undefined;
|
|
17108
|
+
};
|
|
17109
|
+
} | undefined;
|
|
17110
|
+
contextual?: {
|
|
17111
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
17112
|
+
href: string | {
|
|
17113
|
+
base: string;
|
|
17114
|
+
query?: {
|
|
17115
|
+
value: string;
|
|
17116
|
+
key: string;
|
|
17117
|
+
}[] | undefined;
|
|
17118
|
+
};
|
|
17119
|
+
title: string;
|
|
17120
|
+
description: string;
|
|
17121
|
+
icon?: string | {
|
|
17122
|
+
name: string;
|
|
17123
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
17124
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
17125
|
+
} | undefined;
|
|
17126
|
+
})[];
|
|
17127
|
+
display: "header" | "toc";
|
|
17128
|
+
} | undefined;
|
|
17129
|
+
thumbnails?: {
|
|
17130
|
+
background?: string | undefined;
|
|
17131
|
+
appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
|
|
17132
|
+
fonts?: {
|
|
17133
|
+
family: string;
|
|
17134
|
+
} | undefined;
|
|
17135
|
+
} | undefined;
|
|
17136
|
+
interaction?: {
|
|
17137
|
+
drilldown?: boolean | undefined;
|
|
17138
|
+
} | undefined;
|
|
17139
|
+
}, {
|
|
17140
|
+
name: string;
|
|
17141
|
+
theme: "sequoia";
|
|
17142
|
+
colors: {
|
|
17143
|
+
primary: string;
|
|
17144
|
+
light?: string | undefined;
|
|
17145
|
+
dark?: string | undefined;
|
|
17146
|
+
};
|
|
17147
|
+
navigation: {
|
|
17148
|
+
products: import("./properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
17149
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
17150
|
+
} | {
|
|
17151
|
+
languages: import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
17152
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
17153
|
+
} | {
|
|
17154
|
+
versions: import("./properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
17155
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
17156
|
+
} | {
|
|
17157
|
+
tabs: import("./properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
17158
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
17159
|
+
} | {
|
|
17160
|
+
dropdowns: import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
17161
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
17162
|
+
} | {
|
|
17163
|
+
anchors: import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
17164
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
17165
|
+
} | {
|
|
17166
|
+
groups: ({
|
|
17167
|
+
group: string;
|
|
17168
|
+
icon?: string | {
|
|
17169
|
+
name: string;
|
|
17170
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
17171
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
17172
|
+
} | undefined;
|
|
17173
|
+
expanded?: boolean | undefined;
|
|
17174
|
+
public?: boolean | undefined;
|
|
17175
|
+
tag?: string | undefined;
|
|
17176
|
+
hidden?: boolean | undefined;
|
|
17177
|
+
root?: string | undefined;
|
|
17178
|
+
} & {
|
|
17179
|
+
openapi?: string | string[] | {
|
|
17180
|
+
source: string;
|
|
17181
|
+
directory?: string | undefined;
|
|
17182
|
+
} | undefined;
|
|
17183
|
+
asyncapi?: string | string[] | {
|
|
17184
|
+
source: string;
|
|
17185
|
+
directory?: string | undefined;
|
|
17186
|
+
} | undefined;
|
|
17187
|
+
} & {
|
|
17188
|
+
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
17189
|
+
})[];
|
|
17190
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
17191
|
+
} | {
|
|
17192
|
+
pages: (string | ({
|
|
17193
|
+
group: string;
|
|
17194
|
+
icon?: string | {
|
|
17195
|
+
name: string;
|
|
17196
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
17197
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
17198
|
+
} | undefined;
|
|
17199
|
+
expanded?: boolean | undefined;
|
|
17200
|
+
public?: boolean | undefined;
|
|
17201
|
+
tag?: string | undefined;
|
|
17202
|
+
hidden?: boolean | undefined;
|
|
17203
|
+
root?: string | undefined;
|
|
17204
|
+
} & {
|
|
17205
|
+
openapi?: string | string[] | {
|
|
17206
|
+
source: string;
|
|
17207
|
+
directory?: string | undefined;
|
|
17208
|
+
} | undefined;
|
|
17209
|
+
asyncapi?: string | string[] | {
|
|
17210
|
+
source: string;
|
|
17211
|
+
directory?: string | undefined;
|
|
17212
|
+
} | undefined;
|
|
17213
|
+
} & {
|
|
17214
|
+
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
17215
|
+
}))[];
|
|
17216
|
+
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
17217
|
+
};
|
|
17218
|
+
background?: {
|
|
17219
|
+
color?: {
|
|
17220
|
+
light?: string | undefined;
|
|
17221
|
+
dark?: string | undefined;
|
|
17222
|
+
} | undefined;
|
|
17223
|
+
image?: string | {
|
|
17224
|
+
light: string;
|
|
17225
|
+
dark: string;
|
|
17226
|
+
} | undefined;
|
|
17227
|
+
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
17228
|
+
} | undefined;
|
|
17229
|
+
public?: boolean | undefined;
|
|
17230
|
+
$schema?: string | undefined;
|
|
17231
|
+
logo?: string | {
|
|
17232
|
+
light: string;
|
|
17233
|
+
dark: string;
|
|
17234
|
+
href?: string | undefined;
|
|
17235
|
+
} | undefined;
|
|
17236
|
+
favicon?: string | {
|
|
17237
|
+
light: string;
|
|
17238
|
+
dark: string;
|
|
17239
|
+
} | undefined;
|
|
17240
|
+
api?: {
|
|
17241
|
+
params?: {
|
|
17242
|
+
expanded?: "all" | "closed" | undefined;
|
|
17243
|
+
} | undefined;
|
|
17244
|
+
openapi?: string | string[] | {
|
|
17245
|
+
source: string;
|
|
17246
|
+
directory?: string | undefined;
|
|
17247
|
+
} | undefined;
|
|
17248
|
+
playground?: {
|
|
17249
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
17250
|
+
proxy?: boolean | undefined;
|
|
17251
|
+
} | undefined;
|
|
17252
|
+
asyncapi?: string | string[] | {
|
|
17253
|
+
source: string;
|
|
17254
|
+
directory?: string | undefined;
|
|
17255
|
+
} | undefined;
|
|
17256
|
+
examples?: {
|
|
17257
|
+
languages?: string[] | undefined;
|
|
17258
|
+
defaults?: "all" | "required" | undefined;
|
|
17259
|
+
prefill?: boolean | undefined;
|
|
17260
|
+
autogenerate?: boolean | undefined;
|
|
17261
|
+
} | undefined;
|
|
17262
|
+
mdx?: {
|
|
17263
|
+
server?: string | string[] | undefined;
|
|
17264
|
+
auth?: {
|
|
17265
|
+
name?: string | undefined;
|
|
17266
|
+
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
17267
|
+
} | undefined;
|
|
17268
|
+
} | undefined;
|
|
17269
|
+
} | undefined;
|
|
17270
|
+
metadata?: {
|
|
17271
|
+
timestamp?: boolean | undefined;
|
|
17272
|
+
} | undefined;
|
|
17273
|
+
footer?: {
|
|
17274
|
+
links?: {
|
|
17275
|
+
items: {
|
|
17276
|
+
href: string;
|
|
17277
|
+
label: string;
|
|
17278
|
+
}[];
|
|
17279
|
+
header?: string | undefined;
|
|
17280
|
+
}[] | undefined;
|
|
17281
|
+
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
|
|
17282
|
+
} | undefined;
|
|
17283
|
+
integrations?: {
|
|
17284
|
+
amplitude?: {
|
|
17285
|
+
apiKey: string;
|
|
17286
|
+
} | undefined;
|
|
17287
|
+
clarity?: {
|
|
17288
|
+
projectId: string;
|
|
17289
|
+
} | undefined;
|
|
17290
|
+
clearbit?: {
|
|
17291
|
+
publicApiKey: string;
|
|
17292
|
+
} | undefined;
|
|
17293
|
+
fathom?: {
|
|
17294
|
+
siteId: string;
|
|
17295
|
+
} | undefined;
|
|
17296
|
+
ga4?: {
|
|
17297
|
+
measurementId: string;
|
|
17298
|
+
} | undefined;
|
|
17299
|
+
gtm?: {
|
|
17300
|
+
tagId: string;
|
|
17301
|
+
} | undefined;
|
|
17302
|
+
heap?: {
|
|
17303
|
+
appId: string;
|
|
17304
|
+
} | undefined;
|
|
17305
|
+
hightouch?: {
|
|
17306
|
+
writeKey: string;
|
|
17307
|
+
apiHost?: string | undefined;
|
|
17308
|
+
} | undefined;
|
|
17309
|
+
hotjar?: {
|
|
17310
|
+
hjid: string;
|
|
17311
|
+
hjsv: string;
|
|
17312
|
+
} | undefined;
|
|
17313
|
+
koala?: {
|
|
17314
|
+
publicApiKey: string;
|
|
17315
|
+
} | undefined;
|
|
17316
|
+
logrocket?: {
|
|
17317
|
+
appId: string;
|
|
17318
|
+
} | undefined;
|
|
17319
|
+
mixpanel?: {
|
|
17320
|
+
projectToken: string;
|
|
17321
|
+
} | undefined;
|
|
17322
|
+
pirsch?: {
|
|
17323
|
+
id: string;
|
|
17324
|
+
} | undefined;
|
|
17325
|
+
posthog?: {
|
|
17326
|
+
apiKey: string;
|
|
17327
|
+
apiHost?: string | undefined;
|
|
17328
|
+
} | undefined;
|
|
17329
|
+
plausible?: {
|
|
17330
|
+
domain: string;
|
|
17331
|
+
server?: string | undefined;
|
|
17332
|
+
} | undefined;
|
|
17333
|
+
segment?: {
|
|
17334
|
+
key: string;
|
|
17335
|
+
} | undefined;
|
|
17336
|
+
intercom?: {
|
|
17337
|
+
appId: string;
|
|
17338
|
+
} | undefined;
|
|
17339
|
+
frontchat?: {
|
|
17340
|
+
snippetId: string;
|
|
17341
|
+
} | undefined;
|
|
17342
|
+
telemetry?: {
|
|
17343
|
+
enabled?: boolean | undefined;
|
|
17344
|
+
} | undefined;
|
|
17345
|
+
cookies?: {
|
|
17346
|
+
value?: string | undefined;
|
|
17347
|
+
key?: string | undefined;
|
|
17348
|
+
} | undefined;
|
|
17349
|
+
} | undefined;
|
|
17350
|
+
search?: {
|
|
17351
|
+
prompt?: string | undefined;
|
|
17352
|
+
} | undefined;
|
|
17353
|
+
redirects?: {
|
|
17354
|
+
source: string;
|
|
17355
|
+
destination: string;
|
|
17356
|
+
permanent?: boolean | undefined;
|
|
17357
|
+
}[] | undefined;
|
|
17358
|
+
seo?: {
|
|
17359
|
+
metatags?: Record<string, string> | undefined;
|
|
17360
|
+
indexing?: "all" | "navigable" | undefined;
|
|
17361
|
+
} | undefined;
|
|
17362
|
+
description?: string | undefined;
|
|
17363
|
+
banner?: {
|
|
17364
|
+
content: string;
|
|
17365
|
+
dismissible?: boolean | undefined;
|
|
17366
|
+
} | undefined;
|
|
17367
|
+
appearance?: {
|
|
17368
|
+
strict?: boolean | undefined;
|
|
17369
|
+
default?: "light" | "dark" | "system" | undefined;
|
|
17370
|
+
} | undefined;
|
|
17371
|
+
fonts?: {
|
|
17372
|
+
family: string;
|
|
17373
|
+
source?: string | undefined;
|
|
17374
|
+
weight?: number | undefined;
|
|
17375
|
+
format?: "woff" | "woff2" | undefined;
|
|
17376
|
+
} | {
|
|
17377
|
+
body?: {
|
|
17378
|
+
family: string;
|
|
17379
|
+
source?: string | undefined;
|
|
17380
|
+
weight?: number | undefined;
|
|
17381
|
+
format?: "woff" | "woff2" | undefined;
|
|
17382
|
+
} | undefined;
|
|
17383
|
+
heading?: {
|
|
17384
|
+
family: string;
|
|
17385
|
+
source?: string | undefined;
|
|
17386
|
+
weight?: number | undefined;
|
|
17387
|
+
format?: "woff" | "woff2" | undefined;
|
|
17388
|
+
} | undefined;
|
|
17389
|
+
} | undefined;
|
|
17390
|
+
navbar?: {
|
|
17391
|
+
primary?: {
|
|
17392
|
+
type: "button";
|
|
17393
|
+
href: string;
|
|
17394
|
+
label: string;
|
|
17395
|
+
} | {
|
|
17396
|
+
type: "github";
|
|
17397
|
+
href: string;
|
|
17398
|
+
label?: string | undefined;
|
|
17399
|
+
} | {
|
|
17400
|
+
type: "discord";
|
|
17401
|
+
href: string;
|
|
17402
|
+
label?: string | undefined;
|
|
17403
|
+
} | undefined;
|
|
17404
|
+
links?: ({
|
|
17405
|
+
href: string;
|
|
17406
|
+
label: string;
|
|
17407
|
+
type?: string | undefined;
|
|
17408
|
+
icon?: string | {
|
|
17409
|
+
name: string;
|
|
17410
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
17411
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
17412
|
+
} | undefined;
|
|
17413
|
+
} | {
|
|
17414
|
+
type: "github";
|
|
17415
|
+
href: string;
|
|
17416
|
+
icon?: string | {
|
|
17417
|
+
name: string;
|
|
17418
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
17419
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
17420
|
+
} | undefined;
|
|
17421
|
+
label?: string | undefined;
|
|
17422
|
+
} | {
|
|
17423
|
+
type: "discord";
|
|
17424
|
+
href: string;
|
|
17425
|
+
icon?: string | {
|
|
17426
|
+
name: string;
|
|
17427
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
17428
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
17429
|
+
} | undefined;
|
|
17430
|
+
label?: string | undefined;
|
|
17431
|
+
})[] | undefined;
|
|
17432
|
+
} | undefined;
|
|
17433
|
+
icons?: {
|
|
17434
|
+
library: "fontawesome" | "lucide";
|
|
17435
|
+
} | undefined;
|
|
17436
|
+
styling?: {
|
|
17437
|
+
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
17438
|
+
codeblocks?: "dark" | "system" | {
|
|
17439
|
+
languages?: {
|
|
17440
|
+
custom?: string[] | undefined;
|
|
17441
|
+
} | undefined;
|
|
17442
|
+
theme?: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables" | {
|
|
17443
|
+
light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
17444
|
+
dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
17445
|
+
} | undefined;
|
|
17446
|
+
} | undefined;
|
|
17447
|
+
latex?: boolean | undefined;
|
|
17448
|
+
} | undefined;
|
|
17449
|
+
errors?: {
|
|
17450
|
+
'404': {
|
|
17451
|
+
title?: string | undefined;
|
|
17452
|
+
description?: string | undefined;
|
|
17453
|
+
redirect?: boolean | undefined;
|
|
17454
|
+
};
|
|
17455
|
+
} | undefined;
|
|
17456
|
+
contextual?: {
|
|
17457
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
17458
|
+
href: string | {
|
|
17459
|
+
base: string;
|
|
17460
|
+
query?: {
|
|
17461
|
+
value: string;
|
|
17462
|
+
key: string;
|
|
17463
|
+
}[] | undefined;
|
|
17464
|
+
};
|
|
17465
|
+
title: string;
|
|
17466
|
+
description: string;
|
|
17467
|
+
icon?: string | {
|
|
17468
|
+
name: string;
|
|
17469
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
17470
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
17471
|
+
} | undefined;
|
|
17472
|
+
})[];
|
|
17473
|
+
display?: "header" | "toc" | undefined;
|
|
15254
17474
|
} | undefined;
|
|
15255
17475
|
thumbnails?: {
|
|
15256
17476
|
background?: string | undefined;
|
|
@@ -16578,7 +18798,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
16578
18798
|
};
|
|
16579
18799
|
}>>;
|
|
16580
18800
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
16581
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
18801
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
16582
18802
|
title: z.ZodString;
|
|
16583
18803
|
description: z.ZodString;
|
|
16584
18804
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -16649,7 +18869,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
16649
18869
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
16650
18870
|
library?: "fontawesome" | "lucide" | undefined;
|
|
16651
18871
|
} | undefined;
|
|
16652
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
18872
|
+
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
16653
18873
|
href: string | {
|
|
16654
18874
|
base: string;
|
|
16655
18875
|
query?: {
|
|
@@ -16664,7 +18884,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
16664
18884
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
16665
18885
|
library?: "fontawesome" | "lucide" | undefined;
|
|
16666
18886
|
} | undefined;
|
|
16667
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
18887
|
+
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
16668
18888
|
href: string | {
|
|
16669
18889
|
base: string;
|
|
16670
18890
|
query?: {
|
|
@@ -16680,8 +18900,9 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
16680
18900
|
library?: "fontawesome" | "lucide" | undefined;
|
|
16681
18901
|
} | undefined;
|
|
16682
18902
|
})[]>;
|
|
18903
|
+
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
16683
18904
|
}, "strip", z.ZodTypeAny, {
|
|
16684
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
18905
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
16685
18906
|
href: string | {
|
|
16686
18907
|
base: string;
|
|
16687
18908
|
query?: {
|
|
@@ -16697,8 +18918,9 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
16697
18918
|
library?: "fontawesome" | "lucide" | undefined;
|
|
16698
18919
|
} | undefined;
|
|
16699
18920
|
})[];
|
|
18921
|
+
display: "header" | "toc";
|
|
16700
18922
|
}, {
|
|
16701
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
18923
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
16702
18924
|
href: string | {
|
|
16703
18925
|
base: string;
|
|
16704
18926
|
query?: {
|
|
@@ -16714,6 +18936,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
16714
18936
|
library?: "fontawesome" | "lucide" | undefined;
|
|
16715
18937
|
} | undefined;
|
|
16716
18938
|
})[];
|
|
18939
|
+
display?: "header" | "toc" | undefined;
|
|
16717
18940
|
}>>;
|
|
16718
18941
|
thumbnails: z.ZodOptional<z.ZodObject<{
|
|
16719
18942
|
appearance: z.ZodOptional<z.ZodEnum<[import("./properties/thumbnails.js").ThumbnailAppearance.Light, import("./properties/thumbnails.js").ThumbnailAppearance.Dark]>>;
|
|
@@ -16752,11 +18975,11 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
16752
18975
|
}, {
|
|
16753
18976
|
timestamp?: boolean | undefined;
|
|
16754
18977
|
}>>>;
|
|
16755
|
-
theme: z.ZodEnum<["mint", "maple", "palm", "willow", "linden", "almond", "aspen"]>;
|
|
18978
|
+
theme: z.ZodEnum<["mint", "maple", "palm", "willow", "linden", "almond", "aspen", "sequoia"]>;
|
|
16756
18979
|
}, "strip", z.ZodTypeAny, {
|
|
16757
18980
|
name: string;
|
|
16758
18981
|
$schema: string;
|
|
16759
|
-
theme: "mint" | "maple" | "palm" | "willow" | "linden" | "almond" | "aspen";
|
|
18982
|
+
theme: "mint" | "maple" | "palm" | "willow" | "linden" | "almond" | "aspen" | "sequoia";
|
|
16760
18983
|
colors: {
|
|
16761
18984
|
primary: string;
|
|
16762
18985
|
light?: string | undefined;
|
|
@@ -17071,7 +19294,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
17071
19294
|
};
|
|
17072
19295
|
} | undefined;
|
|
17073
19296
|
contextual?: {
|
|
17074
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
19297
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
17075
19298
|
href: string | {
|
|
17076
19299
|
base: string;
|
|
17077
19300
|
query?: {
|
|
@@ -17087,6 +19310,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
17087
19310
|
library?: "fontawesome" | "lucide" | undefined;
|
|
17088
19311
|
} | undefined;
|
|
17089
19312
|
})[];
|
|
19313
|
+
display: "header" | "toc";
|
|
17090
19314
|
} | undefined;
|
|
17091
19315
|
thumbnails?: {
|
|
17092
19316
|
background?: string | undefined;
|
|
@@ -17100,7 +19324,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
17100
19324
|
} | undefined;
|
|
17101
19325
|
}, {
|
|
17102
19326
|
name: string;
|
|
17103
|
-
theme: "mint" | "maple" | "palm" | "willow" | "linden" | "almond" | "aspen";
|
|
19327
|
+
theme: "mint" | "maple" | "palm" | "willow" | "linden" | "almond" | "aspen" | "sequoia";
|
|
17104
19328
|
colors: {
|
|
17105
19329
|
primary: string;
|
|
17106
19330
|
light?: string | undefined;
|
|
@@ -17416,7 +19640,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
17416
19640
|
};
|
|
17417
19641
|
} | undefined;
|
|
17418
19642
|
contextual?: {
|
|
17419
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
19643
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
17420
19644
|
href: string | {
|
|
17421
19645
|
base: string;
|
|
17422
19646
|
query?: {
|
|
@@ -17432,6 +19656,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
17432
19656
|
library?: "fontawesome" | "lucide" | undefined;
|
|
17433
19657
|
} | undefined;
|
|
17434
19658
|
})[];
|
|
19659
|
+
display?: "header" | "toc" | undefined;
|
|
17435
19660
|
} | undefined;
|
|
17436
19661
|
thumbnails?: {
|
|
17437
19662
|
background?: string | undefined;
|