@mintlify/validation 0.1.786 → 0.1.787
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/package.json +3 -3
|
@@ -1554,7 +1554,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1554
1554
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1555
1555
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1556
1556
|
} | undefined;
|
|
1557
|
-
}>]>, "many">, (
|
|
1557
|
+
}>]>, "many">, ({
|
|
1558
1558
|
href: string | {
|
|
1559
1559
|
base: string;
|
|
1560
1560
|
query?: {
|
|
@@ -1569,7 +1569,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1569
1569
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1570
1570
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1571
1571
|
} | undefined;
|
|
1572
|
-
}
|
|
1572
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[], ({
|
|
1573
1573
|
href: string | {
|
|
1574
1574
|
base: string;
|
|
1575
1575
|
query?: {
|
|
@@ -1584,10 +1584,10 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1584
1584
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1585
1585
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1586
1586
|
} | undefined;
|
|
1587
|
-
})[]>;
|
|
1587
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[]>;
|
|
1588
1588
|
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
1589
1589
|
}, "strip", z.ZodTypeAny, {
|
|
1590
|
-
options: (
|
|
1590
|
+
options: ({
|
|
1591
1591
|
href: string | {
|
|
1592
1592
|
base: string;
|
|
1593
1593
|
query?: {
|
|
@@ -1602,10 +1602,10 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1602
1602
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1603
1603
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1604
1604
|
} | undefined;
|
|
1605
|
-
})[];
|
|
1605
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
1606
1606
|
display: "header" | "toc";
|
|
1607
1607
|
}, {
|
|
1608
|
-
options: (
|
|
1608
|
+
options: ({
|
|
1609
1609
|
href: string | {
|
|
1610
1610
|
base: string;
|
|
1611
1611
|
query?: {
|
|
@@ -1620,7 +1620,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1620
1620
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1621
1621
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1622
1622
|
} | undefined;
|
|
1623
|
-
})[];
|
|
1623
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
1624
1624
|
display?: "header" | "toc" | undefined;
|
|
1625
1625
|
}>>;
|
|
1626
1626
|
thumbnails: z.ZodOptional<z.ZodObject<{
|
|
@@ -1932,6 +1932,25 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1932
1932
|
trailingSlash?: boolean | undefined;
|
|
1933
1933
|
} | undefined;
|
|
1934
1934
|
description?: string | undefined;
|
|
1935
|
+
contextual?: {
|
|
1936
|
+
options: ({
|
|
1937
|
+
href: string | {
|
|
1938
|
+
base: string;
|
|
1939
|
+
query?: {
|
|
1940
|
+
value: string;
|
|
1941
|
+
key: string;
|
|
1942
|
+
}[] | undefined;
|
|
1943
|
+
};
|
|
1944
|
+
title: string;
|
|
1945
|
+
description: string;
|
|
1946
|
+
icon?: string | {
|
|
1947
|
+
name: string;
|
|
1948
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1949
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1950
|
+
} | undefined;
|
|
1951
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
1952
|
+
display: "header" | "toc";
|
|
1953
|
+
} | undefined;
|
|
1935
1954
|
banner?: {
|
|
1936
1955
|
content: string;
|
|
1937
1956
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -2030,25 +2049,6 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
2030
2049
|
description?: string | undefined;
|
|
2031
2050
|
};
|
|
2032
2051
|
} | undefined;
|
|
2033
|
-
contextual?: {
|
|
2034
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
2035
|
-
href: string | {
|
|
2036
|
-
base: string;
|
|
2037
|
-
query?: {
|
|
2038
|
-
value: string;
|
|
2039
|
-
key: string;
|
|
2040
|
-
}[] | undefined;
|
|
2041
|
-
};
|
|
2042
|
-
title: string;
|
|
2043
|
-
description: string;
|
|
2044
|
-
icon?: string | {
|
|
2045
|
-
name: string;
|
|
2046
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2047
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2048
|
-
} | undefined;
|
|
2049
|
-
})[];
|
|
2050
|
-
display: "header" | "toc";
|
|
2051
|
-
} | undefined;
|
|
2052
2052
|
thumbnails?: {
|
|
2053
2053
|
background?: string | undefined;
|
|
2054
2054
|
appearance?: import("../properties/thumbnails.js").ThumbnailAppearance | undefined;
|
|
@@ -2324,6 +2324,25 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
2324
2324
|
trailingSlash?: boolean | undefined;
|
|
2325
2325
|
} | undefined;
|
|
2326
2326
|
description?: string | undefined;
|
|
2327
|
+
contextual?: {
|
|
2328
|
+
options: ({
|
|
2329
|
+
href: string | {
|
|
2330
|
+
base: string;
|
|
2331
|
+
query?: {
|
|
2332
|
+
value: string;
|
|
2333
|
+
key: string;
|
|
2334
|
+
}[] | undefined;
|
|
2335
|
+
};
|
|
2336
|
+
title: string;
|
|
2337
|
+
description: string;
|
|
2338
|
+
icon?: string | {
|
|
2339
|
+
name: string;
|
|
2340
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2341
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2342
|
+
} | undefined;
|
|
2343
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
2344
|
+
display?: "header" | "toc" | undefined;
|
|
2345
|
+
} | undefined;
|
|
2327
2346
|
banner?: {
|
|
2328
2347
|
content: string;
|
|
2329
2348
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -2422,25 +2441,6 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
2422
2441
|
redirect?: boolean | undefined;
|
|
2423
2442
|
};
|
|
2424
2443
|
} | undefined;
|
|
2425
|
-
contextual?: {
|
|
2426
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
2427
|
-
href: string | {
|
|
2428
|
-
base: string;
|
|
2429
|
-
query?: {
|
|
2430
|
-
value: string;
|
|
2431
|
-
key: string;
|
|
2432
|
-
}[] | undefined;
|
|
2433
|
-
};
|
|
2434
|
-
title: string;
|
|
2435
|
-
description: string;
|
|
2436
|
-
icon?: string | {
|
|
2437
|
-
name: string;
|
|
2438
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2439
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2440
|
-
} | undefined;
|
|
2441
|
-
})[];
|
|
2442
|
-
display?: "header" | "toc" | undefined;
|
|
2443
|
-
} | undefined;
|
|
2444
2444
|
thumbnails?: {
|
|
2445
2445
|
background?: string | undefined;
|
|
2446
2446
|
appearance?: import("../properties/thumbnails.js").ThumbnailAppearance | undefined;
|
|
@@ -1554,7 +1554,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1554
1554
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1555
1555
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1556
1556
|
} | undefined;
|
|
1557
|
-
}>]>, "many">, (
|
|
1557
|
+
}>]>, "many">, ({
|
|
1558
1558
|
href: string | {
|
|
1559
1559
|
base: string;
|
|
1560
1560
|
query?: {
|
|
@@ -1569,7 +1569,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1569
1569
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1570
1570
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1571
1571
|
} | undefined;
|
|
1572
|
-
}
|
|
1572
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[], ({
|
|
1573
1573
|
href: string | {
|
|
1574
1574
|
base: string;
|
|
1575
1575
|
query?: {
|
|
@@ -1584,10 +1584,10 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1584
1584
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1585
1585
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1586
1586
|
} | undefined;
|
|
1587
|
-
})[]>;
|
|
1587
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[]>;
|
|
1588
1588
|
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
1589
1589
|
}, "strip", z.ZodTypeAny, {
|
|
1590
|
-
options: (
|
|
1590
|
+
options: ({
|
|
1591
1591
|
href: string | {
|
|
1592
1592
|
base: string;
|
|
1593
1593
|
query?: {
|
|
@@ -1602,10 +1602,10 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1602
1602
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1603
1603
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1604
1604
|
} | undefined;
|
|
1605
|
-
})[];
|
|
1605
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
1606
1606
|
display: "header" | "toc";
|
|
1607
1607
|
}, {
|
|
1608
|
-
options: (
|
|
1608
|
+
options: ({
|
|
1609
1609
|
href: string | {
|
|
1610
1610
|
base: string;
|
|
1611
1611
|
query?: {
|
|
@@ -1620,7 +1620,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1620
1620
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1621
1621
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1622
1622
|
} | undefined;
|
|
1623
|
-
})[];
|
|
1623
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
1624
1624
|
display?: "header" | "toc" | undefined;
|
|
1625
1625
|
}>>;
|
|
1626
1626
|
thumbnails: z.ZodOptional<z.ZodObject<{
|
|
@@ -1932,6 +1932,25 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1932
1932
|
trailingSlash?: boolean | undefined;
|
|
1933
1933
|
} | undefined;
|
|
1934
1934
|
description?: string | undefined;
|
|
1935
|
+
contextual?: {
|
|
1936
|
+
options: ({
|
|
1937
|
+
href: string | {
|
|
1938
|
+
base: string;
|
|
1939
|
+
query?: {
|
|
1940
|
+
value: string;
|
|
1941
|
+
key: string;
|
|
1942
|
+
}[] | undefined;
|
|
1943
|
+
};
|
|
1944
|
+
title: string;
|
|
1945
|
+
description: string;
|
|
1946
|
+
icon?: string | {
|
|
1947
|
+
name: string;
|
|
1948
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1949
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1950
|
+
} | undefined;
|
|
1951
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
1952
|
+
display: "header" | "toc";
|
|
1953
|
+
} | undefined;
|
|
1935
1954
|
banner?: {
|
|
1936
1955
|
content: string;
|
|
1937
1956
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -2030,25 +2049,6 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
2030
2049
|
description?: string | undefined;
|
|
2031
2050
|
};
|
|
2032
2051
|
} | undefined;
|
|
2033
|
-
contextual?: {
|
|
2034
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
2035
|
-
href: string | {
|
|
2036
|
-
base: string;
|
|
2037
|
-
query?: {
|
|
2038
|
-
value: string;
|
|
2039
|
-
key: string;
|
|
2040
|
-
}[] | undefined;
|
|
2041
|
-
};
|
|
2042
|
-
title: string;
|
|
2043
|
-
description: string;
|
|
2044
|
-
icon?: string | {
|
|
2045
|
-
name: string;
|
|
2046
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2047
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2048
|
-
} | undefined;
|
|
2049
|
-
})[];
|
|
2050
|
-
display: "header" | "toc";
|
|
2051
|
-
} | undefined;
|
|
2052
2052
|
thumbnails?: {
|
|
2053
2053
|
background?: string | undefined;
|
|
2054
2054
|
appearance?: import("../properties/thumbnails.js").ThumbnailAppearance | undefined;
|
|
@@ -2324,6 +2324,25 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
2324
2324
|
trailingSlash?: boolean | undefined;
|
|
2325
2325
|
} | undefined;
|
|
2326
2326
|
description?: string | undefined;
|
|
2327
|
+
contextual?: {
|
|
2328
|
+
options: ({
|
|
2329
|
+
href: string | {
|
|
2330
|
+
base: string;
|
|
2331
|
+
query?: {
|
|
2332
|
+
value: string;
|
|
2333
|
+
key: string;
|
|
2334
|
+
}[] | undefined;
|
|
2335
|
+
};
|
|
2336
|
+
title: string;
|
|
2337
|
+
description: string;
|
|
2338
|
+
icon?: string | {
|
|
2339
|
+
name: string;
|
|
2340
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2341
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2342
|
+
} | undefined;
|
|
2343
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
2344
|
+
display?: "header" | "toc" | undefined;
|
|
2345
|
+
} | undefined;
|
|
2327
2346
|
banner?: {
|
|
2328
2347
|
content: string;
|
|
2329
2348
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -2422,25 +2441,6 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
2422
2441
|
redirect?: boolean | undefined;
|
|
2423
2442
|
};
|
|
2424
2443
|
} | undefined;
|
|
2425
|
-
contextual?: {
|
|
2426
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
2427
|
-
href: string | {
|
|
2428
|
-
base: string;
|
|
2429
|
-
query?: {
|
|
2430
|
-
value: string;
|
|
2431
|
-
key: string;
|
|
2432
|
-
}[] | undefined;
|
|
2433
|
-
};
|
|
2434
|
-
title: string;
|
|
2435
|
-
description: string;
|
|
2436
|
-
icon?: string | {
|
|
2437
|
-
name: string;
|
|
2438
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2439
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2440
|
-
} | undefined;
|
|
2441
|
-
})[];
|
|
2442
|
-
display?: "header" | "toc" | undefined;
|
|
2443
|
-
} | undefined;
|
|
2444
2444
|
thumbnails?: {
|
|
2445
2445
|
background?: string | undefined;
|
|
2446
2446
|
appearance?: import("../properties/thumbnails.js").ThumbnailAppearance | undefined;
|
|
@@ -1553,7 +1553,7 @@ export declare const standardConfigSchema: {
|
|
|
1553
1553
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1554
1554
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1555
1555
|
} | undefined;
|
|
1556
|
-
}>]>, "many">, (
|
|
1556
|
+
}>]>, "many">, ({
|
|
1557
1557
|
href: string | {
|
|
1558
1558
|
base: string;
|
|
1559
1559
|
query?: {
|
|
@@ -1568,7 +1568,7 @@ export declare const standardConfigSchema: {
|
|
|
1568
1568
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1569
1569
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1570
1570
|
} | undefined;
|
|
1571
|
-
}
|
|
1571
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[], ({
|
|
1572
1572
|
href: string | {
|
|
1573
1573
|
base: string;
|
|
1574
1574
|
query?: {
|
|
@@ -1583,10 +1583,10 @@ export declare const standardConfigSchema: {
|
|
|
1583
1583
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1584
1584
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1585
1585
|
} | undefined;
|
|
1586
|
-
})[]>;
|
|
1586
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[]>;
|
|
1587
1587
|
display: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEnum<["header", "toc"]>>>;
|
|
1588
1588
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1589
|
-
options: (
|
|
1589
|
+
options: ({
|
|
1590
1590
|
href: string | {
|
|
1591
1591
|
base: string;
|
|
1592
1592
|
query?: {
|
|
@@ -1601,10 +1601,10 @@ export declare const standardConfigSchema: {
|
|
|
1601
1601
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1602
1602
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1603
1603
|
} | undefined;
|
|
1604
|
-
})[];
|
|
1604
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
1605
1605
|
display: "header" | "toc";
|
|
1606
1606
|
}, {
|
|
1607
|
-
options: (
|
|
1607
|
+
options: ({
|
|
1608
1608
|
href: string | {
|
|
1609
1609
|
base: string;
|
|
1610
1610
|
query?: {
|
|
@@ -1619,7 +1619,7 @@ export declare const standardConfigSchema: {
|
|
|
1619
1619
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1620
1620
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1621
1621
|
} | undefined;
|
|
1622
|
-
})[];
|
|
1622
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
1623
1623
|
display?: "header" | "toc" | undefined;
|
|
1624
1624
|
}>>;
|
|
1625
1625
|
thumbnails: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -1554,7 +1554,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1554
1554
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1555
1555
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1556
1556
|
} | undefined;
|
|
1557
|
-
}>]>, "many">, (
|
|
1557
|
+
}>]>, "many">, ({
|
|
1558
1558
|
href: string | {
|
|
1559
1559
|
base: string;
|
|
1560
1560
|
query?: {
|
|
@@ -1569,7 +1569,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1569
1569
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1570
1570
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1571
1571
|
} | undefined;
|
|
1572
|
-
}
|
|
1572
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[], ({
|
|
1573
1573
|
href: string | {
|
|
1574
1574
|
base: string;
|
|
1575
1575
|
query?: {
|
|
@@ -1584,10 +1584,10 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1584
1584
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1585
1585
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1586
1586
|
} | undefined;
|
|
1587
|
-
})[]>;
|
|
1587
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[]>;
|
|
1588
1588
|
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
1589
1589
|
}, "strip", z.ZodTypeAny, {
|
|
1590
|
-
options: (
|
|
1590
|
+
options: ({
|
|
1591
1591
|
href: string | {
|
|
1592
1592
|
base: string;
|
|
1593
1593
|
query?: {
|
|
@@ -1602,10 +1602,10 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1602
1602
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1603
1603
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1604
1604
|
} | undefined;
|
|
1605
|
-
})[];
|
|
1605
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
1606
1606
|
display: "header" | "toc";
|
|
1607
1607
|
}, {
|
|
1608
|
-
options: (
|
|
1608
|
+
options: ({
|
|
1609
1609
|
href: string | {
|
|
1610
1610
|
base: string;
|
|
1611
1611
|
query?: {
|
|
@@ -1620,7 +1620,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1620
1620
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1621
1621
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1622
1622
|
} | undefined;
|
|
1623
|
-
})[];
|
|
1623
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
1624
1624
|
display?: "header" | "toc" | undefined;
|
|
1625
1625
|
}>>;
|
|
1626
1626
|
thumbnails: z.ZodOptional<z.ZodObject<{
|
|
@@ -1932,6 +1932,25 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1932
1932
|
trailingSlash?: boolean | undefined;
|
|
1933
1933
|
} | undefined;
|
|
1934
1934
|
description?: string | undefined;
|
|
1935
|
+
contextual?: {
|
|
1936
|
+
options: ({
|
|
1937
|
+
href: string | {
|
|
1938
|
+
base: string;
|
|
1939
|
+
query?: {
|
|
1940
|
+
value: string;
|
|
1941
|
+
key: string;
|
|
1942
|
+
}[] | undefined;
|
|
1943
|
+
};
|
|
1944
|
+
title: string;
|
|
1945
|
+
description: string;
|
|
1946
|
+
icon?: string | {
|
|
1947
|
+
name: string;
|
|
1948
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1949
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1950
|
+
} | undefined;
|
|
1951
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
1952
|
+
display: "header" | "toc";
|
|
1953
|
+
} | undefined;
|
|
1935
1954
|
banner?: {
|
|
1936
1955
|
content: string;
|
|
1937
1956
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -2030,25 +2049,6 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
2030
2049
|
description?: string | undefined;
|
|
2031
2050
|
};
|
|
2032
2051
|
} | undefined;
|
|
2033
|
-
contextual?: {
|
|
2034
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
2035
|
-
href: string | {
|
|
2036
|
-
base: string;
|
|
2037
|
-
query?: {
|
|
2038
|
-
value: string;
|
|
2039
|
-
key: string;
|
|
2040
|
-
}[] | undefined;
|
|
2041
|
-
};
|
|
2042
|
-
title: string;
|
|
2043
|
-
description: string;
|
|
2044
|
-
icon?: string | {
|
|
2045
|
-
name: string;
|
|
2046
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2047
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2048
|
-
} | undefined;
|
|
2049
|
-
})[];
|
|
2050
|
-
display: "header" | "toc";
|
|
2051
|
-
} | undefined;
|
|
2052
2052
|
thumbnails?: {
|
|
2053
2053
|
background?: string | undefined;
|
|
2054
2054
|
appearance?: import("../properties/thumbnails.js").ThumbnailAppearance | undefined;
|
|
@@ -2324,6 +2324,25 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
2324
2324
|
trailingSlash?: boolean | undefined;
|
|
2325
2325
|
} | undefined;
|
|
2326
2326
|
description?: string | undefined;
|
|
2327
|
+
contextual?: {
|
|
2328
|
+
options: ({
|
|
2329
|
+
href: string | {
|
|
2330
|
+
base: string;
|
|
2331
|
+
query?: {
|
|
2332
|
+
value: string;
|
|
2333
|
+
key: string;
|
|
2334
|
+
}[] | undefined;
|
|
2335
|
+
};
|
|
2336
|
+
title: string;
|
|
2337
|
+
description: string;
|
|
2338
|
+
icon?: string | {
|
|
2339
|
+
name: string;
|
|
2340
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2341
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2342
|
+
} | undefined;
|
|
2343
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
2344
|
+
display?: "header" | "toc" | undefined;
|
|
2345
|
+
} | undefined;
|
|
2327
2346
|
banner?: {
|
|
2328
2347
|
content: string;
|
|
2329
2348
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -2422,25 +2441,6 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
2422
2441
|
redirect?: boolean | undefined;
|
|
2423
2442
|
};
|
|
2424
2443
|
} | undefined;
|
|
2425
|
-
contextual?: {
|
|
2426
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
2427
|
-
href: string | {
|
|
2428
|
-
base: string;
|
|
2429
|
-
query?: {
|
|
2430
|
-
value: string;
|
|
2431
|
-
key: string;
|
|
2432
|
-
}[] | undefined;
|
|
2433
|
-
};
|
|
2434
|
-
title: string;
|
|
2435
|
-
description: string;
|
|
2436
|
-
icon?: string | {
|
|
2437
|
-
name: string;
|
|
2438
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2439
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2440
|
-
} | undefined;
|
|
2441
|
-
})[];
|
|
2442
|
-
display?: "header" | "toc" | undefined;
|
|
2443
|
-
} | undefined;
|
|
2444
2444
|
thumbnails?: {
|
|
2445
2445
|
background?: string | undefined;
|
|
2446
2446
|
appearance?: import("../properties/thumbnails.js").ThumbnailAppearance | undefined;
|