@mintlify/validation 0.1.748 → 0.1.750
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 +50 -0
- package/dist/mint-config/schemas/v2/properties/markdown.d.ts +3 -0
- package/dist/mint-config/schemas/v2/properties/markdown.js +4 -0
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +5 -0
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +5 -0
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +5 -0
- package/dist/mint-config/schemas/v2/themes/luma.d.ts +5 -0
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +5 -0
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +5 -0
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +5 -0
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +3 -0
- package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +5 -0
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +5 -0
- package/dist/mint-config/validateConfig.d.ts +18 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -1620,10 +1620,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1620
1620
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1621
1621
|
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1622
1622
|
schema: z.ZodOptional<z.ZodBoolean>;
|
|
1623
|
+
instructions: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1623
1624
|
}, "strip", z.ZodTypeAny, {
|
|
1624
1625
|
schema?: boolean | undefined;
|
|
1626
|
+
instructions?: string | string[] | undefined;
|
|
1625
1627
|
}, {
|
|
1626
1628
|
schema?: boolean | undefined;
|
|
1629
|
+
instructions?: string | string[] | undefined;
|
|
1627
1630
|
}>>>;
|
|
1628
1631
|
theme: z.ZodLiteral<"mint">;
|
|
1629
1632
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2006,6 +2009,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2006
2009
|
variables?: Record<string, string> | undefined;
|
|
2007
2010
|
markdown?: {
|
|
2008
2011
|
schema?: boolean | undefined;
|
|
2012
|
+
instructions?: string | string[] | undefined;
|
|
2009
2013
|
} | undefined;
|
|
2010
2014
|
}, {
|
|
2011
2015
|
name: string;
|
|
@@ -2387,6 +2391,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2387
2391
|
variables?: Record<string, string> | undefined;
|
|
2388
2392
|
markdown?: {
|
|
2389
2393
|
schema?: boolean | undefined;
|
|
2394
|
+
instructions?: string | string[] | undefined;
|
|
2390
2395
|
} | undefined;
|
|
2391
2396
|
}>, z.ZodObject<{
|
|
2392
2397
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -4006,10 +4011,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4006
4011
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4007
4012
|
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
4008
4013
|
schema: z.ZodOptional<z.ZodBoolean>;
|
|
4014
|
+
instructions: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
4009
4015
|
}, "strip", z.ZodTypeAny, {
|
|
4010
4016
|
schema?: boolean | undefined;
|
|
4017
|
+
instructions?: string | string[] | undefined;
|
|
4011
4018
|
}, {
|
|
4012
4019
|
schema?: boolean | undefined;
|
|
4020
|
+
instructions?: string | string[] | undefined;
|
|
4013
4021
|
}>>>;
|
|
4014
4022
|
theme: z.ZodLiteral<"maple">;
|
|
4015
4023
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4392,6 +4400,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4392
4400
|
variables?: Record<string, string> | undefined;
|
|
4393
4401
|
markdown?: {
|
|
4394
4402
|
schema?: boolean | undefined;
|
|
4403
|
+
instructions?: string | string[] | undefined;
|
|
4395
4404
|
} | undefined;
|
|
4396
4405
|
}, {
|
|
4397
4406
|
name: string;
|
|
@@ -4773,6 +4782,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4773
4782
|
variables?: Record<string, string> | undefined;
|
|
4774
4783
|
markdown?: {
|
|
4775
4784
|
schema?: boolean | undefined;
|
|
4785
|
+
instructions?: string | string[] | undefined;
|
|
4776
4786
|
} | undefined;
|
|
4777
4787
|
}>, z.ZodObject<{
|
|
4778
4788
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -6392,10 +6402,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6392
6402
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
6393
6403
|
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
6394
6404
|
schema: z.ZodOptional<z.ZodBoolean>;
|
|
6405
|
+
instructions: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
6395
6406
|
}, "strip", z.ZodTypeAny, {
|
|
6396
6407
|
schema?: boolean | undefined;
|
|
6408
|
+
instructions?: string | string[] | undefined;
|
|
6397
6409
|
}, {
|
|
6398
6410
|
schema?: boolean | undefined;
|
|
6411
|
+
instructions?: string | string[] | undefined;
|
|
6399
6412
|
}>>>;
|
|
6400
6413
|
theme: z.ZodLiteral<"palm">;
|
|
6401
6414
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6778,6 +6791,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6778
6791
|
variables?: Record<string, string> | undefined;
|
|
6779
6792
|
markdown?: {
|
|
6780
6793
|
schema?: boolean | undefined;
|
|
6794
|
+
instructions?: string | string[] | undefined;
|
|
6781
6795
|
} | undefined;
|
|
6782
6796
|
}, {
|
|
6783
6797
|
name: string;
|
|
@@ -7159,6 +7173,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7159
7173
|
variables?: Record<string, string> | undefined;
|
|
7160
7174
|
markdown?: {
|
|
7161
7175
|
schema?: boolean | undefined;
|
|
7176
|
+
instructions?: string | string[] | undefined;
|
|
7162
7177
|
} | undefined;
|
|
7163
7178
|
}>, z.ZodObject<{
|
|
7164
7179
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -8778,10 +8793,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8778
8793
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
8779
8794
|
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
8780
8795
|
schema: z.ZodOptional<z.ZodBoolean>;
|
|
8796
|
+
instructions: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
8781
8797
|
}, "strip", z.ZodTypeAny, {
|
|
8782
8798
|
schema?: boolean | undefined;
|
|
8799
|
+
instructions?: string | string[] | undefined;
|
|
8783
8800
|
}, {
|
|
8784
8801
|
schema?: boolean | undefined;
|
|
8802
|
+
instructions?: string | string[] | undefined;
|
|
8785
8803
|
}>>>;
|
|
8786
8804
|
theme: z.ZodLiteral<"willow">;
|
|
8787
8805
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -9164,6 +9182,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9164
9182
|
variables?: Record<string, string> | undefined;
|
|
9165
9183
|
markdown?: {
|
|
9166
9184
|
schema?: boolean | undefined;
|
|
9185
|
+
instructions?: string | string[] | undefined;
|
|
9167
9186
|
} | undefined;
|
|
9168
9187
|
}, {
|
|
9169
9188
|
name: string;
|
|
@@ -9545,6 +9564,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9545
9564
|
variables?: Record<string, string> | undefined;
|
|
9546
9565
|
markdown?: {
|
|
9547
9566
|
schema?: boolean | undefined;
|
|
9567
|
+
instructions?: string | string[] | undefined;
|
|
9548
9568
|
} | undefined;
|
|
9549
9569
|
}>, z.ZodObject<{
|
|
9550
9570
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -11164,10 +11184,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11164
11184
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
11165
11185
|
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
11166
11186
|
schema: z.ZodOptional<z.ZodBoolean>;
|
|
11187
|
+
instructions: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
11167
11188
|
}, "strip", z.ZodTypeAny, {
|
|
11168
11189
|
schema?: boolean | undefined;
|
|
11190
|
+
instructions?: string | string[] | undefined;
|
|
11169
11191
|
}, {
|
|
11170
11192
|
schema?: boolean | undefined;
|
|
11193
|
+
instructions?: string | string[] | undefined;
|
|
11171
11194
|
}>>>;
|
|
11172
11195
|
theme: z.ZodLiteral<"linden">;
|
|
11173
11196
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -11550,6 +11573,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11550
11573
|
variables?: Record<string, string> | undefined;
|
|
11551
11574
|
markdown?: {
|
|
11552
11575
|
schema?: boolean | undefined;
|
|
11576
|
+
instructions?: string | string[] | undefined;
|
|
11553
11577
|
} | undefined;
|
|
11554
11578
|
}, {
|
|
11555
11579
|
name: string;
|
|
@@ -11931,6 +11955,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11931
11955
|
variables?: Record<string, string> | undefined;
|
|
11932
11956
|
markdown?: {
|
|
11933
11957
|
schema?: boolean | undefined;
|
|
11958
|
+
instructions?: string | string[] | undefined;
|
|
11934
11959
|
} | undefined;
|
|
11935
11960
|
}>, z.ZodObject<{
|
|
11936
11961
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -13550,10 +13575,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13550
13575
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
13551
13576
|
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
13552
13577
|
schema: z.ZodOptional<z.ZodBoolean>;
|
|
13578
|
+
instructions: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
13553
13579
|
}, "strip", z.ZodTypeAny, {
|
|
13554
13580
|
schema?: boolean | undefined;
|
|
13581
|
+
instructions?: string | string[] | undefined;
|
|
13555
13582
|
}, {
|
|
13556
13583
|
schema?: boolean | undefined;
|
|
13584
|
+
instructions?: string | string[] | undefined;
|
|
13557
13585
|
}>>>;
|
|
13558
13586
|
theme: z.ZodLiteral<"almond">;
|
|
13559
13587
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -13936,6 +13964,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13936
13964
|
variables?: Record<string, string> | undefined;
|
|
13937
13965
|
markdown?: {
|
|
13938
13966
|
schema?: boolean | undefined;
|
|
13967
|
+
instructions?: string | string[] | undefined;
|
|
13939
13968
|
} | undefined;
|
|
13940
13969
|
}, {
|
|
13941
13970
|
name: string;
|
|
@@ -14317,6 +14346,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14317
14346
|
variables?: Record<string, string> | undefined;
|
|
14318
14347
|
markdown?: {
|
|
14319
14348
|
schema?: boolean | undefined;
|
|
14349
|
+
instructions?: string | string[] | undefined;
|
|
14320
14350
|
} | undefined;
|
|
14321
14351
|
}>, z.ZodObject<{
|
|
14322
14352
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -15936,10 +15966,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
15936
15966
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
15937
15967
|
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
15938
15968
|
schema: z.ZodOptional<z.ZodBoolean>;
|
|
15969
|
+
instructions: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
15939
15970
|
}, "strip", z.ZodTypeAny, {
|
|
15940
15971
|
schema?: boolean | undefined;
|
|
15972
|
+
instructions?: string | string[] | undefined;
|
|
15941
15973
|
}, {
|
|
15942
15974
|
schema?: boolean | undefined;
|
|
15975
|
+
instructions?: string | string[] | undefined;
|
|
15943
15976
|
}>>>;
|
|
15944
15977
|
theme: z.ZodLiteral<"aspen">;
|
|
15945
15978
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -16322,6 +16355,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16322
16355
|
variables?: Record<string, string> | undefined;
|
|
16323
16356
|
markdown?: {
|
|
16324
16357
|
schema?: boolean | undefined;
|
|
16358
|
+
instructions?: string | string[] | undefined;
|
|
16325
16359
|
} | undefined;
|
|
16326
16360
|
}, {
|
|
16327
16361
|
name: string;
|
|
@@ -16703,6 +16737,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16703
16737
|
variables?: Record<string, string> | undefined;
|
|
16704
16738
|
markdown?: {
|
|
16705
16739
|
schema?: boolean | undefined;
|
|
16740
|
+
instructions?: string | string[] | undefined;
|
|
16706
16741
|
} | undefined;
|
|
16707
16742
|
}>, z.ZodObject<{
|
|
16708
16743
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -18322,10 +18357,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18322
18357
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
18323
18358
|
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
18324
18359
|
schema: z.ZodOptional<z.ZodBoolean>;
|
|
18360
|
+
instructions: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
18325
18361
|
}, "strip", z.ZodTypeAny, {
|
|
18326
18362
|
schema?: boolean | undefined;
|
|
18363
|
+
instructions?: string | string[] | undefined;
|
|
18327
18364
|
}, {
|
|
18328
18365
|
schema?: boolean | undefined;
|
|
18366
|
+
instructions?: string | string[] | undefined;
|
|
18329
18367
|
}>>>;
|
|
18330
18368
|
theme: z.ZodLiteral<"luma">;
|
|
18331
18369
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -18708,6 +18746,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18708
18746
|
variables?: Record<string, string> | undefined;
|
|
18709
18747
|
markdown?: {
|
|
18710
18748
|
schema?: boolean | undefined;
|
|
18749
|
+
instructions?: string | string[] | undefined;
|
|
18711
18750
|
} | undefined;
|
|
18712
18751
|
}, {
|
|
18713
18752
|
name: string;
|
|
@@ -19089,6 +19128,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19089
19128
|
variables?: Record<string, string> | undefined;
|
|
19090
19129
|
markdown?: {
|
|
19091
19130
|
schema?: boolean | undefined;
|
|
19131
|
+
instructions?: string | string[] | undefined;
|
|
19092
19132
|
} | undefined;
|
|
19093
19133
|
}>, z.ZodObject<{
|
|
19094
19134
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -20708,10 +20748,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
20708
20748
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
20709
20749
|
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
20710
20750
|
schema: z.ZodOptional<z.ZodBoolean>;
|
|
20751
|
+
instructions: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
20711
20752
|
}, "strip", z.ZodTypeAny, {
|
|
20712
20753
|
schema?: boolean | undefined;
|
|
20754
|
+
instructions?: string | string[] | undefined;
|
|
20713
20755
|
}, {
|
|
20714
20756
|
schema?: boolean | undefined;
|
|
20757
|
+
instructions?: string | string[] | undefined;
|
|
20715
20758
|
}>>>;
|
|
20716
20759
|
theme: z.ZodLiteral<"sequoia">;
|
|
20717
20760
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -21094,6 +21137,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
21094
21137
|
variables?: Record<string, string> | undefined;
|
|
21095
21138
|
markdown?: {
|
|
21096
21139
|
schema?: boolean | undefined;
|
|
21140
|
+
instructions?: string | string[] | undefined;
|
|
21097
21141
|
} | undefined;
|
|
21098
21142
|
}, {
|
|
21099
21143
|
name: string;
|
|
@@ -21475,6 +21519,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
21475
21519
|
variables?: Record<string, string> | undefined;
|
|
21476
21520
|
markdown?: {
|
|
21477
21521
|
schema?: boolean | undefined;
|
|
21522
|
+
instructions?: string | string[] | undefined;
|
|
21478
21523
|
} | undefined;
|
|
21479
21524
|
}>]>;
|
|
21480
21525
|
export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
@@ -23095,10 +23140,13 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
23095
23140
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
23096
23141
|
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
23097
23142
|
schema: z.ZodOptional<z.ZodBoolean>;
|
|
23143
|
+
instructions: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
23098
23144
|
}, "strip", z.ZodTypeAny, {
|
|
23099
23145
|
schema?: boolean | undefined;
|
|
23146
|
+
instructions?: string | string[] | undefined;
|
|
23100
23147
|
}, {
|
|
23101
23148
|
schema?: boolean | undefined;
|
|
23149
|
+
instructions?: string | string[] | undefined;
|
|
23102
23150
|
}>>>;
|
|
23103
23151
|
theme: z.ZodEnum<["mint", "maple", "palm", "willow", "linden", "almond", "aspen", "luma", "sequoia"]>;
|
|
23104
23152
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -23481,6 +23529,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
23481
23529
|
variables?: Record<string, string> | undefined;
|
|
23482
23530
|
markdown?: {
|
|
23483
23531
|
schema?: boolean | undefined;
|
|
23532
|
+
instructions?: string | string[] | undefined;
|
|
23484
23533
|
} | undefined;
|
|
23485
23534
|
}, {
|
|
23486
23535
|
name: string;
|
|
@@ -23862,5 +23911,6 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
23862
23911
|
variables?: Record<string, string> | undefined;
|
|
23863
23912
|
markdown?: {
|
|
23864
23913
|
schema?: boolean | undefined;
|
|
23914
|
+
instructions?: string | string[] | undefined;
|
|
23865
23915
|
} | undefined;
|
|
23866
23916
|
}>;
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const markdownSchema: z.ZodOptional<z.ZodObject<{
|
|
3
3
|
schema: z.ZodOptional<z.ZodBoolean>;
|
|
4
|
+
instructions: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
4
5
|
}, "strip", z.ZodTypeAny, {
|
|
5
6
|
schema?: boolean | undefined;
|
|
7
|
+
instructions?: string | string[] | undefined;
|
|
6
8
|
}, {
|
|
7
9
|
schema?: boolean | undefined;
|
|
10
|
+
instructions?: string | string[] | undefined;
|
|
8
11
|
}>>;
|
|
@@ -5,6 +5,10 @@ export const markdownSchema = z
|
|
|
5
5
|
.boolean()
|
|
6
6
|
.optional()
|
|
7
7
|
.describe('Whether to include the full OpenAPI/AsyncAPI specification in API reference pages served as markdown to AI agents. Defaults to true.'),
|
|
8
|
+
instructions: z
|
|
9
|
+
.union([z.string(), z.array(z.string())])
|
|
10
|
+
.optional()
|
|
11
|
+
.describe("Custom instructions appended to every page served as markdown to AI agents, in addition to Mintlify's default guidance. Use this to provide product-specific directions such as preferred CLIs, workflows, or interaction patterns. Provide a single string or an array of strings (rendered as separate lines)."),
|
|
8
12
|
})
|
|
9
13
|
.optional()
|
|
10
14
|
.describe('Configuration for markdown pages served to AI agents');
|
|
@@ -1617,10 +1617,13 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1617
1617
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1618
1618
|
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1619
1619
|
schema: z.ZodOptional<z.ZodBoolean>;
|
|
1620
|
+
instructions: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1620
1621
|
}, "strip", z.ZodTypeAny, {
|
|
1621
1622
|
schema?: boolean | undefined;
|
|
1623
|
+
instructions?: string | string[] | undefined;
|
|
1622
1624
|
}, {
|
|
1623
1625
|
schema?: boolean | undefined;
|
|
1626
|
+
instructions?: string | string[] | undefined;
|
|
1624
1627
|
}>>>;
|
|
1625
1628
|
theme: z.ZodLiteral<"almond">;
|
|
1626
1629
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2003,6 +2006,7 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
2003
2006
|
variables?: Record<string, string> | undefined;
|
|
2004
2007
|
markdown?: {
|
|
2005
2008
|
schema?: boolean | undefined;
|
|
2009
|
+
instructions?: string | string[] | undefined;
|
|
2006
2010
|
} | undefined;
|
|
2007
2011
|
}, {
|
|
2008
2012
|
name: string;
|
|
@@ -2384,5 +2388,6 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
2384
2388
|
variables?: Record<string, string> | undefined;
|
|
2385
2389
|
markdown?: {
|
|
2386
2390
|
schema?: boolean | undefined;
|
|
2391
|
+
instructions?: string | string[] | undefined;
|
|
2387
2392
|
} | undefined;
|
|
2388
2393
|
}>;
|
|
@@ -1617,10 +1617,13 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1617
1617
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1618
1618
|
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1619
1619
|
schema: z.ZodOptional<z.ZodBoolean>;
|
|
1620
|
+
instructions: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1620
1621
|
}, "strip", z.ZodTypeAny, {
|
|
1621
1622
|
schema?: boolean | undefined;
|
|
1623
|
+
instructions?: string | string[] | undefined;
|
|
1622
1624
|
}, {
|
|
1623
1625
|
schema?: boolean | undefined;
|
|
1626
|
+
instructions?: string | string[] | undefined;
|
|
1624
1627
|
}>>>;
|
|
1625
1628
|
theme: z.ZodLiteral<"aspen">;
|
|
1626
1629
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2003,6 +2006,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
2003
2006
|
variables?: Record<string, string> | undefined;
|
|
2004
2007
|
markdown?: {
|
|
2005
2008
|
schema?: boolean | undefined;
|
|
2009
|
+
instructions?: string | string[] | undefined;
|
|
2006
2010
|
} | undefined;
|
|
2007
2011
|
}, {
|
|
2008
2012
|
name: string;
|
|
@@ -2384,5 +2388,6 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
2384
2388
|
variables?: Record<string, string> | undefined;
|
|
2385
2389
|
markdown?: {
|
|
2386
2390
|
schema?: boolean | undefined;
|
|
2391
|
+
instructions?: string | string[] | undefined;
|
|
2387
2392
|
} | undefined;
|
|
2388
2393
|
}>;
|
|
@@ -1617,10 +1617,13 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1617
1617
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1618
1618
|
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1619
1619
|
schema: z.ZodOptional<z.ZodBoolean>;
|
|
1620
|
+
instructions: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1620
1621
|
}, "strip", z.ZodTypeAny, {
|
|
1621
1622
|
schema?: boolean | undefined;
|
|
1623
|
+
instructions?: string | string[] | undefined;
|
|
1622
1624
|
}, {
|
|
1623
1625
|
schema?: boolean | undefined;
|
|
1626
|
+
instructions?: string | string[] | undefined;
|
|
1624
1627
|
}>>>;
|
|
1625
1628
|
theme: z.ZodLiteral<"linden">;
|
|
1626
1629
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2003,6 +2006,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2003
2006
|
variables?: Record<string, string> | undefined;
|
|
2004
2007
|
markdown?: {
|
|
2005
2008
|
schema?: boolean | undefined;
|
|
2009
|
+
instructions?: string | string[] | undefined;
|
|
2006
2010
|
} | undefined;
|
|
2007
2011
|
}, {
|
|
2008
2012
|
name: string;
|
|
@@ -2384,5 +2388,6 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2384
2388
|
variables?: Record<string, string> | undefined;
|
|
2385
2389
|
markdown?: {
|
|
2386
2390
|
schema?: boolean | undefined;
|
|
2391
|
+
instructions?: string | string[] | undefined;
|
|
2387
2392
|
} | undefined;
|
|
2388
2393
|
}>;
|
|
@@ -1617,10 +1617,13 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
1617
1617
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1618
1618
|
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1619
1619
|
schema: z.ZodOptional<z.ZodBoolean>;
|
|
1620
|
+
instructions: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1620
1621
|
}, "strip", z.ZodTypeAny, {
|
|
1621
1622
|
schema?: boolean | undefined;
|
|
1623
|
+
instructions?: string | string[] | undefined;
|
|
1622
1624
|
}, {
|
|
1623
1625
|
schema?: boolean | undefined;
|
|
1626
|
+
instructions?: string | string[] | undefined;
|
|
1624
1627
|
}>>>;
|
|
1625
1628
|
theme: z.ZodLiteral<"luma">;
|
|
1626
1629
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2003,6 +2006,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
2003
2006
|
variables?: Record<string, string> | undefined;
|
|
2004
2007
|
markdown?: {
|
|
2005
2008
|
schema?: boolean | undefined;
|
|
2009
|
+
instructions?: string | string[] | undefined;
|
|
2006
2010
|
} | undefined;
|
|
2007
2011
|
}, {
|
|
2008
2012
|
name: string;
|
|
@@ -2384,5 +2388,6 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
2384
2388
|
variables?: Record<string, string> | undefined;
|
|
2385
2389
|
markdown?: {
|
|
2386
2390
|
schema?: boolean | undefined;
|
|
2391
|
+
instructions?: string | string[] | undefined;
|
|
2387
2392
|
} | undefined;
|
|
2388
2393
|
}>;
|
|
@@ -1617,10 +1617,13 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1617
1617
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1618
1618
|
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1619
1619
|
schema: z.ZodOptional<z.ZodBoolean>;
|
|
1620
|
+
instructions: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1620
1621
|
}, "strip", z.ZodTypeAny, {
|
|
1621
1622
|
schema?: boolean | undefined;
|
|
1623
|
+
instructions?: string | string[] | undefined;
|
|
1622
1624
|
}, {
|
|
1623
1625
|
schema?: boolean | undefined;
|
|
1626
|
+
instructions?: string | string[] | undefined;
|
|
1624
1627
|
}>>>;
|
|
1625
1628
|
theme: z.ZodLiteral<"maple">;
|
|
1626
1629
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2003,6 +2006,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
2003
2006
|
variables?: Record<string, string> | undefined;
|
|
2004
2007
|
markdown?: {
|
|
2005
2008
|
schema?: boolean | undefined;
|
|
2009
|
+
instructions?: string | string[] | undefined;
|
|
2006
2010
|
} | undefined;
|
|
2007
2011
|
}, {
|
|
2008
2012
|
name: string;
|
|
@@ -2384,5 +2388,6 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
2384
2388
|
variables?: Record<string, string> | undefined;
|
|
2385
2389
|
markdown?: {
|
|
2386
2390
|
schema?: boolean | undefined;
|
|
2391
|
+
instructions?: string | string[] | undefined;
|
|
2387
2392
|
} | undefined;
|
|
2388
2393
|
}>;
|
|
@@ -1617,10 +1617,13 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1617
1617
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1618
1618
|
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1619
1619
|
schema: z.ZodOptional<z.ZodBoolean>;
|
|
1620
|
+
instructions: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1620
1621
|
}, "strip", z.ZodTypeAny, {
|
|
1621
1622
|
schema?: boolean | undefined;
|
|
1623
|
+
instructions?: string | string[] | undefined;
|
|
1622
1624
|
}, {
|
|
1623
1625
|
schema?: boolean | undefined;
|
|
1626
|
+
instructions?: string | string[] | undefined;
|
|
1624
1627
|
}>>>;
|
|
1625
1628
|
theme: z.ZodLiteral<"mint">;
|
|
1626
1629
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2003,6 +2006,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
2003
2006
|
variables?: Record<string, string> | undefined;
|
|
2004
2007
|
markdown?: {
|
|
2005
2008
|
schema?: boolean | undefined;
|
|
2009
|
+
instructions?: string | string[] | undefined;
|
|
2006
2010
|
} | undefined;
|
|
2007
2011
|
}, {
|
|
2008
2012
|
name: string;
|
|
@@ -2384,5 +2388,6 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
2384
2388
|
variables?: Record<string, string> | undefined;
|
|
2385
2389
|
markdown?: {
|
|
2386
2390
|
schema?: boolean | undefined;
|
|
2391
|
+
instructions?: string | string[] | undefined;
|
|
2387
2392
|
} | undefined;
|
|
2388
2393
|
}>;
|
|
@@ -1617,10 +1617,13 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1617
1617
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1618
1618
|
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1619
1619
|
schema: z.ZodOptional<z.ZodBoolean>;
|
|
1620
|
+
instructions: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1620
1621
|
}, "strip", z.ZodTypeAny, {
|
|
1621
1622
|
schema?: boolean | undefined;
|
|
1623
|
+
instructions?: string | string[] | undefined;
|
|
1622
1624
|
}, {
|
|
1623
1625
|
schema?: boolean | undefined;
|
|
1626
|
+
instructions?: string | string[] | undefined;
|
|
1624
1627
|
}>>>;
|
|
1625
1628
|
theme: z.ZodLiteral<"palm">;
|
|
1626
1629
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2003,6 +2006,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
2003
2006
|
variables?: Record<string, string> | undefined;
|
|
2004
2007
|
markdown?: {
|
|
2005
2008
|
schema?: boolean | undefined;
|
|
2009
|
+
instructions?: string | string[] | undefined;
|
|
2006
2010
|
} | undefined;
|
|
2007
2011
|
}, {
|
|
2008
2012
|
name: string;
|
|
@@ -2384,5 +2388,6 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
2384
2388
|
variables?: Record<string, string> | undefined;
|
|
2385
2389
|
markdown?: {
|
|
2386
2390
|
schema?: boolean | undefined;
|
|
2391
|
+
instructions?: string | string[] | undefined;
|
|
2387
2392
|
} | undefined;
|
|
2388
2393
|
}>;
|
|
@@ -1616,9 +1616,12 @@ export declare const standardConfigSchema: {
|
|
|
1616
1616
|
variables: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1617
1617
|
markdown: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1618
1618
|
schema: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1619
|
+
instructions: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodArray<import("zod").ZodString, "many">]>>;
|
|
1619
1620
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1620
1621
|
schema?: boolean | undefined;
|
|
1622
|
+
instructions?: string | string[] | undefined;
|
|
1621
1623
|
}, {
|
|
1622
1624
|
schema?: boolean | undefined;
|
|
1625
|
+
instructions?: string | string[] | undefined;
|
|
1623
1626
|
}>>>;
|
|
1624
1627
|
};
|
|
@@ -1617,10 +1617,13 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1617
1617
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1618
1618
|
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1619
1619
|
schema: z.ZodOptional<z.ZodBoolean>;
|
|
1620
|
+
instructions: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1620
1621
|
}, "strip", z.ZodTypeAny, {
|
|
1621
1622
|
schema?: boolean | undefined;
|
|
1623
|
+
instructions?: string | string[] | undefined;
|
|
1622
1624
|
}, {
|
|
1623
1625
|
schema?: boolean | undefined;
|
|
1626
|
+
instructions?: string | string[] | undefined;
|
|
1624
1627
|
}>>>;
|
|
1625
1628
|
theme: z.ZodLiteral<"sequoia">;
|
|
1626
1629
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2003,6 +2006,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
2003
2006
|
variables?: Record<string, string> | undefined;
|
|
2004
2007
|
markdown?: {
|
|
2005
2008
|
schema?: boolean | undefined;
|
|
2009
|
+
instructions?: string | string[] | undefined;
|
|
2006
2010
|
} | undefined;
|
|
2007
2011
|
}, {
|
|
2008
2012
|
name: string;
|
|
@@ -2384,5 +2388,6 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
2384
2388
|
variables?: Record<string, string> | undefined;
|
|
2385
2389
|
markdown?: {
|
|
2386
2390
|
schema?: boolean | undefined;
|
|
2391
|
+
instructions?: string | string[] | undefined;
|
|
2387
2392
|
} | undefined;
|
|
2388
2393
|
}>;
|
|
@@ -1617,10 +1617,13 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1617
1617
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1618
1618
|
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1619
1619
|
schema: z.ZodOptional<z.ZodBoolean>;
|
|
1620
|
+
instructions: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1620
1621
|
}, "strip", z.ZodTypeAny, {
|
|
1621
1622
|
schema?: boolean | undefined;
|
|
1623
|
+
instructions?: string | string[] | undefined;
|
|
1622
1624
|
}, {
|
|
1623
1625
|
schema?: boolean | undefined;
|
|
1626
|
+
instructions?: string | string[] | undefined;
|
|
1624
1627
|
}>>>;
|
|
1625
1628
|
theme: z.ZodLiteral<"willow">;
|
|
1626
1629
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2003,6 +2006,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
2003
2006
|
variables?: Record<string, string> | undefined;
|
|
2004
2007
|
markdown?: {
|
|
2005
2008
|
schema?: boolean | undefined;
|
|
2009
|
+
instructions?: string | string[] | undefined;
|
|
2006
2010
|
} | undefined;
|
|
2007
2011
|
}, {
|
|
2008
2012
|
name: string;
|
|
@@ -2384,5 +2388,6 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
2384
2388
|
variables?: Record<string, string> | undefined;
|
|
2385
2389
|
markdown?: {
|
|
2386
2390
|
schema?: boolean | undefined;
|
|
2391
|
+
instructions?: string | string[] | undefined;
|
|
2387
2392
|
} | undefined;
|
|
2388
2393
|
}>;
|