@mintlify/validation 0.1.571 → 0.1.573
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/mint-config/schemas/v2/index.d.ts +112 -112
- package/dist/mint-config/schemas/v2/properties/api.d.ts +5 -5
- package/dist/mint-config/schemas/v2/properties/api.js +2 -2
- package/dist/mint-config/schemas/v2/properties/contextual.d.ts +6 -6
- package/dist/mint-config/schemas/v2/properties/contextual.js +1 -0
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +14 -14
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +14 -14
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +14 -14
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +14 -14
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +14 -14
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +14 -14
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +10 -10
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +14 -14
- package/dist/mint-config/validateConfig.d.ts +28 -28
- package/dist/openapi/types/endpoint.d.ts +1 -1
- package/dist/openapi/types/endpoint.js +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -72,13 +72,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
72
72
|
expanded?: "all" | "closed" | undefined;
|
|
73
73
|
}>>;
|
|
74
74
|
playground: z.ZodOptional<z.ZodObject<{
|
|
75
|
-
display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none"]>>;
|
|
75
|
+
display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none", "auth"]>>;
|
|
76
76
|
proxy: z.ZodOptional<z.ZodBoolean>;
|
|
77
77
|
}, "strip", z.ZodTypeAny, {
|
|
78
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
78
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
79
79
|
proxy?: boolean | undefined;
|
|
80
80
|
}, {
|
|
81
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
81
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
82
82
|
proxy?: boolean | undefined;
|
|
83
83
|
}>>;
|
|
84
84
|
examples: z.ZodOptional<z.ZodObject<{
|
|
@@ -131,7 +131,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
131
131
|
directory?: string | undefined;
|
|
132
132
|
} | undefined;
|
|
133
133
|
playground?: {
|
|
134
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
134
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
135
135
|
proxy?: boolean | undefined;
|
|
136
136
|
} | undefined;
|
|
137
137
|
asyncapi?: string | string[] | {
|
|
@@ -160,7 +160,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
160
160
|
directory?: string | undefined;
|
|
161
161
|
} | undefined;
|
|
162
162
|
playground?: {
|
|
163
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
163
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
164
164
|
proxy?: boolean | undefined;
|
|
165
165
|
} | undefined;
|
|
166
166
|
asyncapi?: string | string[] | {
|
|
@@ -1281,7 +1281,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1281
1281
|
};
|
|
1282
1282
|
}>>;
|
|
1283
1283
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
1284
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1284
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1285
1285
|
title: z.ZodString;
|
|
1286
1286
|
description: z.ZodString;
|
|
1287
1287
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -1352,7 +1352,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1352
1352
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1353
1353
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1354
1354
|
} | undefined;
|
|
1355
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1355
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1356
1356
|
href: string | {
|
|
1357
1357
|
base: string;
|
|
1358
1358
|
query?: {
|
|
@@ -1367,7 +1367,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1367
1367
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1368
1368
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1369
1369
|
} | undefined;
|
|
1370
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1370
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1371
1371
|
href: string | {
|
|
1372
1372
|
base: string;
|
|
1373
1373
|
query?: {
|
|
@@ -1384,7 +1384,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1384
1384
|
} | undefined;
|
|
1385
1385
|
})[]>;
|
|
1386
1386
|
}, "strip", z.ZodTypeAny, {
|
|
1387
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1387
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1388
1388
|
href: string | {
|
|
1389
1389
|
base: string;
|
|
1390
1390
|
query?: {
|
|
@@ -1401,7 +1401,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1401
1401
|
} | undefined;
|
|
1402
1402
|
})[];
|
|
1403
1403
|
}, {
|
|
1404
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1404
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1405
1405
|
href: string | {
|
|
1406
1406
|
base: string;
|
|
1407
1407
|
query?: {
|
|
@@ -1567,7 +1567,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1567
1567
|
directory?: string | undefined;
|
|
1568
1568
|
} | undefined;
|
|
1569
1569
|
playground?: {
|
|
1570
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
1570
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
1571
1571
|
proxy?: boolean | undefined;
|
|
1572
1572
|
} | undefined;
|
|
1573
1573
|
asyncapi?: string | string[] | {
|
|
@@ -1754,7 +1754,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1754
1754
|
};
|
|
1755
1755
|
} | undefined;
|
|
1756
1756
|
contextual?: {
|
|
1757
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1757
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1758
1758
|
href: string | {
|
|
1759
1759
|
base: string;
|
|
1760
1760
|
query?: {
|
|
@@ -1892,7 +1892,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1892
1892
|
directory?: string | undefined;
|
|
1893
1893
|
} | undefined;
|
|
1894
1894
|
playground?: {
|
|
1895
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
1895
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
1896
1896
|
proxy?: boolean | undefined;
|
|
1897
1897
|
} | undefined;
|
|
1898
1898
|
asyncapi?: string | string[] | {
|
|
@@ -2079,7 +2079,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2079
2079
|
};
|
|
2080
2080
|
} | undefined;
|
|
2081
2081
|
contextual?: {
|
|
2082
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
2082
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
2083
2083
|
href: string | {
|
|
2084
2084
|
base: string;
|
|
2085
2085
|
query?: {
|
|
@@ -2176,13 +2176,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2176
2176
|
expanded?: "all" | "closed" | undefined;
|
|
2177
2177
|
}>>;
|
|
2178
2178
|
playground: z.ZodOptional<z.ZodObject<{
|
|
2179
|
-
display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none"]>>;
|
|
2179
|
+
display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none", "auth"]>>;
|
|
2180
2180
|
proxy: z.ZodOptional<z.ZodBoolean>;
|
|
2181
2181
|
}, "strip", z.ZodTypeAny, {
|
|
2182
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
2182
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
2183
2183
|
proxy?: boolean | undefined;
|
|
2184
2184
|
}, {
|
|
2185
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
2185
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
2186
2186
|
proxy?: boolean | undefined;
|
|
2187
2187
|
}>>;
|
|
2188
2188
|
examples: z.ZodOptional<z.ZodObject<{
|
|
@@ -2235,7 +2235,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2235
2235
|
directory?: string | undefined;
|
|
2236
2236
|
} | undefined;
|
|
2237
2237
|
playground?: {
|
|
2238
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
2238
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
2239
2239
|
proxy?: boolean | undefined;
|
|
2240
2240
|
} | undefined;
|
|
2241
2241
|
asyncapi?: string | string[] | {
|
|
@@ -2264,7 +2264,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2264
2264
|
directory?: string | undefined;
|
|
2265
2265
|
} | undefined;
|
|
2266
2266
|
playground?: {
|
|
2267
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
2267
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
2268
2268
|
proxy?: boolean | undefined;
|
|
2269
2269
|
} | undefined;
|
|
2270
2270
|
asyncapi?: string | string[] | {
|
|
@@ -3385,7 +3385,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3385
3385
|
};
|
|
3386
3386
|
}>>;
|
|
3387
3387
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
3388
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
3388
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
3389
3389
|
title: z.ZodString;
|
|
3390
3390
|
description: z.ZodString;
|
|
3391
3391
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -3456,7 +3456,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3456
3456
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3457
3457
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3458
3458
|
} | undefined;
|
|
3459
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
3459
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
3460
3460
|
href: string | {
|
|
3461
3461
|
base: string;
|
|
3462
3462
|
query?: {
|
|
@@ -3471,7 +3471,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3471
3471
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3472
3472
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3473
3473
|
} | undefined;
|
|
3474
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
3474
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
3475
3475
|
href: string | {
|
|
3476
3476
|
base: string;
|
|
3477
3477
|
query?: {
|
|
@@ -3488,7 +3488,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3488
3488
|
} | undefined;
|
|
3489
3489
|
})[]>;
|
|
3490
3490
|
}, "strip", z.ZodTypeAny, {
|
|
3491
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
3491
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
3492
3492
|
href: string | {
|
|
3493
3493
|
base: string;
|
|
3494
3494
|
query?: {
|
|
@@ -3505,7 +3505,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3505
3505
|
} | undefined;
|
|
3506
3506
|
})[];
|
|
3507
3507
|
}, {
|
|
3508
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
3508
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
3509
3509
|
href: string | {
|
|
3510
3510
|
base: string;
|
|
3511
3511
|
query?: {
|
|
@@ -3671,7 +3671,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3671
3671
|
directory?: string | undefined;
|
|
3672
3672
|
} | undefined;
|
|
3673
3673
|
playground?: {
|
|
3674
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
3674
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
3675
3675
|
proxy?: boolean | undefined;
|
|
3676
3676
|
} | undefined;
|
|
3677
3677
|
asyncapi?: string | string[] | {
|
|
@@ -3858,7 +3858,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3858
3858
|
};
|
|
3859
3859
|
} | undefined;
|
|
3860
3860
|
contextual?: {
|
|
3861
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
3861
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
3862
3862
|
href: string | {
|
|
3863
3863
|
base: string;
|
|
3864
3864
|
query?: {
|
|
@@ -3996,7 +3996,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3996
3996
|
directory?: string | undefined;
|
|
3997
3997
|
} | undefined;
|
|
3998
3998
|
playground?: {
|
|
3999
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
3999
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
4000
4000
|
proxy?: boolean | undefined;
|
|
4001
4001
|
} | undefined;
|
|
4002
4002
|
asyncapi?: string | string[] | {
|
|
@@ -4183,7 +4183,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4183
4183
|
};
|
|
4184
4184
|
} | undefined;
|
|
4185
4185
|
contextual?: {
|
|
4186
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
4186
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
4187
4187
|
href: string | {
|
|
4188
4188
|
base: string;
|
|
4189
4189
|
query?: {
|
|
@@ -4280,13 +4280,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4280
4280
|
expanded?: "all" | "closed" | undefined;
|
|
4281
4281
|
}>>;
|
|
4282
4282
|
playground: z.ZodOptional<z.ZodObject<{
|
|
4283
|
-
display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none"]>>;
|
|
4283
|
+
display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none", "auth"]>>;
|
|
4284
4284
|
proxy: z.ZodOptional<z.ZodBoolean>;
|
|
4285
4285
|
}, "strip", z.ZodTypeAny, {
|
|
4286
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
4286
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
4287
4287
|
proxy?: boolean | undefined;
|
|
4288
4288
|
}, {
|
|
4289
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
4289
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
4290
4290
|
proxy?: boolean | undefined;
|
|
4291
4291
|
}>>;
|
|
4292
4292
|
examples: z.ZodOptional<z.ZodObject<{
|
|
@@ -4339,7 +4339,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4339
4339
|
directory?: string | undefined;
|
|
4340
4340
|
} | undefined;
|
|
4341
4341
|
playground?: {
|
|
4342
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
4342
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
4343
4343
|
proxy?: boolean | undefined;
|
|
4344
4344
|
} | undefined;
|
|
4345
4345
|
asyncapi?: string | string[] | {
|
|
@@ -4368,7 +4368,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4368
4368
|
directory?: string | undefined;
|
|
4369
4369
|
} | undefined;
|
|
4370
4370
|
playground?: {
|
|
4371
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
4371
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
4372
4372
|
proxy?: boolean | undefined;
|
|
4373
4373
|
} | undefined;
|
|
4374
4374
|
asyncapi?: string | string[] | {
|
|
@@ -5489,7 +5489,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5489
5489
|
};
|
|
5490
5490
|
}>>;
|
|
5491
5491
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
5492
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
5492
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
5493
5493
|
title: z.ZodString;
|
|
5494
5494
|
description: z.ZodString;
|
|
5495
5495
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -5560,7 +5560,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5560
5560
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5561
5561
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5562
5562
|
} | undefined;
|
|
5563
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
5563
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
5564
5564
|
href: string | {
|
|
5565
5565
|
base: string;
|
|
5566
5566
|
query?: {
|
|
@@ -5575,7 +5575,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5575
5575
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5576
5576
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5577
5577
|
} | undefined;
|
|
5578
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
5578
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
5579
5579
|
href: string | {
|
|
5580
5580
|
base: string;
|
|
5581
5581
|
query?: {
|
|
@@ -5592,7 +5592,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5592
5592
|
} | undefined;
|
|
5593
5593
|
})[]>;
|
|
5594
5594
|
}, "strip", z.ZodTypeAny, {
|
|
5595
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
5595
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
5596
5596
|
href: string | {
|
|
5597
5597
|
base: string;
|
|
5598
5598
|
query?: {
|
|
@@ -5609,7 +5609,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5609
5609
|
} | undefined;
|
|
5610
5610
|
})[];
|
|
5611
5611
|
}, {
|
|
5612
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
5612
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
5613
5613
|
href: string | {
|
|
5614
5614
|
base: string;
|
|
5615
5615
|
query?: {
|
|
@@ -5775,7 +5775,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5775
5775
|
directory?: string | undefined;
|
|
5776
5776
|
} | undefined;
|
|
5777
5777
|
playground?: {
|
|
5778
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
5778
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
5779
5779
|
proxy?: boolean | undefined;
|
|
5780
5780
|
} | undefined;
|
|
5781
5781
|
asyncapi?: string | string[] | {
|
|
@@ -5962,7 +5962,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5962
5962
|
};
|
|
5963
5963
|
} | undefined;
|
|
5964
5964
|
contextual?: {
|
|
5965
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
5965
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
5966
5966
|
href: string | {
|
|
5967
5967
|
base: string;
|
|
5968
5968
|
query?: {
|
|
@@ -6100,7 +6100,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6100
6100
|
directory?: string | undefined;
|
|
6101
6101
|
} | undefined;
|
|
6102
6102
|
playground?: {
|
|
6103
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
6103
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
6104
6104
|
proxy?: boolean | undefined;
|
|
6105
6105
|
} | undefined;
|
|
6106
6106
|
asyncapi?: string | string[] | {
|
|
@@ -6287,7 +6287,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6287
6287
|
};
|
|
6288
6288
|
} | undefined;
|
|
6289
6289
|
contextual?: {
|
|
6290
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
6290
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
6291
6291
|
href: string | {
|
|
6292
6292
|
base: string;
|
|
6293
6293
|
query?: {
|
|
@@ -6384,13 +6384,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6384
6384
|
expanded?: "all" | "closed" | undefined;
|
|
6385
6385
|
}>>;
|
|
6386
6386
|
playground: z.ZodOptional<z.ZodObject<{
|
|
6387
|
-
display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none"]>>;
|
|
6387
|
+
display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none", "auth"]>>;
|
|
6388
6388
|
proxy: z.ZodOptional<z.ZodBoolean>;
|
|
6389
6389
|
}, "strip", z.ZodTypeAny, {
|
|
6390
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
6390
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
6391
6391
|
proxy?: boolean | undefined;
|
|
6392
6392
|
}, {
|
|
6393
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
6393
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
6394
6394
|
proxy?: boolean | undefined;
|
|
6395
6395
|
}>>;
|
|
6396
6396
|
examples: z.ZodOptional<z.ZodObject<{
|
|
@@ -6443,7 +6443,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6443
6443
|
directory?: string | undefined;
|
|
6444
6444
|
} | undefined;
|
|
6445
6445
|
playground?: {
|
|
6446
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
6446
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
6447
6447
|
proxy?: boolean | undefined;
|
|
6448
6448
|
} | undefined;
|
|
6449
6449
|
asyncapi?: string | string[] | {
|
|
@@ -6472,7 +6472,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6472
6472
|
directory?: string | undefined;
|
|
6473
6473
|
} | undefined;
|
|
6474
6474
|
playground?: {
|
|
6475
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
6475
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
6476
6476
|
proxy?: boolean | undefined;
|
|
6477
6477
|
} | undefined;
|
|
6478
6478
|
asyncapi?: string | string[] | {
|
|
@@ -7593,7 +7593,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7593
7593
|
};
|
|
7594
7594
|
}>>;
|
|
7595
7595
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
7596
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
7596
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
7597
7597
|
title: z.ZodString;
|
|
7598
7598
|
description: z.ZodString;
|
|
7599
7599
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -7664,7 +7664,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7664
7664
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7665
7665
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7666
7666
|
} | undefined;
|
|
7667
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
7667
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
7668
7668
|
href: string | {
|
|
7669
7669
|
base: string;
|
|
7670
7670
|
query?: {
|
|
@@ -7679,7 +7679,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7679
7679
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7680
7680
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7681
7681
|
} | undefined;
|
|
7682
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
7682
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
7683
7683
|
href: string | {
|
|
7684
7684
|
base: string;
|
|
7685
7685
|
query?: {
|
|
@@ -7696,7 +7696,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7696
7696
|
} | undefined;
|
|
7697
7697
|
})[]>;
|
|
7698
7698
|
}, "strip", z.ZodTypeAny, {
|
|
7699
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
7699
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
7700
7700
|
href: string | {
|
|
7701
7701
|
base: string;
|
|
7702
7702
|
query?: {
|
|
@@ -7713,7 +7713,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7713
7713
|
} | undefined;
|
|
7714
7714
|
})[];
|
|
7715
7715
|
}, {
|
|
7716
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
7716
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
7717
7717
|
href: string | {
|
|
7718
7718
|
base: string;
|
|
7719
7719
|
query?: {
|
|
@@ -7879,7 +7879,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7879
7879
|
directory?: string | undefined;
|
|
7880
7880
|
} | undefined;
|
|
7881
7881
|
playground?: {
|
|
7882
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
7882
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
7883
7883
|
proxy?: boolean | undefined;
|
|
7884
7884
|
} | undefined;
|
|
7885
7885
|
asyncapi?: string | string[] | {
|
|
@@ -8066,7 +8066,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8066
8066
|
};
|
|
8067
8067
|
} | undefined;
|
|
8068
8068
|
contextual?: {
|
|
8069
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
8069
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
8070
8070
|
href: string | {
|
|
8071
8071
|
base: string;
|
|
8072
8072
|
query?: {
|
|
@@ -8204,7 +8204,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8204
8204
|
directory?: string | undefined;
|
|
8205
8205
|
} | undefined;
|
|
8206
8206
|
playground?: {
|
|
8207
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
8207
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
8208
8208
|
proxy?: boolean | undefined;
|
|
8209
8209
|
} | undefined;
|
|
8210
8210
|
asyncapi?: string | string[] | {
|
|
@@ -8391,7 +8391,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8391
8391
|
};
|
|
8392
8392
|
} | undefined;
|
|
8393
8393
|
contextual?: {
|
|
8394
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
8394
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
8395
8395
|
href: string | {
|
|
8396
8396
|
base: string;
|
|
8397
8397
|
query?: {
|
|
@@ -8488,13 +8488,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8488
8488
|
expanded?: "all" | "closed" | undefined;
|
|
8489
8489
|
}>>;
|
|
8490
8490
|
playground: z.ZodOptional<z.ZodObject<{
|
|
8491
|
-
display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none"]>>;
|
|
8491
|
+
display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none", "auth"]>>;
|
|
8492
8492
|
proxy: z.ZodOptional<z.ZodBoolean>;
|
|
8493
8493
|
}, "strip", z.ZodTypeAny, {
|
|
8494
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
8494
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
8495
8495
|
proxy?: boolean | undefined;
|
|
8496
8496
|
}, {
|
|
8497
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
8497
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
8498
8498
|
proxy?: boolean | undefined;
|
|
8499
8499
|
}>>;
|
|
8500
8500
|
examples: z.ZodOptional<z.ZodObject<{
|
|
@@ -8547,7 +8547,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8547
8547
|
directory?: string | undefined;
|
|
8548
8548
|
} | undefined;
|
|
8549
8549
|
playground?: {
|
|
8550
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
8550
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
8551
8551
|
proxy?: boolean | undefined;
|
|
8552
8552
|
} | undefined;
|
|
8553
8553
|
asyncapi?: string | string[] | {
|
|
@@ -8576,7 +8576,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8576
8576
|
directory?: string | undefined;
|
|
8577
8577
|
} | undefined;
|
|
8578
8578
|
playground?: {
|
|
8579
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
8579
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
8580
8580
|
proxy?: boolean | undefined;
|
|
8581
8581
|
} | undefined;
|
|
8582
8582
|
asyncapi?: string | string[] | {
|
|
@@ -9697,7 +9697,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9697
9697
|
};
|
|
9698
9698
|
}>>;
|
|
9699
9699
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
9700
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
9700
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
9701
9701
|
title: z.ZodString;
|
|
9702
9702
|
description: z.ZodString;
|
|
9703
9703
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -9768,7 +9768,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9768
9768
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9769
9769
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9770
9770
|
} | undefined;
|
|
9771
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
9771
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
9772
9772
|
href: string | {
|
|
9773
9773
|
base: string;
|
|
9774
9774
|
query?: {
|
|
@@ -9783,7 +9783,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9783
9783
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9784
9784
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9785
9785
|
} | undefined;
|
|
9786
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
9786
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
9787
9787
|
href: string | {
|
|
9788
9788
|
base: string;
|
|
9789
9789
|
query?: {
|
|
@@ -9800,7 +9800,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9800
9800
|
} | undefined;
|
|
9801
9801
|
})[]>;
|
|
9802
9802
|
}, "strip", z.ZodTypeAny, {
|
|
9803
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
9803
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
9804
9804
|
href: string | {
|
|
9805
9805
|
base: string;
|
|
9806
9806
|
query?: {
|
|
@@ -9817,7 +9817,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9817
9817
|
} | undefined;
|
|
9818
9818
|
})[];
|
|
9819
9819
|
}, {
|
|
9820
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
9820
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
9821
9821
|
href: string | {
|
|
9822
9822
|
base: string;
|
|
9823
9823
|
query?: {
|
|
@@ -9983,7 +9983,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9983
9983
|
directory?: string | undefined;
|
|
9984
9984
|
} | undefined;
|
|
9985
9985
|
playground?: {
|
|
9986
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
9986
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
9987
9987
|
proxy?: boolean | undefined;
|
|
9988
9988
|
} | undefined;
|
|
9989
9989
|
asyncapi?: string | string[] | {
|
|
@@ -10170,7 +10170,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10170
10170
|
};
|
|
10171
10171
|
} | undefined;
|
|
10172
10172
|
contextual?: {
|
|
10173
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
10173
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
10174
10174
|
href: string | {
|
|
10175
10175
|
base: string;
|
|
10176
10176
|
query?: {
|
|
@@ -10308,7 +10308,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10308
10308
|
directory?: string | undefined;
|
|
10309
10309
|
} | undefined;
|
|
10310
10310
|
playground?: {
|
|
10311
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
10311
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
10312
10312
|
proxy?: boolean | undefined;
|
|
10313
10313
|
} | undefined;
|
|
10314
10314
|
asyncapi?: string | string[] | {
|
|
@@ -10495,7 +10495,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10495
10495
|
};
|
|
10496
10496
|
} | undefined;
|
|
10497
10497
|
contextual?: {
|
|
10498
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
10498
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
10499
10499
|
href: string | {
|
|
10500
10500
|
base: string;
|
|
10501
10501
|
query?: {
|
|
@@ -10592,13 +10592,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10592
10592
|
expanded?: "all" | "closed" | undefined;
|
|
10593
10593
|
}>>;
|
|
10594
10594
|
playground: z.ZodOptional<z.ZodObject<{
|
|
10595
|
-
display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none"]>>;
|
|
10595
|
+
display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none", "auth"]>>;
|
|
10596
10596
|
proxy: z.ZodOptional<z.ZodBoolean>;
|
|
10597
10597
|
}, "strip", z.ZodTypeAny, {
|
|
10598
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
10598
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
10599
10599
|
proxy?: boolean | undefined;
|
|
10600
10600
|
}, {
|
|
10601
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
10601
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
10602
10602
|
proxy?: boolean | undefined;
|
|
10603
10603
|
}>>;
|
|
10604
10604
|
examples: z.ZodOptional<z.ZodObject<{
|
|
@@ -10651,7 +10651,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10651
10651
|
directory?: string | undefined;
|
|
10652
10652
|
} | undefined;
|
|
10653
10653
|
playground?: {
|
|
10654
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
10654
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
10655
10655
|
proxy?: boolean | undefined;
|
|
10656
10656
|
} | undefined;
|
|
10657
10657
|
asyncapi?: string | string[] | {
|
|
@@ -10680,7 +10680,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10680
10680
|
directory?: string | undefined;
|
|
10681
10681
|
} | undefined;
|
|
10682
10682
|
playground?: {
|
|
10683
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
10683
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
10684
10684
|
proxy?: boolean | undefined;
|
|
10685
10685
|
} | undefined;
|
|
10686
10686
|
asyncapi?: string | string[] | {
|
|
@@ -11801,7 +11801,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11801
11801
|
};
|
|
11802
11802
|
}>>;
|
|
11803
11803
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
11804
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
11804
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
11805
11805
|
title: z.ZodString;
|
|
11806
11806
|
description: z.ZodString;
|
|
11807
11807
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -11872,7 +11872,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11872
11872
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11873
11873
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11874
11874
|
} | undefined;
|
|
11875
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
11875
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
11876
11876
|
href: string | {
|
|
11877
11877
|
base: string;
|
|
11878
11878
|
query?: {
|
|
@@ -11887,7 +11887,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11887
11887
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11888
11888
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11889
11889
|
} | undefined;
|
|
11890
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
11890
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
11891
11891
|
href: string | {
|
|
11892
11892
|
base: string;
|
|
11893
11893
|
query?: {
|
|
@@ -11904,7 +11904,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11904
11904
|
} | undefined;
|
|
11905
11905
|
})[]>;
|
|
11906
11906
|
}, "strip", z.ZodTypeAny, {
|
|
11907
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
11907
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
11908
11908
|
href: string | {
|
|
11909
11909
|
base: string;
|
|
11910
11910
|
query?: {
|
|
@@ -11921,7 +11921,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11921
11921
|
} | undefined;
|
|
11922
11922
|
})[];
|
|
11923
11923
|
}, {
|
|
11924
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
11924
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
11925
11925
|
href: string | {
|
|
11926
11926
|
base: string;
|
|
11927
11927
|
query?: {
|
|
@@ -12087,7 +12087,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12087
12087
|
directory?: string | undefined;
|
|
12088
12088
|
} | undefined;
|
|
12089
12089
|
playground?: {
|
|
12090
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
12090
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
12091
12091
|
proxy?: boolean | undefined;
|
|
12092
12092
|
} | undefined;
|
|
12093
12093
|
asyncapi?: string | string[] | {
|
|
@@ -12274,7 +12274,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12274
12274
|
};
|
|
12275
12275
|
} | undefined;
|
|
12276
12276
|
contextual?: {
|
|
12277
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
12277
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
12278
12278
|
href: string | {
|
|
12279
12279
|
base: string;
|
|
12280
12280
|
query?: {
|
|
@@ -12412,7 +12412,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12412
12412
|
directory?: string | undefined;
|
|
12413
12413
|
} | undefined;
|
|
12414
12414
|
playground?: {
|
|
12415
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
12415
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
12416
12416
|
proxy?: boolean | undefined;
|
|
12417
12417
|
} | undefined;
|
|
12418
12418
|
asyncapi?: string | string[] | {
|
|
@@ -12599,7 +12599,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12599
12599
|
};
|
|
12600
12600
|
} | undefined;
|
|
12601
12601
|
contextual?: {
|
|
12602
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
12602
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
12603
12603
|
href: string | {
|
|
12604
12604
|
base: string;
|
|
12605
12605
|
query?: {
|
|
@@ -12696,13 +12696,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12696
12696
|
expanded?: "all" | "closed" | undefined;
|
|
12697
12697
|
}>>;
|
|
12698
12698
|
playground: z.ZodOptional<z.ZodObject<{
|
|
12699
|
-
display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none"]>>;
|
|
12699
|
+
display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none", "auth"]>>;
|
|
12700
12700
|
proxy: z.ZodOptional<z.ZodBoolean>;
|
|
12701
12701
|
}, "strip", z.ZodTypeAny, {
|
|
12702
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
12702
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
12703
12703
|
proxy?: boolean | undefined;
|
|
12704
12704
|
}, {
|
|
12705
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
12705
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
12706
12706
|
proxy?: boolean | undefined;
|
|
12707
12707
|
}>>;
|
|
12708
12708
|
examples: z.ZodOptional<z.ZodObject<{
|
|
@@ -12755,7 +12755,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12755
12755
|
directory?: string | undefined;
|
|
12756
12756
|
} | undefined;
|
|
12757
12757
|
playground?: {
|
|
12758
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
12758
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
12759
12759
|
proxy?: boolean | undefined;
|
|
12760
12760
|
} | undefined;
|
|
12761
12761
|
asyncapi?: string | string[] | {
|
|
@@ -12784,7 +12784,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12784
12784
|
directory?: string | undefined;
|
|
12785
12785
|
} | undefined;
|
|
12786
12786
|
playground?: {
|
|
12787
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
12787
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
12788
12788
|
proxy?: boolean | undefined;
|
|
12789
12789
|
} | undefined;
|
|
12790
12790
|
asyncapi?: string | string[] | {
|
|
@@ -13905,7 +13905,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13905
13905
|
};
|
|
13906
13906
|
}>>;
|
|
13907
13907
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
13908
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
13908
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
13909
13909
|
title: z.ZodString;
|
|
13910
13910
|
description: z.ZodString;
|
|
13911
13911
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -13976,7 +13976,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13976
13976
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
13977
13977
|
library?: "fontawesome" | "lucide" | undefined;
|
|
13978
13978
|
} | undefined;
|
|
13979
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
13979
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
13980
13980
|
href: string | {
|
|
13981
13981
|
base: string;
|
|
13982
13982
|
query?: {
|
|
@@ -13991,7 +13991,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13991
13991
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
13992
13992
|
library?: "fontawesome" | "lucide" | undefined;
|
|
13993
13993
|
} | undefined;
|
|
13994
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
13994
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
13995
13995
|
href: string | {
|
|
13996
13996
|
base: string;
|
|
13997
13997
|
query?: {
|
|
@@ -14008,7 +14008,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14008
14008
|
} | undefined;
|
|
14009
14009
|
})[]>;
|
|
14010
14010
|
}, "strip", z.ZodTypeAny, {
|
|
14011
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
14011
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
14012
14012
|
href: string | {
|
|
14013
14013
|
base: string;
|
|
14014
14014
|
query?: {
|
|
@@ -14025,7 +14025,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14025
14025
|
} | undefined;
|
|
14026
14026
|
})[];
|
|
14027
14027
|
}, {
|
|
14028
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
14028
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
14029
14029
|
href: string | {
|
|
14030
14030
|
base: string;
|
|
14031
14031
|
query?: {
|
|
@@ -14191,7 +14191,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14191
14191
|
directory?: string | undefined;
|
|
14192
14192
|
} | undefined;
|
|
14193
14193
|
playground?: {
|
|
14194
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
14194
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
14195
14195
|
proxy?: boolean | undefined;
|
|
14196
14196
|
} | undefined;
|
|
14197
14197
|
asyncapi?: string | string[] | {
|
|
@@ -14378,7 +14378,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14378
14378
|
};
|
|
14379
14379
|
} | undefined;
|
|
14380
14380
|
contextual?: {
|
|
14381
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
14381
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
14382
14382
|
href: string | {
|
|
14383
14383
|
base: string;
|
|
14384
14384
|
query?: {
|
|
@@ -14516,7 +14516,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14516
14516
|
directory?: string | undefined;
|
|
14517
14517
|
} | undefined;
|
|
14518
14518
|
playground?: {
|
|
14519
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
14519
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
14520
14520
|
proxy?: boolean | undefined;
|
|
14521
14521
|
} | undefined;
|
|
14522
14522
|
asyncapi?: string | string[] | {
|
|
@@ -14703,7 +14703,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14703
14703
|
};
|
|
14704
14704
|
} | undefined;
|
|
14705
14705
|
contextual?: {
|
|
14706
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
14706
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
14707
14707
|
href: string | {
|
|
14708
14708
|
base: string;
|
|
14709
14709
|
query?: {
|
|
@@ -14801,13 +14801,13 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
14801
14801
|
expanded?: "all" | "closed" | undefined;
|
|
14802
14802
|
}>>;
|
|
14803
14803
|
playground: z.ZodOptional<z.ZodObject<{
|
|
14804
|
-
display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none"]>>;
|
|
14804
|
+
display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none", "auth"]>>;
|
|
14805
14805
|
proxy: z.ZodOptional<z.ZodBoolean>;
|
|
14806
14806
|
}, "strip", z.ZodTypeAny, {
|
|
14807
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
14807
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
14808
14808
|
proxy?: boolean | undefined;
|
|
14809
14809
|
}, {
|
|
14810
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
14810
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
14811
14811
|
proxy?: boolean | undefined;
|
|
14812
14812
|
}>>;
|
|
14813
14813
|
examples: z.ZodOptional<z.ZodObject<{
|
|
@@ -14860,7 +14860,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
14860
14860
|
directory?: string | undefined;
|
|
14861
14861
|
} | undefined;
|
|
14862
14862
|
playground?: {
|
|
14863
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
14863
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
14864
14864
|
proxy?: boolean | undefined;
|
|
14865
14865
|
} | undefined;
|
|
14866
14866
|
asyncapi?: string | string[] | {
|
|
@@ -14889,7 +14889,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
14889
14889
|
directory?: string | undefined;
|
|
14890
14890
|
} | undefined;
|
|
14891
14891
|
playground?: {
|
|
14892
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
14892
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
14893
14893
|
proxy?: boolean | undefined;
|
|
14894
14894
|
} | undefined;
|
|
14895
14895
|
asyncapi?: string | string[] | {
|
|
@@ -16010,7 +16010,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
16010
16010
|
};
|
|
16011
16011
|
}>>;
|
|
16012
16012
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
16013
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
16013
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
16014
16014
|
title: z.ZodString;
|
|
16015
16015
|
description: z.ZodString;
|
|
16016
16016
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -16081,7 +16081,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
16081
16081
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
16082
16082
|
library?: "fontawesome" | "lucide" | undefined;
|
|
16083
16083
|
} | undefined;
|
|
16084
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
16084
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
16085
16085
|
href: string | {
|
|
16086
16086
|
base: string;
|
|
16087
16087
|
query?: {
|
|
@@ -16096,7 +16096,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
16096
16096
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
16097
16097
|
library?: "fontawesome" | "lucide" | undefined;
|
|
16098
16098
|
} | undefined;
|
|
16099
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
16099
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
16100
16100
|
href: string | {
|
|
16101
16101
|
base: string;
|
|
16102
16102
|
query?: {
|
|
@@ -16113,7 +16113,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
16113
16113
|
} | undefined;
|
|
16114
16114
|
})[]>;
|
|
16115
16115
|
}, "strip", z.ZodTypeAny, {
|
|
16116
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
16116
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
16117
16117
|
href: string | {
|
|
16118
16118
|
base: string;
|
|
16119
16119
|
query?: {
|
|
@@ -16130,7 +16130,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
16130
16130
|
} | undefined;
|
|
16131
16131
|
})[];
|
|
16132
16132
|
}, {
|
|
16133
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
16133
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
16134
16134
|
href: string | {
|
|
16135
16135
|
base: string;
|
|
16136
16136
|
query?: {
|
|
@@ -16296,7 +16296,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
16296
16296
|
directory?: string | undefined;
|
|
16297
16297
|
} | undefined;
|
|
16298
16298
|
playground?: {
|
|
16299
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
16299
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
16300
16300
|
proxy?: boolean | undefined;
|
|
16301
16301
|
} | undefined;
|
|
16302
16302
|
asyncapi?: string | string[] | {
|
|
@@ -16483,7 +16483,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
16483
16483
|
};
|
|
16484
16484
|
} | undefined;
|
|
16485
16485
|
contextual?: {
|
|
16486
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
16486
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
16487
16487
|
href: string | {
|
|
16488
16488
|
base: string;
|
|
16489
16489
|
query?: {
|
|
@@ -16621,7 +16621,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
16621
16621
|
directory?: string | undefined;
|
|
16622
16622
|
} | undefined;
|
|
16623
16623
|
playground?: {
|
|
16624
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
16624
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
16625
16625
|
proxy?: boolean | undefined;
|
|
16626
16626
|
} | undefined;
|
|
16627
16627
|
asyncapi?: string | string[] | {
|
|
@@ -16808,7 +16808,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
16808
16808
|
};
|
|
16809
16809
|
} | undefined;
|
|
16810
16810
|
contextual?: {
|
|
16811
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
16811
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
16812
16812
|
href: string | {
|
|
16813
16813
|
base: string;
|
|
16814
16814
|
query?: {
|