@mintlify/prebuild 1.0.959 → 1.0.961
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.
|
@@ -237,6 +237,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
237
237
|
value?: string | undefined;
|
|
238
238
|
key?: string | undefined;
|
|
239
239
|
} | undefined;
|
|
240
|
+
customScripts?: {
|
|
241
|
+
src: string;
|
|
242
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
243
|
+
}[] | undefined;
|
|
240
244
|
} | undefined;
|
|
241
245
|
search?: {
|
|
242
246
|
prompt?: string | undefined;
|
|
@@ -590,6 +594,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
590
594
|
value?: string | undefined;
|
|
591
595
|
key?: string | undefined;
|
|
592
596
|
} | undefined;
|
|
597
|
+
customScripts?: {
|
|
598
|
+
src: string;
|
|
599
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
600
|
+
}[] | undefined;
|
|
593
601
|
} | undefined;
|
|
594
602
|
search?: {
|
|
595
603
|
prompt?: string | undefined;
|
|
@@ -943,6 +951,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
943
951
|
value?: string | undefined;
|
|
944
952
|
key?: string | undefined;
|
|
945
953
|
} | undefined;
|
|
954
|
+
customScripts?: {
|
|
955
|
+
src: string;
|
|
956
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
957
|
+
}[] | undefined;
|
|
946
958
|
} | undefined;
|
|
947
959
|
search?: {
|
|
948
960
|
prompt?: string | undefined;
|
|
@@ -1296,6 +1308,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1296
1308
|
value?: string | undefined;
|
|
1297
1309
|
key?: string | undefined;
|
|
1298
1310
|
} | undefined;
|
|
1311
|
+
customScripts?: {
|
|
1312
|
+
src: string;
|
|
1313
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
1314
|
+
}[] | undefined;
|
|
1299
1315
|
} | undefined;
|
|
1300
1316
|
search?: {
|
|
1301
1317
|
prompt?: string | undefined;
|
|
@@ -1649,6 +1665,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1649
1665
|
value?: string | undefined;
|
|
1650
1666
|
key?: string | undefined;
|
|
1651
1667
|
} | undefined;
|
|
1668
|
+
customScripts?: {
|
|
1669
|
+
src: string;
|
|
1670
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
1671
|
+
}[] | undefined;
|
|
1652
1672
|
} | undefined;
|
|
1653
1673
|
search?: {
|
|
1654
1674
|
prompt?: string | undefined;
|
|
@@ -2002,6 +2022,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2002
2022
|
value?: string | undefined;
|
|
2003
2023
|
key?: string | undefined;
|
|
2004
2024
|
} | undefined;
|
|
2025
|
+
customScripts?: {
|
|
2026
|
+
src: string;
|
|
2027
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
2028
|
+
}[] | undefined;
|
|
2005
2029
|
} | undefined;
|
|
2006
2030
|
search?: {
|
|
2007
2031
|
prompt?: string | undefined;
|
|
@@ -2355,6 +2379,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2355
2379
|
value?: string | undefined;
|
|
2356
2380
|
key?: string | undefined;
|
|
2357
2381
|
} | undefined;
|
|
2382
|
+
customScripts?: {
|
|
2383
|
+
src: string;
|
|
2384
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
2385
|
+
}[] | undefined;
|
|
2358
2386
|
} | undefined;
|
|
2359
2387
|
search?: {
|
|
2360
2388
|
prompt?: string | undefined;
|
|
@@ -2708,6 +2736,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2708
2736
|
value?: string | undefined;
|
|
2709
2737
|
key?: string | undefined;
|
|
2710
2738
|
} | undefined;
|
|
2739
|
+
customScripts?: {
|
|
2740
|
+
src: string;
|
|
2741
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
2742
|
+
}[] | undefined;
|
|
2711
2743
|
} | undefined;
|
|
2712
2744
|
search?: {
|
|
2713
2745
|
prompt?: string | undefined;
|
|
@@ -3061,6 +3093,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
3061
3093
|
value?: string | undefined;
|
|
3062
3094
|
key?: string | undefined;
|
|
3063
3095
|
} | undefined;
|
|
3096
|
+
customScripts?: {
|
|
3097
|
+
src: string;
|
|
3098
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
3099
|
+
}[] | undefined;
|
|
3064
3100
|
} | undefined;
|
|
3065
3101
|
search?: {
|
|
3066
3102
|
prompt?: string | undefined;
|
|
@@ -232,6 +232,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
232
232
|
value?: string | undefined;
|
|
233
233
|
key?: string | undefined;
|
|
234
234
|
} | undefined;
|
|
235
|
+
customScripts?: {
|
|
236
|
+
src: string;
|
|
237
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
238
|
+
}[] | undefined;
|
|
235
239
|
} | undefined;
|
|
236
240
|
search?: {
|
|
237
241
|
prompt?: string | undefined;
|
|
@@ -585,6 +589,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
585
589
|
value?: string | undefined;
|
|
586
590
|
key?: string | undefined;
|
|
587
591
|
} | undefined;
|
|
592
|
+
customScripts?: {
|
|
593
|
+
src: string;
|
|
594
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
595
|
+
}[] | undefined;
|
|
588
596
|
} | undefined;
|
|
589
597
|
search?: {
|
|
590
598
|
prompt?: string | undefined;
|
|
@@ -938,6 +946,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
938
946
|
value?: string | undefined;
|
|
939
947
|
key?: string | undefined;
|
|
940
948
|
} | undefined;
|
|
949
|
+
customScripts?: {
|
|
950
|
+
src: string;
|
|
951
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
952
|
+
}[] | undefined;
|
|
941
953
|
} | undefined;
|
|
942
954
|
search?: {
|
|
943
955
|
prompt?: string | undefined;
|
|
@@ -1291,6 +1303,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1291
1303
|
value?: string | undefined;
|
|
1292
1304
|
key?: string | undefined;
|
|
1293
1305
|
} | undefined;
|
|
1306
|
+
customScripts?: {
|
|
1307
|
+
src: string;
|
|
1308
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
1309
|
+
}[] | undefined;
|
|
1294
1310
|
} | undefined;
|
|
1295
1311
|
search?: {
|
|
1296
1312
|
prompt?: string | undefined;
|
|
@@ -1644,6 +1660,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1644
1660
|
value?: string | undefined;
|
|
1645
1661
|
key?: string | undefined;
|
|
1646
1662
|
} | undefined;
|
|
1663
|
+
customScripts?: {
|
|
1664
|
+
src: string;
|
|
1665
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
1666
|
+
}[] | undefined;
|
|
1647
1667
|
} | undefined;
|
|
1648
1668
|
search?: {
|
|
1649
1669
|
prompt?: string | undefined;
|
|
@@ -1997,6 +2017,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1997
2017
|
value?: string | undefined;
|
|
1998
2018
|
key?: string | undefined;
|
|
1999
2019
|
} | undefined;
|
|
2020
|
+
customScripts?: {
|
|
2021
|
+
src: string;
|
|
2022
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
2023
|
+
}[] | undefined;
|
|
2000
2024
|
} | undefined;
|
|
2001
2025
|
search?: {
|
|
2002
2026
|
prompt?: string | undefined;
|
|
@@ -2350,6 +2374,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2350
2374
|
value?: string | undefined;
|
|
2351
2375
|
key?: string | undefined;
|
|
2352
2376
|
} | undefined;
|
|
2377
|
+
customScripts?: {
|
|
2378
|
+
src: string;
|
|
2379
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
2380
|
+
}[] | undefined;
|
|
2353
2381
|
} | undefined;
|
|
2354
2382
|
search?: {
|
|
2355
2383
|
prompt?: string | undefined;
|
|
@@ -2703,6 +2731,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2703
2731
|
value?: string | undefined;
|
|
2704
2732
|
key?: string | undefined;
|
|
2705
2733
|
} | undefined;
|
|
2734
|
+
customScripts?: {
|
|
2735
|
+
src: string;
|
|
2736
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
2737
|
+
}[] | undefined;
|
|
2706
2738
|
} | undefined;
|
|
2707
2739
|
search?: {
|
|
2708
2740
|
prompt?: string | undefined;
|
|
@@ -3056,6 +3088,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
3056
3088
|
value?: string | undefined;
|
|
3057
3089
|
key?: string | undefined;
|
|
3058
3090
|
} | undefined;
|
|
3091
|
+
customScripts?: {
|
|
3092
|
+
src: string;
|
|
3093
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
3094
|
+
}[] | undefined;
|
|
3059
3095
|
} | undefined;
|
|
3060
3096
|
search?: {
|
|
3061
3097
|
prompt?: string | undefined;
|