@mintlify/validation 0.1.786 → 0.1.788
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 +453 -453
- package/dist/mint-config/schemas/v2/properties/contextual.d.ts +10 -11
- package/dist/mint-config/schemas/v2/properties/contextual.js +2 -20
- package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +568 -4
- package/dist/mint-config/schemas/v2/properties/navigation/pages.d.ts +284 -2
- package/dist/mint-config/schemas/v2/properties/reusable/page.d.ts +424 -1
- package/dist/mint-config/schemas/v2/properties/reusable/page.js +2 -0
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +45 -45
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +45 -45
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +45 -45
- package/dist/mint-config/schemas/v2/themes/luma.d.ts +45 -45
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +45 -45
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +45 -45
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +45 -45
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +7 -7
- package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +45 -45
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +45 -45
- package/dist/mint-config/validateConfig.d.ts +351 -351
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/deployment/trieve.d.ts +4 -4
- package/dist/types/deployment/trieve.js +8 -1
- package/package.json +3 -3
|
@@ -1557,7 +1557,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1557
1557
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1558
1558
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1559
1559
|
} | undefined;
|
|
1560
|
-
}>]>, "many">, (
|
|
1560
|
+
}>]>, "many">, ({
|
|
1561
1561
|
href: string | {
|
|
1562
1562
|
base: string;
|
|
1563
1563
|
query?: {
|
|
@@ -1572,7 +1572,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1572
1572
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1573
1573
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1574
1574
|
} | undefined;
|
|
1575
|
-
}
|
|
1575
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[], ({
|
|
1576
1576
|
href: string | {
|
|
1577
1577
|
base: string;
|
|
1578
1578
|
query?: {
|
|
@@ -1587,10 +1587,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1587
1587
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1588
1588
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1589
1589
|
} | undefined;
|
|
1590
|
-
})[]>;
|
|
1590
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[]>;
|
|
1591
1591
|
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
1592
1592
|
}, "strip", z.ZodTypeAny, {
|
|
1593
|
-
options: (
|
|
1593
|
+
options: ({
|
|
1594
1594
|
href: string | {
|
|
1595
1595
|
base: string;
|
|
1596
1596
|
query?: {
|
|
@@ -1605,10 +1605,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1605
1605
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1606
1606
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1607
1607
|
} | undefined;
|
|
1608
|
-
})[];
|
|
1608
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
1609
1609
|
display: "header" | "toc";
|
|
1610
1610
|
}, {
|
|
1611
|
-
options: (
|
|
1611
|
+
options: ({
|
|
1612
1612
|
href: string | {
|
|
1613
1613
|
base: string;
|
|
1614
1614
|
query?: {
|
|
@@ -1623,7 +1623,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1623
1623
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1624
1624
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1625
1625
|
} | undefined;
|
|
1626
|
-
})[];
|
|
1626
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
1627
1627
|
display?: "header" | "toc" | undefined;
|
|
1628
1628
|
}>>;
|
|
1629
1629
|
thumbnails: z.ZodOptional<z.ZodObject<{
|
|
@@ -1935,6 +1935,25 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1935
1935
|
trailingSlash?: boolean | undefined;
|
|
1936
1936
|
} | undefined;
|
|
1937
1937
|
description?: string | undefined;
|
|
1938
|
+
contextual?: {
|
|
1939
|
+
options: ({
|
|
1940
|
+
href: string | {
|
|
1941
|
+
base: string;
|
|
1942
|
+
query?: {
|
|
1943
|
+
value: string;
|
|
1944
|
+
key: string;
|
|
1945
|
+
}[] | undefined;
|
|
1946
|
+
};
|
|
1947
|
+
title: string;
|
|
1948
|
+
description: string;
|
|
1949
|
+
icon?: string | {
|
|
1950
|
+
name: string;
|
|
1951
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1952
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1953
|
+
} | undefined;
|
|
1954
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
1955
|
+
display: "header" | "toc";
|
|
1956
|
+
} | undefined;
|
|
1938
1957
|
banner?: {
|
|
1939
1958
|
content: string;
|
|
1940
1959
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -2033,25 +2052,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2033
2052
|
description?: string | undefined;
|
|
2034
2053
|
};
|
|
2035
2054
|
} | undefined;
|
|
2036
|
-
contextual?: {
|
|
2037
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
2038
|
-
href: string | {
|
|
2039
|
-
base: string;
|
|
2040
|
-
query?: {
|
|
2041
|
-
value: string;
|
|
2042
|
-
key: string;
|
|
2043
|
-
}[] | undefined;
|
|
2044
|
-
};
|
|
2045
|
-
title: string;
|
|
2046
|
-
description: string;
|
|
2047
|
-
icon?: string | {
|
|
2048
|
-
name: string;
|
|
2049
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2050
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2051
|
-
} | undefined;
|
|
2052
|
-
})[];
|
|
2053
|
-
display: "header" | "toc";
|
|
2054
|
-
} | undefined;
|
|
2055
2055
|
thumbnails?: {
|
|
2056
2056
|
background?: string | undefined;
|
|
2057
2057
|
appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
|
|
@@ -2327,6 +2327,25 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2327
2327
|
trailingSlash?: boolean | undefined;
|
|
2328
2328
|
} | undefined;
|
|
2329
2329
|
description?: string | undefined;
|
|
2330
|
+
contextual?: {
|
|
2331
|
+
options: ({
|
|
2332
|
+
href: string | {
|
|
2333
|
+
base: string;
|
|
2334
|
+
query?: {
|
|
2335
|
+
value: string;
|
|
2336
|
+
key: string;
|
|
2337
|
+
}[] | undefined;
|
|
2338
|
+
};
|
|
2339
|
+
title: string;
|
|
2340
|
+
description: string;
|
|
2341
|
+
icon?: string | {
|
|
2342
|
+
name: string;
|
|
2343
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2344
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2345
|
+
} | undefined;
|
|
2346
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
2347
|
+
display?: "header" | "toc" | undefined;
|
|
2348
|
+
} | undefined;
|
|
2330
2349
|
banner?: {
|
|
2331
2350
|
content: string;
|
|
2332
2351
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -2425,25 +2444,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2425
2444
|
redirect?: boolean | undefined;
|
|
2426
2445
|
};
|
|
2427
2446
|
} | undefined;
|
|
2428
|
-
contextual?: {
|
|
2429
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
2430
|
-
href: string | {
|
|
2431
|
-
base: string;
|
|
2432
|
-
query?: {
|
|
2433
|
-
value: string;
|
|
2434
|
-
key: string;
|
|
2435
|
-
}[] | undefined;
|
|
2436
|
-
};
|
|
2437
|
-
title: string;
|
|
2438
|
-
description: string;
|
|
2439
|
-
icon?: string | {
|
|
2440
|
-
name: string;
|
|
2441
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2442
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2443
|
-
} | undefined;
|
|
2444
|
-
})[];
|
|
2445
|
-
display?: "header" | "toc" | undefined;
|
|
2446
|
-
} | undefined;
|
|
2447
2447
|
thumbnails?: {
|
|
2448
2448
|
background?: string | undefined;
|
|
2449
2449
|
appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
|
|
@@ -4014,7 +4014,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4014
4014
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4015
4015
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4016
4016
|
} | undefined;
|
|
4017
|
-
}>]>, "many">, (
|
|
4017
|
+
}>]>, "many">, ({
|
|
4018
4018
|
href: string | {
|
|
4019
4019
|
base: string;
|
|
4020
4020
|
query?: {
|
|
@@ -4029,7 +4029,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4029
4029
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4030
4030
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4031
4031
|
} | undefined;
|
|
4032
|
-
}
|
|
4032
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[], ({
|
|
4033
4033
|
href: string | {
|
|
4034
4034
|
base: string;
|
|
4035
4035
|
query?: {
|
|
@@ -4044,10 +4044,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4044
4044
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4045
4045
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4046
4046
|
} | undefined;
|
|
4047
|
-
})[]>;
|
|
4047
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[]>;
|
|
4048
4048
|
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
4049
4049
|
}, "strip", z.ZodTypeAny, {
|
|
4050
|
-
options: (
|
|
4050
|
+
options: ({
|
|
4051
4051
|
href: string | {
|
|
4052
4052
|
base: string;
|
|
4053
4053
|
query?: {
|
|
@@ -4062,10 +4062,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4062
4062
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4063
4063
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4064
4064
|
} | undefined;
|
|
4065
|
-
})[];
|
|
4065
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
4066
4066
|
display: "header" | "toc";
|
|
4067
4067
|
}, {
|
|
4068
|
-
options: (
|
|
4068
|
+
options: ({
|
|
4069
4069
|
href: string | {
|
|
4070
4070
|
base: string;
|
|
4071
4071
|
query?: {
|
|
@@ -4080,7 +4080,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4080
4080
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4081
4081
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4082
4082
|
} | undefined;
|
|
4083
|
-
})[];
|
|
4083
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
4084
4084
|
display?: "header" | "toc" | undefined;
|
|
4085
4085
|
}>>;
|
|
4086
4086
|
thumbnails: z.ZodOptional<z.ZodObject<{
|
|
@@ -4392,6 +4392,25 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4392
4392
|
trailingSlash?: boolean | undefined;
|
|
4393
4393
|
} | undefined;
|
|
4394
4394
|
description?: string | undefined;
|
|
4395
|
+
contextual?: {
|
|
4396
|
+
options: ({
|
|
4397
|
+
href: string | {
|
|
4398
|
+
base: string;
|
|
4399
|
+
query?: {
|
|
4400
|
+
value: string;
|
|
4401
|
+
key: string;
|
|
4402
|
+
}[] | undefined;
|
|
4403
|
+
};
|
|
4404
|
+
title: string;
|
|
4405
|
+
description: string;
|
|
4406
|
+
icon?: string | {
|
|
4407
|
+
name: string;
|
|
4408
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4409
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4410
|
+
} | undefined;
|
|
4411
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
4412
|
+
display: "header" | "toc";
|
|
4413
|
+
} | undefined;
|
|
4395
4414
|
banner?: {
|
|
4396
4415
|
content: string;
|
|
4397
4416
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -4490,25 +4509,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4490
4509
|
description?: string | undefined;
|
|
4491
4510
|
};
|
|
4492
4511
|
} | undefined;
|
|
4493
|
-
contextual?: {
|
|
4494
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
4495
|
-
href: string | {
|
|
4496
|
-
base: string;
|
|
4497
|
-
query?: {
|
|
4498
|
-
value: string;
|
|
4499
|
-
key: string;
|
|
4500
|
-
}[] | undefined;
|
|
4501
|
-
};
|
|
4502
|
-
title: string;
|
|
4503
|
-
description: string;
|
|
4504
|
-
icon?: string | {
|
|
4505
|
-
name: string;
|
|
4506
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4507
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4508
|
-
} | undefined;
|
|
4509
|
-
})[];
|
|
4510
|
-
display: "header" | "toc";
|
|
4511
|
-
} | undefined;
|
|
4512
4512
|
thumbnails?: {
|
|
4513
4513
|
background?: string | undefined;
|
|
4514
4514
|
appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
|
|
@@ -4784,6 +4784,25 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4784
4784
|
trailingSlash?: boolean | undefined;
|
|
4785
4785
|
} | undefined;
|
|
4786
4786
|
description?: string | undefined;
|
|
4787
|
+
contextual?: {
|
|
4788
|
+
options: ({
|
|
4789
|
+
href: string | {
|
|
4790
|
+
base: string;
|
|
4791
|
+
query?: {
|
|
4792
|
+
value: string;
|
|
4793
|
+
key: string;
|
|
4794
|
+
}[] | undefined;
|
|
4795
|
+
};
|
|
4796
|
+
title: string;
|
|
4797
|
+
description: string;
|
|
4798
|
+
icon?: string | {
|
|
4799
|
+
name: string;
|
|
4800
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4801
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4802
|
+
} | undefined;
|
|
4803
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
4804
|
+
display?: "header" | "toc" | undefined;
|
|
4805
|
+
} | undefined;
|
|
4787
4806
|
banner?: {
|
|
4788
4807
|
content: string;
|
|
4789
4808
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -4882,25 +4901,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4882
4901
|
redirect?: boolean | undefined;
|
|
4883
4902
|
};
|
|
4884
4903
|
} | undefined;
|
|
4885
|
-
contextual?: {
|
|
4886
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
4887
|
-
href: string | {
|
|
4888
|
-
base: string;
|
|
4889
|
-
query?: {
|
|
4890
|
-
value: string;
|
|
4891
|
-
key: string;
|
|
4892
|
-
}[] | undefined;
|
|
4893
|
-
};
|
|
4894
|
-
title: string;
|
|
4895
|
-
description: string;
|
|
4896
|
-
icon?: string | {
|
|
4897
|
-
name: string;
|
|
4898
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4899
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4900
|
-
} | undefined;
|
|
4901
|
-
})[];
|
|
4902
|
-
display?: "header" | "toc" | undefined;
|
|
4903
|
-
} | undefined;
|
|
4904
4904
|
thumbnails?: {
|
|
4905
4905
|
background?: string | undefined;
|
|
4906
4906
|
appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
|
|
@@ -6471,7 +6471,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6471
6471
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6472
6472
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
6473
6473
|
} | undefined;
|
|
6474
|
-
}>]>, "many">, (
|
|
6474
|
+
}>]>, "many">, ({
|
|
6475
6475
|
href: string | {
|
|
6476
6476
|
base: string;
|
|
6477
6477
|
query?: {
|
|
@@ -6486,7 +6486,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6486
6486
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6487
6487
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
6488
6488
|
} | undefined;
|
|
6489
|
-
}
|
|
6489
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[], ({
|
|
6490
6490
|
href: string | {
|
|
6491
6491
|
base: string;
|
|
6492
6492
|
query?: {
|
|
@@ -6501,10 +6501,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6501
6501
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6502
6502
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
6503
6503
|
} | undefined;
|
|
6504
|
-
})[]>;
|
|
6504
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[]>;
|
|
6505
6505
|
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
6506
6506
|
}, "strip", z.ZodTypeAny, {
|
|
6507
|
-
options: (
|
|
6507
|
+
options: ({
|
|
6508
6508
|
href: string | {
|
|
6509
6509
|
base: string;
|
|
6510
6510
|
query?: {
|
|
@@ -6519,10 +6519,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6519
6519
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6520
6520
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
6521
6521
|
} | undefined;
|
|
6522
|
-
})[];
|
|
6522
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
6523
6523
|
display: "header" | "toc";
|
|
6524
6524
|
}, {
|
|
6525
|
-
options: (
|
|
6525
|
+
options: ({
|
|
6526
6526
|
href: string | {
|
|
6527
6527
|
base: string;
|
|
6528
6528
|
query?: {
|
|
@@ -6537,7 +6537,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6537
6537
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6538
6538
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
6539
6539
|
} | undefined;
|
|
6540
|
-
})[];
|
|
6540
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
6541
6541
|
display?: "header" | "toc" | undefined;
|
|
6542
6542
|
}>>;
|
|
6543
6543
|
thumbnails: z.ZodOptional<z.ZodObject<{
|
|
@@ -6849,6 +6849,25 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6849
6849
|
trailingSlash?: boolean | undefined;
|
|
6850
6850
|
} | undefined;
|
|
6851
6851
|
description?: string | undefined;
|
|
6852
|
+
contextual?: {
|
|
6853
|
+
options: ({
|
|
6854
|
+
href: string | {
|
|
6855
|
+
base: string;
|
|
6856
|
+
query?: {
|
|
6857
|
+
value: string;
|
|
6858
|
+
key: string;
|
|
6859
|
+
}[] | undefined;
|
|
6860
|
+
};
|
|
6861
|
+
title: string;
|
|
6862
|
+
description: string;
|
|
6863
|
+
icon?: string | {
|
|
6864
|
+
name: string;
|
|
6865
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6866
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
6867
|
+
} | undefined;
|
|
6868
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
6869
|
+
display: "header" | "toc";
|
|
6870
|
+
} | undefined;
|
|
6852
6871
|
banner?: {
|
|
6853
6872
|
content: string;
|
|
6854
6873
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -6947,25 +6966,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6947
6966
|
description?: string | undefined;
|
|
6948
6967
|
};
|
|
6949
6968
|
} | undefined;
|
|
6950
|
-
contextual?: {
|
|
6951
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
6952
|
-
href: string | {
|
|
6953
|
-
base: string;
|
|
6954
|
-
query?: {
|
|
6955
|
-
value: string;
|
|
6956
|
-
key: string;
|
|
6957
|
-
}[] | undefined;
|
|
6958
|
-
};
|
|
6959
|
-
title: string;
|
|
6960
|
-
description: string;
|
|
6961
|
-
icon?: string | {
|
|
6962
|
-
name: string;
|
|
6963
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6964
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
6965
|
-
} | undefined;
|
|
6966
|
-
})[];
|
|
6967
|
-
display: "header" | "toc";
|
|
6968
|
-
} | undefined;
|
|
6969
6969
|
thumbnails?: {
|
|
6970
6970
|
background?: string | undefined;
|
|
6971
6971
|
appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
|
|
@@ -7241,6 +7241,25 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7241
7241
|
trailingSlash?: boolean | undefined;
|
|
7242
7242
|
} | undefined;
|
|
7243
7243
|
description?: string | undefined;
|
|
7244
|
+
contextual?: {
|
|
7245
|
+
options: ({
|
|
7246
|
+
href: string | {
|
|
7247
|
+
base: string;
|
|
7248
|
+
query?: {
|
|
7249
|
+
value: string;
|
|
7250
|
+
key: string;
|
|
7251
|
+
}[] | undefined;
|
|
7252
|
+
};
|
|
7253
|
+
title: string;
|
|
7254
|
+
description: string;
|
|
7255
|
+
icon?: string | {
|
|
7256
|
+
name: string;
|
|
7257
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7258
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
7259
|
+
} | undefined;
|
|
7260
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
7261
|
+
display?: "header" | "toc" | undefined;
|
|
7262
|
+
} | undefined;
|
|
7244
7263
|
banner?: {
|
|
7245
7264
|
content: string;
|
|
7246
7265
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -7339,25 +7358,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7339
7358
|
redirect?: boolean | undefined;
|
|
7340
7359
|
};
|
|
7341
7360
|
} | undefined;
|
|
7342
|
-
contextual?: {
|
|
7343
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
7344
|
-
href: string | {
|
|
7345
|
-
base: string;
|
|
7346
|
-
query?: {
|
|
7347
|
-
value: string;
|
|
7348
|
-
key: string;
|
|
7349
|
-
}[] | undefined;
|
|
7350
|
-
};
|
|
7351
|
-
title: string;
|
|
7352
|
-
description: string;
|
|
7353
|
-
icon?: string | {
|
|
7354
|
-
name: string;
|
|
7355
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7356
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
7357
|
-
} | undefined;
|
|
7358
|
-
})[];
|
|
7359
|
-
display?: "header" | "toc" | undefined;
|
|
7360
|
-
} | undefined;
|
|
7361
7361
|
thumbnails?: {
|
|
7362
7362
|
background?: string | undefined;
|
|
7363
7363
|
appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
|
|
@@ -8928,7 +8928,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8928
8928
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8929
8929
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
8930
8930
|
} | undefined;
|
|
8931
|
-
}>]>, "many">, (
|
|
8931
|
+
}>]>, "many">, ({
|
|
8932
8932
|
href: string | {
|
|
8933
8933
|
base: string;
|
|
8934
8934
|
query?: {
|
|
@@ -8943,7 +8943,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8943
8943
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8944
8944
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
8945
8945
|
} | undefined;
|
|
8946
|
-
}
|
|
8946
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[], ({
|
|
8947
8947
|
href: string | {
|
|
8948
8948
|
base: string;
|
|
8949
8949
|
query?: {
|
|
@@ -8958,10 +8958,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8958
8958
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8959
8959
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
8960
8960
|
} | undefined;
|
|
8961
|
-
})[]>;
|
|
8961
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[]>;
|
|
8962
8962
|
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
8963
8963
|
}, "strip", z.ZodTypeAny, {
|
|
8964
|
-
options: (
|
|
8964
|
+
options: ({
|
|
8965
8965
|
href: string | {
|
|
8966
8966
|
base: string;
|
|
8967
8967
|
query?: {
|
|
@@ -8976,10 +8976,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8976
8976
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8977
8977
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
8978
8978
|
} | undefined;
|
|
8979
|
-
})[];
|
|
8979
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
8980
8980
|
display: "header" | "toc";
|
|
8981
8981
|
}, {
|
|
8982
|
-
options: (
|
|
8982
|
+
options: ({
|
|
8983
8983
|
href: string | {
|
|
8984
8984
|
base: string;
|
|
8985
8985
|
query?: {
|
|
@@ -8994,7 +8994,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8994
8994
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8995
8995
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
8996
8996
|
} | undefined;
|
|
8997
|
-
})[];
|
|
8997
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
8998
8998
|
display?: "header" | "toc" | undefined;
|
|
8999
8999
|
}>>;
|
|
9000
9000
|
thumbnails: z.ZodOptional<z.ZodObject<{
|
|
@@ -9306,6 +9306,25 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9306
9306
|
trailingSlash?: boolean | undefined;
|
|
9307
9307
|
} | undefined;
|
|
9308
9308
|
description?: string | undefined;
|
|
9309
|
+
contextual?: {
|
|
9310
|
+
options: ({
|
|
9311
|
+
href: string | {
|
|
9312
|
+
base: string;
|
|
9313
|
+
query?: {
|
|
9314
|
+
value: string;
|
|
9315
|
+
key: string;
|
|
9316
|
+
}[] | undefined;
|
|
9317
|
+
};
|
|
9318
|
+
title: string;
|
|
9319
|
+
description: string;
|
|
9320
|
+
icon?: string | {
|
|
9321
|
+
name: string;
|
|
9322
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9323
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
9324
|
+
} | undefined;
|
|
9325
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
9326
|
+
display: "header" | "toc";
|
|
9327
|
+
} | undefined;
|
|
9309
9328
|
banner?: {
|
|
9310
9329
|
content: string;
|
|
9311
9330
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -9404,25 +9423,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9404
9423
|
description?: string | undefined;
|
|
9405
9424
|
};
|
|
9406
9425
|
} | undefined;
|
|
9407
|
-
contextual?: {
|
|
9408
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
9409
|
-
href: string | {
|
|
9410
|
-
base: string;
|
|
9411
|
-
query?: {
|
|
9412
|
-
value: string;
|
|
9413
|
-
key: string;
|
|
9414
|
-
}[] | undefined;
|
|
9415
|
-
};
|
|
9416
|
-
title: string;
|
|
9417
|
-
description: string;
|
|
9418
|
-
icon?: string | {
|
|
9419
|
-
name: string;
|
|
9420
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9421
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
9422
|
-
} | undefined;
|
|
9423
|
-
})[];
|
|
9424
|
-
display: "header" | "toc";
|
|
9425
|
-
} | undefined;
|
|
9426
9426
|
thumbnails?: {
|
|
9427
9427
|
background?: string | undefined;
|
|
9428
9428
|
appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
|
|
@@ -9698,9 +9698,28 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9698
9698
|
trailingSlash?: boolean | undefined;
|
|
9699
9699
|
} | undefined;
|
|
9700
9700
|
description?: string | undefined;
|
|
9701
|
-
|
|
9702
|
-
|
|
9703
|
-
|
|
9701
|
+
contextual?: {
|
|
9702
|
+
options: ({
|
|
9703
|
+
href: string | {
|
|
9704
|
+
base: string;
|
|
9705
|
+
query?: {
|
|
9706
|
+
value: string;
|
|
9707
|
+
key: string;
|
|
9708
|
+
}[] | undefined;
|
|
9709
|
+
};
|
|
9710
|
+
title: string;
|
|
9711
|
+
description: string;
|
|
9712
|
+
icon?: string | {
|
|
9713
|
+
name: string;
|
|
9714
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9715
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
9716
|
+
} | undefined;
|
|
9717
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
9718
|
+
display?: "header" | "toc" | undefined;
|
|
9719
|
+
} | undefined;
|
|
9720
|
+
banner?: {
|
|
9721
|
+
content: string;
|
|
9722
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
9704
9723
|
color?: {
|
|
9705
9724
|
light?: string | undefined;
|
|
9706
9725
|
dark?: string | undefined;
|
|
@@ -9796,25 +9815,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9796
9815
|
redirect?: boolean | undefined;
|
|
9797
9816
|
};
|
|
9798
9817
|
} | undefined;
|
|
9799
|
-
contextual?: {
|
|
9800
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
9801
|
-
href: string | {
|
|
9802
|
-
base: string;
|
|
9803
|
-
query?: {
|
|
9804
|
-
value: string;
|
|
9805
|
-
key: string;
|
|
9806
|
-
}[] | undefined;
|
|
9807
|
-
};
|
|
9808
|
-
title: string;
|
|
9809
|
-
description: string;
|
|
9810
|
-
icon?: string | {
|
|
9811
|
-
name: string;
|
|
9812
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9813
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
9814
|
-
} | undefined;
|
|
9815
|
-
})[];
|
|
9816
|
-
display?: "header" | "toc" | undefined;
|
|
9817
|
-
} | undefined;
|
|
9818
9818
|
thumbnails?: {
|
|
9819
9819
|
background?: string | undefined;
|
|
9820
9820
|
appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
|
|
@@ -11385,7 +11385,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11385
11385
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11386
11386
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
11387
11387
|
} | undefined;
|
|
11388
|
-
}>]>, "many">, (
|
|
11388
|
+
}>]>, "many">, ({
|
|
11389
11389
|
href: string | {
|
|
11390
11390
|
base: string;
|
|
11391
11391
|
query?: {
|
|
@@ -11400,7 +11400,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11400
11400
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11401
11401
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
11402
11402
|
} | undefined;
|
|
11403
|
-
}
|
|
11403
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[], ({
|
|
11404
11404
|
href: string | {
|
|
11405
11405
|
base: string;
|
|
11406
11406
|
query?: {
|
|
@@ -11415,10 +11415,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11415
11415
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11416
11416
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
11417
11417
|
} | undefined;
|
|
11418
|
-
})[]>;
|
|
11418
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[]>;
|
|
11419
11419
|
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
11420
11420
|
}, "strip", z.ZodTypeAny, {
|
|
11421
|
-
options: (
|
|
11421
|
+
options: ({
|
|
11422
11422
|
href: string | {
|
|
11423
11423
|
base: string;
|
|
11424
11424
|
query?: {
|
|
@@ -11433,10 +11433,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11433
11433
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11434
11434
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
11435
11435
|
} | undefined;
|
|
11436
|
-
})[];
|
|
11436
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
11437
11437
|
display: "header" | "toc";
|
|
11438
11438
|
}, {
|
|
11439
|
-
options: (
|
|
11439
|
+
options: ({
|
|
11440
11440
|
href: string | {
|
|
11441
11441
|
base: string;
|
|
11442
11442
|
query?: {
|
|
@@ -11451,7 +11451,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11451
11451
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11452
11452
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
11453
11453
|
} | undefined;
|
|
11454
|
-
})[];
|
|
11454
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
11455
11455
|
display?: "header" | "toc" | undefined;
|
|
11456
11456
|
}>>;
|
|
11457
11457
|
thumbnails: z.ZodOptional<z.ZodObject<{
|
|
@@ -11763,6 +11763,25 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11763
11763
|
trailingSlash?: boolean | undefined;
|
|
11764
11764
|
} | undefined;
|
|
11765
11765
|
description?: string | undefined;
|
|
11766
|
+
contextual?: {
|
|
11767
|
+
options: ({
|
|
11768
|
+
href: string | {
|
|
11769
|
+
base: string;
|
|
11770
|
+
query?: {
|
|
11771
|
+
value: string;
|
|
11772
|
+
key: string;
|
|
11773
|
+
}[] | undefined;
|
|
11774
|
+
};
|
|
11775
|
+
title: string;
|
|
11776
|
+
description: string;
|
|
11777
|
+
icon?: string | {
|
|
11778
|
+
name: string;
|
|
11779
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11780
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
11781
|
+
} | undefined;
|
|
11782
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
11783
|
+
display: "header" | "toc";
|
|
11784
|
+
} | undefined;
|
|
11766
11785
|
banner?: {
|
|
11767
11786
|
content: string;
|
|
11768
11787
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -11861,25 +11880,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11861
11880
|
description?: string | undefined;
|
|
11862
11881
|
};
|
|
11863
11882
|
} | undefined;
|
|
11864
|
-
contextual?: {
|
|
11865
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
11866
|
-
href: string | {
|
|
11867
|
-
base: string;
|
|
11868
|
-
query?: {
|
|
11869
|
-
value: string;
|
|
11870
|
-
key: string;
|
|
11871
|
-
}[] | undefined;
|
|
11872
|
-
};
|
|
11873
|
-
title: string;
|
|
11874
|
-
description: string;
|
|
11875
|
-
icon?: string | {
|
|
11876
|
-
name: string;
|
|
11877
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11878
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
11879
|
-
} | undefined;
|
|
11880
|
-
})[];
|
|
11881
|
-
display: "header" | "toc";
|
|
11882
|
-
} | undefined;
|
|
11883
11883
|
thumbnails?: {
|
|
11884
11884
|
background?: string | undefined;
|
|
11885
11885
|
appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
|
|
@@ -12155,6 +12155,25 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12155
12155
|
trailingSlash?: boolean | undefined;
|
|
12156
12156
|
} | undefined;
|
|
12157
12157
|
description?: string | undefined;
|
|
12158
|
+
contextual?: {
|
|
12159
|
+
options: ({
|
|
12160
|
+
href: string | {
|
|
12161
|
+
base: string;
|
|
12162
|
+
query?: {
|
|
12163
|
+
value: string;
|
|
12164
|
+
key: string;
|
|
12165
|
+
}[] | undefined;
|
|
12166
|
+
};
|
|
12167
|
+
title: string;
|
|
12168
|
+
description: string;
|
|
12169
|
+
icon?: string | {
|
|
12170
|
+
name: string;
|
|
12171
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12172
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
12173
|
+
} | undefined;
|
|
12174
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
12175
|
+
display?: "header" | "toc" | undefined;
|
|
12176
|
+
} | undefined;
|
|
12158
12177
|
banner?: {
|
|
12159
12178
|
content: string;
|
|
12160
12179
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -12253,25 +12272,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12253
12272
|
redirect?: boolean | undefined;
|
|
12254
12273
|
};
|
|
12255
12274
|
} | undefined;
|
|
12256
|
-
contextual?: {
|
|
12257
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
12258
|
-
href: string | {
|
|
12259
|
-
base: string;
|
|
12260
|
-
query?: {
|
|
12261
|
-
value: string;
|
|
12262
|
-
key: string;
|
|
12263
|
-
}[] | undefined;
|
|
12264
|
-
};
|
|
12265
|
-
title: string;
|
|
12266
|
-
description: string;
|
|
12267
|
-
icon?: string | {
|
|
12268
|
-
name: string;
|
|
12269
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12270
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
12271
|
-
} | undefined;
|
|
12272
|
-
})[];
|
|
12273
|
-
display?: "header" | "toc" | undefined;
|
|
12274
|
-
} | undefined;
|
|
12275
12275
|
thumbnails?: {
|
|
12276
12276
|
background?: string | undefined;
|
|
12277
12277
|
appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
|
|
@@ -13842,7 +13842,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13842
13842
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
13843
13843
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
13844
13844
|
} | undefined;
|
|
13845
|
-
}>]>, "many">, (
|
|
13845
|
+
}>]>, "many">, ({
|
|
13846
13846
|
href: string | {
|
|
13847
13847
|
base: string;
|
|
13848
13848
|
query?: {
|
|
@@ -13857,7 +13857,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13857
13857
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
13858
13858
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
13859
13859
|
} | undefined;
|
|
13860
|
-
}
|
|
13860
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[], ({
|
|
13861
13861
|
href: string | {
|
|
13862
13862
|
base: string;
|
|
13863
13863
|
query?: {
|
|
@@ -13872,10 +13872,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13872
13872
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
13873
13873
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
13874
13874
|
} | undefined;
|
|
13875
|
-
})[]>;
|
|
13875
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[]>;
|
|
13876
13876
|
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
13877
13877
|
}, "strip", z.ZodTypeAny, {
|
|
13878
|
-
options: (
|
|
13878
|
+
options: ({
|
|
13879
13879
|
href: string | {
|
|
13880
13880
|
base: string;
|
|
13881
13881
|
query?: {
|
|
@@ -13890,10 +13890,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13890
13890
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
13891
13891
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
13892
13892
|
} | undefined;
|
|
13893
|
-
})[];
|
|
13893
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
13894
13894
|
display: "header" | "toc";
|
|
13895
13895
|
}, {
|
|
13896
|
-
options: (
|
|
13896
|
+
options: ({
|
|
13897
13897
|
href: string | {
|
|
13898
13898
|
base: string;
|
|
13899
13899
|
query?: {
|
|
@@ -13908,7 +13908,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13908
13908
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
13909
13909
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
13910
13910
|
} | undefined;
|
|
13911
|
-
})[];
|
|
13911
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
13912
13912
|
display?: "header" | "toc" | undefined;
|
|
13913
13913
|
}>>;
|
|
13914
13914
|
thumbnails: z.ZodOptional<z.ZodObject<{
|
|
@@ -14220,6 +14220,25 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14220
14220
|
trailingSlash?: boolean | undefined;
|
|
14221
14221
|
} | undefined;
|
|
14222
14222
|
description?: string | undefined;
|
|
14223
|
+
contextual?: {
|
|
14224
|
+
options: ({
|
|
14225
|
+
href: string | {
|
|
14226
|
+
base: string;
|
|
14227
|
+
query?: {
|
|
14228
|
+
value: string;
|
|
14229
|
+
key: string;
|
|
14230
|
+
}[] | undefined;
|
|
14231
|
+
};
|
|
14232
|
+
title: string;
|
|
14233
|
+
description: string;
|
|
14234
|
+
icon?: string | {
|
|
14235
|
+
name: string;
|
|
14236
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
14237
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
14238
|
+
} | undefined;
|
|
14239
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
14240
|
+
display: "header" | "toc";
|
|
14241
|
+
} | undefined;
|
|
14223
14242
|
banner?: {
|
|
14224
14243
|
content: string;
|
|
14225
14244
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -14318,25 +14337,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14318
14337
|
description?: string | undefined;
|
|
14319
14338
|
};
|
|
14320
14339
|
} | undefined;
|
|
14321
|
-
contextual?: {
|
|
14322
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
14323
|
-
href: string | {
|
|
14324
|
-
base: string;
|
|
14325
|
-
query?: {
|
|
14326
|
-
value: string;
|
|
14327
|
-
key: string;
|
|
14328
|
-
}[] | undefined;
|
|
14329
|
-
};
|
|
14330
|
-
title: string;
|
|
14331
|
-
description: string;
|
|
14332
|
-
icon?: string | {
|
|
14333
|
-
name: string;
|
|
14334
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
14335
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
14336
|
-
} | undefined;
|
|
14337
|
-
})[];
|
|
14338
|
-
display: "header" | "toc";
|
|
14339
|
-
} | undefined;
|
|
14340
14340
|
thumbnails?: {
|
|
14341
14341
|
background?: string | undefined;
|
|
14342
14342
|
appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
|
|
@@ -14612,6 +14612,25 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14612
14612
|
trailingSlash?: boolean | undefined;
|
|
14613
14613
|
} | undefined;
|
|
14614
14614
|
description?: string | undefined;
|
|
14615
|
+
contextual?: {
|
|
14616
|
+
options: ({
|
|
14617
|
+
href: string | {
|
|
14618
|
+
base: string;
|
|
14619
|
+
query?: {
|
|
14620
|
+
value: string;
|
|
14621
|
+
key: string;
|
|
14622
|
+
}[] | undefined;
|
|
14623
|
+
};
|
|
14624
|
+
title: string;
|
|
14625
|
+
description: string;
|
|
14626
|
+
icon?: string | {
|
|
14627
|
+
name: string;
|
|
14628
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
14629
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
14630
|
+
} | undefined;
|
|
14631
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
14632
|
+
display?: "header" | "toc" | undefined;
|
|
14633
|
+
} | undefined;
|
|
14615
14634
|
banner?: {
|
|
14616
14635
|
content: string;
|
|
14617
14636
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -14710,25 +14729,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14710
14729
|
redirect?: boolean | undefined;
|
|
14711
14730
|
};
|
|
14712
14731
|
} | undefined;
|
|
14713
|
-
contextual?: {
|
|
14714
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
14715
|
-
href: string | {
|
|
14716
|
-
base: string;
|
|
14717
|
-
query?: {
|
|
14718
|
-
value: string;
|
|
14719
|
-
key: string;
|
|
14720
|
-
}[] | undefined;
|
|
14721
|
-
};
|
|
14722
|
-
title: string;
|
|
14723
|
-
description: string;
|
|
14724
|
-
icon?: string | {
|
|
14725
|
-
name: string;
|
|
14726
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
14727
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
14728
|
-
} | undefined;
|
|
14729
|
-
})[];
|
|
14730
|
-
display?: "header" | "toc" | undefined;
|
|
14731
|
-
} | undefined;
|
|
14732
14732
|
thumbnails?: {
|
|
14733
14733
|
background?: string | undefined;
|
|
14734
14734
|
appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
|
|
@@ -16299,7 +16299,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16299
16299
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
16300
16300
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
16301
16301
|
} | undefined;
|
|
16302
|
-
}>]>, "many">, (
|
|
16302
|
+
}>]>, "many">, ({
|
|
16303
16303
|
href: string | {
|
|
16304
16304
|
base: string;
|
|
16305
16305
|
query?: {
|
|
@@ -16314,7 +16314,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16314
16314
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
16315
16315
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
16316
16316
|
} | undefined;
|
|
16317
|
-
}
|
|
16317
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[], ({
|
|
16318
16318
|
href: string | {
|
|
16319
16319
|
base: string;
|
|
16320
16320
|
query?: {
|
|
@@ -16329,10 +16329,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16329
16329
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
16330
16330
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
16331
16331
|
} | undefined;
|
|
16332
|
-
})[]>;
|
|
16332
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[]>;
|
|
16333
16333
|
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
16334
16334
|
}, "strip", z.ZodTypeAny, {
|
|
16335
|
-
options: (
|
|
16335
|
+
options: ({
|
|
16336
16336
|
href: string | {
|
|
16337
16337
|
base: string;
|
|
16338
16338
|
query?: {
|
|
@@ -16347,10 +16347,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16347
16347
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
16348
16348
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
16349
16349
|
} | undefined;
|
|
16350
|
-
})[];
|
|
16350
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
16351
16351
|
display: "header" | "toc";
|
|
16352
16352
|
}, {
|
|
16353
|
-
options: (
|
|
16353
|
+
options: ({
|
|
16354
16354
|
href: string | {
|
|
16355
16355
|
base: string;
|
|
16356
16356
|
query?: {
|
|
@@ -16365,7 +16365,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16365
16365
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
16366
16366
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
16367
16367
|
} | undefined;
|
|
16368
|
-
})[];
|
|
16368
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
16369
16369
|
display?: "header" | "toc" | undefined;
|
|
16370
16370
|
}>>;
|
|
16371
16371
|
thumbnails: z.ZodOptional<z.ZodObject<{
|
|
@@ -16677,6 +16677,25 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16677
16677
|
trailingSlash?: boolean | undefined;
|
|
16678
16678
|
} | undefined;
|
|
16679
16679
|
description?: string | undefined;
|
|
16680
|
+
contextual?: {
|
|
16681
|
+
options: ({
|
|
16682
|
+
href: string | {
|
|
16683
|
+
base: string;
|
|
16684
|
+
query?: {
|
|
16685
|
+
value: string;
|
|
16686
|
+
key: string;
|
|
16687
|
+
}[] | undefined;
|
|
16688
|
+
};
|
|
16689
|
+
title: string;
|
|
16690
|
+
description: string;
|
|
16691
|
+
icon?: string | {
|
|
16692
|
+
name: string;
|
|
16693
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
16694
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
16695
|
+
} | undefined;
|
|
16696
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
16697
|
+
display: "header" | "toc";
|
|
16698
|
+
} | undefined;
|
|
16680
16699
|
banner?: {
|
|
16681
16700
|
content: string;
|
|
16682
16701
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -16775,25 +16794,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16775
16794
|
description?: string | undefined;
|
|
16776
16795
|
};
|
|
16777
16796
|
} | undefined;
|
|
16778
|
-
contextual?: {
|
|
16779
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
16780
|
-
href: string | {
|
|
16781
|
-
base: string;
|
|
16782
|
-
query?: {
|
|
16783
|
-
value: string;
|
|
16784
|
-
key: string;
|
|
16785
|
-
}[] | undefined;
|
|
16786
|
-
};
|
|
16787
|
-
title: string;
|
|
16788
|
-
description: string;
|
|
16789
|
-
icon?: string | {
|
|
16790
|
-
name: string;
|
|
16791
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
16792
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
16793
|
-
} | undefined;
|
|
16794
|
-
})[];
|
|
16795
|
-
display: "header" | "toc";
|
|
16796
|
-
} | undefined;
|
|
16797
16797
|
thumbnails?: {
|
|
16798
16798
|
background?: string | undefined;
|
|
16799
16799
|
appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
|
|
@@ -17069,6 +17069,25 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
17069
17069
|
trailingSlash?: boolean | undefined;
|
|
17070
17070
|
} | undefined;
|
|
17071
17071
|
description?: string | undefined;
|
|
17072
|
+
contextual?: {
|
|
17073
|
+
options: ({
|
|
17074
|
+
href: string | {
|
|
17075
|
+
base: string;
|
|
17076
|
+
query?: {
|
|
17077
|
+
value: string;
|
|
17078
|
+
key: string;
|
|
17079
|
+
}[] | undefined;
|
|
17080
|
+
};
|
|
17081
|
+
title: string;
|
|
17082
|
+
description: string;
|
|
17083
|
+
icon?: string | {
|
|
17084
|
+
name: string;
|
|
17085
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
17086
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
17087
|
+
} | undefined;
|
|
17088
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
17089
|
+
display?: "header" | "toc" | undefined;
|
|
17090
|
+
} | undefined;
|
|
17072
17091
|
banner?: {
|
|
17073
17092
|
content: string;
|
|
17074
17093
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -17167,25 +17186,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
17167
17186
|
redirect?: boolean | undefined;
|
|
17168
17187
|
};
|
|
17169
17188
|
} | undefined;
|
|
17170
|
-
contextual?: {
|
|
17171
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
17172
|
-
href: string | {
|
|
17173
|
-
base: string;
|
|
17174
|
-
query?: {
|
|
17175
|
-
value: string;
|
|
17176
|
-
key: string;
|
|
17177
|
-
}[] | undefined;
|
|
17178
|
-
};
|
|
17179
|
-
title: string;
|
|
17180
|
-
description: string;
|
|
17181
|
-
icon?: string | {
|
|
17182
|
-
name: string;
|
|
17183
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
17184
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
17185
|
-
} | undefined;
|
|
17186
|
-
})[];
|
|
17187
|
-
display?: "header" | "toc" | undefined;
|
|
17188
|
-
} | undefined;
|
|
17189
17189
|
thumbnails?: {
|
|
17190
17190
|
background?: string | undefined;
|
|
17191
17191
|
appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
|
|
@@ -18756,7 +18756,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18756
18756
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
18757
18757
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
18758
18758
|
} | undefined;
|
|
18759
|
-
}>]>, "many">, (
|
|
18759
|
+
}>]>, "many">, ({
|
|
18760
18760
|
href: string | {
|
|
18761
18761
|
base: string;
|
|
18762
18762
|
query?: {
|
|
@@ -18771,7 +18771,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18771
18771
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
18772
18772
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
18773
18773
|
} | undefined;
|
|
18774
|
-
}
|
|
18774
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[], ({
|
|
18775
18775
|
href: string | {
|
|
18776
18776
|
base: string;
|
|
18777
18777
|
query?: {
|
|
@@ -18786,10 +18786,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18786
18786
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
18787
18787
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
18788
18788
|
} | undefined;
|
|
18789
|
-
})[]>;
|
|
18789
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[]>;
|
|
18790
18790
|
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
18791
18791
|
}, "strip", z.ZodTypeAny, {
|
|
18792
|
-
options: (
|
|
18792
|
+
options: ({
|
|
18793
18793
|
href: string | {
|
|
18794
18794
|
base: string;
|
|
18795
18795
|
query?: {
|
|
@@ -18804,10 +18804,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18804
18804
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
18805
18805
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
18806
18806
|
} | undefined;
|
|
18807
|
-
})[];
|
|
18807
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
18808
18808
|
display: "header" | "toc";
|
|
18809
18809
|
}, {
|
|
18810
|
-
options: (
|
|
18810
|
+
options: ({
|
|
18811
18811
|
href: string | {
|
|
18812
18812
|
base: string;
|
|
18813
18813
|
query?: {
|
|
@@ -18822,7 +18822,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18822
18822
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
18823
18823
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
18824
18824
|
} | undefined;
|
|
18825
|
-
})[];
|
|
18825
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
18826
18826
|
display?: "header" | "toc" | undefined;
|
|
18827
18827
|
}>>;
|
|
18828
18828
|
thumbnails: z.ZodOptional<z.ZodObject<{
|
|
@@ -19134,6 +19134,25 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19134
19134
|
trailingSlash?: boolean | undefined;
|
|
19135
19135
|
} | undefined;
|
|
19136
19136
|
description?: string | undefined;
|
|
19137
|
+
contextual?: {
|
|
19138
|
+
options: ({
|
|
19139
|
+
href: string | {
|
|
19140
|
+
base: string;
|
|
19141
|
+
query?: {
|
|
19142
|
+
value: string;
|
|
19143
|
+
key: string;
|
|
19144
|
+
}[] | undefined;
|
|
19145
|
+
};
|
|
19146
|
+
title: string;
|
|
19147
|
+
description: string;
|
|
19148
|
+
icon?: string | {
|
|
19149
|
+
name: string;
|
|
19150
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
19151
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
19152
|
+
} | undefined;
|
|
19153
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
19154
|
+
display: "header" | "toc";
|
|
19155
|
+
} | undefined;
|
|
19137
19156
|
banner?: {
|
|
19138
19157
|
content: string;
|
|
19139
19158
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -19232,25 +19251,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19232
19251
|
description?: string | undefined;
|
|
19233
19252
|
};
|
|
19234
19253
|
} | undefined;
|
|
19235
|
-
contextual?: {
|
|
19236
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
19237
|
-
href: string | {
|
|
19238
|
-
base: string;
|
|
19239
|
-
query?: {
|
|
19240
|
-
value: string;
|
|
19241
|
-
key: string;
|
|
19242
|
-
}[] | undefined;
|
|
19243
|
-
};
|
|
19244
|
-
title: string;
|
|
19245
|
-
description: string;
|
|
19246
|
-
icon?: string | {
|
|
19247
|
-
name: string;
|
|
19248
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
19249
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
19250
|
-
} | undefined;
|
|
19251
|
-
})[];
|
|
19252
|
-
display: "header" | "toc";
|
|
19253
|
-
} | undefined;
|
|
19254
19254
|
thumbnails?: {
|
|
19255
19255
|
background?: string | undefined;
|
|
19256
19256
|
appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
|
|
@@ -19526,6 +19526,25 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19526
19526
|
trailingSlash?: boolean | undefined;
|
|
19527
19527
|
} | undefined;
|
|
19528
19528
|
description?: string | undefined;
|
|
19529
|
+
contextual?: {
|
|
19530
|
+
options: ({
|
|
19531
|
+
href: string | {
|
|
19532
|
+
base: string;
|
|
19533
|
+
query?: {
|
|
19534
|
+
value: string;
|
|
19535
|
+
key: string;
|
|
19536
|
+
}[] | undefined;
|
|
19537
|
+
};
|
|
19538
|
+
title: string;
|
|
19539
|
+
description: string;
|
|
19540
|
+
icon?: string | {
|
|
19541
|
+
name: string;
|
|
19542
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
19543
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
19544
|
+
} | undefined;
|
|
19545
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
19546
|
+
display?: "header" | "toc" | undefined;
|
|
19547
|
+
} | undefined;
|
|
19529
19548
|
banner?: {
|
|
19530
19549
|
content: string;
|
|
19531
19550
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -19624,25 +19643,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19624
19643
|
redirect?: boolean | undefined;
|
|
19625
19644
|
};
|
|
19626
19645
|
} | undefined;
|
|
19627
|
-
contextual?: {
|
|
19628
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
19629
|
-
href: string | {
|
|
19630
|
-
base: string;
|
|
19631
|
-
query?: {
|
|
19632
|
-
value: string;
|
|
19633
|
-
key: string;
|
|
19634
|
-
}[] | undefined;
|
|
19635
|
-
};
|
|
19636
|
-
title: string;
|
|
19637
|
-
description: string;
|
|
19638
|
-
icon?: string | {
|
|
19639
|
-
name: string;
|
|
19640
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
19641
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
19642
|
-
} | undefined;
|
|
19643
|
-
})[];
|
|
19644
|
-
display?: "header" | "toc" | undefined;
|
|
19645
|
-
} | undefined;
|
|
19646
19646
|
thumbnails?: {
|
|
19647
19647
|
background?: string | undefined;
|
|
19648
19648
|
appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
|
|
@@ -21213,7 +21213,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
21213
21213
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
21214
21214
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
21215
21215
|
} | undefined;
|
|
21216
|
-
}>]>, "many">, (
|
|
21216
|
+
}>]>, "many">, ({
|
|
21217
21217
|
href: string | {
|
|
21218
21218
|
base: string;
|
|
21219
21219
|
query?: {
|
|
@@ -21228,7 +21228,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
21228
21228
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
21229
21229
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
21230
21230
|
} | undefined;
|
|
21231
|
-
}
|
|
21231
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[], ({
|
|
21232
21232
|
href: string | {
|
|
21233
21233
|
base: string;
|
|
21234
21234
|
query?: {
|
|
@@ -21243,10 +21243,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
21243
21243
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
21244
21244
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
21245
21245
|
} | undefined;
|
|
21246
|
-
})[]>;
|
|
21246
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[]>;
|
|
21247
21247
|
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
21248
21248
|
}, "strip", z.ZodTypeAny, {
|
|
21249
|
-
options: (
|
|
21249
|
+
options: ({
|
|
21250
21250
|
href: string | {
|
|
21251
21251
|
base: string;
|
|
21252
21252
|
query?: {
|
|
@@ -21261,10 +21261,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
21261
21261
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
21262
21262
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
21263
21263
|
} | undefined;
|
|
21264
|
-
})[];
|
|
21264
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
21265
21265
|
display: "header" | "toc";
|
|
21266
21266
|
}, {
|
|
21267
|
-
options: (
|
|
21267
|
+
options: ({
|
|
21268
21268
|
href: string | {
|
|
21269
21269
|
base: string;
|
|
21270
21270
|
query?: {
|
|
@@ -21279,7 +21279,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
21279
21279
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
21280
21280
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
21281
21281
|
} | undefined;
|
|
21282
|
-
})[];
|
|
21282
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
21283
21283
|
display?: "header" | "toc" | undefined;
|
|
21284
21284
|
}>>;
|
|
21285
21285
|
thumbnails: z.ZodOptional<z.ZodObject<{
|
|
@@ -21591,6 +21591,25 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
21591
21591
|
trailingSlash?: boolean | undefined;
|
|
21592
21592
|
} | undefined;
|
|
21593
21593
|
description?: string | undefined;
|
|
21594
|
+
contextual?: {
|
|
21595
|
+
options: ({
|
|
21596
|
+
href: string | {
|
|
21597
|
+
base: string;
|
|
21598
|
+
query?: {
|
|
21599
|
+
value: string;
|
|
21600
|
+
key: string;
|
|
21601
|
+
}[] | undefined;
|
|
21602
|
+
};
|
|
21603
|
+
title: string;
|
|
21604
|
+
description: string;
|
|
21605
|
+
icon?: string | {
|
|
21606
|
+
name: string;
|
|
21607
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
21608
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
21609
|
+
} | undefined;
|
|
21610
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
21611
|
+
display: "header" | "toc";
|
|
21612
|
+
} | undefined;
|
|
21594
21613
|
banner?: {
|
|
21595
21614
|
content: string;
|
|
21596
21615
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -21689,25 +21708,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
21689
21708
|
description?: string | undefined;
|
|
21690
21709
|
};
|
|
21691
21710
|
} | undefined;
|
|
21692
|
-
contextual?: {
|
|
21693
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
21694
|
-
href: string | {
|
|
21695
|
-
base: string;
|
|
21696
|
-
query?: {
|
|
21697
|
-
value: string;
|
|
21698
|
-
key: string;
|
|
21699
|
-
}[] | undefined;
|
|
21700
|
-
};
|
|
21701
|
-
title: string;
|
|
21702
|
-
description: string;
|
|
21703
|
-
icon?: string | {
|
|
21704
|
-
name: string;
|
|
21705
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
21706
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
21707
|
-
} | undefined;
|
|
21708
|
-
})[];
|
|
21709
|
-
display: "header" | "toc";
|
|
21710
|
-
} | undefined;
|
|
21711
21711
|
thumbnails?: {
|
|
21712
21712
|
background?: string | undefined;
|
|
21713
21713
|
appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
|
|
@@ -21983,6 +21983,25 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
21983
21983
|
trailingSlash?: boolean | undefined;
|
|
21984
21984
|
} | undefined;
|
|
21985
21985
|
description?: string | undefined;
|
|
21986
|
+
contextual?: {
|
|
21987
|
+
options: ({
|
|
21988
|
+
href: string | {
|
|
21989
|
+
base: string;
|
|
21990
|
+
query?: {
|
|
21991
|
+
value: string;
|
|
21992
|
+
key: string;
|
|
21993
|
+
}[] | undefined;
|
|
21994
|
+
};
|
|
21995
|
+
title: string;
|
|
21996
|
+
description: string;
|
|
21997
|
+
icon?: string | {
|
|
21998
|
+
name: string;
|
|
21999
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
22000
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
22001
|
+
} | undefined;
|
|
22002
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
22003
|
+
display?: "header" | "toc" | undefined;
|
|
22004
|
+
} | undefined;
|
|
21986
22005
|
banner?: {
|
|
21987
22006
|
content: string;
|
|
21988
22007
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -22081,25 +22100,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
22081
22100
|
redirect?: boolean | undefined;
|
|
22082
22101
|
};
|
|
22083
22102
|
} | undefined;
|
|
22084
|
-
contextual?: {
|
|
22085
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
22086
|
-
href: string | {
|
|
22087
|
-
base: string;
|
|
22088
|
-
query?: {
|
|
22089
|
-
value: string;
|
|
22090
|
-
key: string;
|
|
22091
|
-
}[] | undefined;
|
|
22092
|
-
};
|
|
22093
|
-
title: string;
|
|
22094
|
-
description: string;
|
|
22095
|
-
icon?: string | {
|
|
22096
|
-
name: string;
|
|
22097
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
22098
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
22099
|
-
} | undefined;
|
|
22100
|
-
})[];
|
|
22101
|
-
display?: "header" | "toc" | undefined;
|
|
22102
|
-
} | undefined;
|
|
22103
22103
|
thumbnails?: {
|
|
22104
22104
|
background?: string | undefined;
|
|
22105
22105
|
appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
|
|
@@ -23671,7 +23671,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
23671
23671
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
23672
23672
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
23673
23673
|
} | undefined;
|
|
23674
|
-
}>]>, "many">, (
|
|
23674
|
+
}>]>, "many">, ({
|
|
23675
23675
|
href: string | {
|
|
23676
23676
|
base: string;
|
|
23677
23677
|
query?: {
|
|
@@ -23686,7 +23686,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
23686
23686
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
23687
23687
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
23688
23688
|
} | undefined;
|
|
23689
|
-
}
|
|
23689
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[], ({
|
|
23690
23690
|
href: string | {
|
|
23691
23691
|
base: string;
|
|
23692
23692
|
query?: {
|
|
@@ -23701,10 +23701,10 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
23701
23701
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
23702
23702
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
23703
23703
|
} | undefined;
|
|
23704
|
-
})[]>;
|
|
23704
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[]>;
|
|
23705
23705
|
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
23706
23706
|
}, "strip", z.ZodTypeAny, {
|
|
23707
|
-
options: (
|
|
23707
|
+
options: ({
|
|
23708
23708
|
href: string | {
|
|
23709
23709
|
base: string;
|
|
23710
23710
|
query?: {
|
|
@@ -23719,10 +23719,10 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
23719
23719
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
23720
23720
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
23721
23721
|
} | undefined;
|
|
23722
|
-
})[];
|
|
23722
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
23723
23723
|
display: "header" | "toc";
|
|
23724
23724
|
}, {
|
|
23725
|
-
options: (
|
|
23725
|
+
options: ({
|
|
23726
23726
|
href: string | {
|
|
23727
23727
|
base: string;
|
|
23728
23728
|
query?: {
|
|
@@ -23737,7 +23737,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
23737
23737
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
23738
23738
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
23739
23739
|
} | undefined;
|
|
23740
|
-
})[];
|
|
23740
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
23741
23741
|
display?: "header" | "toc" | undefined;
|
|
23742
23742
|
}>>;
|
|
23743
23743
|
thumbnails: z.ZodOptional<z.ZodObject<{
|
|
@@ -24049,6 +24049,25 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
24049
24049
|
trailingSlash?: boolean | undefined;
|
|
24050
24050
|
} | undefined;
|
|
24051
24051
|
description?: string | undefined;
|
|
24052
|
+
contextual?: {
|
|
24053
|
+
options: ({
|
|
24054
|
+
href: string | {
|
|
24055
|
+
base: string;
|
|
24056
|
+
query?: {
|
|
24057
|
+
value: string;
|
|
24058
|
+
key: string;
|
|
24059
|
+
}[] | undefined;
|
|
24060
|
+
};
|
|
24061
|
+
title: string;
|
|
24062
|
+
description: string;
|
|
24063
|
+
icon?: string | {
|
|
24064
|
+
name: string;
|
|
24065
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
24066
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
24067
|
+
} | undefined;
|
|
24068
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
24069
|
+
display: "header" | "toc";
|
|
24070
|
+
} | undefined;
|
|
24052
24071
|
banner?: {
|
|
24053
24072
|
content: string;
|
|
24054
24073
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -24147,25 +24166,6 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
24147
24166
|
description?: string | undefined;
|
|
24148
24167
|
};
|
|
24149
24168
|
} | undefined;
|
|
24150
|
-
contextual?: {
|
|
24151
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
24152
|
-
href: string | {
|
|
24153
|
-
base: string;
|
|
24154
|
-
query?: {
|
|
24155
|
-
value: string;
|
|
24156
|
-
key: string;
|
|
24157
|
-
}[] | undefined;
|
|
24158
|
-
};
|
|
24159
|
-
title: string;
|
|
24160
|
-
description: string;
|
|
24161
|
-
icon?: string | {
|
|
24162
|
-
name: string;
|
|
24163
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
24164
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
24165
|
-
} | undefined;
|
|
24166
|
-
})[];
|
|
24167
|
-
display: "header" | "toc";
|
|
24168
|
-
} | undefined;
|
|
24169
24169
|
thumbnails?: {
|
|
24170
24170
|
background?: string | undefined;
|
|
24171
24171
|
appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
|
|
@@ -24441,6 +24441,25 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
24441
24441
|
trailingSlash?: boolean | undefined;
|
|
24442
24442
|
} | undefined;
|
|
24443
24443
|
description?: string | undefined;
|
|
24444
|
+
contextual?: {
|
|
24445
|
+
options: ({
|
|
24446
|
+
href: string | {
|
|
24447
|
+
base: string;
|
|
24448
|
+
query?: {
|
|
24449
|
+
value: string;
|
|
24450
|
+
key: string;
|
|
24451
|
+
}[] | undefined;
|
|
24452
|
+
};
|
|
24453
|
+
title: string;
|
|
24454
|
+
description: string;
|
|
24455
|
+
icon?: string | {
|
|
24456
|
+
name: string;
|
|
24457
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
24458
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
24459
|
+
} | undefined;
|
|
24460
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
24461
|
+
display?: "header" | "toc" | undefined;
|
|
24462
|
+
} | undefined;
|
|
24444
24463
|
banner?: {
|
|
24445
24464
|
content: string;
|
|
24446
24465
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -24539,25 +24558,6 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
24539
24558
|
redirect?: boolean | undefined;
|
|
24540
24559
|
};
|
|
24541
24560
|
} | undefined;
|
|
24542
|
-
contextual?: {
|
|
24543
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
24544
|
-
href: string | {
|
|
24545
|
-
base: string;
|
|
24546
|
-
query?: {
|
|
24547
|
-
value: string;
|
|
24548
|
-
key: string;
|
|
24549
|
-
}[] | undefined;
|
|
24550
|
-
};
|
|
24551
|
-
title: string;
|
|
24552
|
-
description: string;
|
|
24553
|
-
icon?: string | {
|
|
24554
|
-
name: string;
|
|
24555
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
24556
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
24557
|
-
} | undefined;
|
|
24558
|
-
})[];
|
|
24559
|
-
display?: "header" | "toc" | undefined;
|
|
24560
|
-
} | undefined;
|
|
24561
24561
|
thumbnails?: {
|
|
24562
24562
|
background?: string | undefined;
|
|
24563
24563
|
appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
|