@mintlify/validation 0.1.330 → 0.1.332

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.
@@ -1058,28 +1058,18 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1058
1058
  errors: z.ZodOptional<z.ZodObject<{
1059
1059
  '404': z.ZodObject<{
1060
1060
  redirect: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1061
- title: z.ZodOptional<z.ZodString>;
1062
- description: z.ZodOptional<z.ZodString>;
1063
1061
  }, "strip", z.ZodTypeAny, {
1064
1062
  redirect: boolean;
1065
- title?: string | undefined;
1066
- description?: string | undefined;
1067
1063
  }, {
1068
1064
  redirect?: boolean | undefined;
1069
- title?: string | undefined;
1070
- description?: string | undefined;
1071
1065
  }>;
1072
1066
  }, "strip", z.ZodTypeAny, {
1073
1067
  '404': {
1074
1068
  redirect: boolean;
1075
- title?: string | undefined;
1076
- description?: string | undefined;
1077
1069
  };
1078
1070
  }, {
1079
1071
  '404': {
1080
1072
  redirect?: boolean | undefined;
1081
- title?: string | undefined;
1082
- description?: string | undefined;
1083
1073
  };
1084
1074
  }>>;
1085
1075
  contextual: z.ZodOptional<z.ZodObject<{
@@ -1407,8 +1397,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1407
1397
  errors?: {
1408
1398
  '404': {
1409
1399
  redirect: boolean;
1410
- title?: string | undefined;
1411
- description?: string | undefined;
1412
1400
  };
1413
1401
  } | undefined;
1414
1402
  contextual?: {
@@ -1731,8 +1719,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1731
1719
  errors?: {
1732
1720
  '404': {
1733
1721
  redirect?: boolean | undefined;
1734
- title?: string | undefined;
1735
- description?: string | undefined;
1736
1722
  };
1737
1723
  } | undefined;
1738
1724
  contextual?: {
@@ -2795,28 +2781,18 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2795
2781
  errors: z.ZodOptional<z.ZodObject<{
2796
2782
  '404': z.ZodObject<{
2797
2783
  redirect: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2798
- title: z.ZodOptional<z.ZodString>;
2799
- description: z.ZodOptional<z.ZodString>;
2800
2784
  }, "strip", z.ZodTypeAny, {
2801
2785
  redirect: boolean;
2802
- title?: string | undefined;
2803
- description?: string | undefined;
2804
2786
  }, {
2805
2787
  redirect?: boolean | undefined;
2806
- title?: string | undefined;
2807
- description?: string | undefined;
2808
2788
  }>;
2809
2789
  }, "strip", z.ZodTypeAny, {
2810
2790
  '404': {
2811
2791
  redirect: boolean;
2812
- title?: string | undefined;
2813
- description?: string | undefined;
2814
2792
  };
2815
2793
  }, {
2816
2794
  '404': {
2817
2795
  redirect?: boolean | undefined;
2818
- title?: string | undefined;
2819
- description?: string | undefined;
2820
2796
  };
2821
2797
  }>>;
2822
2798
  contextual: z.ZodOptional<z.ZodObject<{
@@ -3144,8 +3120,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3144
3120
  errors?: {
3145
3121
  '404': {
3146
3122
  redirect: boolean;
3147
- title?: string | undefined;
3148
- description?: string | undefined;
3149
3123
  };
3150
3124
  } | undefined;
3151
3125
  contextual?: {
@@ -3468,8 +3442,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3468
3442
  errors?: {
3469
3443
  '404': {
3470
3444
  redirect?: boolean | undefined;
3471
- title?: string | undefined;
3472
- description?: string | undefined;
3473
3445
  };
3474
3446
  } | undefined;
3475
3447
  contextual?: {
@@ -4532,28 +4504,18 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4532
4504
  errors: z.ZodOptional<z.ZodObject<{
4533
4505
  '404': z.ZodObject<{
4534
4506
  redirect: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
4535
- title: z.ZodOptional<z.ZodString>;
4536
- description: z.ZodOptional<z.ZodString>;
4537
4507
  }, "strip", z.ZodTypeAny, {
4538
4508
  redirect: boolean;
4539
- title?: string | undefined;
4540
- description?: string | undefined;
4541
4509
  }, {
4542
4510
  redirect?: boolean | undefined;
4543
- title?: string | undefined;
4544
- description?: string | undefined;
4545
4511
  }>;
4546
4512
  }, "strip", z.ZodTypeAny, {
4547
4513
  '404': {
4548
4514
  redirect: boolean;
4549
- title?: string | undefined;
4550
- description?: string | undefined;
4551
4515
  };
4552
4516
  }, {
4553
4517
  '404': {
4554
4518
  redirect?: boolean | undefined;
4555
- title?: string | undefined;
4556
- description?: string | undefined;
4557
4519
  };
4558
4520
  }>>;
4559
4521
  contextual: z.ZodOptional<z.ZodObject<{
@@ -4881,8 +4843,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4881
4843
  errors?: {
4882
4844
  '404': {
4883
4845
  redirect: boolean;
4884
- title?: string | undefined;
4885
- description?: string | undefined;
4886
4846
  };
4887
4847
  } | undefined;
4888
4848
  contextual?: {
@@ -5205,8 +5165,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5205
5165
  errors?: {
5206
5166
  '404': {
5207
5167
  redirect?: boolean | undefined;
5208
- title?: string | undefined;
5209
- description?: string | undefined;
5210
5168
  };
5211
5169
  } | undefined;
5212
5170
  contextual?: {
@@ -6269,28 +6227,18 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6269
6227
  errors: z.ZodOptional<z.ZodObject<{
6270
6228
  '404': z.ZodObject<{
6271
6229
  redirect: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
6272
- title: z.ZodOptional<z.ZodString>;
6273
- description: z.ZodOptional<z.ZodString>;
6274
6230
  }, "strip", z.ZodTypeAny, {
6275
6231
  redirect: boolean;
6276
- title?: string | undefined;
6277
- description?: string | undefined;
6278
6232
  }, {
6279
6233
  redirect?: boolean | undefined;
6280
- title?: string | undefined;
6281
- description?: string | undefined;
6282
6234
  }>;
6283
6235
  }, "strip", z.ZodTypeAny, {
6284
6236
  '404': {
6285
6237
  redirect: boolean;
6286
- title?: string | undefined;
6287
- description?: string | undefined;
6288
6238
  };
6289
6239
  }, {
6290
6240
  '404': {
6291
6241
  redirect?: boolean | undefined;
6292
- title?: string | undefined;
6293
- description?: string | undefined;
6294
6242
  };
6295
6243
  }>>;
6296
6244
  contextual: z.ZodOptional<z.ZodObject<{
@@ -6618,8 +6566,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6618
6566
  errors?: {
6619
6567
  '404': {
6620
6568
  redirect: boolean;
6621
- title?: string | undefined;
6622
- description?: string | undefined;
6623
6569
  };
6624
6570
  } | undefined;
6625
6571
  contextual?: {
@@ -6942,8 +6888,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6942
6888
  errors?: {
6943
6889
  '404': {
6944
6890
  redirect?: boolean | undefined;
6945
- title?: string | undefined;
6946
- description?: string | undefined;
6947
6891
  };
6948
6892
  } | undefined;
6949
6893
  contextual?: {
@@ -8006,28 +7950,18 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8006
7950
  errors: z.ZodOptional<z.ZodObject<{
8007
7951
  '404': z.ZodObject<{
8008
7952
  redirect: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
8009
- title: z.ZodOptional<z.ZodString>;
8010
- description: z.ZodOptional<z.ZodString>;
8011
7953
  }, "strip", z.ZodTypeAny, {
8012
7954
  redirect: boolean;
8013
- title?: string | undefined;
8014
- description?: string | undefined;
8015
7955
  }, {
8016
7956
  redirect?: boolean | undefined;
8017
- title?: string | undefined;
8018
- description?: string | undefined;
8019
7957
  }>;
8020
7958
  }, "strip", z.ZodTypeAny, {
8021
7959
  '404': {
8022
7960
  redirect: boolean;
8023
- title?: string | undefined;
8024
- description?: string | undefined;
8025
7961
  };
8026
7962
  }, {
8027
7963
  '404': {
8028
7964
  redirect?: boolean | undefined;
8029
- title?: string | undefined;
8030
- description?: string | undefined;
8031
7965
  };
8032
7966
  }>>;
8033
7967
  contextual: z.ZodOptional<z.ZodObject<{
@@ -8355,8 +8289,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8355
8289
  errors?: {
8356
8290
  '404': {
8357
8291
  redirect: boolean;
8358
- title?: string | undefined;
8359
- description?: string | undefined;
8360
8292
  };
8361
8293
  } | undefined;
8362
8294
  contextual?: {
@@ -8679,8 +8611,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8679
8611
  errors?: {
8680
8612
  '404': {
8681
8613
  redirect?: boolean | undefined;
8682
- title?: string | undefined;
8683
- description?: string | undefined;
8684
8614
  };
8685
8615
  } | undefined;
8686
8616
  contextual?: {
@@ -2,27 +2,17 @@ import { z } from 'zod';
2
2
  export declare const errorsSchema: z.ZodObject<{
3
3
  '404': z.ZodObject<{
4
4
  redirect: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
5
- title: z.ZodOptional<z.ZodString>;
6
- description: z.ZodOptional<z.ZodString>;
7
5
  }, "strip", z.ZodTypeAny, {
8
6
  redirect: boolean;
9
- title?: string | undefined;
10
- description?: string | undefined;
11
7
  }, {
12
8
  redirect?: boolean | undefined;
13
- title?: string | undefined;
14
- description?: string | undefined;
15
9
  }>;
16
10
  }, "strip", z.ZodTypeAny, {
17
11
  '404': {
18
12
  redirect: boolean;
19
- title?: string | undefined;
20
- description?: string | undefined;
21
13
  };
22
14
  }, {
23
15
  '404': {
24
16
  redirect?: boolean | undefined;
25
- title?: string | undefined;
26
- description?: string | undefined;
27
17
  };
28
18
  }>;
@@ -7,8 +7,6 @@ export const errorsSchema = z
7
7
  .optional()
8
8
  .default(true)
9
9
  .describe('Whether to redirect to the home page, if the page is not found'),
10
- title: z.string().optional().describe('The title of the error page'),
11
- description: z.string().optional().describe('The description of the error page'),
12
10
  }),
13
11
  })
14
12
  .describe('Error pages configuration');
@@ -1056,28 +1056,18 @@ export declare const lindenConfigSchema: z.ZodObject<{
1056
1056
  errors: z.ZodOptional<z.ZodObject<{
1057
1057
  '404': z.ZodObject<{
1058
1058
  redirect: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1059
- title: z.ZodOptional<z.ZodString>;
1060
- description: z.ZodOptional<z.ZodString>;
1061
1059
  }, "strip", z.ZodTypeAny, {
1062
1060
  redirect: boolean;
1063
- title?: string | undefined;
1064
- description?: string | undefined;
1065
1061
  }, {
1066
1062
  redirect?: boolean | undefined;
1067
- title?: string | undefined;
1068
- description?: string | undefined;
1069
1063
  }>;
1070
1064
  }, "strip", z.ZodTypeAny, {
1071
1065
  '404': {
1072
1066
  redirect: boolean;
1073
- title?: string | undefined;
1074
- description?: string | undefined;
1075
1067
  };
1076
1068
  }, {
1077
1069
  '404': {
1078
1070
  redirect?: boolean | undefined;
1079
- title?: string | undefined;
1080
- description?: string | undefined;
1081
1071
  };
1082
1072
  }>>;
1083
1073
  contextual: z.ZodOptional<z.ZodObject<{
@@ -1405,8 +1395,6 @@ export declare const lindenConfigSchema: z.ZodObject<{
1405
1395
  errors?: {
1406
1396
  '404': {
1407
1397
  redirect: boolean;
1408
- title?: string | undefined;
1409
- description?: string | undefined;
1410
1398
  };
1411
1399
  } | undefined;
1412
1400
  contextual?: {
@@ -1729,8 +1717,6 @@ export declare const lindenConfigSchema: z.ZodObject<{
1729
1717
  errors?: {
1730
1718
  '404': {
1731
1719
  redirect?: boolean | undefined;
1732
- title?: string | undefined;
1733
- description?: string | undefined;
1734
1720
  };
1735
1721
  } | undefined;
1736
1722
  contextual?: {
@@ -1056,28 +1056,18 @@ export declare const mapleConfigSchema: z.ZodObject<{
1056
1056
  errors: z.ZodOptional<z.ZodObject<{
1057
1057
  '404': z.ZodObject<{
1058
1058
  redirect: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1059
- title: z.ZodOptional<z.ZodString>;
1060
- description: z.ZodOptional<z.ZodString>;
1061
1059
  }, "strip", z.ZodTypeAny, {
1062
1060
  redirect: boolean;
1063
- title?: string | undefined;
1064
- description?: string | undefined;
1065
1061
  }, {
1066
1062
  redirect?: boolean | undefined;
1067
- title?: string | undefined;
1068
- description?: string | undefined;
1069
1063
  }>;
1070
1064
  }, "strip", z.ZodTypeAny, {
1071
1065
  '404': {
1072
1066
  redirect: boolean;
1073
- title?: string | undefined;
1074
- description?: string | undefined;
1075
1067
  };
1076
1068
  }, {
1077
1069
  '404': {
1078
1070
  redirect?: boolean | undefined;
1079
- title?: string | undefined;
1080
- description?: string | undefined;
1081
1071
  };
1082
1072
  }>>;
1083
1073
  contextual: z.ZodOptional<z.ZodObject<{
@@ -1405,8 +1395,6 @@ export declare const mapleConfigSchema: z.ZodObject<{
1405
1395
  errors?: {
1406
1396
  '404': {
1407
1397
  redirect: boolean;
1408
- title?: string | undefined;
1409
- description?: string | undefined;
1410
1398
  };
1411
1399
  } | undefined;
1412
1400
  contextual?: {
@@ -1729,8 +1717,6 @@ export declare const mapleConfigSchema: z.ZodObject<{
1729
1717
  errors?: {
1730
1718
  '404': {
1731
1719
  redirect?: boolean | undefined;
1732
- title?: string | undefined;
1733
- description?: string | undefined;
1734
1720
  };
1735
1721
  } | undefined;
1736
1722
  contextual?: {
@@ -1056,28 +1056,18 @@ export declare const mintConfigSchema: z.ZodObject<{
1056
1056
  errors: z.ZodOptional<z.ZodObject<{
1057
1057
  '404': z.ZodObject<{
1058
1058
  redirect: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1059
- title: z.ZodOptional<z.ZodString>;
1060
- description: z.ZodOptional<z.ZodString>;
1061
1059
  }, "strip", z.ZodTypeAny, {
1062
1060
  redirect: boolean;
1063
- title?: string | undefined;
1064
- description?: string | undefined;
1065
1061
  }, {
1066
1062
  redirect?: boolean | undefined;
1067
- title?: string | undefined;
1068
- description?: string | undefined;
1069
1063
  }>;
1070
1064
  }, "strip", z.ZodTypeAny, {
1071
1065
  '404': {
1072
1066
  redirect: boolean;
1073
- title?: string | undefined;
1074
- description?: string | undefined;
1075
1067
  };
1076
1068
  }, {
1077
1069
  '404': {
1078
1070
  redirect?: boolean | undefined;
1079
- title?: string | undefined;
1080
- description?: string | undefined;
1081
1071
  };
1082
1072
  }>>;
1083
1073
  contextual: z.ZodOptional<z.ZodObject<{
@@ -1405,8 +1395,6 @@ export declare const mintConfigSchema: z.ZodObject<{
1405
1395
  errors?: {
1406
1396
  '404': {
1407
1397
  redirect: boolean;
1408
- title?: string | undefined;
1409
- description?: string | undefined;
1410
1398
  };
1411
1399
  } | undefined;
1412
1400
  contextual?: {
@@ -1729,8 +1717,6 @@ export declare const mintConfigSchema: z.ZodObject<{
1729
1717
  errors?: {
1730
1718
  '404': {
1731
1719
  redirect?: boolean | undefined;
1732
- title?: string | undefined;
1733
- description?: string | undefined;
1734
1720
  };
1735
1721
  } | undefined;
1736
1722
  contextual?: {
@@ -1056,28 +1056,18 @@ export declare const palmConfigSchema: z.ZodObject<{
1056
1056
  errors: z.ZodOptional<z.ZodObject<{
1057
1057
  '404': z.ZodObject<{
1058
1058
  redirect: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1059
- title: z.ZodOptional<z.ZodString>;
1060
- description: z.ZodOptional<z.ZodString>;
1061
1059
  }, "strip", z.ZodTypeAny, {
1062
1060
  redirect: boolean;
1063
- title?: string | undefined;
1064
- description?: string | undefined;
1065
1061
  }, {
1066
1062
  redirect?: boolean | undefined;
1067
- title?: string | undefined;
1068
- description?: string | undefined;
1069
1063
  }>;
1070
1064
  }, "strip", z.ZodTypeAny, {
1071
1065
  '404': {
1072
1066
  redirect: boolean;
1073
- title?: string | undefined;
1074
- description?: string | undefined;
1075
1067
  };
1076
1068
  }, {
1077
1069
  '404': {
1078
1070
  redirect?: boolean | undefined;
1079
- title?: string | undefined;
1080
- description?: string | undefined;
1081
1071
  };
1082
1072
  }>>;
1083
1073
  contextual: z.ZodOptional<z.ZodObject<{
@@ -1405,8 +1395,6 @@ export declare const palmConfigSchema: z.ZodObject<{
1405
1395
  errors?: {
1406
1396
  '404': {
1407
1397
  redirect: boolean;
1408
- title?: string | undefined;
1409
- description?: string | undefined;
1410
1398
  };
1411
1399
  } | undefined;
1412
1400
  contextual?: {
@@ -1729,8 +1717,6 @@ export declare const palmConfigSchema: z.ZodObject<{
1729
1717
  errors?: {
1730
1718
  '404': {
1731
1719
  redirect?: boolean | undefined;
1732
- title?: string | undefined;
1733
- description?: string | undefined;
1734
1720
  };
1735
1721
  } | undefined;
1736
1722
  contextual?: {
@@ -1055,28 +1055,18 @@ export declare const standardConfigSchema: {
1055
1055
  errors: import("zod").ZodOptional<import("zod").ZodObject<{
1056
1056
  '404': import("zod").ZodObject<{
1057
1057
  redirect: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1058
- title: import("zod").ZodOptional<import("zod").ZodString>;
1059
- description: import("zod").ZodOptional<import("zod").ZodString>;
1060
1058
  }, "strip", import("zod").ZodTypeAny, {
1061
1059
  redirect: boolean;
1062
- title?: string | undefined;
1063
- description?: string | undefined;
1064
1060
  }, {
1065
1061
  redirect?: boolean | undefined;
1066
- title?: string | undefined;
1067
- description?: string | undefined;
1068
1062
  }>;
1069
1063
  }, "strip", import("zod").ZodTypeAny, {
1070
1064
  '404': {
1071
1065
  redirect: boolean;
1072
- title?: string | undefined;
1073
- description?: string | undefined;
1074
1066
  };
1075
1067
  }, {
1076
1068
  '404': {
1077
1069
  redirect?: boolean | undefined;
1078
- title?: string | undefined;
1079
- description?: string | undefined;
1080
1070
  };
1081
1071
  }>>;
1082
1072
  contextual: import("zod").ZodOptional<import("zod").ZodObject<{
@@ -1056,28 +1056,18 @@ export declare const willowConfigSchema: z.ZodObject<{
1056
1056
  errors: z.ZodOptional<z.ZodObject<{
1057
1057
  '404': z.ZodObject<{
1058
1058
  redirect: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1059
- title: z.ZodOptional<z.ZodString>;
1060
- description: z.ZodOptional<z.ZodString>;
1061
1059
  }, "strip", z.ZodTypeAny, {
1062
1060
  redirect: boolean;
1063
- title?: string | undefined;
1064
- description?: string | undefined;
1065
1061
  }, {
1066
1062
  redirect?: boolean | undefined;
1067
- title?: string | undefined;
1068
- description?: string | undefined;
1069
1063
  }>;
1070
1064
  }, "strip", z.ZodTypeAny, {
1071
1065
  '404': {
1072
1066
  redirect: boolean;
1073
- title?: string | undefined;
1074
- description?: string | undefined;
1075
1067
  };
1076
1068
  }, {
1077
1069
  '404': {
1078
1070
  redirect?: boolean | undefined;
1079
- title?: string | undefined;
1080
- description?: string | undefined;
1081
1071
  };
1082
1072
  }>>;
1083
1073
  contextual: z.ZodOptional<z.ZodObject<{
@@ -1405,8 +1395,6 @@ export declare const willowConfigSchema: z.ZodObject<{
1405
1395
  errors?: {
1406
1396
  '404': {
1407
1397
  redirect: boolean;
1408
- title?: string | undefined;
1409
- description?: string | undefined;
1410
1398
  };
1411
1399
  } | undefined;
1412
1400
  contextual?: {
@@ -1729,8 +1717,6 @@ export declare const willowConfigSchema: z.ZodObject<{
1729
1717
  errors?: {
1730
1718
  '404': {
1731
1719
  redirect?: boolean | undefined;
1732
- title?: string | undefined;
1733
- description?: string | undefined;
1734
1720
  };
1735
1721
  } | undefined;
1736
1722
  contextual?: {
@@ -793,8 +793,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
793
793
  errors?: {
794
794
  '404': {
795
795
  redirect?: boolean | undefined;
796
- title?: string | undefined;
797
- description?: string | undefined;
798
796
  };
799
797
  } | undefined;
800
798
  contextual?: {
@@ -1117,8 +1115,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1117
1115
  errors?: {
1118
1116
  '404': {
1119
1117
  redirect?: boolean | undefined;
1120
- title?: string | undefined;
1121
- description?: string | undefined;
1122
1118
  };
1123
1119
  } | undefined;
1124
1120
  contextual?: {
@@ -1441,8 +1437,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1441
1437
  errors?: {
1442
1438
  '404': {
1443
1439
  redirect?: boolean | undefined;
1444
- title?: string | undefined;
1445
- description?: string | undefined;
1446
1440
  };
1447
1441
  } | undefined;
1448
1442
  contextual?: {
@@ -1765,8 +1759,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1765
1759
  errors?: {
1766
1760
  '404': {
1767
1761
  redirect?: boolean | undefined;
1768
- title?: string | undefined;
1769
- description?: string | undefined;
1770
1762
  };
1771
1763
  } | undefined;
1772
1764
  contextual?: {
@@ -2089,8 +2081,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2089
2081
  errors?: {
2090
2082
  '404': {
2091
2083
  redirect?: boolean | undefined;
2092
- title?: string | undefined;
2093
- description?: string | undefined;
2094
2084
  };
2095
2085
  } | undefined;
2096
2086
  contextual?: {
@@ -2416,8 +2406,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2416
2406
  errors?: {
2417
2407
  '404': {
2418
2408
  redirect: boolean;
2419
- title?: string | undefined;
2420
- description?: string | undefined;
2421
2409
  };
2422
2410
  } | undefined;
2423
2411
  contextual?: {
@@ -2740,8 +2728,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2740
2728
  errors?: {
2741
2729
  '404': {
2742
2730
  redirect: boolean;
2743
- title?: string | undefined;
2744
- description?: string | undefined;
2745
2731
  };
2746
2732
  } | undefined;
2747
2733
  contextual?: {
@@ -3064,8 +3050,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3064
3050
  errors?: {
3065
3051
  '404': {
3066
3052
  redirect: boolean;
3067
- title?: string | undefined;
3068
- description?: string | undefined;
3069
3053
  };
3070
3054
  } | undefined;
3071
3055
  contextual?: {
@@ -3388,8 +3372,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3388
3372
  errors?: {
3389
3373
  '404': {
3390
3374
  redirect: boolean;
3391
- title?: string | undefined;
3392
- description?: string | undefined;
3393
3375
  };
3394
3376
  } | undefined;
3395
3377
  contextual?: {
@@ -3712,8 +3694,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3712
3694
  errors?: {
3713
3695
  '404': {
3714
3696
  redirect: boolean;
3715
- title?: string | undefined;
3716
- description?: string | undefined;
3717
3697
  };
3718
3698
  } | undefined;
3719
3699
  contextual?: {