@mintlify/validation 0.1.547 → 0.1.548
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.
- package/dist/mint-config/schemas/v2/index.d.ts +64 -64
- package/dist/mint-config/schemas/v2/properties/navigation/languages.d.ts +0 -36
- package/dist/mint-config/schemas/v2/properties/navigation/languages.js +0 -2
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +8 -8
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +8 -8
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +8 -8
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +8 -8
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +8 -8
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +8 -8
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +8 -8
- package/dist/mint-config/validateConfig.d.ts +56 -56
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -1673,10 +1673,6 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1673
1673
|
indexing?: "all" | "navigable" | undefined;
|
|
1674
1674
|
} | undefined;
|
|
1675
1675
|
description?: string | undefined;
|
|
1676
|
-
banner?: {
|
|
1677
|
-
content: string;
|
|
1678
|
-
dismissible?: boolean | undefined;
|
|
1679
|
-
} | undefined;
|
|
1680
1676
|
appearance?: {
|
|
1681
1677
|
strict?: boolean | undefined;
|
|
1682
1678
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -1735,6 +1731,10 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1735
1731
|
} | undefined;
|
|
1736
1732
|
latex?: boolean | undefined;
|
|
1737
1733
|
} | undefined;
|
|
1734
|
+
banner?: {
|
|
1735
|
+
content: string;
|
|
1736
|
+
dismissible?: boolean | undefined;
|
|
1737
|
+
} | undefined;
|
|
1738
1738
|
errors?: {
|
|
1739
1739
|
'404': {
|
|
1740
1740
|
redirect: boolean;
|
|
@@ -1996,10 +1996,6 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1996
1996
|
indexing?: "all" | "navigable" | undefined;
|
|
1997
1997
|
} | undefined;
|
|
1998
1998
|
description?: string | undefined;
|
|
1999
|
-
banner?: {
|
|
2000
|
-
content: string;
|
|
2001
|
-
dismissible?: boolean | undefined;
|
|
2002
|
-
} | undefined;
|
|
2003
1999
|
appearance?: {
|
|
2004
2000
|
strict?: boolean | undefined;
|
|
2005
2001
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -2058,6 +2054,10 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
2058
2054
|
} | undefined;
|
|
2059
2055
|
latex?: boolean | undefined;
|
|
2060
2056
|
} | undefined;
|
|
2057
|
+
banner?: {
|
|
2058
|
+
content: string;
|
|
2059
|
+
dismissible?: boolean | undefined;
|
|
2060
|
+
} | undefined;
|
|
2061
2061
|
errors?: {
|
|
2062
2062
|
'404': {
|
|
2063
2063
|
title?: string | undefined;
|
|
@@ -719,10 +719,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
719
719
|
indexing?: "all" | "navigable" | undefined;
|
|
720
720
|
} | undefined;
|
|
721
721
|
description?: string | undefined;
|
|
722
|
-
banner?: {
|
|
723
|
-
content: string;
|
|
724
|
-
dismissible?: boolean | undefined;
|
|
725
|
-
} | undefined;
|
|
726
722
|
appearance?: {
|
|
727
723
|
strict?: boolean | undefined;
|
|
728
724
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -781,6 +777,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
781
777
|
} | undefined;
|
|
782
778
|
latex?: boolean | undefined;
|
|
783
779
|
} | undefined;
|
|
780
|
+
banner?: {
|
|
781
|
+
content: string;
|
|
782
|
+
dismissible?: boolean | undefined;
|
|
783
|
+
} | undefined;
|
|
784
784
|
errors?: {
|
|
785
785
|
'404': {
|
|
786
786
|
title?: string | undefined;
|
|
@@ -1042,10 +1042,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1042
1042
|
indexing?: "all" | "navigable" | undefined;
|
|
1043
1043
|
} | undefined;
|
|
1044
1044
|
description?: string | undefined;
|
|
1045
|
-
banner?: {
|
|
1046
|
-
content: string;
|
|
1047
|
-
dismissible?: boolean | undefined;
|
|
1048
|
-
} | undefined;
|
|
1049
1045
|
appearance?: {
|
|
1050
1046
|
strict?: boolean | undefined;
|
|
1051
1047
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -1104,6 +1100,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1104
1100
|
} | undefined;
|
|
1105
1101
|
latex?: boolean | undefined;
|
|
1106
1102
|
} | undefined;
|
|
1103
|
+
banner?: {
|
|
1104
|
+
content: string;
|
|
1105
|
+
dismissible?: boolean | undefined;
|
|
1106
|
+
} | undefined;
|
|
1107
1107
|
errors?: {
|
|
1108
1108
|
'404': {
|
|
1109
1109
|
title?: string | undefined;
|
|
@@ -1365,10 +1365,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1365
1365
|
indexing?: "all" | "navigable" | undefined;
|
|
1366
1366
|
} | undefined;
|
|
1367
1367
|
description?: string | undefined;
|
|
1368
|
-
banner?: {
|
|
1369
|
-
content: string;
|
|
1370
|
-
dismissible?: boolean | undefined;
|
|
1371
|
-
} | undefined;
|
|
1372
1368
|
appearance?: {
|
|
1373
1369
|
strict?: boolean | undefined;
|
|
1374
1370
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -1427,6 +1423,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1427
1423
|
} | undefined;
|
|
1428
1424
|
latex?: boolean | undefined;
|
|
1429
1425
|
} | undefined;
|
|
1426
|
+
banner?: {
|
|
1427
|
+
content: string;
|
|
1428
|
+
dismissible?: boolean | undefined;
|
|
1429
|
+
} | undefined;
|
|
1430
1430
|
errors?: {
|
|
1431
1431
|
'404': {
|
|
1432
1432
|
title?: string | undefined;
|
|
@@ -1688,10 +1688,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1688
1688
|
indexing?: "all" | "navigable" | undefined;
|
|
1689
1689
|
} | undefined;
|
|
1690
1690
|
description?: string | undefined;
|
|
1691
|
-
banner?: {
|
|
1692
|
-
content: string;
|
|
1693
|
-
dismissible?: boolean | undefined;
|
|
1694
|
-
} | undefined;
|
|
1695
1691
|
appearance?: {
|
|
1696
1692
|
strict?: boolean | undefined;
|
|
1697
1693
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -1750,6 +1746,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1750
1746
|
} | undefined;
|
|
1751
1747
|
latex?: boolean | undefined;
|
|
1752
1748
|
} | undefined;
|
|
1749
|
+
banner?: {
|
|
1750
|
+
content: string;
|
|
1751
|
+
dismissible?: boolean | undefined;
|
|
1752
|
+
} | undefined;
|
|
1753
1753
|
errors?: {
|
|
1754
1754
|
'404': {
|
|
1755
1755
|
title?: string | undefined;
|
|
@@ -2011,10 +2011,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2011
2011
|
indexing?: "all" | "navigable" | undefined;
|
|
2012
2012
|
} | undefined;
|
|
2013
2013
|
description?: string | undefined;
|
|
2014
|
-
banner?: {
|
|
2015
|
-
content: string;
|
|
2016
|
-
dismissible?: boolean | undefined;
|
|
2017
|
-
} | undefined;
|
|
2018
2014
|
appearance?: {
|
|
2019
2015
|
strict?: boolean | undefined;
|
|
2020
2016
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -2073,6 +2069,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2073
2069
|
} | undefined;
|
|
2074
2070
|
latex?: boolean | undefined;
|
|
2075
2071
|
} | undefined;
|
|
2072
|
+
banner?: {
|
|
2073
|
+
content: string;
|
|
2074
|
+
dismissible?: boolean | undefined;
|
|
2075
|
+
} | undefined;
|
|
2076
2076
|
errors?: {
|
|
2077
2077
|
'404': {
|
|
2078
2078
|
title?: string | undefined;
|
|
@@ -2334,10 +2334,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2334
2334
|
indexing?: "all" | "navigable" | undefined;
|
|
2335
2335
|
} | undefined;
|
|
2336
2336
|
description?: string | undefined;
|
|
2337
|
-
banner?: {
|
|
2338
|
-
content: string;
|
|
2339
|
-
dismissible?: boolean | undefined;
|
|
2340
|
-
} | undefined;
|
|
2341
2337
|
appearance?: {
|
|
2342
2338
|
strict?: boolean | undefined;
|
|
2343
2339
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -2396,6 +2392,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2396
2392
|
} | undefined;
|
|
2397
2393
|
latex?: boolean | undefined;
|
|
2398
2394
|
} | undefined;
|
|
2395
|
+
banner?: {
|
|
2396
|
+
content: string;
|
|
2397
|
+
dismissible?: boolean | undefined;
|
|
2398
|
+
} | undefined;
|
|
2399
2399
|
errors?: {
|
|
2400
2400
|
'404': {
|
|
2401
2401
|
title?: string | undefined;
|
|
@@ -2657,10 +2657,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2657
2657
|
indexing?: "all" | "navigable" | undefined;
|
|
2658
2658
|
} | undefined;
|
|
2659
2659
|
description?: string | undefined;
|
|
2660
|
-
banner?: {
|
|
2661
|
-
content: string;
|
|
2662
|
-
dismissible?: boolean | undefined;
|
|
2663
|
-
} | undefined;
|
|
2664
2660
|
appearance?: {
|
|
2665
2661
|
strict?: boolean | undefined;
|
|
2666
2662
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -2719,6 +2715,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2719
2715
|
} | undefined;
|
|
2720
2716
|
latex?: boolean | undefined;
|
|
2721
2717
|
} | undefined;
|
|
2718
|
+
banner?: {
|
|
2719
|
+
content: string;
|
|
2720
|
+
dismissible?: boolean | undefined;
|
|
2721
|
+
} | undefined;
|
|
2722
2722
|
errors?: {
|
|
2723
2723
|
'404': {
|
|
2724
2724
|
title?: string | undefined;
|
|
@@ -2983,10 +2983,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2983
2983
|
indexing?: "all" | "navigable" | undefined;
|
|
2984
2984
|
} | undefined;
|
|
2985
2985
|
description?: string | undefined;
|
|
2986
|
-
banner?: {
|
|
2987
|
-
content: string;
|
|
2988
|
-
dismissible?: boolean | undefined;
|
|
2989
|
-
} | undefined;
|
|
2990
2986
|
appearance?: {
|
|
2991
2987
|
strict?: boolean | undefined;
|
|
2992
2988
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -3045,6 +3041,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3045
3041
|
} | undefined;
|
|
3046
3042
|
latex?: boolean | undefined;
|
|
3047
3043
|
} | undefined;
|
|
3044
|
+
banner?: {
|
|
3045
|
+
content: string;
|
|
3046
|
+
dismissible?: boolean | undefined;
|
|
3047
|
+
} | undefined;
|
|
3048
3048
|
errors?: {
|
|
3049
3049
|
'404': {
|
|
3050
3050
|
redirect: boolean;
|
|
@@ -3306,10 +3306,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3306
3306
|
indexing?: "all" | "navigable" | undefined;
|
|
3307
3307
|
} | undefined;
|
|
3308
3308
|
description?: string | undefined;
|
|
3309
|
-
banner?: {
|
|
3310
|
-
content: string;
|
|
3311
|
-
dismissible?: boolean | undefined;
|
|
3312
|
-
} | undefined;
|
|
3313
3309
|
appearance?: {
|
|
3314
3310
|
strict?: boolean | undefined;
|
|
3315
3311
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -3368,6 +3364,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3368
3364
|
} | undefined;
|
|
3369
3365
|
latex?: boolean | undefined;
|
|
3370
3366
|
} | undefined;
|
|
3367
|
+
banner?: {
|
|
3368
|
+
content: string;
|
|
3369
|
+
dismissible?: boolean | undefined;
|
|
3370
|
+
} | undefined;
|
|
3371
3371
|
errors?: {
|
|
3372
3372
|
'404': {
|
|
3373
3373
|
redirect: boolean;
|
|
@@ -3629,10 +3629,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3629
3629
|
indexing?: "all" | "navigable" | undefined;
|
|
3630
3630
|
} | undefined;
|
|
3631
3631
|
description?: string | undefined;
|
|
3632
|
-
banner?: {
|
|
3633
|
-
content: string;
|
|
3634
|
-
dismissible?: boolean | undefined;
|
|
3635
|
-
} | undefined;
|
|
3636
3632
|
appearance?: {
|
|
3637
3633
|
strict?: boolean | undefined;
|
|
3638
3634
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -3691,6 +3687,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3691
3687
|
} | undefined;
|
|
3692
3688
|
latex?: boolean | undefined;
|
|
3693
3689
|
} | undefined;
|
|
3690
|
+
banner?: {
|
|
3691
|
+
content: string;
|
|
3692
|
+
dismissible?: boolean | undefined;
|
|
3693
|
+
} | undefined;
|
|
3694
3694
|
errors?: {
|
|
3695
3695
|
'404': {
|
|
3696
3696
|
redirect: boolean;
|
|
@@ -3952,10 +3952,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3952
3952
|
indexing?: "all" | "navigable" | undefined;
|
|
3953
3953
|
} | undefined;
|
|
3954
3954
|
description?: string | undefined;
|
|
3955
|
-
banner?: {
|
|
3956
|
-
content: string;
|
|
3957
|
-
dismissible?: boolean | undefined;
|
|
3958
|
-
} | undefined;
|
|
3959
3955
|
appearance?: {
|
|
3960
3956
|
strict?: boolean | undefined;
|
|
3961
3957
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -4014,6 +4010,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4014
4010
|
} | undefined;
|
|
4015
4011
|
latex?: boolean | undefined;
|
|
4016
4012
|
} | undefined;
|
|
4013
|
+
banner?: {
|
|
4014
|
+
content: string;
|
|
4015
|
+
dismissible?: boolean | undefined;
|
|
4016
|
+
} | undefined;
|
|
4017
4017
|
errors?: {
|
|
4018
4018
|
'404': {
|
|
4019
4019
|
redirect: boolean;
|
|
@@ -4275,10 +4275,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4275
4275
|
indexing?: "all" | "navigable" | undefined;
|
|
4276
4276
|
} | undefined;
|
|
4277
4277
|
description?: string | undefined;
|
|
4278
|
-
banner?: {
|
|
4279
|
-
content: string;
|
|
4280
|
-
dismissible?: boolean | undefined;
|
|
4281
|
-
} | undefined;
|
|
4282
4278
|
appearance?: {
|
|
4283
4279
|
strict?: boolean | undefined;
|
|
4284
4280
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -4337,6 +4333,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4337
4333
|
} | undefined;
|
|
4338
4334
|
latex?: boolean | undefined;
|
|
4339
4335
|
} | undefined;
|
|
4336
|
+
banner?: {
|
|
4337
|
+
content: string;
|
|
4338
|
+
dismissible?: boolean | undefined;
|
|
4339
|
+
} | undefined;
|
|
4340
4340
|
errors?: {
|
|
4341
4341
|
'404': {
|
|
4342
4342
|
redirect: boolean;
|
|
@@ -4598,10 +4598,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4598
4598
|
indexing?: "all" | "navigable" | undefined;
|
|
4599
4599
|
} | undefined;
|
|
4600
4600
|
description?: string | undefined;
|
|
4601
|
-
banner?: {
|
|
4602
|
-
content: string;
|
|
4603
|
-
dismissible?: boolean | undefined;
|
|
4604
|
-
} | undefined;
|
|
4605
4601
|
appearance?: {
|
|
4606
4602
|
strict?: boolean | undefined;
|
|
4607
4603
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -4660,6 +4656,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4660
4656
|
} | undefined;
|
|
4661
4657
|
latex?: boolean | undefined;
|
|
4662
4658
|
} | undefined;
|
|
4659
|
+
banner?: {
|
|
4660
|
+
content: string;
|
|
4661
|
+
dismissible?: boolean | undefined;
|
|
4662
|
+
} | undefined;
|
|
4663
4663
|
errors?: {
|
|
4664
4664
|
'404': {
|
|
4665
4665
|
redirect: boolean;
|
|
@@ -4921,10 +4921,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4921
4921
|
indexing?: "all" | "navigable" | undefined;
|
|
4922
4922
|
} | undefined;
|
|
4923
4923
|
description?: string | undefined;
|
|
4924
|
-
banner?: {
|
|
4925
|
-
content: string;
|
|
4926
|
-
dismissible?: boolean | undefined;
|
|
4927
|
-
} | undefined;
|
|
4928
4924
|
appearance?: {
|
|
4929
4925
|
strict?: boolean | undefined;
|
|
4930
4926
|
default?: "light" | "dark" | "system" | undefined;
|
|
@@ -4983,6 +4979,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4983
4979
|
} | undefined;
|
|
4984
4980
|
latex?: boolean | undefined;
|
|
4985
4981
|
} | undefined;
|
|
4982
|
+
banner?: {
|
|
4983
|
+
content: string;
|
|
4984
|
+
dismissible?: boolean | undefined;
|
|
4985
|
+
} | undefined;
|
|
4986
4986
|
errors?: {
|
|
4987
4987
|
'404': {
|
|
4988
4988
|
redirect: boolean;
|