@mintlify/link-rot 3.0.1198 → 3.0.1200
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.
|
@@ -260,6 +260,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
260
260
|
seo?: {
|
|
261
261
|
metatags?: Record<string, string> | undefined;
|
|
262
262
|
indexing?: "all" | "navigable" | undefined;
|
|
263
|
+
trailingSlash?: boolean | undefined;
|
|
263
264
|
} | undefined;
|
|
264
265
|
description?: string | undefined;
|
|
265
266
|
banner?: {
|
|
@@ -643,6 +644,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
643
644
|
seo?: {
|
|
644
645
|
metatags?: Record<string, string> | undefined;
|
|
645
646
|
indexing?: "all" | "navigable" | undefined;
|
|
647
|
+
trailingSlash?: boolean | undefined;
|
|
646
648
|
} | undefined;
|
|
647
649
|
description?: string | undefined;
|
|
648
650
|
banner?: {
|
|
@@ -1026,6 +1028,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
1026
1028
|
seo?: {
|
|
1027
1029
|
metatags?: Record<string, string> | undefined;
|
|
1028
1030
|
indexing?: "all" | "navigable" | undefined;
|
|
1031
|
+
trailingSlash?: boolean | undefined;
|
|
1029
1032
|
} | undefined;
|
|
1030
1033
|
description?: string | undefined;
|
|
1031
1034
|
banner?: {
|
|
@@ -1409,6 +1412,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
1409
1412
|
seo?: {
|
|
1410
1413
|
metatags?: Record<string, string> | undefined;
|
|
1411
1414
|
indexing?: "all" | "navigable" | undefined;
|
|
1415
|
+
trailingSlash?: boolean | undefined;
|
|
1412
1416
|
} | undefined;
|
|
1413
1417
|
description?: string | undefined;
|
|
1414
1418
|
banner?: {
|
|
@@ -1792,6 +1796,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
1792
1796
|
seo?: {
|
|
1793
1797
|
metatags?: Record<string, string> | undefined;
|
|
1794
1798
|
indexing?: "all" | "navigable" | undefined;
|
|
1799
|
+
trailingSlash?: boolean | undefined;
|
|
1795
1800
|
} | undefined;
|
|
1796
1801
|
description?: string | undefined;
|
|
1797
1802
|
banner?: {
|
|
@@ -2175,6 +2180,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
2175
2180
|
seo?: {
|
|
2176
2181
|
metatags?: Record<string, string> | undefined;
|
|
2177
2182
|
indexing?: "all" | "navigable" | undefined;
|
|
2183
|
+
trailingSlash?: boolean | undefined;
|
|
2178
2184
|
} | undefined;
|
|
2179
2185
|
description?: string | undefined;
|
|
2180
2186
|
banner?: {
|
|
@@ -2558,6 +2564,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
2558
2564
|
seo?: {
|
|
2559
2565
|
metatags?: Record<string, string> | undefined;
|
|
2560
2566
|
indexing?: "all" | "navigable" | undefined;
|
|
2567
|
+
trailingSlash?: boolean | undefined;
|
|
2561
2568
|
} | undefined;
|
|
2562
2569
|
description?: string | undefined;
|
|
2563
2570
|
banner?: {
|
|
@@ -2941,6 +2948,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
2941
2948
|
seo?: {
|
|
2942
2949
|
metatags?: Record<string, string> | undefined;
|
|
2943
2950
|
indexing?: "all" | "navigable" | undefined;
|
|
2951
|
+
trailingSlash?: boolean | undefined;
|
|
2944
2952
|
} | undefined;
|
|
2945
2953
|
description?: string | undefined;
|
|
2946
2954
|
banner?: {
|
|
@@ -3324,6 +3332,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
3324
3332
|
seo?: {
|
|
3325
3333
|
metatags?: Record<string, string> | undefined;
|
|
3326
3334
|
indexing?: "all" | "navigable" | undefined;
|
|
3335
|
+
trailingSlash?: boolean | undefined;
|
|
3327
3336
|
} | undefined;
|
|
3328
3337
|
description?: string | undefined;
|
|
3329
3338
|
banner?: {
|
|
@@ -3710,6 +3719,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
3710
3719
|
seo?: {
|
|
3711
3720
|
metatags?: Record<string, string> | undefined;
|
|
3712
3721
|
indexing?: "all" | "navigable" | undefined;
|
|
3722
|
+
trailingSlash?: boolean | undefined;
|
|
3713
3723
|
} | undefined;
|
|
3714
3724
|
description?: string | undefined;
|
|
3715
3725
|
banner?: {
|
|
@@ -4093,6 +4103,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
4093
4103
|
seo?: {
|
|
4094
4104
|
metatags?: Record<string, string> | undefined;
|
|
4095
4105
|
indexing?: "all" | "navigable" | undefined;
|
|
4106
|
+
trailingSlash?: boolean | undefined;
|
|
4096
4107
|
} | undefined;
|
|
4097
4108
|
description?: string | undefined;
|
|
4098
4109
|
banner?: {
|
|
@@ -4476,6 +4487,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
4476
4487
|
seo?: {
|
|
4477
4488
|
metatags?: Record<string, string> | undefined;
|
|
4478
4489
|
indexing?: "all" | "navigable" | undefined;
|
|
4490
|
+
trailingSlash?: boolean | undefined;
|
|
4479
4491
|
} | undefined;
|
|
4480
4492
|
description?: string | undefined;
|
|
4481
4493
|
banner?: {
|
|
@@ -4859,6 +4871,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
4859
4871
|
seo?: {
|
|
4860
4872
|
metatags?: Record<string, string> | undefined;
|
|
4861
4873
|
indexing?: "all" | "navigable" | undefined;
|
|
4874
|
+
trailingSlash?: boolean | undefined;
|
|
4862
4875
|
} | undefined;
|
|
4863
4876
|
description?: string | undefined;
|
|
4864
4877
|
banner?: {
|
|
@@ -5242,6 +5255,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
5242
5255
|
seo?: {
|
|
5243
5256
|
metatags?: Record<string, string> | undefined;
|
|
5244
5257
|
indexing?: "all" | "navigable" | undefined;
|
|
5258
|
+
trailingSlash?: boolean | undefined;
|
|
5245
5259
|
} | undefined;
|
|
5246
5260
|
description?: string | undefined;
|
|
5247
5261
|
banner?: {
|
|
@@ -5625,6 +5639,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
5625
5639
|
seo?: {
|
|
5626
5640
|
metatags?: Record<string, string> | undefined;
|
|
5627
5641
|
indexing?: "all" | "navigable" | undefined;
|
|
5642
|
+
trailingSlash?: boolean | undefined;
|
|
5628
5643
|
} | undefined;
|
|
5629
5644
|
description?: string | undefined;
|
|
5630
5645
|
banner?: {
|
|
@@ -6008,6 +6023,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
6008
6023
|
seo?: {
|
|
6009
6024
|
metatags?: Record<string, string> | undefined;
|
|
6010
6025
|
indexing?: "all" | "navigable" | undefined;
|
|
6026
|
+
trailingSlash?: boolean | undefined;
|
|
6011
6027
|
} | undefined;
|
|
6012
6028
|
description?: string | undefined;
|
|
6013
6029
|
banner?: {
|
|
@@ -6391,6 +6407,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
6391
6407
|
seo?: {
|
|
6392
6408
|
metatags?: Record<string, string> | undefined;
|
|
6393
6409
|
indexing?: "all" | "navigable" | undefined;
|
|
6410
|
+
trailingSlash?: boolean | undefined;
|
|
6394
6411
|
} | undefined;
|
|
6395
6412
|
description?: string | undefined;
|
|
6396
6413
|
banner?: {
|
|
@@ -6774,6 +6791,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
6774
6791
|
seo?: {
|
|
6775
6792
|
metatags?: Record<string, string> | undefined;
|
|
6776
6793
|
indexing?: "all" | "navigable" | undefined;
|
|
6794
|
+
trailingSlash?: boolean | undefined;
|
|
6777
6795
|
} | undefined;
|
|
6778
6796
|
description?: string | undefined;
|
|
6779
6797
|
banner?: {
|