@mintlify/prebuild 1.0.961 → 1.0.963
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.
|
@@ -239,7 +239,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
239
239
|
} | undefined;
|
|
240
240
|
customScripts?: {
|
|
241
241
|
src: string;
|
|
242
|
-
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
242
|
+
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
243
243
|
}[] | undefined;
|
|
244
244
|
} | undefined;
|
|
245
245
|
search?: {
|
|
@@ -596,7 +596,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
596
596
|
} | undefined;
|
|
597
597
|
customScripts?: {
|
|
598
598
|
src: string;
|
|
599
|
-
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
599
|
+
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
600
600
|
}[] | undefined;
|
|
601
601
|
} | undefined;
|
|
602
602
|
search?: {
|
|
@@ -953,7 +953,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
953
953
|
} | undefined;
|
|
954
954
|
customScripts?: {
|
|
955
955
|
src: string;
|
|
956
|
-
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
956
|
+
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
957
957
|
}[] | undefined;
|
|
958
958
|
} | undefined;
|
|
959
959
|
search?: {
|
|
@@ -1310,7 +1310,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1310
1310
|
} | undefined;
|
|
1311
1311
|
customScripts?: {
|
|
1312
1312
|
src: string;
|
|
1313
|
-
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
1313
|
+
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1314
1314
|
}[] | undefined;
|
|
1315
1315
|
} | undefined;
|
|
1316
1316
|
search?: {
|
|
@@ -1667,7 +1667,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1667
1667
|
} | undefined;
|
|
1668
1668
|
customScripts?: {
|
|
1669
1669
|
src: string;
|
|
1670
|
-
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
1670
|
+
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1671
1671
|
}[] | undefined;
|
|
1672
1672
|
} | undefined;
|
|
1673
1673
|
search?: {
|
|
@@ -2024,7 +2024,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2024
2024
|
} | undefined;
|
|
2025
2025
|
customScripts?: {
|
|
2026
2026
|
src: string;
|
|
2027
|
-
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
2027
|
+
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
2028
2028
|
}[] | undefined;
|
|
2029
2029
|
} | undefined;
|
|
2030
2030
|
search?: {
|
|
@@ -2381,7 +2381,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2381
2381
|
} | undefined;
|
|
2382
2382
|
customScripts?: {
|
|
2383
2383
|
src: string;
|
|
2384
|
-
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
2384
|
+
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
2385
2385
|
}[] | undefined;
|
|
2386
2386
|
} | undefined;
|
|
2387
2387
|
search?: {
|
|
@@ -2738,7 +2738,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2738
2738
|
} | undefined;
|
|
2739
2739
|
customScripts?: {
|
|
2740
2740
|
src: string;
|
|
2741
|
-
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
2741
|
+
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
2742
2742
|
}[] | undefined;
|
|
2743
2743
|
} | undefined;
|
|
2744
2744
|
search?: {
|
|
@@ -3095,7 +3095,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
3095
3095
|
} | undefined;
|
|
3096
3096
|
customScripts?: {
|
|
3097
3097
|
src: string;
|
|
3098
|
-
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
3098
|
+
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
3099
3099
|
}[] | undefined;
|
|
3100
3100
|
} | undefined;
|
|
3101
3101
|
search?: {
|
|
@@ -234,7 +234,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
234
234
|
} | undefined;
|
|
235
235
|
customScripts?: {
|
|
236
236
|
src: string;
|
|
237
|
-
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
237
|
+
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
238
238
|
}[] | undefined;
|
|
239
239
|
} | undefined;
|
|
240
240
|
search?: {
|
|
@@ -591,7 +591,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
591
591
|
} | undefined;
|
|
592
592
|
customScripts?: {
|
|
593
593
|
src: string;
|
|
594
|
-
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
594
|
+
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
595
595
|
}[] | undefined;
|
|
596
596
|
} | undefined;
|
|
597
597
|
search?: {
|
|
@@ -948,7 +948,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
948
948
|
} | undefined;
|
|
949
949
|
customScripts?: {
|
|
950
950
|
src: string;
|
|
951
|
-
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
951
|
+
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
952
952
|
}[] | undefined;
|
|
953
953
|
} | undefined;
|
|
954
954
|
search?: {
|
|
@@ -1305,7 +1305,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1305
1305
|
} | undefined;
|
|
1306
1306
|
customScripts?: {
|
|
1307
1307
|
src: string;
|
|
1308
|
-
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
1308
|
+
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1309
1309
|
}[] | undefined;
|
|
1310
1310
|
} | undefined;
|
|
1311
1311
|
search?: {
|
|
@@ -1662,7 +1662,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1662
1662
|
} | undefined;
|
|
1663
1663
|
customScripts?: {
|
|
1664
1664
|
src: string;
|
|
1665
|
-
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
1665
|
+
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1666
1666
|
}[] | undefined;
|
|
1667
1667
|
} | undefined;
|
|
1668
1668
|
search?: {
|
|
@@ -2019,7 +2019,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2019
2019
|
} | undefined;
|
|
2020
2020
|
customScripts?: {
|
|
2021
2021
|
src: string;
|
|
2022
|
-
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
2022
|
+
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
2023
2023
|
}[] | undefined;
|
|
2024
2024
|
} | undefined;
|
|
2025
2025
|
search?: {
|
|
@@ -2376,7 +2376,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2376
2376
|
} | undefined;
|
|
2377
2377
|
customScripts?: {
|
|
2378
2378
|
src: string;
|
|
2379
|
-
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
2379
|
+
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
2380
2380
|
}[] | undefined;
|
|
2381
2381
|
} | undefined;
|
|
2382
2382
|
search?: {
|
|
@@ -2733,7 +2733,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2733
2733
|
} | undefined;
|
|
2734
2734
|
customScripts?: {
|
|
2735
2735
|
src: string;
|
|
2736
|
-
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
2736
|
+
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
2737
2737
|
}[] | undefined;
|
|
2738
2738
|
} | undefined;
|
|
2739
2739
|
search?: {
|
|
@@ -3090,7 +3090,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
3090
3090
|
} | undefined;
|
|
3091
3091
|
customScripts?: {
|
|
3092
3092
|
src: string;
|
|
3093
|
-
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
3093
|
+
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
3094
3094
|
}[] | undefined;
|
|
3095
3095
|
} | undefined;
|
|
3096
3096
|
search?: {
|