@mintlify/prebuild 1.0.1013 → 1.0.1015
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.
|
@@ -392,6 +392,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
392
392
|
drilldown?: boolean | undefined;
|
|
393
393
|
} | undefined;
|
|
394
394
|
variables?: Record<string, string> | undefined;
|
|
395
|
+
markdown?: {
|
|
396
|
+
schema?: boolean | undefined;
|
|
397
|
+
} | undefined;
|
|
395
398
|
} | {
|
|
396
399
|
name: string;
|
|
397
400
|
$schema: string;
|
|
@@ -763,6 +766,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
763
766
|
drilldown?: boolean | undefined;
|
|
764
767
|
} | undefined;
|
|
765
768
|
variables?: Record<string, string> | undefined;
|
|
769
|
+
markdown?: {
|
|
770
|
+
schema?: boolean | undefined;
|
|
771
|
+
} | undefined;
|
|
766
772
|
} | {
|
|
767
773
|
name: string;
|
|
768
774
|
$schema: string;
|
|
@@ -1134,6 +1140,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1134
1140
|
drilldown?: boolean | undefined;
|
|
1135
1141
|
} | undefined;
|
|
1136
1142
|
variables?: Record<string, string> | undefined;
|
|
1143
|
+
markdown?: {
|
|
1144
|
+
schema?: boolean | undefined;
|
|
1145
|
+
} | undefined;
|
|
1137
1146
|
} | {
|
|
1138
1147
|
name: string;
|
|
1139
1148
|
$schema: string;
|
|
@@ -1505,6 +1514,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1505
1514
|
drilldown?: boolean | undefined;
|
|
1506
1515
|
} | undefined;
|
|
1507
1516
|
variables?: Record<string, string> | undefined;
|
|
1517
|
+
markdown?: {
|
|
1518
|
+
schema?: boolean | undefined;
|
|
1519
|
+
} | undefined;
|
|
1508
1520
|
} | {
|
|
1509
1521
|
name: string;
|
|
1510
1522
|
$schema: string;
|
|
@@ -1876,6 +1888,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1876
1888
|
drilldown?: boolean | undefined;
|
|
1877
1889
|
} | undefined;
|
|
1878
1890
|
variables?: Record<string, string> | undefined;
|
|
1891
|
+
markdown?: {
|
|
1892
|
+
schema?: boolean | undefined;
|
|
1893
|
+
} | undefined;
|
|
1879
1894
|
} | {
|
|
1880
1895
|
name: string;
|
|
1881
1896
|
$schema: string;
|
|
@@ -2247,6 +2262,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2247
2262
|
drilldown?: boolean | undefined;
|
|
2248
2263
|
} | undefined;
|
|
2249
2264
|
variables?: Record<string, string> | undefined;
|
|
2265
|
+
markdown?: {
|
|
2266
|
+
schema?: boolean | undefined;
|
|
2267
|
+
} | undefined;
|
|
2250
2268
|
} | {
|
|
2251
2269
|
name: string;
|
|
2252
2270
|
$schema: string;
|
|
@@ -2618,6 +2636,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2618
2636
|
drilldown?: boolean | undefined;
|
|
2619
2637
|
} | undefined;
|
|
2620
2638
|
variables?: Record<string, string> | undefined;
|
|
2639
|
+
markdown?: {
|
|
2640
|
+
schema?: boolean | undefined;
|
|
2641
|
+
} | undefined;
|
|
2621
2642
|
} | {
|
|
2622
2643
|
name: string;
|
|
2623
2644
|
$schema: string;
|
|
@@ -2989,6 +3010,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2989
3010
|
drilldown?: boolean | undefined;
|
|
2990
3011
|
} | undefined;
|
|
2991
3012
|
variables?: Record<string, string> | undefined;
|
|
3013
|
+
markdown?: {
|
|
3014
|
+
schema?: boolean | undefined;
|
|
3015
|
+
} | undefined;
|
|
2992
3016
|
} | {
|
|
2993
3017
|
name: string;
|
|
2994
3018
|
$schema: string;
|
|
@@ -3360,4 +3384,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
3360
3384
|
drilldown?: boolean | undefined;
|
|
3361
3385
|
} | undefined;
|
|
3362
3386
|
variables?: Record<string, string> | undefined;
|
|
3387
|
+
markdown?: {
|
|
3388
|
+
schema?: boolean | undefined;
|
|
3389
|
+
} | undefined;
|
|
3363
3390
|
}>;
|
|
@@ -387,6 +387,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
387
387
|
drilldown?: boolean | undefined;
|
|
388
388
|
} | undefined;
|
|
389
389
|
variables?: Record<string, string> | undefined;
|
|
390
|
+
markdown?: {
|
|
391
|
+
schema?: boolean | undefined;
|
|
392
|
+
} | undefined;
|
|
390
393
|
} | {
|
|
391
394
|
name: string;
|
|
392
395
|
$schema: string;
|
|
@@ -758,6 +761,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
758
761
|
drilldown?: boolean | undefined;
|
|
759
762
|
} | undefined;
|
|
760
763
|
variables?: Record<string, string> | undefined;
|
|
764
|
+
markdown?: {
|
|
765
|
+
schema?: boolean | undefined;
|
|
766
|
+
} | undefined;
|
|
761
767
|
} | {
|
|
762
768
|
name: string;
|
|
763
769
|
$schema: string;
|
|
@@ -1129,6 +1135,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1129
1135
|
drilldown?: boolean | undefined;
|
|
1130
1136
|
} | undefined;
|
|
1131
1137
|
variables?: Record<string, string> | undefined;
|
|
1138
|
+
markdown?: {
|
|
1139
|
+
schema?: boolean | undefined;
|
|
1140
|
+
} | undefined;
|
|
1132
1141
|
} | {
|
|
1133
1142
|
name: string;
|
|
1134
1143
|
$schema: string;
|
|
@@ -1500,6 +1509,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1500
1509
|
drilldown?: boolean | undefined;
|
|
1501
1510
|
} | undefined;
|
|
1502
1511
|
variables?: Record<string, string> | undefined;
|
|
1512
|
+
markdown?: {
|
|
1513
|
+
schema?: boolean | undefined;
|
|
1514
|
+
} | undefined;
|
|
1503
1515
|
} | {
|
|
1504
1516
|
name: string;
|
|
1505
1517
|
$schema: string;
|
|
@@ -1871,6 +1883,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1871
1883
|
drilldown?: boolean | undefined;
|
|
1872
1884
|
} | undefined;
|
|
1873
1885
|
variables?: Record<string, string> | undefined;
|
|
1886
|
+
markdown?: {
|
|
1887
|
+
schema?: boolean | undefined;
|
|
1888
|
+
} | undefined;
|
|
1874
1889
|
} | {
|
|
1875
1890
|
name: string;
|
|
1876
1891
|
$schema: string;
|
|
@@ -2242,6 +2257,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2242
2257
|
drilldown?: boolean | undefined;
|
|
2243
2258
|
} | undefined;
|
|
2244
2259
|
variables?: Record<string, string> | undefined;
|
|
2260
|
+
markdown?: {
|
|
2261
|
+
schema?: boolean | undefined;
|
|
2262
|
+
} | undefined;
|
|
2245
2263
|
} | {
|
|
2246
2264
|
name: string;
|
|
2247
2265
|
$schema: string;
|
|
@@ -2613,6 +2631,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2613
2631
|
drilldown?: boolean | undefined;
|
|
2614
2632
|
} | undefined;
|
|
2615
2633
|
variables?: Record<string, string> | undefined;
|
|
2634
|
+
markdown?: {
|
|
2635
|
+
schema?: boolean | undefined;
|
|
2636
|
+
} | undefined;
|
|
2616
2637
|
} | {
|
|
2617
2638
|
name: string;
|
|
2618
2639
|
$schema: string;
|
|
@@ -2984,6 +3005,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2984
3005
|
drilldown?: boolean | undefined;
|
|
2985
3006
|
} | undefined;
|
|
2986
3007
|
variables?: Record<string, string> | undefined;
|
|
3008
|
+
markdown?: {
|
|
3009
|
+
schema?: boolean | undefined;
|
|
3010
|
+
} | undefined;
|
|
2987
3011
|
} | {
|
|
2988
3012
|
name: string;
|
|
2989
3013
|
$schema: string;
|
|
@@ -3355,6 +3379,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
3355
3379
|
drilldown?: boolean | undefined;
|
|
3356
3380
|
} | undefined;
|
|
3357
3381
|
variables?: Record<string, string> | undefined;
|
|
3382
|
+
markdown?: {
|
|
3383
|
+
schema?: boolean | undefined;
|
|
3384
|
+
} | undefined;
|
|
3358
3385
|
}>;
|
|
3359
3386
|
export declare const writeMdxFilesWithNoImports: (mdxFilesWithNoImports: {
|
|
3360
3387
|
targetPath: string;
|