@mintlify/validation 0.1.782 → 0.1.783
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/seo.d.ts +3 -0
- package/dist/mint-config/schemas/v2/properties/seo.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 +2 -2
|
@@ -848,12 +848,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
848
848
|
seo: z.ZodOptional<z.ZodObject<{
|
|
849
849
|
metatags: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
850
850
|
indexing: z.ZodOptional<z.ZodEnum<["navigable", "all"]>>;
|
|
851
|
+
trailingSlash: z.ZodOptional<z.ZodBoolean>;
|
|
851
852
|
}, "strip", z.ZodTypeAny, {
|
|
852
853
|
metatags?: Record<string, string> | undefined;
|
|
853
854
|
indexing?: "all" | "navigable" | undefined;
|
|
855
|
+
trailingSlash?: boolean | undefined;
|
|
854
856
|
}, {
|
|
855
857
|
metatags?: Record<string, string> | undefined;
|
|
856
858
|
indexing?: "all" | "navigable" | undefined;
|
|
859
|
+
trailingSlash?: boolean | undefined;
|
|
857
860
|
}>>;
|
|
858
861
|
fonts: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
859
862
|
family: z.ZodString;
|
|
@@ -1883,6 +1886,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1883
1886
|
seo?: {
|
|
1884
1887
|
metatags?: Record<string, string> | undefined;
|
|
1885
1888
|
indexing?: "all" | "navigable" | undefined;
|
|
1889
|
+
trailingSlash?: boolean | undefined;
|
|
1886
1890
|
} | undefined;
|
|
1887
1891
|
description?: string | undefined;
|
|
1888
1892
|
banner?: {
|
|
@@ -2266,6 +2270,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2266
2270
|
seo?: {
|
|
2267
2271
|
metatags?: Record<string, string> | undefined;
|
|
2268
2272
|
indexing?: "all" | "navigable" | undefined;
|
|
2273
|
+
trailingSlash?: boolean | undefined;
|
|
2269
2274
|
} | undefined;
|
|
2270
2275
|
description?: string | undefined;
|
|
2271
2276
|
banner?: {
|
|
@@ -3246,12 +3251,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3246
3251
|
seo: z.ZodOptional<z.ZodObject<{
|
|
3247
3252
|
metatags: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
3248
3253
|
indexing: z.ZodOptional<z.ZodEnum<["navigable", "all"]>>;
|
|
3254
|
+
trailingSlash: z.ZodOptional<z.ZodBoolean>;
|
|
3249
3255
|
}, "strip", z.ZodTypeAny, {
|
|
3250
3256
|
metatags?: Record<string, string> | undefined;
|
|
3251
3257
|
indexing?: "all" | "navigable" | undefined;
|
|
3258
|
+
trailingSlash?: boolean | undefined;
|
|
3252
3259
|
}, {
|
|
3253
3260
|
metatags?: Record<string, string> | undefined;
|
|
3254
3261
|
indexing?: "all" | "navigable" | undefined;
|
|
3262
|
+
trailingSlash?: boolean | undefined;
|
|
3255
3263
|
}>>;
|
|
3256
3264
|
fonts: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
3257
3265
|
family: z.ZodString;
|
|
@@ -4281,6 +4289,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4281
4289
|
seo?: {
|
|
4282
4290
|
metatags?: Record<string, string> | undefined;
|
|
4283
4291
|
indexing?: "all" | "navigable" | undefined;
|
|
4292
|
+
trailingSlash?: boolean | undefined;
|
|
4284
4293
|
} | undefined;
|
|
4285
4294
|
description?: string | undefined;
|
|
4286
4295
|
banner?: {
|
|
@@ -4664,6 +4673,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4664
4673
|
seo?: {
|
|
4665
4674
|
metatags?: Record<string, string> | undefined;
|
|
4666
4675
|
indexing?: "all" | "navigable" | undefined;
|
|
4676
|
+
trailingSlash?: boolean | undefined;
|
|
4667
4677
|
} | undefined;
|
|
4668
4678
|
description?: string | undefined;
|
|
4669
4679
|
banner?: {
|
|
@@ -5644,12 +5654,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5644
5654
|
seo: z.ZodOptional<z.ZodObject<{
|
|
5645
5655
|
metatags: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
5646
5656
|
indexing: z.ZodOptional<z.ZodEnum<["navigable", "all"]>>;
|
|
5657
|
+
trailingSlash: z.ZodOptional<z.ZodBoolean>;
|
|
5647
5658
|
}, "strip", z.ZodTypeAny, {
|
|
5648
5659
|
metatags?: Record<string, string> | undefined;
|
|
5649
5660
|
indexing?: "all" | "navigable" | undefined;
|
|
5661
|
+
trailingSlash?: boolean | undefined;
|
|
5650
5662
|
}, {
|
|
5651
5663
|
metatags?: Record<string, string> | undefined;
|
|
5652
5664
|
indexing?: "all" | "navigable" | undefined;
|
|
5665
|
+
trailingSlash?: boolean | undefined;
|
|
5653
5666
|
}>>;
|
|
5654
5667
|
fonts: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
5655
5668
|
family: z.ZodString;
|
|
@@ -6679,6 +6692,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6679
6692
|
seo?: {
|
|
6680
6693
|
metatags?: Record<string, string> | undefined;
|
|
6681
6694
|
indexing?: "all" | "navigable" | undefined;
|
|
6695
|
+
trailingSlash?: boolean | undefined;
|
|
6682
6696
|
} | undefined;
|
|
6683
6697
|
description?: string | undefined;
|
|
6684
6698
|
banner?: {
|
|
@@ -7062,6 +7076,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7062
7076
|
seo?: {
|
|
7063
7077
|
metatags?: Record<string, string> | undefined;
|
|
7064
7078
|
indexing?: "all" | "navigable" | undefined;
|
|
7079
|
+
trailingSlash?: boolean | undefined;
|
|
7065
7080
|
} | undefined;
|
|
7066
7081
|
description?: string | undefined;
|
|
7067
7082
|
banner?: {
|
|
@@ -8042,12 +8057,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8042
8057
|
seo: z.ZodOptional<z.ZodObject<{
|
|
8043
8058
|
metatags: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
8044
8059
|
indexing: z.ZodOptional<z.ZodEnum<["navigable", "all"]>>;
|
|
8060
|
+
trailingSlash: z.ZodOptional<z.ZodBoolean>;
|
|
8045
8061
|
}, "strip", z.ZodTypeAny, {
|
|
8046
8062
|
metatags?: Record<string, string> | undefined;
|
|
8047
8063
|
indexing?: "all" | "navigable" | undefined;
|
|
8064
|
+
trailingSlash?: boolean | undefined;
|
|
8048
8065
|
}, {
|
|
8049
8066
|
metatags?: Record<string, string> | undefined;
|
|
8050
8067
|
indexing?: "all" | "navigable" | undefined;
|
|
8068
|
+
trailingSlash?: boolean | undefined;
|
|
8051
8069
|
}>>;
|
|
8052
8070
|
fonts: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
8053
8071
|
family: z.ZodString;
|
|
@@ -9077,6 +9095,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9077
9095
|
seo?: {
|
|
9078
9096
|
metatags?: Record<string, string> | undefined;
|
|
9079
9097
|
indexing?: "all" | "navigable" | undefined;
|
|
9098
|
+
trailingSlash?: boolean | undefined;
|
|
9080
9099
|
} | undefined;
|
|
9081
9100
|
description?: string | undefined;
|
|
9082
9101
|
banner?: {
|
|
@@ -9460,6 +9479,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9460
9479
|
seo?: {
|
|
9461
9480
|
metatags?: Record<string, string> | undefined;
|
|
9462
9481
|
indexing?: "all" | "navigable" | undefined;
|
|
9482
|
+
trailingSlash?: boolean | undefined;
|
|
9463
9483
|
} | undefined;
|
|
9464
9484
|
description?: string | undefined;
|
|
9465
9485
|
banner?: {
|
|
@@ -10440,12 +10460,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10440
10460
|
seo: z.ZodOptional<z.ZodObject<{
|
|
10441
10461
|
metatags: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
10442
10462
|
indexing: z.ZodOptional<z.ZodEnum<["navigable", "all"]>>;
|
|
10463
|
+
trailingSlash: z.ZodOptional<z.ZodBoolean>;
|
|
10443
10464
|
}, "strip", z.ZodTypeAny, {
|
|
10444
10465
|
metatags?: Record<string, string> | undefined;
|
|
10445
10466
|
indexing?: "all" | "navigable" | undefined;
|
|
10467
|
+
trailingSlash?: boolean | undefined;
|
|
10446
10468
|
}, {
|
|
10447
10469
|
metatags?: Record<string, string> | undefined;
|
|
10448
10470
|
indexing?: "all" | "navigable" | undefined;
|
|
10471
|
+
trailingSlash?: boolean | undefined;
|
|
10449
10472
|
}>>;
|
|
10450
10473
|
fonts: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
10451
10474
|
family: z.ZodString;
|
|
@@ -11475,6 +11498,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11475
11498
|
seo?: {
|
|
11476
11499
|
metatags?: Record<string, string> | undefined;
|
|
11477
11500
|
indexing?: "all" | "navigable" | undefined;
|
|
11501
|
+
trailingSlash?: boolean | undefined;
|
|
11478
11502
|
} | undefined;
|
|
11479
11503
|
description?: string | undefined;
|
|
11480
11504
|
banner?: {
|
|
@@ -11858,6 +11882,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11858
11882
|
seo?: {
|
|
11859
11883
|
metatags?: Record<string, string> | undefined;
|
|
11860
11884
|
indexing?: "all" | "navigable" | undefined;
|
|
11885
|
+
trailingSlash?: boolean | undefined;
|
|
11861
11886
|
} | undefined;
|
|
11862
11887
|
description?: string | undefined;
|
|
11863
11888
|
banner?: {
|
|
@@ -12838,12 +12863,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12838
12863
|
seo: z.ZodOptional<z.ZodObject<{
|
|
12839
12864
|
metatags: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
12840
12865
|
indexing: z.ZodOptional<z.ZodEnum<["navigable", "all"]>>;
|
|
12866
|
+
trailingSlash: z.ZodOptional<z.ZodBoolean>;
|
|
12841
12867
|
}, "strip", z.ZodTypeAny, {
|
|
12842
12868
|
metatags?: Record<string, string> | undefined;
|
|
12843
12869
|
indexing?: "all" | "navigable" | undefined;
|
|
12870
|
+
trailingSlash?: boolean | undefined;
|
|
12844
12871
|
}, {
|
|
12845
12872
|
metatags?: Record<string, string> | undefined;
|
|
12846
12873
|
indexing?: "all" | "navigable" | undefined;
|
|
12874
|
+
trailingSlash?: boolean | undefined;
|
|
12847
12875
|
}>>;
|
|
12848
12876
|
fonts: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
12849
12877
|
family: z.ZodString;
|
|
@@ -13873,6 +13901,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13873
13901
|
seo?: {
|
|
13874
13902
|
metatags?: Record<string, string> | undefined;
|
|
13875
13903
|
indexing?: "all" | "navigable" | undefined;
|
|
13904
|
+
trailingSlash?: boolean | undefined;
|
|
13876
13905
|
} | undefined;
|
|
13877
13906
|
description?: string | undefined;
|
|
13878
13907
|
banner?: {
|
|
@@ -14256,6 +14285,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14256
14285
|
seo?: {
|
|
14257
14286
|
metatags?: Record<string, string> | undefined;
|
|
14258
14287
|
indexing?: "all" | "navigable" | undefined;
|
|
14288
|
+
trailingSlash?: boolean | undefined;
|
|
14259
14289
|
} | undefined;
|
|
14260
14290
|
description?: string | undefined;
|
|
14261
14291
|
banner?: {
|
|
@@ -15236,12 +15266,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
15236
15266
|
seo: z.ZodOptional<z.ZodObject<{
|
|
15237
15267
|
metatags: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
15238
15268
|
indexing: z.ZodOptional<z.ZodEnum<["navigable", "all"]>>;
|
|
15269
|
+
trailingSlash: z.ZodOptional<z.ZodBoolean>;
|
|
15239
15270
|
}, "strip", z.ZodTypeAny, {
|
|
15240
15271
|
metatags?: Record<string, string> | undefined;
|
|
15241
15272
|
indexing?: "all" | "navigable" | undefined;
|
|
15273
|
+
trailingSlash?: boolean | undefined;
|
|
15242
15274
|
}, {
|
|
15243
15275
|
metatags?: Record<string, string> | undefined;
|
|
15244
15276
|
indexing?: "all" | "navigable" | undefined;
|
|
15277
|
+
trailingSlash?: boolean | undefined;
|
|
15245
15278
|
}>>;
|
|
15246
15279
|
fonts: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
15247
15280
|
family: z.ZodString;
|
|
@@ -16271,6 +16304,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16271
16304
|
seo?: {
|
|
16272
16305
|
metatags?: Record<string, string> | undefined;
|
|
16273
16306
|
indexing?: "all" | "navigable" | undefined;
|
|
16307
|
+
trailingSlash?: boolean | undefined;
|
|
16274
16308
|
} | undefined;
|
|
16275
16309
|
description?: string | undefined;
|
|
16276
16310
|
banner?: {
|
|
@@ -16654,6 +16688,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16654
16688
|
seo?: {
|
|
16655
16689
|
metatags?: Record<string, string> | undefined;
|
|
16656
16690
|
indexing?: "all" | "navigable" | undefined;
|
|
16691
|
+
trailingSlash?: boolean | undefined;
|
|
16657
16692
|
} | undefined;
|
|
16658
16693
|
description?: string | undefined;
|
|
16659
16694
|
banner?: {
|
|
@@ -17634,12 +17669,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
17634
17669
|
seo: z.ZodOptional<z.ZodObject<{
|
|
17635
17670
|
metatags: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
17636
17671
|
indexing: z.ZodOptional<z.ZodEnum<["navigable", "all"]>>;
|
|
17672
|
+
trailingSlash: z.ZodOptional<z.ZodBoolean>;
|
|
17637
17673
|
}, "strip", z.ZodTypeAny, {
|
|
17638
17674
|
metatags?: Record<string, string> | undefined;
|
|
17639
17675
|
indexing?: "all" | "navigable" | undefined;
|
|
17676
|
+
trailingSlash?: boolean | undefined;
|
|
17640
17677
|
}, {
|
|
17641
17678
|
metatags?: Record<string, string> | undefined;
|
|
17642
17679
|
indexing?: "all" | "navigable" | undefined;
|
|
17680
|
+
trailingSlash?: boolean | undefined;
|
|
17643
17681
|
}>>;
|
|
17644
17682
|
fonts: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
17645
17683
|
family: z.ZodString;
|
|
@@ -18669,6 +18707,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18669
18707
|
seo?: {
|
|
18670
18708
|
metatags?: Record<string, string> | undefined;
|
|
18671
18709
|
indexing?: "all" | "navigable" | undefined;
|
|
18710
|
+
trailingSlash?: boolean | undefined;
|
|
18672
18711
|
} | undefined;
|
|
18673
18712
|
description?: string | undefined;
|
|
18674
18713
|
banner?: {
|
|
@@ -19052,6 +19091,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19052
19091
|
seo?: {
|
|
19053
19092
|
metatags?: Record<string, string> | undefined;
|
|
19054
19093
|
indexing?: "all" | "navigable" | undefined;
|
|
19094
|
+
trailingSlash?: boolean | undefined;
|
|
19055
19095
|
} | undefined;
|
|
19056
19096
|
description?: string | undefined;
|
|
19057
19097
|
banner?: {
|
|
@@ -20032,12 +20072,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
20032
20072
|
seo: z.ZodOptional<z.ZodObject<{
|
|
20033
20073
|
metatags: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
20034
20074
|
indexing: z.ZodOptional<z.ZodEnum<["navigable", "all"]>>;
|
|
20075
|
+
trailingSlash: z.ZodOptional<z.ZodBoolean>;
|
|
20035
20076
|
}, "strip", z.ZodTypeAny, {
|
|
20036
20077
|
metatags?: Record<string, string> | undefined;
|
|
20037
20078
|
indexing?: "all" | "navigable" | undefined;
|
|
20079
|
+
trailingSlash?: boolean | undefined;
|
|
20038
20080
|
}, {
|
|
20039
20081
|
metatags?: Record<string, string> | undefined;
|
|
20040
20082
|
indexing?: "all" | "navigable" | undefined;
|
|
20083
|
+
trailingSlash?: boolean | undefined;
|
|
20041
20084
|
}>>;
|
|
20042
20085
|
fonts: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
20043
20086
|
family: z.ZodString;
|
|
@@ -21067,6 +21110,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
21067
21110
|
seo?: {
|
|
21068
21111
|
metatags?: Record<string, string> | undefined;
|
|
21069
21112
|
indexing?: "all" | "navigable" | undefined;
|
|
21113
|
+
trailingSlash?: boolean | undefined;
|
|
21070
21114
|
} | undefined;
|
|
21071
21115
|
description?: string | undefined;
|
|
21072
21116
|
banner?: {
|
|
@@ -21450,6 +21494,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
21450
21494
|
seo?: {
|
|
21451
21495
|
metatags?: Record<string, string> | undefined;
|
|
21452
21496
|
indexing?: "all" | "navigable" | undefined;
|
|
21497
|
+
trailingSlash?: boolean | undefined;
|
|
21453
21498
|
} | undefined;
|
|
21454
21499
|
description?: string | undefined;
|
|
21455
21500
|
banner?: {
|
|
@@ -22431,12 +22476,15 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
22431
22476
|
seo: z.ZodOptional<z.ZodObject<{
|
|
22432
22477
|
metatags: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
22433
22478
|
indexing: z.ZodOptional<z.ZodEnum<["navigable", "all"]>>;
|
|
22479
|
+
trailingSlash: z.ZodOptional<z.ZodBoolean>;
|
|
22434
22480
|
}, "strip", z.ZodTypeAny, {
|
|
22435
22481
|
metatags?: Record<string, string> | undefined;
|
|
22436
22482
|
indexing?: "all" | "navigable" | undefined;
|
|
22483
|
+
trailingSlash?: boolean | undefined;
|
|
22437
22484
|
}, {
|
|
22438
22485
|
metatags?: Record<string, string> | undefined;
|
|
22439
22486
|
indexing?: "all" | "navigable" | undefined;
|
|
22487
|
+
trailingSlash?: boolean | undefined;
|
|
22440
22488
|
}>>;
|
|
22441
22489
|
fonts: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
22442
22490
|
family: z.ZodString;
|
|
@@ -23466,6 +23514,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
23466
23514
|
seo?: {
|
|
23467
23515
|
metatags?: Record<string, string> | undefined;
|
|
23468
23516
|
indexing?: "all" | "navigable" | undefined;
|
|
23517
|
+
trailingSlash?: boolean | undefined;
|
|
23469
23518
|
} | undefined;
|
|
23470
23519
|
description?: string | undefined;
|
|
23471
23520
|
banner?: {
|
|
@@ -23849,6 +23898,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
23849
23898
|
seo?: {
|
|
23850
23899
|
metatags?: Record<string, string> | undefined;
|
|
23851
23900
|
indexing?: "all" | "navigable" | undefined;
|
|
23901
|
+
trailingSlash?: boolean | undefined;
|
|
23852
23902
|
} | undefined;
|
|
23853
23903
|
description?: string | undefined;
|
|
23854
23904
|
banner?: {
|
|
@@ -3,10 +3,13 @@ export declare const metatagsSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.Zo
|
|
|
3
3
|
export declare const seoSchema: z.ZodObject<{
|
|
4
4
|
metatags: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
5
5
|
indexing: z.ZodOptional<z.ZodEnum<["navigable", "all"]>>;
|
|
6
|
+
trailingSlash: z.ZodOptional<z.ZodBoolean>;
|
|
6
7
|
}, "strip", z.ZodTypeAny, {
|
|
7
8
|
metatags?: Record<string, string> | undefined;
|
|
8
9
|
indexing?: "all" | "navigable" | undefined;
|
|
10
|
+
trailingSlash?: boolean | undefined;
|
|
9
11
|
}, {
|
|
10
12
|
metatags?: Record<string, string> | undefined;
|
|
11
13
|
indexing?: "all" | "navigable" | undefined;
|
|
14
|
+
trailingSlash?: boolean | undefined;
|
|
12
15
|
}>;
|
|
@@ -10,5 +10,9 @@ export const seoSchema = z
|
|
|
10
10
|
.enum(['navigable', 'all'])
|
|
11
11
|
.optional()
|
|
12
12
|
.describe('Specify which pages to be indexed by search engines. Setting `navigable` indexes pages that are set in navigation, `all` indexes all pages. Defaults to `navigable`.'),
|
|
13
|
+
trailingSlash: z
|
|
14
|
+
.boolean()
|
|
15
|
+
.optional()
|
|
16
|
+
.describe('Emit trailing-slash URLs consistently across canonical tags, `og:url`, the sitemap, and generated internal links. Does not change page routes. Defaults to `false`.'),
|
|
13
17
|
})
|
|
14
18
|
.describe('SEO indexing configurations');
|
|
@@ -845,12 +845,15 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
845
845
|
seo: z.ZodOptional<z.ZodObject<{
|
|
846
846
|
metatags: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
847
847
|
indexing: z.ZodOptional<z.ZodEnum<["navigable", "all"]>>;
|
|
848
|
+
trailingSlash: z.ZodOptional<z.ZodBoolean>;
|
|
848
849
|
}, "strip", z.ZodTypeAny, {
|
|
849
850
|
metatags?: Record<string, string> | undefined;
|
|
850
851
|
indexing?: "all" | "navigable" | undefined;
|
|
852
|
+
trailingSlash?: boolean | undefined;
|
|
851
853
|
}, {
|
|
852
854
|
metatags?: Record<string, string> | undefined;
|
|
853
855
|
indexing?: "all" | "navigable" | undefined;
|
|
856
|
+
trailingSlash?: boolean | undefined;
|
|
854
857
|
}>>;
|
|
855
858
|
fonts: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
856
859
|
family: z.ZodString;
|
|
@@ -1880,6 +1883,7 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1880
1883
|
seo?: {
|
|
1881
1884
|
metatags?: Record<string, string> | undefined;
|
|
1882
1885
|
indexing?: "all" | "navigable" | undefined;
|
|
1886
|
+
trailingSlash?: boolean | undefined;
|
|
1883
1887
|
} | undefined;
|
|
1884
1888
|
description?: string | undefined;
|
|
1885
1889
|
banner?: {
|
|
@@ -2263,6 +2267,7 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
2263
2267
|
seo?: {
|
|
2264
2268
|
metatags?: Record<string, string> | undefined;
|
|
2265
2269
|
indexing?: "all" | "navigable" | undefined;
|
|
2270
|
+
trailingSlash?: boolean | undefined;
|
|
2266
2271
|
} | undefined;
|
|
2267
2272
|
description?: string | undefined;
|
|
2268
2273
|
banner?: {
|
|
@@ -845,12 +845,15 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
845
845
|
seo: z.ZodOptional<z.ZodObject<{
|
|
846
846
|
metatags: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
847
847
|
indexing: z.ZodOptional<z.ZodEnum<["navigable", "all"]>>;
|
|
848
|
+
trailingSlash: z.ZodOptional<z.ZodBoolean>;
|
|
848
849
|
}, "strip", z.ZodTypeAny, {
|
|
849
850
|
metatags?: Record<string, string> | undefined;
|
|
850
851
|
indexing?: "all" | "navigable" | undefined;
|
|
852
|
+
trailingSlash?: boolean | undefined;
|
|
851
853
|
}, {
|
|
852
854
|
metatags?: Record<string, string> | undefined;
|
|
853
855
|
indexing?: "all" | "navigable" | undefined;
|
|
856
|
+
trailingSlash?: boolean | undefined;
|
|
854
857
|
}>>;
|
|
855
858
|
fonts: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
856
859
|
family: z.ZodString;
|
|
@@ -1880,6 +1883,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1880
1883
|
seo?: {
|
|
1881
1884
|
metatags?: Record<string, string> | undefined;
|
|
1882
1885
|
indexing?: "all" | "navigable" | undefined;
|
|
1886
|
+
trailingSlash?: boolean | undefined;
|
|
1883
1887
|
} | undefined;
|
|
1884
1888
|
description?: string | undefined;
|
|
1885
1889
|
banner?: {
|
|
@@ -2263,6 +2267,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
2263
2267
|
seo?: {
|
|
2264
2268
|
metatags?: Record<string, string> | undefined;
|
|
2265
2269
|
indexing?: "all" | "navigable" | undefined;
|
|
2270
|
+
trailingSlash?: boolean | undefined;
|
|
2266
2271
|
} | undefined;
|
|
2267
2272
|
description?: string | undefined;
|
|
2268
2273
|
banner?: {
|
|
@@ -845,12 +845,15 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
845
845
|
seo: z.ZodOptional<z.ZodObject<{
|
|
846
846
|
metatags: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
847
847
|
indexing: z.ZodOptional<z.ZodEnum<["navigable", "all"]>>;
|
|
848
|
+
trailingSlash: z.ZodOptional<z.ZodBoolean>;
|
|
848
849
|
}, "strip", z.ZodTypeAny, {
|
|
849
850
|
metatags?: Record<string, string> | undefined;
|
|
850
851
|
indexing?: "all" | "navigable" | undefined;
|
|
852
|
+
trailingSlash?: boolean | undefined;
|
|
851
853
|
}, {
|
|
852
854
|
metatags?: Record<string, string> | undefined;
|
|
853
855
|
indexing?: "all" | "navigable" | undefined;
|
|
856
|
+
trailingSlash?: boolean | undefined;
|
|
854
857
|
}>>;
|
|
855
858
|
fonts: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
856
859
|
family: z.ZodString;
|
|
@@ -1880,6 +1883,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1880
1883
|
seo?: {
|
|
1881
1884
|
metatags?: Record<string, string> | undefined;
|
|
1882
1885
|
indexing?: "all" | "navigable" | undefined;
|
|
1886
|
+
trailingSlash?: boolean | undefined;
|
|
1883
1887
|
} | undefined;
|
|
1884
1888
|
description?: string | undefined;
|
|
1885
1889
|
banner?: {
|
|
@@ -2263,6 +2267,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2263
2267
|
seo?: {
|
|
2264
2268
|
metatags?: Record<string, string> | undefined;
|
|
2265
2269
|
indexing?: "all" | "navigable" | undefined;
|
|
2270
|
+
trailingSlash?: boolean | undefined;
|
|
2266
2271
|
} | undefined;
|
|
2267
2272
|
description?: string | undefined;
|
|
2268
2273
|
banner?: {
|
|
@@ -845,12 +845,15 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
845
845
|
seo: z.ZodOptional<z.ZodObject<{
|
|
846
846
|
metatags: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
847
847
|
indexing: z.ZodOptional<z.ZodEnum<["navigable", "all"]>>;
|
|
848
|
+
trailingSlash: z.ZodOptional<z.ZodBoolean>;
|
|
848
849
|
}, "strip", z.ZodTypeAny, {
|
|
849
850
|
metatags?: Record<string, string> | undefined;
|
|
850
851
|
indexing?: "all" | "navigable" | undefined;
|
|
852
|
+
trailingSlash?: boolean | undefined;
|
|
851
853
|
}, {
|
|
852
854
|
metatags?: Record<string, string> | undefined;
|
|
853
855
|
indexing?: "all" | "navigable" | undefined;
|
|
856
|
+
trailingSlash?: boolean | undefined;
|
|
854
857
|
}>>;
|
|
855
858
|
fonts: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
856
859
|
family: z.ZodString;
|
|
@@ -1880,6 +1883,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
1880
1883
|
seo?: {
|
|
1881
1884
|
metatags?: Record<string, string> | undefined;
|
|
1882
1885
|
indexing?: "all" | "navigable" | undefined;
|
|
1886
|
+
trailingSlash?: boolean | undefined;
|
|
1883
1887
|
} | undefined;
|
|
1884
1888
|
description?: string | undefined;
|
|
1885
1889
|
banner?: {
|
|
@@ -2263,6 +2267,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
2263
2267
|
seo?: {
|
|
2264
2268
|
metatags?: Record<string, string> | undefined;
|
|
2265
2269
|
indexing?: "all" | "navigable" | undefined;
|
|
2270
|
+
trailingSlash?: boolean | undefined;
|
|
2266
2271
|
} | undefined;
|
|
2267
2272
|
description?: string | undefined;
|
|
2268
2273
|
banner?: {
|
|
@@ -845,12 +845,15 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
845
845
|
seo: z.ZodOptional<z.ZodObject<{
|
|
846
846
|
metatags: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
847
847
|
indexing: z.ZodOptional<z.ZodEnum<["navigable", "all"]>>;
|
|
848
|
+
trailingSlash: z.ZodOptional<z.ZodBoolean>;
|
|
848
849
|
}, "strip", z.ZodTypeAny, {
|
|
849
850
|
metatags?: Record<string, string> | undefined;
|
|
850
851
|
indexing?: "all" | "navigable" | undefined;
|
|
852
|
+
trailingSlash?: boolean | undefined;
|
|
851
853
|
}, {
|
|
852
854
|
metatags?: Record<string, string> | undefined;
|
|
853
855
|
indexing?: "all" | "navigable" | undefined;
|
|
856
|
+
trailingSlash?: boolean | undefined;
|
|
854
857
|
}>>;
|
|
855
858
|
fonts: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
856
859
|
family: z.ZodString;
|
|
@@ -1880,6 +1883,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1880
1883
|
seo?: {
|
|
1881
1884
|
metatags?: Record<string, string> | undefined;
|
|
1882
1885
|
indexing?: "all" | "navigable" | undefined;
|
|
1886
|
+
trailingSlash?: boolean | undefined;
|
|
1883
1887
|
} | undefined;
|
|
1884
1888
|
description?: string | undefined;
|
|
1885
1889
|
banner?: {
|
|
@@ -2263,6 +2267,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
2263
2267
|
seo?: {
|
|
2264
2268
|
metatags?: Record<string, string> | undefined;
|
|
2265
2269
|
indexing?: "all" | "navigable" | undefined;
|
|
2270
|
+
trailingSlash?: boolean | undefined;
|
|
2266
2271
|
} | undefined;
|
|
2267
2272
|
description?: string | undefined;
|
|
2268
2273
|
banner?: {
|
|
@@ -845,12 +845,15 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
845
845
|
seo: z.ZodOptional<z.ZodObject<{
|
|
846
846
|
metatags: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
847
847
|
indexing: z.ZodOptional<z.ZodEnum<["navigable", "all"]>>;
|
|
848
|
+
trailingSlash: z.ZodOptional<z.ZodBoolean>;
|
|
848
849
|
}, "strip", z.ZodTypeAny, {
|
|
849
850
|
metatags?: Record<string, string> | undefined;
|
|
850
851
|
indexing?: "all" | "navigable" | undefined;
|
|
852
|
+
trailingSlash?: boolean | undefined;
|
|
851
853
|
}, {
|
|
852
854
|
metatags?: Record<string, string> | undefined;
|
|
853
855
|
indexing?: "all" | "navigable" | undefined;
|
|
856
|
+
trailingSlash?: boolean | undefined;
|
|
854
857
|
}>>;
|
|
855
858
|
fonts: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
856
859
|
family: z.ZodString;
|
|
@@ -1880,6 +1883,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1880
1883
|
seo?: {
|
|
1881
1884
|
metatags?: Record<string, string> | undefined;
|
|
1882
1885
|
indexing?: "all" | "navigable" | undefined;
|
|
1886
|
+
trailingSlash?: boolean | undefined;
|
|
1883
1887
|
} | undefined;
|
|
1884
1888
|
description?: string | undefined;
|
|
1885
1889
|
banner?: {
|
|
@@ -2263,6 +2267,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
2263
2267
|
seo?: {
|
|
2264
2268
|
metatags?: Record<string, string> | undefined;
|
|
2265
2269
|
indexing?: "all" | "navigable" | undefined;
|
|
2270
|
+
trailingSlash?: boolean | undefined;
|
|
2266
2271
|
} | undefined;
|
|
2267
2272
|
description?: string | undefined;
|
|
2268
2273
|
banner?: {
|
|
@@ -845,12 +845,15 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
845
845
|
seo: z.ZodOptional<z.ZodObject<{
|
|
846
846
|
metatags: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
847
847
|
indexing: z.ZodOptional<z.ZodEnum<["navigable", "all"]>>;
|
|
848
|
+
trailingSlash: z.ZodOptional<z.ZodBoolean>;
|
|
848
849
|
}, "strip", z.ZodTypeAny, {
|
|
849
850
|
metatags?: Record<string, string> | undefined;
|
|
850
851
|
indexing?: "all" | "navigable" | undefined;
|
|
852
|
+
trailingSlash?: boolean | undefined;
|
|
851
853
|
}, {
|
|
852
854
|
metatags?: Record<string, string> | undefined;
|
|
853
855
|
indexing?: "all" | "navigable" | undefined;
|
|
856
|
+
trailingSlash?: boolean | undefined;
|
|
854
857
|
}>>;
|
|
855
858
|
fonts: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
856
859
|
family: z.ZodString;
|
|
@@ -1880,6 +1883,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1880
1883
|
seo?: {
|
|
1881
1884
|
metatags?: Record<string, string> | undefined;
|
|
1882
1885
|
indexing?: "all" | "navigable" | undefined;
|
|
1886
|
+
trailingSlash?: boolean | undefined;
|
|
1883
1887
|
} | undefined;
|
|
1884
1888
|
description?: string | undefined;
|
|
1885
1889
|
banner?: {
|
|
@@ -2263,6 +2267,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
2263
2267
|
seo?: {
|
|
2264
2268
|
metatags?: Record<string, string> | undefined;
|
|
2265
2269
|
indexing?: "all" | "navigable" | undefined;
|
|
2270
|
+
trailingSlash?: boolean | undefined;
|
|
2266
2271
|
} | undefined;
|
|
2267
2272
|
description?: string | undefined;
|
|
2268
2273
|
banner?: {
|
|
@@ -844,12 +844,15 @@ export declare const standardConfigSchema: {
|
|
|
844
844
|
seo: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
845
845
|
metatags: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
846
846
|
indexing: import("zod").ZodOptional<import("zod").ZodEnum<["navigable", "all"]>>;
|
|
847
|
+
trailingSlash: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
847
848
|
}, "strip", import("zod").ZodTypeAny, {
|
|
848
849
|
metatags?: Record<string, string> | undefined;
|
|
849
850
|
indexing?: "all" | "navigable" | undefined;
|
|
851
|
+
trailingSlash?: boolean | undefined;
|
|
850
852
|
}, {
|
|
851
853
|
metatags?: Record<string, string> | undefined;
|
|
852
854
|
indexing?: "all" | "navigable" | undefined;
|
|
855
|
+
trailingSlash?: boolean | undefined;
|
|
853
856
|
}>>;
|
|
854
857
|
fonts: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodObject<{
|
|
855
858
|
family: import("zod").ZodString;
|
|
@@ -845,12 +845,15 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
845
845
|
seo: z.ZodOptional<z.ZodObject<{
|
|
846
846
|
metatags: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
847
847
|
indexing: z.ZodOptional<z.ZodEnum<["navigable", "all"]>>;
|
|
848
|
+
trailingSlash: z.ZodOptional<z.ZodBoolean>;
|
|
848
849
|
}, "strip", z.ZodTypeAny, {
|
|
849
850
|
metatags?: Record<string, string> | undefined;
|
|
850
851
|
indexing?: "all" | "navigable" | undefined;
|
|
852
|
+
trailingSlash?: boolean | undefined;
|
|
851
853
|
}, {
|
|
852
854
|
metatags?: Record<string, string> | undefined;
|
|
853
855
|
indexing?: "all" | "navigable" | undefined;
|
|
856
|
+
trailingSlash?: boolean | undefined;
|
|
854
857
|
}>>;
|
|
855
858
|
fonts: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
856
859
|
family: z.ZodString;
|
|
@@ -1880,6 +1883,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1880
1883
|
seo?: {
|
|
1881
1884
|
metatags?: Record<string, string> | undefined;
|
|
1882
1885
|
indexing?: "all" | "navigable" | undefined;
|
|
1886
|
+
trailingSlash?: boolean | undefined;
|
|
1883
1887
|
} | undefined;
|
|
1884
1888
|
description?: string | undefined;
|
|
1885
1889
|
banner?: {
|
|
@@ -2263,6 +2267,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
2263
2267
|
seo?: {
|
|
2264
2268
|
metatags?: Record<string, string> | undefined;
|
|
2265
2269
|
indexing?: "all" | "navigable" | undefined;
|
|
2270
|
+
trailingSlash?: boolean | undefined;
|
|
2266
2271
|
} | undefined;
|
|
2267
2272
|
description?: string | undefined;
|
|
2268
2273
|
banner?: {
|
|
@@ -845,12 +845,15 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
845
845
|
seo: z.ZodOptional<z.ZodObject<{
|
|
846
846
|
metatags: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
847
847
|
indexing: z.ZodOptional<z.ZodEnum<["navigable", "all"]>>;
|
|
848
|
+
trailingSlash: z.ZodOptional<z.ZodBoolean>;
|
|
848
849
|
}, "strip", z.ZodTypeAny, {
|
|
849
850
|
metatags?: Record<string, string> | undefined;
|
|
850
851
|
indexing?: "all" | "navigable" | undefined;
|
|
852
|
+
trailingSlash?: boolean | undefined;
|
|
851
853
|
}, {
|
|
852
854
|
metatags?: Record<string, string> | undefined;
|
|
853
855
|
indexing?: "all" | "navigable" | undefined;
|
|
856
|
+
trailingSlash?: boolean | undefined;
|
|
854
857
|
}>>;
|
|
855
858
|
fonts: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
856
859
|
family: z.ZodString;
|
|
@@ -1880,6 +1883,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1880
1883
|
seo?: {
|
|
1881
1884
|
metatags?: Record<string, string> | undefined;
|
|
1882
1885
|
indexing?: "all" | "navigable" | undefined;
|
|
1886
|
+
trailingSlash?: boolean | undefined;
|
|
1883
1887
|
} | undefined;
|
|
1884
1888
|
description?: string | undefined;
|
|
1885
1889
|
banner?: {
|
|
@@ -2263,6 +2267,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
2263
2267
|
seo?: {
|
|
2264
2268
|
metatags?: Record<string, string> | undefined;
|
|
2265
2269
|
indexing?: "all" | "navigable" | undefined;
|
|
2270
|
+
trailingSlash?: boolean | undefined;
|
|
2266
2271
|
} | undefined;
|
|
2267
2272
|
description?: string | undefined;
|
|
2268
2273
|
banner?: {
|