@mintlify/prebuild 1.0.1040 → 1.0.1042
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.
|
@@ -68,6 +68,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
68
68
|
tag?: string | undefined;
|
|
69
69
|
boost?: number | undefined;
|
|
70
70
|
hidden?: boolean | undefined;
|
|
71
|
+
searchable?: boolean | undefined;
|
|
71
72
|
root?: string | undefined;
|
|
72
73
|
} & {
|
|
73
74
|
openapi?: string | string[] | {
|
|
@@ -97,6 +98,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
97
98
|
tag?: string | undefined;
|
|
98
99
|
boost?: number | undefined;
|
|
99
100
|
hidden?: boolean | undefined;
|
|
101
|
+
searchable?: boolean | undefined;
|
|
100
102
|
root?: string | undefined;
|
|
101
103
|
} & {
|
|
102
104
|
openapi?: string | string[] | {
|
|
@@ -442,6 +444,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
442
444
|
tag?: string | undefined;
|
|
443
445
|
boost?: number | undefined;
|
|
444
446
|
hidden?: boolean | undefined;
|
|
447
|
+
searchable?: boolean | undefined;
|
|
445
448
|
root?: string | undefined;
|
|
446
449
|
} & {
|
|
447
450
|
openapi?: string | string[] | {
|
|
@@ -471,6 +474,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
471
474
|
tag?: string | undefined;
|
|
472
475
|
boost?: number | undefined;
|
|
473
476
|
hidden?: boolean | undefined;
|
|
477
|
+
searchable?: boolean | undefined;
|
|
474
478
|
root?: string | undefined;
|
|
475
479
|
} & {
|
|
476
480
|
openapi?: string | string[] | {
|
|
@@ -816,6 +820,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
816
820
|
tag?: string | undefined;
|
|
817
821
|
boost?: number | undefined;
|
|
818
822
|
hidden?: boolean | undefined;
|
|
823
|
+
searchable?: boolean | undefined;
|
|
819
824
|
root?: string | undefined;
|
|
820
825
|
} & {
|
|
821
826
|
openapi?: string | string[] | {
|
|
@@ -845,6 +850,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
845
850
|
tag?: string | undefined;
|
|
846
851
|
boost?: number | undefined;
|
|
847
852
|
hidden?: boolean | undefined;
|
|
853
|
+
searchable?: boolean | undefined;
|
|
848
854
|
root?: string | undefined;
|
|
849
855
|
} & {
|
|
850
856
|
openapi?: string | string[] | {
|
|
@@ -1190,6 +1196,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1190
1196
|
tag?: string | undefined;
|
|
1191
1197
|
boost?: number | undefined;
|
|
1192
1198
|
hidden?: boolean | undefined;
|
|
1199
|
+
searchable?: boolean | undefined;
|
|
1193
1200
|
root?: string | undefined;
|
|
1194
1201
|
} & {
|
|
1195
1202
|
openapi?: string | string[] | {
|
|
@@ -1219,6 +1226,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1219
1226
|
tag?: string | undefined;
|
|
1220
1227
|
boost?: number | undefined;
|
|
1221
1228
|
hidden?: boolean | undefined;
|
|
1229
|
+
searchable?: boolean | undefined;
|
|
1222
1230
|
root?: string | undefined;
|
|
1223
1231
|
} & {
|
|
1224
1232
|
openapi?: string | string[] | {
|
|
@@ -1564,6 +1572,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1564
1572
|
tag?: string | undefined;
|
|
1565
1573
|
boost?: number | undefined;
|
|
1566
1574
|
hidden?: boolean | undefined;
|
|
1575
|
+
searchable?: boolean | undefined;
|
|
1567
1576
|
root?: string | undefined;
|
|
1568
1577
|
} & {
|
|
1569
1578
|
openapi?: string | string[] | {
|
|
@@ -1593,6 +1602,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1593
1602
|
tag?: string | undefined;
|
|
1594
1603
|
boost?: number | undefined;
|
|
1595
1604
|
hidden?: boolean | undefined;
|
|
1605
|
+
searchable?: boolean | undefined;
|
|
1596
1606
|
root?: string | undefined;
|
|
1597
1607
|
} & {
|
|
1598
1608
|
openapi?: string | string[] | {
|
|
@@ -1938,6 +1948,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1938
1948
|
tag?: string | undefined;
|
|
1939
1949
|
boost?: number | undefined;
|
|
1940
1950
|
hidden?: boolean | undefined;
|
|
1951
|
+
searchable?: boolean | undefined;
|
|
1941
1952
|
root?: string | undefined;
|
|
1942
1953
|
} & {
|
|
1943
1954
|
openapi?: string | string[] | {
|
|
@@ -1967,6 +1978,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1967
1978
|
tag?: string | undefined;
|
|
1968
1979
|
boost?: number | undefined;
|
|
1969
1980
|
hidden?: boolean | undefined;
|
|
1981
|
+
searchable?: boolean | undefined;
|
|
1970
1982
|
root?: string | undefined;
|
|
1971
1983
|
} & {
|
|
1972
1984
|
openapi?: string | string[] | {
|
|
@@ -2312,6 +2324,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2312
2324
|
tag?: string | undefined;
|
|
2313
2325
|
boost?: number | undefined;
|
|
2314
2326
|
hidden?: boolean | undefined;
|
|
2327
|
+
searchable?: boolean | undefined;
|
|
2315
2328
|
root?: string | undefined;
|
|
2316
2329
|
} & {
|
|
2317
2330
|
openapi?: string | string[] | {
|
|
@@ -2341,6 +2354,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2341
2354
|
tag?: string | undefined;
|
|
2342
2355
|
boost?: number | undefined;
|
|
2343
2356
|
hidden?: boolean | undefined;
|
|
2357
|
+
searchable?: boolean | undefined;
|
|
2344
2358
|
root?: string | undefined;
|
|
2345
2359
|
} & {
|
|
2346
2360
|
openapi?: string | string[] | {
|
|
@@ -2686,6 +2700,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2686
2700
|
tag?: string | undefined;
|
|
2687
2701
|
boost?: number | undefined;
|
|
2688
2702
|
hidden?: boolean | undefined;
|
|
2703
|
+
searchable?: boolean | undefined;
|
|
2689
2704
|
root?: string | undefined;
|
|
2690
2705
|
} & {
|
|
2691
2706
|
openapi?: string | string[] | {
|
|
@@ -2715,6 +2730,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2715
2730
|
tag?: string | undefined;
|
|
2716
2731
|
boost?: number | undefined;
|
|
2717
2732
|
hidden?: boolean | undefined;
|
|
2733
|
+
searchable?: boolean | undefined;
|
|
2718
2734
|
root?: string | undefined;
|
|
2719
2735
|
} & {
|
|
2720
2736
|
openapi?: string | string[] | {
|
|
@@ -3060,6 +3076,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
3060
3076
|
tag?: string | undefined;
|
|
3061
3077
|
boost?: number | undefined;
|
|
3062
3078
|
hidden?: boolean | undefined;
|
|
3079
|
+
searchable?: boolean | undefined;
|
|
3063
3080
|
root?: string | undefined;
|
|
3064
3081
|
} & {
|
|
3065
3082
|
openapi?: string | string[] | {
|
|
@@ -3089,6 +3106,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
3089
3106
|
tag?: string | undefined;
|
|
3090
3107
|
boost?: number | undefined;
|
|
3091
3108
|
hidden?: boolean | undefined;
|
|
3109
|
+
searchable?: boolean | undefined;
|
|
3092
3110
|
root?: string | undefined;
|
|
3093
3111
|
} & {
|
|
3094
3112
|
openapi?: string | string[] | {
|
|
@@ -63,6 +63,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
63
63
|
tag?: string | undefined;
|
|
64
64
|
boost?: number | undefined;
|
|
65
65
|
hidden?: boolean | undefined;
|
|
66
|
+
searchable?: boolean | undefined;
|
|
66
67
|
root?: string | undefined;
|
|
67
68
|
} & {
|
|
68
69
|
openapi?: string | string[] | {
|
|
@@ -92,6 +93,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
92
93
|
tag?: string | undefined;
|
|
93
94
|
boost?: number | undefined;
|
|
94
95
|
hidden?: boolean | undefined;
|
|
96
|
+
searchable?: boolean | undefined;
|
|
95
97
|
root?: string | undefined;
|
|
96
98
|
} & {
|
|
97
99
|
openapi?: string | string[] | {
|
|
@@ -437,6 +439,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
437
439
|
tag?: string | undefined;
|
|
438
440
|
boost?: number | undefined;
|
|
439
441
|
hidden?: boolean | undefined;
|
|
442
|
+
searchable?: boolean | undefined;
|
|
440
443
|
root?: string | undefined;
|
|
441
444
|
} & {
|
|
442
445
|
openapi?: string | string[] | {
|
|
@@ -466,6 +469,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
466
469
|
tag?: string | undefined;
|
|
467
470
|
boost?: number | undefined;
|
|
468
471
|
hidden?: boolean | undefined;
|
|
472
|
+
searchable?: boolean | undefined;
|
|
469
473
|
root?: string | undefined;
|
|
470
474
|
} & {
|
|
471
475
|
openapi?: string | string[] | {
|
|
@@ -811,6 +815,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
811
815
|
tag?: string | undefined;
|
|
812
816
|
boost?: number | undefined;
|
|
813
817
|
hidden?: boolean | undefined;
|
|
818
|
+
searchable?: boolean | undefined;
|
|
814
819
|
root?: string | undefined;
|
|
815
820
|
} & {
|
|
816
821
|
openapi?: string | string[] | {
|
|
@@ -840,6 +845,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
840
845
|
tag?: string | undefined;
|
|
841
846
|
boost?: number | undefined;
|
|
842
847
|
hidden?: boolean | undefined;
|
|
848
|
+
searchable?: boolean | undefined;
|
|
843
849
|
root?: string | undefined;
|
|
844
850
|
} & {
|
|
845
851
|
openapi?: string | string[] | {
|
|
@@ -1185,6 +1191,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1185
1191
|
tag?: string | undefined;
|
|
1186
1192
|
boost?: number | undefined;
|
|
1187
1193
|
hidden?: boolean | undefined;
|
|
1194
|
+
searchable?: boolean | undefined;
|
|
1188
1195
|
root?: string | undefined;
|
|
1189
1196
|
} & {
|
|
1190
1197
|
openapi?: string | string[] | {
|
|
@@ -1214,6 +1221,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1214
1221
|
tag?: string | undefined;
|
|
1215
1222
|
boost?: number | undefined;
|
|
1216
1223
|
hidden?: boolean | undefined;
|
|
1224
|
+
searchable?: boolean | undefined;
|
|
1217
1225
|
root?: string | undefined;
|
|
1218
1226
|
} & {
|
|
1219
1227
|
openapi?: string | string[] | {
|
|
@@ -1559,6 +1567,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1559
1567
|
tag?: string | undefined;
|
|
1560
1568
|
boost?: number | undefined;
|
|
1561
1569
|
hidden?: boolean | undefined;
|
|
1570
|
+
searchable?: boolean | undefined;
|
|
1562
1571
|
root?: string | undefined;
|
|
1563
1572
|
} & {
|
|
1564
1573
|
openapi?: string | string[] | {
|
|
@@ -1588,6 +1597,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1588
1597
|
tag?: string | undefined;
|
|
1589
1598
|
boost?: number | undefined;
|
|
1590
1599
|
hidden?: boolean | undefined;
|
|
1600
|
+
searchable?: boolean | undefined;
|
|
1591
1601
|
root?: string | undefined;
|
|
1592
1602
|
} & {
|
|
1593
1603
|
openapi?: string | string[] | {
|
|
@@ -1933,6 +1943,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1933
1943
|
tag?: string | undefined;
|
|
1934
1944
|
boost?: number | undefined;
|
|
1935
1945
|
hidden?: boolean | undefined;
|
|
1946
|
+
searchable?: boolean | undefined;
|
|
1936
1947
|
root?: string | undefined;
|
|
1937
1948
|
} & {
|
|
1938
1949
|
openapi?: string | string[] | {
|
|
@@ -1962,6 +1973,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1962
1973
|
tag?: string | undefined;
|
|
1963
1974
|
boost?: number | undefined;
|
|
1964
1975
|
hidden?: boolean | undefined;
|
|
1976
|
+
searchable?: boolean | undefined;
|
|
1965
1977
|
root?: string | undefined;
|
|
1966
1978
|
} & {
|
|
1967
1979
|
openapi?: string | string[] | {
|
|
@@ -2307,6 +2319,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2307
2319
|
tag?: string | undefined;
|
|
2308
2320
|
boost?: number | undefined;
|
|
2309
2321
|
hidden?: boolean | undefined;
|
|
2322
|
+
searchable?: boolean | undefined;
|
|
2310
2323
|
root?: string | undefined;
|
|
2311
2324
|
} & {
|
|
2312
2325
|
openapi?: string | string[] | {
|
|
@@ -2336,6 +2349,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2336
2349
|
tag?: string | undefined;
|
|
2337
2350
|
boost?: number | undefined;
|
|
2338
2351
|
hidden?: boolean | undefined;
|
|
2352
|
+
searchable?: boolean | undefined;
|
|
2339
2353
|
root?: string | undefined;
|
|
2340
2354
|
} & {
|
|
2341
2355
|
openapi?: string | string[] | {
|
|
@@ -2681,6 +2695,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2681
2695
|
tag?: string | undefined;
|
|
2682
2696
|
boost?: number | undefined;
|
|
2683
2697
|
hidden?: boolean | undefined;
|
|
2698
|
+
searchable?: boolean | undefined;
|
|
2684
2699
|
root?: string | undefined;
|
|
2685
2700
|
} & {
|
|
2686
2701
|
openapi?: string | string[] | {
|
|
@@ -2710,6 +2725,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2710
2725
|
tag?: string | undefined;
|
|
2711
2726
|
boost?: number | undefined;
|
|
2712
2727
|
hidden?: boolean | undefined;
|
|
2728
|
+
searchable?: boolean | undefined;
|
|
2713
2729
|
root?: string | undefined;
|
|
2714
2730
|
} & {
|
|
2715
2731
|
openapi?: string | string[] | {
|
|
@@ -3055,6 +3071,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
3055
3071
|
tag?: string | undefined;
|
|
3056
3072
|
boost?: number | undefined;
|
|
3057
3073
|
hidden?: boolean | undefined;
|
|
3074
|
+
searchable?: boolean | undefined;
|
|
3058
3075
|
root?: string | undefined;
|
|
3059
3076
|
} & {
|
|
3060
3077
|
openapi?: string | string[] | {
|
|
@@ -3084,6 +3101,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
3084
3101
|
tag?: string | undefined;
|
|
3085
3102
|
boost?: number | undefined;
|
|
3086
3103
|
hidden?: boolean | undefined;
|
|
3104
|
+
searchable?: boolean | undefined;
|
|
3087
3105
|
root?: string | undefined;
|
|
3088
3106
|
} & {
|
|
3089
3107
|
openapi?: string | string[] | {
|