@mintlify/link-rot 3.0.1048 → 3.0.1050
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.
|
@@ -382,6 +382,9 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
382
382
|
drilldown?: boolean | undefined;
|
|
383
383
|
} | undefined;
|
|
384
384
|
variables?: Record<string, string> | undefined;
|
|
385
|
+
markdown?: {
|
|
386
|
+
schema?: boolean | undefined;
|
|
387
|
+
} | undefined;
|
|
385
388
|
} | {
|
|
386
389
|
name: string;
|
|
387
390
|
theme: "aspen";
|
|
@@ -753,6 +756,9 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
753
756
|
drilldown?: boolean | undefined;
|
|
754
757
|
} | undefined;
|
|
755
758
|
variables?: Record<string, string> | undefined;
|
|
759
|
+
markdown?: {
|
|
760
|
+
schema?: boolean | undefined;
|
|
761
|
+
} | undefined;
|
|
756
762
|
} | {
|
|
757
763
|
name: string;
|
|
758
764
|
theme: "linden";
|
|
@@ -1124,6 +1130,9 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
1124
1130
|
drilldown?: boolean | undefined;
|
|
1125
1131
|
} | undefined;
|
|
1126
1132
|
variables?: Record<string, string> | undefined;
|
|
1133
|
+
markdown?: {
|
|
1134
|
+
schema?: boolean | undefined;
|
|
1135
|
+
} | undefined;
|
|
1127
1136
|
} | {
|
|
1128
1137
|
name: string;
|
|
1129
1138
|
theme: "luma";
|
|
@@ -1495,6 +1504,9 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
1495
1504
|
drilldown?: boolean | undefined;
|
|
1496
1505
|
} | undefined;
|
|
1497
1506
|
variables?: Record<string, string> | undefined;
|
|
1507
|
+
markdown?: {
|
|
1508
|
+
schema?: boolean | undefined;
|
|
1509
|
+
} | undefined;
|
|
1498
1510
|
} | {
|
|
1499
1511
|
name: string;
|
|
1500
1512
|
theme: "maple";
|
|
@@ -1866,6 +1878,9 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
1866
1878
|
drilldown?: boolean | undefined;
|
|
1867
1879
|
} | undefined;
|
|
1868
1880
|
variables?: Record<string, string> | undefined;
|
|
1881
|
+
markdown?: {
|
|
1882
|
+
schema?: boolean | undefined;
|
|
1883
|
+
} | undefined;
|
|
1869
1884
|
} | {
|
|
1870
1885
|
name: string;
|
|
1871
1886
|
theme: "mint";
|
|
@@ -2237,6 +2252,9 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
2237
2252
|
drilldown?: boolean | undefined;
|
|
2238
2253
|
} | undefined;
|
|
2239
2254
|
variables?: Record<string, string> | undefined;
|
|
2255
|
+
markdown?: {
|
|
2256
|
+
schema?: boolean | undefined;
|
|
2257
|
+
} | undefined;
|
|
2240
2258
|
} | {
|
|
2241
2259
|
name: string;
|
|
2242
2260
|
theme: "palm";
|
|
@@ -2608,6 +2626,9 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
2608
2626
|
drilldown?: boolean | undefined;
|
|
2609
2627
|
} | undefined;
|
|
2610
2628
|
variables?: Record<string, string> | undefined;
|
|
2629
|
+
markdown?: {
|
|
2630
|
+
schema?: boolean | undefined;
|
|
2631
|
+
} | undefined;
|
|
2611
2632
|
} | {
|
|
2612
2633
|
name: string;
|
|
2613
2634
|
theme: "sequoia";
|
|
@@ -2979,6 +3000,9 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
2979
3000
|
drilldown?: boolean | undefined;
|
|
2980
3001
|
} | undefined;
|
|
2981
3002
|
variables?: Record<string, string> | undefined;
|
|
3003
|
+
markdown?: {
|
|
3004
|
+
schema?: boolean | undefined;
|
|
3005
|
+
} | undefined;
|
|
2982
3006
|
} | {
|
|
2983
3007
|
name: string;
|
|
2984
3008
|
theme: "willow";
|
|
@@ -3350,6 +3374,9 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
3350
3374
|
drilldown?: boolean | undefined;
|
|
3351
3375
|
} | undefined;
|
|
3352
3376
|
variables?: Record<string, string> | undefined;
|
|
3377
|
+
markdown?: {
|
|
3378
|
+
schema?: boolean | undefined;
|
|
3379
|
+
} | undefined;
|
|
3353
3380
|
}> | {
|
|
3354
3381
|
warnings: import("zod").ZodIssue[];
|
|
3355
3382
|
success: true;
|
|
@@ -3724,6 +3751,9 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
3724
3751
|
drilldown?: boolean | undefined;
|
|
3725
3752
|
} | undefined;
|
|
3726
3753
|
variables?: Record<string, string> | undefined;
|
|
3754
|
+
markdown?: {
|
|
3755
|
+
schema?: boolean | undefined;
|
|
3756
|
+
} | undefined;
|
|
3727
3757
|
} | {
|
|
3728
3758
|
name: string;
|
|
3729
3759
|
$schema: string;
|
|
@@ -4095,6 +4125,9 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
4095
4125
|
drilldown?: boolean | undefined;
|
|
4096
4126
|
} | undefined;
|
|
4097
4127
|
variables?: Record<string, string> | undefined;
|
|
4128
|
+
markdown?: {
|
|
4129
|
+
schema?: boolean | undefined;
|
|
4130
|
+
} | undefined;
|
|
4098
4131
|
} | {
|
|
4099
4132
|
name: string;
|
|
4100
4133
|
$schema: string;
|
|
@@ -4466,6 +4499,9 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
4466
4499
|
drilldown?: boolean | undefined;
|
|
4467
4500
|
} | undefined;
|
|
4468
4501
|
variables?: Record<string, string> | undefined;
|
|
4502
|
+
markdown?: {
|
|
4503
|
+
schema?: boolean | undefined;
|
|
4504
|
+
} | undefined;
|
|
4469
4505
|
} | {
|
|
4470
4506
|
name: string;
|
|
4471
4507
|
$schema: string;
|
|
@@ -4837,6 +4873,9 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
4837
4873
|
drilldown?: boolean | undefined;
|
|
4838
4874
|
} | undefined;
|
|
4839
4875
|
variables?: Record<string, string> | undefined;
|
|
4876
|
+
markdown?: {
|
|
4877
|
+
schema?: boolean | undefined;
|
|
4878
|
+
} | undefined;
|
|
4840
4879
|
} | {
|
|
4841
4880
|
name: string;
|
|
4842
4881
|
$schema: string;
|
|
@@ -5208,6 +5247,9 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
5208
5247
|
drilldown?: boolean | undefined;
|
|
5209
5248
|
} | undefined;
|
|
5210
5249
|
variables?: Record<string, string> | undefined;
|
|
5250
|
+
markdown?: {
|
|
5251
|
+
schema?: boolean | undefined;
|
|
5252
|
+
} | undefined;
|
|
5211
5253
|
} | {
|
|
5212
5254
|
name: string;
|
|
5213
5255
|
$schema: string;
|
|
@@ -5579,6 +5621,9 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
5579
5621
|
drilldown?: boolean | undefined;
|
|
5580
5622
|
} | undefined;
|
|
5581
5623
|
variables?: Record<string, string> | undefined;
|
|
5624
|
+
markdown?: {
|
|
5625
|
+
schema?: boolean | undefined;
|
|
5626
|
+
} | undefined;
|
|
5582
5627
|
} | {
|
|
5583
5628
|
name: string;
|
|
5584
5629
|
$schema: string;
|
|
@@ -5950,6 +5995,9 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
5950
5995
|
drilldown?: boolean | undefined;
|
|
5951
5996
|
} | undefined;
|
|
5952
5997
|
variables?: Record<string, string> | undefined;
|
|
5998
|
+
markdown?: {
|
|
5999
|
+
schema?: boolean | undefined;
|
|
6000
|
+
} | undefined;
|
|
5953
6001
|
} | {
|
|
5954
6002
|
name: string;
|
|
5955
6003
|
$schema: string;
|
|
@@ -6321,6 +6369,9 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
6321
6369
|
drilldown?: boolean | undefined;
|
|
6322
6370
|
} | undefined;
|
|
6323
6371
|
variables?: Record<string, string> | undefined;
|
|
6372
|
+
markdown?: {
|
|
6373
|
+
schema?: boolean | undefined;
|
|
6374
|
+
} | undefined;
|
|
6324
6375
|
} | {
|
|
6325
6376
|
name: string;
|
|
6326
6377
|
$schema: string;
|
|
@@ -6692,6 +6743,9 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
6692
6743
|
drilldown?: boolean | undefined;
|
|
6693
6744
|
} | undefined;
|
|
6694
6745
|
variables?: Record<string, string> | undefined;
|
|
6746
|
+
markdown?: {
|
|
6747
|
+
schema?: boolean | undefined;
|
|
6748
|
+
} | undefined;
|
|
6695
6749
|
};
|
|
6696
6750
|
error?: never;
|
|
6697
6751
|
} | import("zod").SafeParseError<{
|