@mintlify/prebuild 1.0.1009 → 1.0.1011
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.
|
@@ -264,6 +264,11 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
264
264
|
description?: string | undefined;
|
|
265
265
|
banner?: {
|
|
266
266
|
content: string;
|
|
267
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
268
|
+
color?: {
|
|
269
|
+
light?: string | undefined;
|
|
270
|
+
dark?: string | undefined;
|
|
271
|
+
} | undefined;
|
|
267
272
|
dismissible?: boolean | undefined;
|
|
268
273
|
} | undefined;
|
|
269
274
|
navbar?: {
|
|
@@ -628,6 +633,11 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
628
633
|
description?: string | undefined;
|
|
629
634
|
banner?: {
|
|
630
635
|
content: string;
|
|
636
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
637
|
+
color?: {
|
|
638
|
+
light?: string | undefined;
|
|
639
|
+
dark?: string | undefined;
|
|
640
|
+
} | undefined;
|
|
631
641
|
dismissible?: boolean | undefined;
|
|
632
642
|
} | undefined;
|
|
633
643
|
navbar?: {
|
|
@@ -992,6 +1002,11 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
992
1002
|
description?: string | undefined;
|
|
993
1003
|
banner?: {
|
|
994
1004
|
content: string;
|
|
1005
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
1006
|
+
color?: {
|
|
1007
|
+
light?: string | undefined;
|
|
1008
|
+
dark?: string | undefined;
|
|
1009
|
+
} | undefined;
|
|
995
1010
|
dismissible?: boolean | undefined;
|
|
996
1011
|
} | undefined;
|
|
997
1012
|
navbar?: {
|
|
@@ -1356,6 +1371,11 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1356
1371
|
description?: string | undefined;
|
|
1357
1372
|
banner?: {
|
|
1358
1373
|
content: string;
|
|
1374
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
1375
|
+
color?: {
|
|
1376
|
+
light?: string | undefined;
|
|
1377
|
+
dark?: string | undefined;
|
|
1378
|
+
} | undefined;
|
|
1359
1379
|
dismissible?: boolean | undefined;
|
|
1360
1380
|
} | undefined;
|
|
1361
1381
|
navbar?: {
|
|
@@ -1720,6 +1740,11 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1720
1740
|
description?: string | undefined;
|
|
1721
1741
|
banner?: {
|
|
1722
1742
|
content: string;
|
|
1743
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
1744
|
+
color?: {
|
|
1745
|
+
light?: string | undefined;
|
|
1746
|
+
dark?: string | undefined;
|
|
1747
|
+
} | undefined;
|
|
1723
1748
|
dismissible?: boolean | undefined;
|
|
1724
1749
|
} | undefined;
|
|
1725
1750
|
navbar?: {
|
|
@@ -2084,6 +2109,11 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2084
2109
|
description?: string | undefined;
|
|
2085
2110
|
banner?: {
|
|
2086
2111
|
content: string;
|
|
2112
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
2113
|
+
color?: {
|
|
2114
|
+
light?: string | undefined;
|
|
2115
|
+
dark?: string | undefined;
|
|
2116
|
+
} | undefined;
|
|
2087
2117
|
dismissible?: boolean | undefined;
|
|
2088
2118
|
} | undefined;
|
|
2089
2119
|
navbar?: {
|
|
@@ -2448,6 +2478,11 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2448
2478
|
description?: string | undefined;
|
|
2449
2479
|
banner?: {
|
|
2450
2480
|
content: string;
|
|
2481
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
2482
|
+
color?: {
|
|
2483
|
+
light?: string | undefined;
|
|
2484
|
+
dark?: string | undefined;
|
|
2485
|
+
} | undefined;
|
|
2451
2486
|
dismissible?: boolean | undefined;
|
|
2452
2487
|
} | undefined;
|
|
2453
2488
|
navbar?: {
|
|
@@ -2812,6 +2847,11 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2812
2847
|
description?: string | undefined;
|
|
2813
2848
|
banner?: {
|
|
2814
2849
|
content: string;
|
|
2850
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
2851
|
+
color?: {
|
|
2852
|
+
light?: string | undefined;
|
|
2853
|
+
dark?: string | undefined;
|
|
2854
|
+
} | undefined;
|
|
2815
2855
|
dismissible?: boolean | undefined;
|
|
2816
2856
|
} | undefined;
|
|
2817
2857
|
navbar?: {
|
|
@@ -3176,6 +3216,11 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
3176
3216
|
description?: string | undefined;
|
|
3177
3217
|
banner?: {
|
|
3178
3218
|
content: string;
|
|
3219
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
3220
|
+
color?: {
|
|
3221
|
+
light?: string | undefined;
|
|
3222
|
+
dark?: string | undefined;
|
|
3223
|
+
} | undefined;
|
|
3179
3224
|
dismissible?: boolean | undefined;
|
|
3180
3225
|
} | undefined;
|
|
3181
3226
|
navbar?: {
|
|
@@ -259,6 +259,11 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
259
259
|
description?: string | undefined;
|
|
260
260
|
banner?: {
|
|
261
261
|
content: string;
|
|
262
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
263
|
+
color?: {
|
|
264
|
+
light?: string | undefined;
|
|
265
|
+
dark?: string | undefined;
|
|
266
|
+
} | undefined;
|
|
262
267
|
dismissible?: boolean | undefined;
|
|
263
268
|
} | undefined;
|
|
264
269
|
navbar?: {
|
|
@@ -623,6 +628,11 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
623
628
|
description?: string | undefined;
|
|
624
629
|
banner?: {
|
|
625
630
|
content: string;
|
|
631
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
632
|
+
color?: {
|
|
633
|
+
light?: string | undefined;
|
|
634
|
+
dark?: string | undefined;
|
|
635
|
+
} | undefined;
|
|
626
636
|
dismissible?: boolean | undefined;
|
|
627
637
|
} | undefined;
|
|
628
638
|
navbar?: {
|
|
@@ -987,6 +997,11 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
987
997
|
description?: string | undefined;
|
|
988
998
|
banner?: {
|
|
989
999
|
content: string;
|
|
1000
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
1001
|
+
color?: {
|
|
1002
|
+
light?: string | undefined;
|
|
1003
|
+
dark?: string | undefined;
|
|
1004
|
+
} | undefined;
|
|
990
1005
|
dismissible?: boolean | undefined;
|
|
991
1006
|
} | undefined;
|
|
992
1007
|
navbar?: {
|
|
@@ -1351,6 +1366,11 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1351
1366
|
description?: string | undefined;
|
|
1352
1367
|
banner?: {
|
|
1353
1368
|
content: string;
|
|
1369
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
1370
|
+
color?: {
|
|
1371
|
+
light?: string | undefined;
|
|
1372
|
+
dark?: string | undefined;
|
|
1373
|
+
} | undefined;
|
|
1354
1374
|
dismissible?: boolean | undefined;
|
|
1355
1375
|
} | undefined;
|
|
1356
1376
|
navbar?: {
|
|
@@ -1715,6 +1735,11 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1715
1735
|
description?: string | undefined;
|
|
1716
1736
|
banner?: {
|
|
1717
1737
|
content: string;
|
|
1738
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
1739
|
+
color?: {
|
|
1740
|
+
light?: string | undefined;
|
|
1741
|
+
dark?: string | undefined;
|
|
1742
|
+
} | undefined;
|
|
1718
1743
|
dismissible?: boolean | undefined;
|
|
1719
1744
|
} | undefined;
|
|
1720
1745
|
navbar?: {
|
|
@@ -2079,6 +2104,11 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2079
2104
|
description?: string | undefined;
|
|
2080
2105
|
banner?: {
|
|
2081
2106
|
content: string;
|
|
2107
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
2108
|
+
color?: {
|
|
2109
|
+
light?: string | undefined;
|
|
2110
|
+
dark?: string | undefined;
|
|
2111
|
+
} | undefined;
|
|
2082
2112
|
dismissible?: boolean | undefined;
|
|
2083
2113
|
} | undefined;
|
|
2084
2114
|
navbar?: {
|
|
@@ -2443,6 +2473,11 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2443
2473
|
description?: string | undefined;
|
|
2444
2474
|
banner?: {
|
|
2445
2475
|
content: string;
|
|
2476
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
2477
|
+
color?: {
|
|
2478
|
+
light?: string | undefined;
|
|
2479
|
+
dark?: string | undefined;
|
|
2480
|
+
} | undefined;
|
|
2446
2481
|
dismissible?: boolean | undefined;
|
|
2447
2482
|
} | undefined;
|
|
2448
2483
|
navbar?: {
|
|
@@ -2807,6 +2842,11 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2807
2842
|
description?: string | undefined;
|
|
2808
2843
|
banner?: {
|
|
2809
2844
|
content: string;
|
|
2845
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
2846
|
+
color?: {
|
|
2847
|
+
light?: string | undefined;
|
|
2848
|
+
dark?: string | undefined;
|
|
2849
|
+
} | undefined;
|
|
2810
2850
|
dismissible?: boolean | undefined;
|
|
2811
2851
|
} | undefined;
|
|
2812
2852
|
navbar?: {
|
|
@@ -3171,6 +3211,11 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
3171
3211
|
description?: string | undefined;
|
|
3172
3212
|
banner?: {
|
|
3173
3213
|
content: string;
|
|
3214
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
3215
|
+
color?: {
|
|
3216
|
+
light?: string | undefined;
|
|
3217
|
+
dark?: string | undefined;
|
|
3218
|
+
} | undefined;
|
|
3174
3219
|
dismissible?: boolean | undefined;
|
|
3175
3220
|
} | undefined;
|
|
3176
3221
|
navbar?: {
|