@mintlify/prebuild 1.0.775 → 1.0.777
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.
|
@@ -246,6 +246,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
246
246
|
indexing?: "all" | "navigable" | undefined;
|
|
247
247
|
} | undefined;
|
|
248
248
|
description?: string | undefined;
|
|
249
|
+
banner?: {
|
|
250
|
+
content: string;
|
|
251
|
+
dismissible?: boolean | undefined;
|
|
252
|
+
} | undefined;
|
|
249
253
|
appearance?: {
|
|
250
254
|
strict?: boolean | undefined;
|
|
251
255
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -304,10 +308,6 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
304
308
|
} | undefined;
|
|
305
309
|
latex?: boolean | undefined;
|
|
306
310
|
} | undefined;
|
|
307
|
-
banner?: {
|
|
308
|
-
content: string;
|
|
309
|
-
dismissible?: boolean | undefined;
|
|
310
|
-
} | undefined;
|
|
311
311
|
errors?: {
|
|
312
312
|
"404": {
|
|
313
313
|
redirect: boolean;
|
|
@@ -569,6 +569,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
569
569
|
indexing?: "all" | "navigable" | undefined;
|
|
570
570
|
} | undefined;
|
|
571
571
|
description?: string | undefined;
|
|
572
|
+
banner?: {
|
|
573
|
+
content: string;
|
|
574
|
+
dismissible?: boolean | undefined;
|
|
575
|
+
} | undefined;
|
|
572
576
|
appearance?: {
|
|
573
577
|
strict?: boolean | undefined;
|
|
574
578
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -627,10 +631,6 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
627
631
|
} | undefined;
|
|
628
632
|
latex?: boolean | undefined;
|
|
629
633
|
} | undefined;
|
|
630
|
-
banner?: {
|
|
631
|
-
content: string;
|
|
632
|
-
dismissible?: boolean | undefined;
|
|
633
|
-
} | undefined;
|
|
634
634
|
errors?: {
|
|
635
635
|
"404": {
|
|
636
636
|
redirect: boolean;
|
|
@@ -892,6 +892,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
892
892
|
indexing?: "all" | "navigable" | undefined;
|
|
893
893
|
} | undefined;
|
|
894
894
|
description?: string | undefined;
|
|
895
|
+
banner?: {
|
|
896
|
+
content: string;
|
|
897
|
+
dismissible?: boolean | undefined;
|
|
898
|
+
} | undefined;
|
|
895
899
|
appearance?: {
|
|
896
900
|
strict?: boolean | undefined;
|
|
897
901
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -950,10 +954,6 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
950
954
|
} | undefined;
|
|
951
955
|
latex?: boolean | undefined;
|
|
952
956
|
} | undefined;
|
|
953
|
-
banner?: {
|
|
954
|
-
content: string;
|
|
955
|
-
dismissible?: boolean | undefined;
|
|
956
|
-
} | undefined;
|
|
957
957
|
errors?: {
|
|
958
958
|
"404": {
|
|
959
959
|
redirect: boolean;
|
|
@@ -1215,6 +1215,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1215
1215
|
indexing?: "all" | "navigable" | undefined;
|
|
1216
1216
|
} | undefined;
|
|
1217
1217
|
description?: string | undefined;
|
|
1218
|
+
banner?: {
|
|
1219
|
+
content: string;
|
|
1220
|
+
dismissible?: boolean | undefined;
|
|
1221
|
+
} | undefined;
|
|
1218
1222
|
appearance?: {
|
|
1219
1223
|
strict?: boolean | undefined;
|
|
1220
1224
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -1273,10 +1277,6 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1273
1277
|
} | undefined;
|
|
1274
1278
|
latex?: boolean | undefined;
|
|
1275
1279
|
} | undefined;
|
|
1276
|
-
banner?: {
|
|
1277
|
-
content: string;
|
|
1278
|
-
dismissible?: boolean | undefined;
|
|
1279
|
-
} | undefined;
|
|
1280
1280
|
errors?: {
|
|
1281
1281
|
"404": {
|
|
1282
1282
|
redirect: boolean;
|
|
@@ -1538,6 +1538,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1538
1538
|
indexing?: "all" | "navigable" | undefined;
|
|
1539
1539
|
} | undefined;
|
|
1540
1540
|
description?: string | undefined;
|
|
1541
|
+
banner?: {
|
|
1542
|
+
content: string;
|
|
1543
|
+
dismissible?: boolean | undefined;
|
|
1544
|
+
} | undefined;
|
|
1541
1545
|
appearance?: {
|
|
1542
1546
|
strict?: boolean | undefined;
|
|
1543
1547
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -1596,10 +1600,6 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1596
1600
|
} | undefined;
|
|
1597
1601
|
latex?: boolean | undefined;
|
|
1598
1602
|
} | undefined;
|
|
1599
|
-
banner?: {
|
|
1600
|
-
content: string;
|
|
1601
|
-
dismissible?: boolean | undefined;
|
|
1602
|
-
} | undefined;
|
|
1603
1603
|
errors?: {
|
|
1604
1604
|
"404": {
|
|
1605
1605
|
redirect: boolean;
|
|
@@ -1861,6 +1861,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1861
1861
|
indexing?: "all" | "navigable" | undefined;
|
|
1862
1862
|
} | undefined;
|
|
1863
1863
|
description?: string | undefined;
|
|
1864
|
+
banner?: {
|
|
1865
|
+
content: string;
|
|
1866
|
+
dismissible?: boolean | undefined;
|
|
1867
|
+
} | undefined;
|
|
1864
1868
|
appearance?: {
|
|
1865
1869
|
strict?: boolean | undefined;
|
|
1866
1870
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -1919,10 +1923,6 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1919
1923
|
} | undefined;
|
|
1920
1924
|
latex?: boolean | undefined;
|
|
1921
1925
|
} | undefined;
|
|
1922
|
-
banner?: {
|
|
1923
|
-
content: string;
|
|
1924
|
-
dismissible?: boolean | undefined;
|
|
1925
|
-
} | undefined;
|
|
1926
1926
|
errors?: {
|
|
1927
1927
|
"404": {
|
|
1928
1928
|
redirect: boolean;
|
|
@@ -2184,6 +2184,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2184
2184
|
indexing?: "all" | "navigable" | undefined;
|
|
2185
2185
|
} | undefined;
|
|
2186
2186
|
description?: string | undefined;
|
|
2187
|
+
banner?: {
|
|
2188
|
+
content: string;
|
|
2189
|
+
dismissible?: boolean | undefined;
|
|
2190
|
+
} | undefined;
|
|
2187
2191
|
appearance?: {
|
|
2188
2192
|
strict?: boolean | undefined;
|
|
2189
2193
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -2242,10 +2246,6 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2242
2246
|
} | undefined;
|
|
2243
2247
|
latex?: boolean | undefined;
|
|
2244
2248
|
} | undefined;
|
|
2245
|
-
banner?: {
|
|
2246
|
-
content: string;
|
|
2247
|
-
dismissible?: boolean | undefined;
|
|
2248
|
-
} | undefined;
|
|
2249
2249
|
errors?: {
|
|
2250
2250
|
"404": {
|
|
2251
2251
|
redirect: boolean;
|
|
@@ -241,6 +241,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
241
241
|
indexing?: "all" | "navigable" | undefined;
|
|
242
242
|
} | undefined;
|
|
243
243
|
description?: string | undefined;
|
|
244
|
+
banner?: {
|
|
245
|
+
content: string;
|
|
246
|
+
dismissible?: boolean | undefined;
|
|
247
|
+
} | undefined;
|
|
244
248
|
appearance?: {
|
|
245
249
|
strict?: boolean | undefined;
|
|
246
250
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -299,10 +303,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
299
303
|
} | undefined;
|
|
300
304
|
latex?: boolean | undefined;
|
|
301
305
|
} | undefined;
|
|
302
|
-
banner?: {
|
|
303
|
-
content: string;
|
|
304
|
-
dismissible?: boolean | undefined;
|
|
305
|
-
} | undefined;
|
|
306
306
|
errors?: {
|
|
307
307
|
"404": {
|
|
308
308
|
redirect: boolean;
|
|
@@ -564,6 +564,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
564
564
|
indexing?: "all" | "navigable" | undefined;
|
|
565
565
|
} | undefined;
|
|
566
566
|
description?: string | undefined;
|
|
567
|
+
banner?: {
|
|
568
|
+
content: string;
|
|
569
|
+
dismissible?: boolean | undefined;
|
|
570
|
+
} | undefined;
|
|
567
571
|
appearance?: {
|
|
568
572
|
strict?: boolean | undefined;
|
|
569
573
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -622,10 +626,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
622
626
|
} | undefined;
|
|
623
627
|
latex?: boolean | undefined;
|
|
624
628
|
} | undefined;
|
|
625
|
-
banner?: {
|
|
626
|
-
content: string;
|
|
627
|
-
dismissible?: boolean | undefined;
|
|
628
|
-
} | undefined;
|
|
629
629
|
errors?: {
|
|
630
630
|
"404": {
|
|
631
631
|
redirect: boolean;
|
|
@@ -887,6 +887,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
887
887
|
indexing?: "all" | "navigable" | undefined;
|
|
888
888
|
} | undefined;
|
|
889
889
|
description?: string | undefined;
|
|
890
|
+
banner?: {
|
|
891
|
+
content: string;
|
|
892
|
+
dismissible?: boolean | undefined;
|
|
893
|
+
} | undefined;
|
|
890
894
|
appearance?: {
|
|
891
895
|
strict?: boolean | undefined;
|
|
892
896
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -945,10 +949,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
945
949
|
} | undefined;
|
|
946
950
|
latex?: boolean | undefined;
|
|
947
951
|
} | undefined;
|
|
948
|
-
banner?: {
|
|
949
|
-
content: string;
|
|
950
|
-
dismissible?: boolean | undefined;
|
|
951
|
-
} | undefined;
|
|
952
952
|
errors?: {
|
|
953
953
|
"404": {
|
|
954
954
|
redirect: boolean;
|
|
@@ -1210,6 +1210,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1210
1210
|
indexing?: "all" | "navigable" | undefined;
|
|
1211
1211
|
} | undefined;
|
|
1212
1212
|
description?: string | undefined;
|
|
1213
|
+
banner?: {
|
|
1214
|
+
content: string;
|
|
1215
|
+
dismissible?: boolean | undefined;
|
|
1216
|
+
} | undefined;
|
|
1213
1217
|
appearance?: {
|
|
1214
1218
|
strict?: boolean | undefined;
|
|
1215
1219
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -1268,10 +1272,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1268
1272
|
} | undefined;
|
|
1269
1273
|
latex?: boolean | undefined;
|
|
1270
1274
|
} | undefined;
|
|
1271
|
-
banner?: {
|
|
1272
|
-
content: string;
|
|
1273
|
-
dismissible?: boolean | undefined;
|
|
1274
|
-
} | undefined;
|
|
1275
1275
|
errors?: {
|
|
1276
1276
|
"404": {
|
|
1277
1277
|
redirect: boolean;
|
|
@@ -1533,6 +1533,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1533
1533
|
indexing?: "all" | "navigable" | undefined;
|
|
1534
1534
|
} | undefined;
|
|
1535
1535
|
description?: string | undefined;
|
|
1536
|
+
banner?: {
|
|
1537
|
+
content: string;
|
|
1538
|
+
dismissible?: boolean | undefined;
|
|
1539
|
+
} | undefined;
|
|
1536
1540
|
appearance?: {
|
|
1537
1541
|
strict?: boolean | undefined;
|
|
1538
1542
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -1591,10 +1595,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1591
1595
|
} | undefined;
|
|
1592
1596
|
latex?: boolean | undefined;
|
|
1593
1597
|
} | undefined;
|
|
1594
|
-
banner?: {
|
|
1595
|
-
content: string;
|
|
1596
|
-
dismissible?: boolean | undefined;
|
|
1597
|
-
} | undefined;
|
|
1598
1598
|
errors?: {
|
|
1599
1599
|
"404": {
|
|
1600
1600
|
redirect: boolean;
|
|
@@ -1856,6 +1856,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1856
1856
|
indexing?: "all" | "navigable" | undefined;
|
|
1857
1857
|
} | undefined;
|
|
1858
1858
|
description?: string | undefined;
|
|
1859
|
+
banner?: {
|
|
1860
|
+
content: string;
|
|
1861
|
+
dismissible?: boolean | undefined;
|
|
1862
|
+
} | undefined;
|
|
1859
1863
|
appearance?: {
|
|
1860
1864
|
strict?: boolean | undefined;
|
|
1861
1865
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -1914,10 +1918,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1914
1918
|
} | undefined;
|
|
1915
1919
|
latex?: boolean | undefined;
|
|
1916
1920
|
} | undefined;
|
|
1917
|
-
banner?: {
|
|
1918
|
-
content: string;
|
|
1919
|
-
dismissible?: boolean | undefined;
|
|
1920
|
-
} | undefined;
|
|
1921
1921
|
errors?: {
|
|
1922
1922
|
"404": {
|
|
1923
1923
|
redirect: boolean;
|
|
@@ -2179,6 +2179,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2179
2179
|
indexing?: "all" | "navigable" | undefined;
|
|
2180
2180
|
} | undefined;
|
|
2181
2181
|
description?: string | undefined;
|
|
2182
|
+
banner?: {
|
|
2183
|
+
content: string;
|
|
2184
|
+
dismissible?: boolean | undefined;
|
|
2185
|
+
} | undefined;
|
|
2182
2186
|
appearance?: {
|
|
2183
2187
|
strict?: boolean | undefined;
|
|
2184
2188
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -2237,10 +2241,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2237
2241
|
} | undefined;
|
|
2238
2242
|
latex?: boolean | undefined;
|
|
2239
2243
|
} | undefined;
|
|
2240
|
-
banner?: {
|
|
2241
|
-
content: string;
|
|
2242
|
-
dismissible?: boolean | undefined;
|
|
2243
|
-
} | undefined;
|
|
2244
2244
|
errors?: {
|
|
2245
2245
|
"404": {
|
|
2246
2246
|
redirect: boolean;
|