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