@mintlify/prebuild 1.0.1163 → 1.0.1165
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.
|
@@ -284,6 +284,25 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
284
284
|
trailingSlash?: boolean | undefined;
|
|
285
285
|
} | undefined;
|
|
286
286
|
description?: string | undefined;
|
|
287
|
+
contextual?: {
|
|
288
|
+
options: ({
|
|
289
|
+
href: string | {
|
|
290
|
+
base: string;
|
|
291
|
+
query?: {
|
|
292
|
+
value: string;
|
|
293
|
+
key: string;
|
|
294
|
+
}[] | undefined;
|
|
295
|
+
};
|
|
296
|
+
title: string;
|
|
297
|
+
description: string;
|
|
298
|
+
icon?: string | {
|
|
299
|
+
name: string;
|
|
300
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
301
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
302
|
+
} | undefined;
|
|
303
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
304
|
+
display: "header" | "toc";
|
|
305
|
+
} | undefined;
|
|
287
306
|
banner?: {
|
|
288
307
|
content: string;
|
|
289
308
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -382,25 +401,6 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
382
401
|
description?: string | undefined;
|
|
383
402
|
};
|
|
384
403
|
} | undefined;
|
|
385
|
-
contextual?: {
|
|
386
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
387
|
-
href: string | {
|
|
388
|
-
base: string;
|
|
389
|
-
query?: {
|
|
390
|
-
value: string;
|
|
391
|
-
key: string;
|
|
392
|
-
}[] | undefined;
|
|
393
|
-
};
|
|
394
|
-
title: string;
|
|
395
|
-
description: string;
|
|
396
|
-
icon?: string | {
|
|
397
|
-
name: string;
|
|
398
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
399
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
400
|
-
} | undefined;
|
|
401
|
-
})[];
|
|
402
|
-
display: "header" | "toc";
|
|
403
|
-
} | undefined;
|
|
404
404
|
thumbnails?: {
|
|
405
405
|
background?: string | undefined;
|
|
406
406
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
@@ -676,6 +676,25 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
676
676
|
trailingSlash?: boolean | undefined;
|
|
677
677
|
} | undefined;
|
|
678
678
|
description?: string | undefined;
|
|
679
|
+
contextual?: {
|
|
680
|
+
options: ({
|
|
681
|
+
href: string | {
|
|
682
|
+
base: string;
|
|
683
|
+
query?: {
|
|
684
|
+
value: string;
|
|
685
|
+
key: string;
|
|
686
|
+
}[] | undefined;
|
|
687
|
+
};
|
|
688
|
+
title: string;
|
|
689
|
+
description: string;
|
|
690
|
+
icon?: string | {
|
|
691
|
+
name: string;
|
|
692
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
693
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
694
|
+
} | undefined;
|
|
695
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
696
|
+
display: "header" | "toc";
|
|
697
|
+
} | undefined;
|
|
679
698
|
banner?: {
|
|
680
699
|
content: string;
|
|
681
700
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -774,25 +793,6 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
774
793
|
description?: string | undefined;
|
|
775
794
|
};
|
|
776
795
|
} | undefined;
|
|
777
|
-
contextual?: {
|
|
778
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
779
|
-
href: string | {
|
|
780
|
-
base: string;
|
|
781
|
-
query?: {
|
|
782
|
-
value: string;
|
|
783
|
-
key: string;
|
|
784
|
-
}[] | undefined;
|
|
785
|
-
};
|
|
786
|
-
title: string;
|
|
787
|
-
description: string;
|
|
788
|
-
icon?: string | {
|
|
789
|
-
name: string;
|
|
790
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
791
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
792
|
-
} | undefined;
|
|
793
|
-
})[];
|
|
794
|
-
display: "header" | "toc";
|
|
795
|
-
} | undefined;
|
|
796
796
|
thumbnails?: {
|
|
797
797
|
background?: string | undefined;
|
|
798
798
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
@@ -1068,6 +1068,25 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1068
1068
|
trailingSlash?: boolean | undefined;
|
|
1069
1069
|
} | undefined;
|
|
1070
1070
|
description?: string | undefined;
|
|
1071
|
+
contextual?: {
|
|
1072
|
+
options: ({
|
|
1073
|
+
href: string | {
|
|
1074
|
+
base: string;
|
|
1075
|
+
query?: {
|
|
1076
|
+
value: string;
|
|
1077
|
+
key: string;
|
|
1078
|
+
}[] | undefined;
|
|
1079
|
+
};
|
|
1080
|
+
title: string;
|
|
1081
|
+
description: string;
|
|
1082
|
+
icon?: string | {
|
|
1083
|
+
name: string;
|
|
1084
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1085
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1086
|
+
} | undefined;
|
|
1087
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
1088
|
+
display: "header" | "toc";
|
|
1089
|
+
} | undefined;
|
|
1071
1090
|
banner?: {
|
|
1072
1091
|
content: string;
|
|
1073
1092
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -1166,25 +1185,6 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1166
1185
|
description?: string | undefined;
|
|
1167
1186
|
};
|
|
1168
1187
|
} | undefined;
|
|
1169
|
-
contextual?: {
|
|
1170
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
1171
|
-
href: string | {
|
|
1172
|
-
base: string;
|
|
1173
|
-
query?: {
|
|
1174
|
-
value: string;
|
|
1175
|
-
key: string;
|
|
1176
|
-
}[] | undefined;
|
|
1177
|
-
};
|
|
1178
|
-
title: string;
|
|
1179
|
-
description: string;
|
|
1180
|
-
icon?: string | {
|
|
1181
|
-
name: string;
|
|
1182
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1183
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1184
|
-
} | undefined;
|
|
1185
|
-
})[];
|
|
1186
|
-
display: "header" | "toc";
|
|
1187
|
-
} | undefined;
|
|
1188
1188
|
thumbnails?: {
|
|
1189
1189
|
background?: string | undefined;
|
|
1190
1190
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
@@ -1460,6 +1460,25 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1460
1460
|
trailingSlash?: boolean | undefined;
|
|
1461
1461
|
} | undefined;
|
|
1462
1462
|
description?: string | undefined;
|
|
1463
|
+
contextual?: {
|
|
1464
|
+
options: ({
|
|
1465
|
+
href: string | {
|
|
1466
|
+
base: string;
|
|
1467
|
+
query?: {
|
|
1468
|
+
value: string;
|
|
1469
|
+
key: string;
|
|
1470
|
+
}[] | undefined;
|
|
1471
|
+
};
|
|
1472
|
+
title: string;
|
|
1473
|
+
description: string;
|
|
1474
|
+
icon?: string | {
|
|
1475
|
+
name: string;
|
|
1476
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1477
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1478
|
+
} | undefined;
|
|
1479
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
1480
|
+
display: "header" | "toc";
|
|
1481
|
+
} | undefined;
|
|
1463
1482
|
banner?: {
|
|
1464
1483
|
content: string;
|
|
1465
1484
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -1558,25 +1577,6 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1558
1577
|
description?: string | undefined;
|
|
1559
1578
|
};
|
|
1560
1579
|
} | undefined;
|
|
1561
|
-
contextual?: {
|
|
1562
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
1563
|
-
href: string | {
|
|
1564
|
-
base: string;
|
|
1565
|
-
query?: {
|
|
1566
|
-
value: string;
|
|
1567
|
-
key: string;
|
|
1568
|
-
}[] | undefined;
|
|
1569
|
-
};
|
|
1570
|
-
title: string;
|
|
1571
|
-
description: string;
|
|
1572
|
-
icon?: string | {
|
|
1573
|
-
name: string;
|
|
1574
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1575
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1576
|
-
} | undefined;
|
|
1577
|
-
})[];
|
|
1578
|
-
display: "header" | "toc";
|
|
1579
|
-
} | undefined;
|
|
1580
1580
|
thumbnails?: {
|
|
1581
1581
|
background?: string | undefined;
|
|
1582
1582
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
@@ -1852,6 +1852,25 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1852
1852
|
trailingSlash?: boolean | undefined;
|
|
1853
1853
|
} | undefined;
|
|
1854
1854
|
description?: string | undefined;
|
|
1855
|
+
contextual?: {
|
|
1856
|
+
options: ({
|
|
1857
|
+
href: string | {
|
|
1858
|
+
base: string;
|
|
1859
|
+
query?: {
|
|
1860
|
+
value: string;
|
|
1861
|
+
key: string;
|
|
1862
|
+
}[] | undefined;
|
|
1863
|
+
};
|
|
1864
|
+
title: string;
|
|
1865
|
+
description: string;
|
|
1866
|
+
icon?: string | {
|
|
1867
|
+
name: string;
|
|
1868
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1869
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1870
|
+
} | undefined;
|
|
1871
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
1872
|
+
display: "header" | "toc";
|
|
1873
|
+
} | undefined;
|
|
1855
1874
|
banner?: {
|
|
1856
1875
|
content: string;
|
|
1857
1876
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -1950,25 +1969,6 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1950
1969
|
description?: string | undefined;
|
|
1951
1970
|
};
|
|
1952
1971
|
} | undefined;
|
|
1953
|
-
contextual?: {
|
|
1954
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
1955
|
-
href: string | {
|
|
1956
|
-
base: string;
|
|
1957
|
-
query?: {
|
|
1958
|
-
value: string;
|
|
1959
|
-
key: string;
|
|
1960
|
-
}[] | undefined;
|
|
1961
|
-
};
|
|
1962
|
-
title: string;
|
|
1963
|
-
description: string;
|
|
1964
|
-
icon?: string | {
|
|
1965
|
-
name: string;
|
|
1966
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1967
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1968
|
-
} | undefined;
|
|
1969
|
-
})[];
|
|
1970
|
-
display: "header" | "toc";
|
|
1971
|
-
} | undefined;
|
|
1972
1972
|
thumbnails?: {
|
|
1973
1973
|
background?: string | undefined;
|
|
1974
1974
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
@@ -2244,6 +2244,25 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2244
2244
|
trailingSlash?: boolean | undefined;
|
|
2245
2245
|
} | undefined;
|
|
2246
2246
|
description?: string | undefined;
|
|
2247
|
+
contextual?: {
|
|
2248
|
+
options: ({
|
|
2249
|
+
href: string | {
|
|
2250
|
+
base: string;
|
|
2251
|
+
query?: {
|
|
2252
|
+
value: string;
|
|
2253
|
+
key: string;
|
|
2254
|
+
}[] | undefined;
|
|
2255
|
+
};
|
|
2256
|
+
title: string;
|
|
2257
|
+
description: string;
|
|
2258
|
+
icon?: string | {
|
|
2259
|
+
name: string;
|
|
2260
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2261
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2262
|
+
} | undefined;
|
|
2263
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
2264
|
+
display: "header" | "toc";
|
|
2265
|
+
} | undefined;
|
|
2247
2266
|
banner?: {
|
|
2248
2267
|
content: string;
|
|
2249
2268
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -2342,25 +2361,6 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2342
2361
|
description?: string | undefined;
|
|
2343
2362
|
};
|
|
2344
2363
|
} | undefined;
|
|
2345
|
-
contextual?: {
|
|
2346
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
2347
|
-
href: string | {
|
|
2348
|
-
base: string;
|
|
2349
|
-
query?: {
|
|
2350
|
-
value: string;
|
|
2351
|
-
key: string;
|
|
2352
|
-
}[] | undefined;
|
|
2353
|
-
};
|
|
2354
|
-
title: string;
|
|
2355
|
-
description: string;
|
|
2356
|
-
icon?: string | {
|
|
2357
|
-
name: string;
|
|
2358
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2359
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2360
|
-
} | undefined;
|
|
2361
|
-
})[];
|
|
2362
|
-
display: "header" | "toc";
|
|
2363
|
-
} | undefined;
|
|
2364
2364
|
thumbnails?: {
|
|
2365
2365
|
background?: string | undefined;
|
|
2366
2366
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
@@ -2636,6 +2636,25 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2636
2636
|
trailingSlash?: boolean | undefined;
|
|
2637
2637
|
} | undefined;
|
|
2638
2638
|
description?: string | undefined;
|
|
2639
|
+
contextual?: {
|
|
2640
|
+
options: ({
|
|
2641
|
+
href: string | {
|
|
2642
|
+
base: string;
|
|
2643
|
+
query?: {
|
|
2644
|
+
value: string;
|
|
2645
|
+
key: string;
|
|
2646
|
+
}[] | undefined;
|
|
2647
|
+
};
|
|
2648
|
+
title: string;
|
|
2649
|
+
description: string;
|
|
2650
|
+
icon?: string | {
|
|
2651
|
+
name: string;
|
|
2652
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2653
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2654
|
+
} | undefined;
|
|
2655
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
2656
|
+
display: "header" | "toc";
|
|
2657
|
+
} | undefined;
|
|
2639
2658
|
banner?: {
|
|
2640
2659
|
content: string;
|
|
2641
2660
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -2734,25 +2753,6 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2734
2753
|
description?: string | undefined;
|
|
2735
2754
|
};
|
|
2736
2755
|
} | undefined;
|
|
2737
|
-
contextual?: {
|
|
2738
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
2739
|
-
href: string | {
|
|
2740
|
-
base: string;
|
|
2741
|
-
query?: {
|
|
2742
|
-
value: string;
|
|
2743
|
-
key: string;
|
|
2744
|
-
}[] | undefined;
|
|
2745
|
-
};
|
|
2746
|
-
title: string;
|
|
2747
|
-
description: string;
|
|
2748
|
-
icon?: string | {
|
|
2749
|
-
name: string;
|
|
2750
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2751
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2752
|
-
} | undefined;
|
|
2753
|
-
})[];
|
|
2754
|
-
display: "header" | "toc";
|
|
2755
|
-
} | undefined;
|
|
2756
2756
|
thumbnails?: {
|
|
2757
2757
|
background?: string | undefined;
|
|
2758
2758
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
@@ -3028,6 +3028,25 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
3028
3028
|
trailingSlash?: boolean | undefined;
|
|
3029
3029
|
} | undefined;
|
|
3030
3030
|
description?: string | undefined;
|
|
3031
|
+
contextual?: {
|
|
3032
|
+
options: ({
|
|
3033
|
+
href: string | {
|
|
3034
|
+
base: string;
|
|
3035
|
+
query?: {
|
|
3036
|
+
value: string;
|
|
3037
|
+
key: string;
|
|
3038
|
+
}[] | undefined;
|
|
3039
|
+
};
|
|
3040
|
+
title: string;
|
|
3041
|
+
description: string;
|
|
3042
|
+
icon?: string | {
|
|
3043
|
+
name: string;
|
|
3044
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3045
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3046
|
+
} | undefined;
|
|
3047
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
3048
|
+
display: "header" | "toc";
|
|
3049
|
+
} | undefined;
|
|
3031
3050
|
banner?: {
|
|
3032
3051
|
content: string;
|
|
3033
3052
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -3126,25 +3145,6 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
3126
3145
|
description?: string | undefined;
|
|
3127
3146
|
};
|
|
3128
3147
|
} | undefined;
|
|
3129
|
-
contextual?: {
|
|
3130
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
3131
|
-
href: string | {
|
|
3132
|
-
base: string;
|
|
3133
|
-
query?: {
|
|
3134
|
-
value: string;
|
|
3135
|
-
key: string;
|
|
3136
|
-
}[] | undefined;
|
|
3137
|
-
};
|
|
3138
|
-
title: string;
|
|
3139
|
-
description: string;
|
|
3140
|
-
icon?: string | {
|
|
3141
|
-
name: string;
|
|
3142
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3143
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3144
|
-
} | undefined;
|
|
3145
|
-
})[];
|
|
3146
|
-
display: "header" | "toc";
|
|
3147
|
-
} | undefined;
|
|
3148
3148
|
thumbnails?: {
|
|
3149
3149
|
background?: string | undefined;
|
|
3150
3150
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
@@ -3420,6 +3420,25 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
3420
3420
|
trailingSlash?: boolean | undefined;
|
|
3421
3421
|
} | undefined;
|
|
3422
3422
|
description?: string | undefined;
|
|
3423
|
+
contextual?: {
|
|
3424
|
+
options: ({
|
|
3425
|
+
href: string | {
|
|
3426
|
+
base: string;
|
|
3427
|
+
query?: {
|
|
3428
|
+
value: string;
|
|
3429
|
+
key: string;
|
|
3430
|
+
}[] | undefined;
|
|
3431
|
+
};
|
|
3432
|
+
title: string;
|
|
3433
|
+
description: string;
|
|
3434
|
+
icon?: string | {
|
|
3435
|
+
name: string;
|
|
3436
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3437
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3438
|
+
} | undefined;
|
|
3439
|
+
} | "copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp")[];
|
|
3440
|
+
display: "header" | "toc";
|
|
3441
|
+
} | undefined;
|
|
3423
3442
|
banner?: {
|
|
3424
3443
|
content: string;
|
|
3425
3444
|
type?: "info" | "warning" | "critical" | undefined;
|
|
@@ -3518,25 +3537,6 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
3518
3537
|
description?: string | undefined;
|
|
3519
3538
|
};
|
|
3520
3539
|
} | undefined;
|
|
3521
|
-
contextual?: {
|
|
3522
|
-
options: ("copy" | "assistant" | "view" | "download-pdf" | "download-spec" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | "devin-mcp" | {
|
|
3523
|
-
href: string | {
|
|
3524
|
-
base: string;
|
|
3525
|
-
query?: {
|
|
3526
|
-
value: string;
|
|
3527
|
-
key: string;
|
|
3528
|
-
}[] | undefined;
|
|
3529
|
-
};
|
|
3530
|
-
title: string;
|
|
3531
|
-
description: string;
|
|
3532
|
-
icon?: string | {
|
|
3533
|
-
name: string;
|
|
3534
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3535
|
-
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3536
|
-
} | undefined;
|
|
3537
|
-
})[];
|
|
3538
|
-
display: "header" | "toc";
|
|
3539
|
-
} | undefined;
|
|
3540
3540
|
thumbnails?: {
|
|
3541
3541
|
background?: string | undefined;
|
|
3542
3542
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|