@mintlify/validation 0.1.677 → 0.1.678
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 +310 -0
- package/dist/mint-config/schemas/v2/properties/banner.d.ts +21 -0
- package/dist/mint-config/schemas/v2/properties/banner.js +8 -0
- package/dist/mint-config/schemas/v2/properties/navigation/languages.d.ts +62 -0
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +31 -0
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +31 -0
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +31 -0
- package/dist/mint-config/schemas/v2/themes/luma.d.ts +31 -0
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +31 -0
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +31 -0
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +31 -0
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +21 -0
- package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +31 -0
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +31 -0
- package/dist/mint-config/validateConfig.d.ts +90 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -742,6 +742,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
742
742
|
description?: string | undefined;
|
|
743
743
|
banner?: {
|
|
744
744
|
content: string;
|
|
745
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
746
|
+
color?: {
|
|
747
|
+
light?: string | undefined;
|
|
748
|
+
dark?: string | undefined;
|
|
749
|
+
} | undefined;
|
|
745
750
|
dismissible?: boolean | undefined;
|
|
746
751
|
} | undefined;
|
|
747
752
|
navbar?: {
|
|
@@ -1106,6 +1111,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1106
1111
|
description?: string | undefined;
|
|
1107
1112
|
banner?: {
|
|
1108
1113
|
content: string;
|
|
1114
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
1115
|
+
color?: {
|
|
1116
|
+
light?: string | undefined;
|
|
1117
|
+
dark?: string | undefined;
|
|
1118
|
+
} | undefined;
|
|
1109
1119
|
dismissible?: boolean | undefined;
|
|
1110
1120
|
} | undefined;
|
|
1111
1121
|
navbar?: {
|
|
@@ -1470,6 +1480,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1470
1480
|
description?: string | undefined;
|
|
1471
1481
|
banner?: {
|
|
1472
1482
|
content: string;
|
|
1483
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
1484
|
+
color?: {
|
|
1485
|
+
light?: string | undefined;
|
|
1486
|
+
dark?: string | undefined;
|
|
1487
|
+
} | undefined;
|
|
1473
1488
|
dismissible?: boolean | undefined;
|
|
1474
1489
|
} | undefined;
|
|
1475
1490
|
navbar?: {
|
|
@@ -1834,6 +1849,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1834
1849
|
description?: string | undefined;
|
|
1835
1850
|
banner?: {
|
|
1836
1851
|
content: string;
|
|
1852
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
1853
|
+
color?: {
|
|
1854
|
+
light?: string | undefined;
|
|
1855
|
+
dark?: string | undefined;
|
|
1856
|
+
} | undefined;
|
|
1837
1857
|
dismissible?: boolean | undefined;
|
|
1838
1858
|
} | undefined;
|
|
1839
1859
|
navbar?: {
|
|
@@ -2198,6 +2218,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2198
2218
|
description?: string | undefined;
|
|
2199
2219
|
banner?: {
|
|
2200
2220
|
content: string;
|
|
2221
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
2222
|
+
color?: {
|
|
2223
|
+
light?: string | undefined;
|
|
2224
|
+
dark?: string | undefined;
|
|
2225
|
+
} | undefined;
|
|
2201
2226
|
dismissible?: boolean | undefined;
|
|
2202
2227
|
} | undefined;
|
|
2203
2228
|
navbar?: {
|
|
@@ -2562,6 +2587,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2562
2587
|
description?: string | undefined;
|
|
2563
2588
|
banner?: {
|
|
2564
2589
|
content: string;
|
|
2590
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
2591
|
+
color?: {
|
|
2592
|
+
light?: string | undefined;
|
|
2593
|
+
dark?: string | undefined;
|
|
2594
|
+
} | undefined;
|
|
2565
2595
|
dismissible?: boolean | undefined;
|
|
2566
2596
|
} | undefined;
|
|
2567
2597
|
navbar?: {
|
|
@@ -2926,6 +2956,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2926
2956
|
description?: string | undefined;
|
|
2927
2957
|
banner?: {
|
|
2928
2958
|
content: string;
|
|
2959
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
2960
|
+
color?: {
|
|
2961
|
+
light?: string | undefined;
|
|
2962
|
+
dark?: string | undefined;
|
|
2963
|
+
} | undefined;
|
|
2929
2964
|
dismissible?: boolean | undefined;
|
|
2930
2965
|
} | undefined;
|
|
2931
2966
|
navbar?: {
|
|
@@ -3290,6 +3325,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3290
3325
|
description?: string | undefined;
|
|
3291
3326
|
banner?: {
|
|
3292
3327
|
content: string;
|
|
3328
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
3329
|
+
color?: {
|
|
3330
|
+
light?: string | undefined;
|
|
3331
|
+
dark?: string | undefined;
|
|
3332
|
+
} | undefined;
|
|
3293
3333
|
dismissible?: boolean | undefined;
|
|
3294
3334
|
} | undefined;
|
|
3295
3335
|
navbar?: {
|
|
@@ -3654,6 +3694,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3654
3694
|
description?: string | undefined;
|
|
3655
3695
|
banner?: {
|
|
3656
3696
|
content: string;
|
|
3697
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
3698
|
+
color?: {
|
|
3699
|
+
light?: string | undefined;
|
|
3700
|
+
dark?: string | undefined;
|
|
3701
|
+
} | undefined;
|
|
3657
3702
|
dismissible?: boolean | undefined;
|
|
3658
3703
|
} | undefined;
|
|
3659
3704
|
navbar?: {
|
|
@@ -4021,6 +4066,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4021
4066
|
description?: string | undefined;
|
|
4022
4067
|
banner?: {
|
|
4023
4068
|
content: string;
|
|
4069
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
4070
|
+
color?: {
|
|
4071
|
+
light?: string | undefined;
|
|
4072
|
+
dark?: string | undefined;
|
|
4073
|
+
} | undefined;
|
|
4024
4074
|
dismissible?: boolean | undefined;
|
|
4025
4075
|
} | undefined;
|
|
4026
4076
|
navbar?: {
|
|
@@ -4385,6 +4435,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4385
4435
|
description?: string | undefined;
|
|
4386
4436
|
banner?: {
|
|
4387
4437
|
content: string;
|
|
4438
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
4439
|
+
color?: {
|
|
4440
|
+
light?: string | undefined;
|
|
4441
|
+
dark?: string | undefined;
|
|
4442
|
+
} | undefined;
|
|
4388
4443
|
dismissible?: boolean | undefined;
|
|
4389
4444
|
} | undefined;
|
|
4390
4445
|
navbar?: {
|
|
@@ -4749,6 +4804,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4749
4804
|
description?: string | undefined;
|
|
4750
4805
|
banner?: {
|
|
4751
4806
|
content: string;
|
|
4807
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
4808
|
+
color?: {
|
|
4809
|
+
light?: string | undefined;
|
|
4810
|
+
dark?: string | undefined;
|
|
4811
|
+
} | undefined;
|
|
4752
4812
|
dismissible?: boolean | undefined;
|
|
4753
4813
|
} | undefined;
|
|
4754
4814
|
navbar?: {
|
|
@@ -5113,6 +5173,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5113
5173
|
description?: string | undefined;
|
|
5114
5174
|
banner?: {
|
|
5115
5175
|
content: string;
|
|
5176
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
5177
|
+
color?: {
|
|
5178
|
+
light?: string | undefined;
|
|
5179
|
+
dark?: string | undefined;
|
|
5180
|
+
} | undefined;
|
|
5116
5181
|
dismissible?: boolean | undefined;
|
|
5117
5182
|
} | undefined;
|
|
5118
5183
|
navbar?: {
|
|
@@ -5477,6 +5542,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5477
5542
|
description?: string | undefined;
|
|
5478
5543
|
banner?: {
|
|
5479
5544
|
content: string;
|
|
5545
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
5546
|
+
color?: {
|
|
5547
|
+
light?: string | undefined;
|
|
5548
|
+
dark?: string | undefined;
|
|
5549
|
+
} | undefined;
|
|
5480
5550
|
dismissible?: boolean | undefined;
|
|
5481
5551
|
} | undefined;
|
|
5482
5552
|
navbar?: {
|
|
@@ -5841,6 +5911,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5841
5911
|
description?: string | undefined;
|
|
5842
5912
|
banner?: {
|
|
5843
5913
|
content: string;
|
|
5914
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
5915
|
+
color?: {
|
|
5916
|
+
light?: string | undefined;
|
|
5917
|
+
dark?: string | undefined;
|
|
5918
|
+
} | undefined;
|
|
5844
5919
|
dismissible?: boolean | undefined;
|
|
5845
5920
|
} | undefined;
|
|
5846
5921
|
navbar?: {
|
|
@@ -6205,6 +6280,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6205
6280
|
description?: string | undefined;
|
|
6206
6281
|
banner?: {
|
|
6207
6282
|
content: string;
|
|
6283
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
6284
|
+
color?: {
|
|
6285
|
+
light?: string | undefined;
|
|
6286
|
+
dark?: string | undefined;
|
|
6287
|
+
} | undefined;
|
|
6208
6288
|
dismissible?: boolean | undefined;
|
|
6209
6289
|
} | undefined;
|
|
6210
6290
|
navbar?: {
|
|
@@ -6569,6 +6649,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6569
6649
|
description?: string | undefined;
|
|
6570
6650
|
banner?: {
|
|
6571
6651
|
content: string;
|
|
6652
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
6653
|
+
color?: {
|
|
6654
|
+
light?: string | undefined;
|
|
6655
|
+
dark?: string | undefined;
|
|
6656
|
+
} | undefined;
|
|
6572
6657
|
dismissible?: boolean | undefined;
|
|
6573
6658
|
} | undefined;
|
|
6574
6659
|
navbar?: {
|
|
@@ -6933,6 +7018,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6933
7018
|
description?: string | undefined;
|
|
6934
7019
|
banner?: {
|
|
6935
7020
|
content: string;
|
|
7021
|
+
type?: "info" | "warning" | "critical" | undefined;
|
|
7022
|
+
color?: {
|
|
7023
|
+
light?: string | undefined;
|
|
7024
|
+
dark?: string | undefined;
|
|
7025
|
+
} | undefined;
|
|
6936
7026
|
dismissible?: boolean | undefined;
|
|
6937
7027
|
} | undefined;
|
|
6938
7028
|
navbar?: {
|