@mintlify/prebuild 1.0.722 → 1.0.723
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.
|
@@ -416,6 +416,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
416
416
|
thumbnails?: {
|
|
417
417
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
418
418
|
background?: string | undefined;
|
|
419
|
+
fonts?: {
|
|
420
|
+
family: string;
|
|
421
|
+
} | undefined;
|
|
419
422
|
} | undefined;
|
|
420
423
|
interaction?: {
|
|
421
424
|
drilldown?: boolean | undefined;
|
|
@@ -818,6 +821,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
818
821
|
thumbnails?: {
|
|
819
822
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
820
823
|
background?: string | undefined;
|
|
824
|
+
fonts?: {
|
|
825
|
+
family: string;
|
|
826
|
+
} | undefined;
|
|
821
827
|
} | undefined;
|
|
822
828
|
interaction?: {
|
|
823
829
|
drilldown?: boolean | undefined;
|
|
@@ -1220,6 +1226,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1220
1226
|
thumbnails?: {
|
|
1221
1227
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
1222
1228
|
background?: string | undefined;
|
|
1229
|
+
fonts?: {
|
|
1230
|
+
family: string;
|
|
1231
|
+
} | undefined;
|
|
1223
1232
|
} | undefined;
|
|
1224
1233
|
interaction?: {
|
|
1225
1234
|
drilldown?: boolean | undefined;
|
|
@@ -1622,6 +1631,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1622
1631
|
thumbnails?: {
|
|
1623
1632
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
1624
1633
|
background?: string | undefined;
|
|
1634
|
+
fonts?: {
|
|
1635
|
+
family: string;
|
|
1636
|
+
} | undefined;
|
|
1625
1637
|
} | undefined;
|
|
1626
1638
|
interaction?: {
|
|
1627
1639
|
drilldown?: boolean | undefined;
|
|
@@ -2024,6 +2036,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2024
2036
|
thumbnails?: {
|
|
2025
2037
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
2026
2038
|
background?: string | undefined;
|
|
2039
|
+
fonts?: {
|
|
2040
|
+
family: string;
|
|
2041
|
+
} | undefined;
|
|
2027
2042
|
} | undefined;
|
|
2028
2043
|
interaction?: {
|
|
2029
2044
|
drilldown?: boolean | undefined;
|
|
@@ -2426,6 +2441,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2426
2441
|
thumbnails?: {
|
|
2427
2442
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
2428
2443
|
background?: string | undefined;
|
|
2444
|
+
fonts?: {
|
|
2445
|
+
family: string;
|
|
2446
|
+
} | undefined;
|
|
2429
2447
|
} | undefined;
|
|
2430
2448
|
interaction?: {
|
|
2431
2449
|
drilldown?: boolean | undefined;
|
|
@@ -2828,6 +2846,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2828
2846
|
thumbnails?: {
|
|
2829
2847
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
2830
2848
|
background?: string | undefined;
|
|
2849
|
+
fonts?: {
|
|
2850
|
+
family: string;
|
|
2851
|
+
} | undefined;
|
|
2831
2852
|
} | undefined;
|
|
2832
2853
|
interaction?: {
|
|
2833
2854
|
drilldown?: boolean | undefined;
|
|
@@ -411,6 +411,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
411
411
|
thumbnails?: {
|
|
412
412
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
413
413
|
background?: string | undefined;
|
|
414
|
+
fonts?: {
|
|
415
|
+
family: string;
|
|
416
|
+
} | undefined;
|
|
414
417
|
} | undefined;
|
|
415
418
|
interaction?: {
|
|
416
419
|
drilldown?: boolean | undefined;
|
|
@@ -813,6 +816,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
813
816
|
thumbnails?: {
|
|
814
817
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
815
818
|
background?: string | undefined;
|
|
819
|
+
fonts?: {
|
|
820
|
+
family: string;
|
|
821
|
+
} | undefined;
|
|
816
822
|
} | undefined;
|
|
817
823
|
interaction?: {
|
|
818
824
|
drilldown?: boolean | undefined;
|
|
@@ -1215,6 +1221,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1215
1221
|
thumbnails?: {
|
|
1216
1222
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
1217
1223
|
background?: string | undefined;
|
|
1224
|
+
fonts?: {
|
|
1225
|
+
family: string;
|
|
1226
|
+
} | undefined;
|
|
1218
1227
|
} | undefined;
|
|
1219
1228
|
interaction?: {
|
|
1220
1229
|
drilldown?: boolean | undefined;
|
|
@@ -1617,6 +1626,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1617
1626
|
thumbnails?: {
|
|
1618
1627
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
1619
1628
|
background?: string | undefined;
|
|
1629
|
+
fonts?: {
|
|
1630
|
+
family: string;
|
|
1631
|
+
} | undefined;
|
|
1620
1632
|
} | undefined;
|
|
1621
1633
|
interaction?: {
|
|
1622
1634
|
drilldown?: boolean | undefined;
|
|
@@ -2019,6 +2031,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2019
2031
|
thumbnails?: {
|
|
2020
2032
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
2021
2033
|
background?: string | undefined;
|
|
2034
|
+
fonts?: {
|
|
2035
|
+
family: string;
|
|
2036
|
+
} | undefined;
|
|
2022
2037
|
} | undefined;
|
|
2023
2038
|
interaction?: {
|
|
2024
2039
|
drilldown?: boolean | undefined;
|
|
@@ -2421,6 +2436,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2421
2436
|
thumbnails?: {
|
|
2422
2437
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
2423
2438
|
background?: string | undefined;
|
|
2439
|
+
fonts?: {
|
|
2440
|
+
family: string;
|
|
2441
|
+
} | undefined;
|
|
2424
2442
|
} | undefined;
|
|
2425
2443
|
interaction?: {
|
|
2426
2444
|
drilldown?: boolean | undefined;
|
|
@@ -2823,6 +2841,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2823
2841
|
thumbnails?: {
|
|
2824
2842
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
2825
2843
|
background?: string | undefined;
|
|
2844
|
+
fonts?: {
|
|
2845
|
+
family: string;
|
|
2846
|
+
} | undefined;
|
|
2826
2847
|
} | undefined;
|
|
2827
2848
|
interaction?: {
|
|
2828
2849
|
drilldown?: boolean | undefined;
|