@mintlify/prebuild 1.0.1011 → 1.0.1012
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.
|
@@ -66,6 +66,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
66
66
|
public?: boolean | undefined;
|
|
67
67
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
68
68
|
tag?: string | undefined;
|
|
69
|
+
boost?: number | undefined;
|
|
69
70
|
hidden?: boolean | undefined;
|
|
70
71
|
root?: string | undefined;
|
|
71
72
|
} & {
|
|
@@ -94,6 +95,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
94
95
|
public?: boolean | undefined;
|
|
95
96
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
96
97
|
tag?: string | undefined;
|
|
98
|
+
boost?: number | undefined;
|
|
97
99
|
hidden?: boolean | undefined;
|
|
98
100
|
root?: string | undefined;
|
|
99
101
|
} & {
|
|
@@ -435,6 +437,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
435
437
|
public?: boolean | undefined;
|
|
436
438
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
437
439
|
tag?: string | undefined;
|
|
440
|
+
boost?: number | undefined;
|
|
438
441
|
hidden?: boolean | undefined;
|
|
439
442
|
root?: string | undefined;
|
|
440
443
|
} & {
|
|
@@ -463,6 +466,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
463
466
|
public?: boolean | undefined;
|
|
464
467
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
465
468
|
tag?: string | undefined;
|
|
469
|
+
boost?: number | undefined;
|
|
466
470
|
hidden?: boolean | undefined;
|
|
467
471
|
root?: string | undefined;
|
|
468
472
|
} & {
|
|
@@ -804,6 +808,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
804
808
|
public?: boolean | undefined;
|
|
805
809
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
806
810
|
tag?: string | undefined;
|
|
811
|
+
boost?: number | undefined;
|
|
807
812
|
hidden?: boolean | undefined;
|
|
808
813
|
root?: string | undefined;
|
|
809
814
|
} & {
|
|
@@ -832,6 +837,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
832
837
|
public?: boolean | undefined;
|
|
833
838
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
834
839
|
tag?: string | undefined;
|
|
840
|
+
boost?: number | undefined;
|
|
835
841
|
hidden?: boolean | undefined;
|
|
836
842
|
root?: string | undefined;
|
|
837
843
|
} & {
|
|
@@ -1173,6 +1179,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1173
1179
|
public?: boolean | undefined;
|
|
1174
1180
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1175
1181
|
tag?: string | undefined;
|
|
1182
|
+
boost?: number | undefined;
|
|
1176
1183
|
hidden?: boolean | undefined;
|
|
1177
1184
|
root?: string | undefined;
|
|
1178
1185
|
} & {
|
|
@@ -1201,6 +1208,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1201
1208
|
public?: boolean | undefined;
|
|
1202
1209
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1203
1210
|
tag?: string | undefined;
|
|
1211
|
+
boost?: number | undefined;
|
|
1204
1212
|
hidden?: boolean | undefined;
|
|
1205
1213
|
root?: string | undefined;
|
|
1206
1214
|
} & {
|
|
@@ -1542,6 +1550,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1542
1550
|
public?: boolean | undefined;
|
|
1543
1551
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1544
1552
|
tag?: string | undefined;
|
|
1553
|
+
boost?: number | undefined;
|
|
1545
1554
|
hidden?: boolean | undefined;
|
|
1546
1555
|
root?: string | undefined;
|
|
1547
1556
|
} & {
|
|
@@ -1570,6 +1579,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1570
1579
|
public?: boolean | undefined;
|
|
1571
1580
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1572
1581
|
tag?: string | undefined;
|
|
1582
|
+
boost?: number | undefined;
|
|
1573
1583
|
hidden?: boolean | undefined;
|
|
1574
1584
|
root?: string | undefined;
|
|
1575
1585
|
} & {
|
|
@@ -1911,6 +1921,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1911
1921
|
public?: boolean | undefined;
|
|
1912
1922
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1913
1923
|
tag?: string | undefined;
|
|
1924
|
+
boost?: number | undefined;
|
|
1914
1925
|
hidden?: boolean | undefined;
|
|
1915
1926
|
root?: string | undefined;
|
|
1916
1927
|
} & {
|
|
@@ -1939,6 +1950,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1939
1950
|
public?: boolean | undefined;
|
|
1940
1951
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1941
1952
|
tag?: string | undefined;
|
|
1953
|
+
boost?: number | undefined;
|
|
1942
1954
|
hidden?: boolean | undefined;
|
|
1943
1955
|
root?: string | undefined;
|
|
1944
1956
|
} & {
|
|
@@ -2280,6 +2292,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2280
2292
|
public?: boolean | undefined;
|
|
2281
2293
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2282
2294
|
tag?: string | undefined;
|
|
2295
|
+
boost?: number | undefined;
|
|
2283
2296
|
hidden?: boolean | undefined;
|
|
2284
2297
|
root?: string | undefined;
|
|
2285
2298
|
} & {
|
|
@@ -2308,6 +2321,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2308
2321
|
public?: boolean | undefined;
|
|
2309
2322
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2310
2323
|
tag?: string | undefined;
|
|
2324
|
+
boost?: number | undefined;
|
|
2311
2325
|
hidden?: boolean | undefined;
|
|
2312
2326
|
root?: string | undefined;
|
|
2313
2327
|
} & {
|
|
@@ -2649,6 +2663,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2649
2663
|
public?: boolean | undefined;
|
|
2650
2664
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2651
2665
|
tag?: string | undefined;
|
|
2666
|
+
boost?: number | undefined;
|
|
2652
2667
|
hidden?: boolean | undefined;
|
|
2653
2668
|
root?: string | undefined;
|
|
2654
2669
|
} & {
|
|
@@ -2677,6 +2692,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2677
2692
|
public?: boolean | undefined;
|
|
2678
2693
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2679
2694
|
tag?: string | undefined;
|
|
2695
|
+
boost?: number | undefined;
|
|
2680
2696
|
hidden?: boolean | undefined;
|
|
2681
2697
|
root?: string | undefined;
|
|
2682
2698
|
} & {
|
|
@@ -3018,6 +3034,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
3018
3034
|
public?: boolean | undefined;
|
|
3019
3035
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3020
3036
|
tag?: string | undefined;
|
|
3037
|
+
boost?: number | undefined;
|
|
3021
3038
|
hidden?: boolean | undefined;
|
|
3022
3039
|
root?: string | undefined;
|
|
3023
3040
|
} & {
|
|
@@ -3046,6 +3063,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
3046
3063
|
public?: boolean | undefined;
|
|
3047
3064
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3048
3065
|
tag?: string | undefined;
|
|
3066
|
+
boost?: number | undefined;
|
|
3049
3067
|
hidden?: boolean | undefined;
|
|
3050
3068
|
root?: string | undefined;
|
|
3051
3069
|
} & {
|
|
@@ -61,6 +61,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
61
61
|
public?: boolean | undefined;
|
|
62
62
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
63
63
|
tag?: string | undefined;
|
|
64
|
+
boost?: number | undefined;
|
|
64
65
|
hidden?: boolean | undefined;
|
|
65
66
|
root?: string | undefined;
|
|
66
67
|
} & {
|
|
@@ -89,6 +90,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
89
90
|
public?: boolean | undefined;
|
|
90
91
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
91
92
|
tag?: string | undefined;
|
|
93
|
+
boost?: number | undefined;
|
|
92
94
|
hidden?: boolean | undefined;
|
|
93
95
|
root?: string | undefined;
|
|
94
96
|
} & {
|
|
@@ -430,6 +432,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
430
432
|
public?: boolean | undefined;
|
|
431
433
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
432
434
|
tag?: string | undefined;
|
|
435
|
+
boost?: number | undefined;
|
|
433
436
|
hidden?: boolean | undefined;
|
|
434
437
|
root?: string | undefined;
|
|
435
438
|
} & {
|
|
@@ -458,6 +461,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
458
461
|
public?: boolean | undefined;
|
|
459
462
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
460
463
|
tag?: string | undefined;
|
|
464
|
+
boost?: number | undefined;
|
|
461
465
|
hidden?: boolean | undefined;
|
|
462
466
|
root?: string | undefined;
|
|
463
467
|
} & {
|
|
@@ -799,6 +803,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
799
803
|
public?: boolean | undefined;
|
|
800
804
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
801
805
|
tag?: string | undefined;
|
|
806
|
+
boost?: number | undefined;
|
|
802
807
|
hidden?: boolean | undefined;
|
|
803
808
|
root?: string | undefined;
|
|
804
809
|
} & {
|
|
@@ -827,6 +832,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
827
832
|
public?: boolean | undefined;
|
|
828
833
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
829
834
|
tag?: string | undefined;
|
|
835
|
+
boost?: number | undefined;
|
|
830
836
|
hidden?: boolean | undefined;
|
|
831
837
|
root?: string | undefined;
|
|
832
838
|
} & {
|
|
@@ -1168,6 +1174,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1168
1174
|
public?: boolean | undefined;
|
|
1169
1175
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1170
1176
|
tag?: string | undefined;
|
|
1177
|
+
boost?: number | undefined;
|
|
1171
1178
|
hidden?: boolean | undefined;
|
|
1172
1179
|
root?: string | undefined;
|
|
1173
1180
|
} & {
|
|
@@ -1196,6 +1203,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1196
1203
|
public?: boolean | undefined;
|
|
1197
1204
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1198
1205
|
tag?: string | undefined;
|
|
1206
|
+
boost?: number | undefined;
|
|
1199
1207
|
hidden?: boolean | undefined;
|
|
1200
1208
|
root?: string | undefined;
|
|
1201
1209
|
} & {
|
|
@@ -1537,6 +1545,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1537
1545
|
public?: boolean | undefined;
|
|
1538
1546
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1539
1547
|
tag?: string | undefined;
|
|
1548
|
+
boost?: number | undefined;
|
|
1540
1549
|
hidden?: boolean | undefined;
|
|
1541
1550
|
root?: string | undefined;
|
|
1542
1551
|
} & {
|
|
@@ -1565,6 +1574,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1565
1574
|
public?: boolean | undefined;
|
|
1566
1575
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1567
1576
|
tag?: string | undefined;
|
|
1577
|
+
boost?: number | undefined;
|
|
1568
1578
|
hidden?: boolean | undefined;
|
|
1569
1579
|
root?: string | undefined;
|
|
1570
1580
|
} & {
|
|
@@ -1906,6 +1916,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1906
1916
|
public?: boolean | undefined;
|
|
1907
1917
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1908
1918
|
tag?: string | undefined;
|
|
1919
|
+
boost?: number | undefined;
|
|
1909
1920
|
hidden?: boolean | undefined;
|
|
1910
1921
|
root?: string | undefined;
|
|
1911
1922
|
} & {
|
|
@@ -1934,6 +1945,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1934
1945
|
public?: boolean | undefined;
|
|
1935
1946
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1936
1947
|
tag?: string | undefined;
|
|
1948
|
+
boost?: number | undefined;
|
|
1937
1949
|
hidden?: boolean | undefined;
|
|
1938
1950
|
root?: string | undefined;
|
|
1939
1951
|
} & {
|
|
@@ -2275,6 +2287,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2275
2287
|
public?: boolean | undefined;
|
|
2276
2288
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2277
2289
|
tag?: string | undefined;
|
|
2290
|
+
boost?: number | undefined;
|
|
2278
2291
|
hidden?: boolean | undefined;
|
|
2279
2292
|
root?: string | undefined;
|
|
2280
2293
|
} & {
|
|
@@ -2303,6 +2316,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2303
2316
|
public?: boolean | undefined;
|
|
2304
2317
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2305
2318
|
tag?: string | undefined;
|
|
2319
|
+
boost?: number | undefined;
|
|
2306
2320
|
hidden?: boolean | undefined;
|
|
2307
2321
|
root?: string | undefined;
|
|
2308
2322
|
} & {
|
|
@@ -2644,6 +2658,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2644
2658
|
public?: boolean | undefined;
|
|
2645
2659
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2646
2660
|
tag?: string | undefined;
|
|
2661
|
+
boost?: number | undefined;
|
|
2647
2662
|
hidden?: boolean | undefined;
|
|
2648
2663
|
root?: string | undefined;
|
|
2649
2664
|
} & {
|
|
@@ -2672,6 +2687,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2672
2687
|
public?: boolean | undefined;
|
|
2673
2688
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2674
2689
|
tag?: string | undefined;
|
|
2690
|
+
boost?: number | undefined;
|
|
2675
2691
|
hidden?: boolean | undefined;
|
|
2676
2692
|
root?: string | undefined;
|
|
2677
2693
|
} & {
|
|
@@ -3013,6 +3029,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
3013
3029
|
public?: boolean | undefined;
|
|
3014
3030
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3015
3031
|
tag?: string | undefined;
|
|
3032
|
+
boost?: number | undefined;
|
|
3016
3033
|
hidden?: boolean | undefined;
|
|
3017
3034
|
root?: string | undefined;
|
|
3018
3035
|
} & {
|
|
@@ -3041,6 +3058,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
3041
3058
|
public?: boolean | undefined;
|
|
3042
3059
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3043
3060
|
tag?: string | undefined;
|
|
3061
|
+
boost?: number | undefined;
|
|
3044
3062
|
hidden?: boolean | undefined;
|
|
3045
3063
|
root?: string | undefined;
|
|
3046
3064
|
} & {
|