@mintlify/link-rot 3.0.1044 → 3.0.1046
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.
|
@@ -254,6 +254,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
254
254
|
description?: string | undefined;
|
|
255
255
|
banner?: {
|
|
256
256
|
content: string;
|
|
257
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
258
|
+
color?: {
|
|
259
|
+
light?: string | undefined;
|
|
260
|
+
dark?: string | undefined;
|
|
261
|
+
} | undefined;
|
|
257
262
|
dismissible?: boolean | undefined;
|
|
258
263
|
} | undefined;
|
|
259
264
|
navbar?: {
|
|
@@ -618,6 +623,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
618
623
|
description?: string | undefined;
|
|
619
624
|
banner?: {
|
|
620
625
|
content: string;
|
|
626
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
627
|
+
color?: {
|
|
628
|
+
light?: string | undefined;
|
|
629
|
+
dark?: string | undefined;
|
|
630
|
+
} | undefined;
|
|
621
631
|
dismissible?: boolean | undefined;
|
|
622
632
|
} | undefined;
|
|
623
633
|
navbar?: {
|
|
@@ -982,6 +992,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
982
992
|
description?: string | undefined;
|
|
983
993
|
banner?: {
|
|
984
994
|
content: string;
|
|
995
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
996
|
+
color?: {
|
|
997
|
+
light?: string | undefined;
|
|
998
|
+
dark?: string | undefined;
|
|
999
|
+
} | undefined;
|
|
985
1000
|
dismissible?: boolean | undefined;
|
|
986
1001
|
} | undefined;
|
|
987
1002
|
navbar?: {
|
|
@@ -1346,6 +1361,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
1346
1361
|
description?: string | undefined;
|
|
1347
1362
|
banner?: {
|
|
1348
1363
|
content: string;
|
|
1364
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
1365
|
+
color?: {
|
|
1366
|
+
light?: string | undefined;
|
|
1367
|
+
dark?: string | undefined;
|
|
1368
|
+
} | undefined;
|
|
1349
1369
|
dismissible?: boolean | undefined;
|
|
1350
1370
|
} | undefined;
|
|
1351
1371
|
navbar?: {
|
|
@@ -1710,6 +1730,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
1710
1730
|
description?: string | undefined;
|
|
1711
1731
|
banner?: {
|
|
1712
1732
|
content: string;
|
|
1733
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
1734
|
+
color?: {
|
|
1735
|
+
light?: string | undefined;
|
|
1736
|
+
dark?: string | undefined;
|
|
1737
|
+
} | undefined;
|
|
1713
1738
|
dismissible?: boolean | undefined;
|
|
1714
1739
|
} | undefined;
|
|
1715
1740
|
navbar?: {
|
|
@@ -2074,6 +2099,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
2074
2099
|
description?: string | undefined;
|
|
2075
2100
|
banner?: {
|
|
2076
2101
|
content: string;
|
|
2102
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
2103
|
+
color?: {
|
|
2104
|
+
light?: string | undefined;
|
|
2105
|
+
dark?: string | undefined;
|
|
2106
|
+
} | undefined;
|
|
2077
2107
|
dismissible?: boolean | undefined;
|
|
2078
2108
|
} | undefined;
|
|
2079
2109
|
navbar?: {
|
|
@@ -2438,6 +2468,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
2438
2468
|
description?: string | undefined;
|
|
2439
2469
|
banner?: {
|
|
2440
2470
|
content: string;
|
|
2471
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
2472
|
+
color?: {
|
|
2473
|
+
light?: string | undefined;
|
|
2474
|
+
dark?: string | undefined;
|
|
2475
|
+
} | undefined;
|
|
2441
2476
|
dismissible?: boolean | undefined;
|
|
2442
2477
|
} | undefined;
|
|
2443
2478
|
navbar?: {
|
|
@@ -2802,6 +2837,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
2802
2837
|
description?: string | undefined;
|
|
2803
2838
|
banner?: {
|
|
2804
2839
|
content: string;
|
|
2840
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
2841
|
+
color?: {
|
|
2842
|
+
light?: string | undefined;
|
|
2843
|
+
dark?: string | undefined;
|
|
2844
|
+
} | undefined;
|
|
2805
2845
|
dismissible?: boolean | undefined;
|
|
2806
2846
|
} | undefined;
|
|
2807
2847
|
navbar?: {
|
|
@@ -3166,6 +3206,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
3166
3206
|
description?: string | undefined;
|
|
3167
3207
|
banner?: {
|
|
3168
3208
|
content: string;
|
|
3209
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
3210
|
+
color?: {
|
|
3211
|
+
light?: string | undefined;
|
|
3212
|
+
dark?: string | undefined;
|
|
3213
|
+
} | undefined;
|
|
3169
3214
|
dismissible?: boolean | undefined;
|
|
3170
3215
|
} | undefined;
|
|
3171
3216
|
navbar?: {
|
|
@@ -3533,6 +3578,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
3533
3578
|
description?: string | undefined;
|
|
3534
3579
|
banner?: {
|
|
3535
3580
|
content: string;
|
|
3581
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
3582
|
+
color?: {
|
|
3583
|
+
light?: string | undefined;
|
|
3584
|
+
dark?: string | undefined;
|
|
3585
|
+
} | undefined;
|
|
3536
3586
|
dismissible?: boolean | undefined;
|
|
3537
3587
|
} | undefined;
|
|
3538
3588
|
navbar?: {
|
|
@@ -3897,6 +3947,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
3897
3947
|
description?: string | undefined;
|
|
3898
3948
|
banner?: {
|
|
3899
3949
|
content: string;
|
|
3950
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
3951
|
+
color?: {
|
|
3952
|
+
light?: string | undefined;
|
|
3953
|
+
dark?: string | undefined;
|
|
3954
|
+
} | undefined;
|
|
3900
3955
|
dismissible?: boolean | undefined;
|
|
3901
3956
|
} | undefined;
|
|
3902
3957
|
navbar?: {
|
|
@@ -4261,6 +4316,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
4261
4316
|
description?: string | undefined;
|
|
4262
4317
|
banner?: {
|
|
4263
4318
|
content: string;
|
|
4319
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
4320
|
+
color?: {
|
|
4321
|
+
light?: string | undefined;
|
|
4322
|
+
dark?: string | undefined;
|
|
4323
|
+
} | undefined;
|
|
4264
4324
|
dismissible?: boolean | undefined;
|
|
4265
4325
|
} | undefined;
|
|
4266
4326
|
navbar?: {
|
|
@@ -4625,6 +4685,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
4625
4685
|
description?: string | undefined;
|
|
4626
4686
|
banner?: {
|
|
4627
4687
|
content: string;
|
|
4688
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
4689
|
+
color?: {
|
|
4690
|
+
light?: string | undefined;
|
|
4691
|
+
dark?: string | undefined;
|
|
4692
|
+
} | undefined;
|
|
4628
4693
|
dismissible?: boolean | undefined;
|
|
4629
4694
|
} | undefined;
|
|
4630
4695
|
navbar?: {
|
|
@@ -4989,6 +5054,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
4989
5054
|
description?: string | undefined;
|
|
4990
5055
|
banner?: {
|
|
4991
5056
|
content: string;
|
|
5057
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
5058
|
+
color?: {
|
|
5059
|
+
light?: string | undefined;
|
|
5060
|
+
dark?: string | undefined;
|
|
5061
|
+
} | undefined;
|
|
4992
5062
|
dismissible?: boolean | undefined;
|
|
4993
5063
|
} | undefined;
|
|
4994
5064
|
navbar?: {
|
|
@@ -5353,6 +5423,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
5353
5423
|
description?: string | undefined;
|
|
5354
5424
|
banner?: {
|
|
5355
5425
|
content: string;
|
|
5426
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
5427
|
+
color?: {
|
|
5428
|
+
light?: string | undefined;
|
|
5429
|
+
dark?: string | undefined;
|
|
5430
|
+
} | undefined;
|
|
5356
5431
|
dismissible?: boolean | undefined;
|
|
5357
5432
|
} | undefined;
|
|
5358
5433
|
navbar?: {
|
|
@@ -5717,6 +5792,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
5717
5792
|
description?: string | undefined;
|
|
5718
5793
|
banner?: {
|
|
5719
5794
|
content: string;
|
|
5795
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
5796
|
+
color?: {
|
|
5797
|
+
light?: string | undefined;
|
|
5798
|
+
dark?: string | undefined;
|
|
5799
|
+
} | undefined;
|
|
5720
5800
|
dismissible?: boolean | undefined;
|
|
5721
5801
|
} | undefined;
|
|
5722
5802
|
navbar?: {
|
|
@@ -6081,6 +6161,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
6081
6161
|
description?: string | undefined;
|
|
6082
6162
|
banner?: {
|
|
6083
6163
|
content: string;
|
|
6164
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
6165
|
+
color?: {
|
|
6166
|
+
light?: string | undefined;
|
|
6167
|
+
dark?: string | undefined;
|
|
6168
|
+
} | undefined;
|
|
6084
6169
|
dismissible?: boolean | undefined;
|
|
6085
6170
|
} | undefined;
|
|
6086
6171
|
navbar?: {
|
|
@@ -6445,6 +6530,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
6445
6530
|
description?: string | undefined;
|
|
6446
6531
|
banner?: {
|
|
6447
6532
|
content: string;
|
|
6533
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
6534
|
+
color?: {
|
|
6535
|
+
light?: string | undefined;
|
|
6536
|
+
dark?: string | undefined;
|
|
6537
|
+
} | undefined;
|
|
6448
6538
|
dismissible?: boolean | undefined;
|
|
6449
6539
|
} | undefined;
|
|
6450
6540
|
navbar?: {
|