@mintlify/validation 0.1.539 → 0.1.541

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.
@@ -1449,6 +1449,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1449
1449
  }, {
1450
1450
  timestamp?: boolean | undefined;
1451
1451
  }>>>;
1452
+ snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1452
1453
  theme: z.ZodLiteral<"mint">;
1453
1454
  }, "strip", z.ZodTypeAny, {
1454
1455
  name: string;
@@ -1773,6 +1774,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1773
1774
  interaction?: {
1774
1775
  drilldown?: boolean | undefined;
1775
1776
  } | undefined;
1777
+ snippets?: string[] | undefined;
1776
1778
  }, {
1777
1779
  name: string;
1778
1780
  theme: "mint";
@@ -2096,6 +2098,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2096
2098
  interaction?: {
2097
2099
  drilldown?: boolean | undefined;
2098
2100
  } | undefined;
2101
+ snippets?: string[] | undefined;
2099
2102
  }>, z.ZodObject<{
2100
2103
  $schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
2101
2104
  name: z.ZodString;
@@ -3543,6 +3546,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3543
3546
  }, {
3544
3547
  timestamp?: boolean | undefined;
3545
3548
  }>>>;
3549
+ snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3546
3550
  theme: z.ZodLiteral<"maple">;
3547
3551
  }, "strip", z.ZodTypeAny, {
3548
3552
  name: string;
@@ -3867,6 +3871,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3867
3871
  interaction?: {
3868
3872
  drilldown?: boolean | undefined;
3869
3873
  } | undefined;
3874
+ snippets?: string[] | undefined;
3870
3875
  }, {
3871
3876
  name: string;
3872
3877
  theme: "maple";
@@ -4190,6 +4195,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4190
4195
  interaction?: {
4191
4196
  drilldown?: boolean | undefined;
4192
4197
  } | undefined;
4198
+ snippets?: string[] | undefined;
4193
4199
  }>, z.ZodObject<{
4194
4200
  $schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
4195
4201
  name: z.ZodString;
@@ -5637,6 +5643,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5637
5643
  }, {
5638
5644
  timestamp?: boolean | undefined;
5639
5645
  }>>>;
5646
+ snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5640
5647
  theme: z.ZodLiteral<"palm">;
5641
5648
  }, "strip", z.ZodTypeAny, {
5642
5649
  name: string;
@@ -5961,6 +5968,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5961
5968
  interaction?: {
5962
5969
  drilldown?: boolean | undefined;
5963
5970
  } | undefined;
5971
+ snippets?: string[] | undefined;
5964
5972
  }, {
5965
5973
  name: string;
5966
5974
  theme: "palm";
@@ -6284,6 +6292,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6284
6292
  interaction?: {
6285
6293
  drilldown?: boolean | undefined;
6286
6294
  } | undefined;
6295
+ snippets?: string[] | undefined;
6287
6296
  }>, z.ZodObject<{
6288
6297
  $schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
6289
6298
  name: z.ZodString;
@@ -7731,6 +7740,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
7731
7740
  }, {
7732
7741
  timestamp?: boolean | undefined;
7733
7742
  }>>>;
7743
+ snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
7734
7744
  theme: z.ZodLiteral<"willow">;
7735
7745
  }, "strip", z.ZodTypeAny, {
7736
7746
  name: string;
@@ -8055,6 +8065,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8055
8065
  interaction?: {
8056
8066
  drilldown?: boolean | undefined;
8057
8067
  } | undefined;
8068
+ snippets?: string[] | undefined;
8058
8069
  }, {
8059
8070
  name: string;
8060
8071
  theme: "willow";
@@ -8378,6 +8389,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8378
8389
  interaction?: {
8379
8390
  drilldown?: boolean | undefined;
8380
8391
  } | undefined;
8392
+ snippets?: string[] | undefined;
8381
8393
  }>, z.ZodObject<{
8382
8394
  $schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
8383
8395
  name: z.ZodString;
@@ -9825,6 +9837,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
9825
9837
  }, {
9826
9838
  timestamp?: boolean | undefined;
9827
9839
  }>>>;
9840
+ snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
9828
9841
  theme: z.ZodLiteral<"linden">;
9829
9842
  }, "strip", z.ZodTypeAny, {
9830
9843
  name: string;
@@ -10149,6 +10162,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10149
10162
  interaction?: {
10150
10163
  drilldown?: boolean | undefined;
10151
10164
  } | undefined;
10165
+ snippets?: string[] | undefined;
10152
10166
  }, {
10153
10167
  name: string;
10154
10168
  theme: "linden";
@@ -10472,6 +10486,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10472
10486
  interaction?: {
10473
10487
  drilldown?: boolean | undefined;
10474
10488
  } | undefined;
10489
+ snippets?: string[] | undefined;
10475
10490
  }>, z.ZodObject<{
10476
10491
  $schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
10477
10492
  name: z.ZodString;
@@ -11919,6 +11934,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
11919
11934
  }, {
11920
11935
  timestamp?: boolean | undefined;
11921
11936
  }>>>;
11937
+ snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
11922
11938
  theme: z.ZodLiteral<"almond">;
11923
11939
  }, "strip", z.ZodTypeAny, {
11924
11940
  name: string;
@@ -12243,6 +12259,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
12243
12259
  interaction?: {
12244
12260
  drilldown?: boolean | undefined;
12245
12261
  } | undefined;
12262
+ snippets?: string[] | undefined;
12246
12263
  }, {
12247
12264
  name: string;
12248
12265
  theme: "almond";
@@ -12566,6 +12583,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
12566
12583
  interaction?: {
12567
12584
  drilldown?: boolean | undefined;
12568
12585
  } | undefined;
12586
+ snippets?: string[] | undefined;
12569
12587
  }>, z.ZodObject<{
12570
12588
  $schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
12571
12589
  name: z.ZodString;
@@ -14013,6 +14031,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
14013
14031
  }, {
14014
14032
  timestamp?: boolean | undefined;
14015
14033
  }>>>;
14034
+ snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
14016
14035
  theme: z.ZodLiteral<"aspen">;
14017
14036
  }, "strip", z.ZodTypeAny, {
14018
14037
  name: string;
@@ -14337,6 +14356,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
14337
14356
  interaction?: {
14338
14357
  drilldown?: boolean | undefined;
14339
14358
  } | undefined;
14359
+ snippets?: string[] | undefined;
14340
14360
  }, {
14341
14361
  name: string;
14342
14362
  theme: "aspen";
@@ -14660,6 +14680,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
14660
14680
  interaction?: {
14661
14681
  drilldown?: boolean | undefined;
14662
14682
  } | undefined;
14683
+ snippets?: string[] | undefined;
14663
14684
  }>]>;
14664
14685
  export declare const docsConfigUnifiedSchema: z.ZodObject<{
14665
14686
  $schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -16108,6 +16129,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
16108
16129
  }, {
16109
16130
  timestamp?: boolean | undefined;
16110
16131
  }>>>;
16132
+ snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
16111
16133
  theme: z.ZodEnum<["mint", "maple", "palm", "willow", "linden", "almond", "aspen"]>;
16112
16134
  }, "strip", z.ZodTypeAny, {
16113
16135
  name: string;
@@ -16432,6 +16454,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
16432
16454
  interaction?: {
16433
16455
  drilldown?: boolean | undefined;
16434
16456
  } | undefined;
16457
+ snippets?: string[] | undefined;
16435
16458
  }, {
16436
16459
  name: string;
16437
16460
  theme: "mint" | "maple" | "palm" | "willow" | "linden" | "almond" | "aspen";
@@ -16755,4 +16778,5 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
16755
16778
  interaction?: {
16756
16779
  drilldown?: boolean | undefined;
16757
16780
  } | undefined;
16781
+ snippets?: string[] | undefined;
16758
16782
  }>;
@@ -15,3 +15,4 @@ export * from './reusable/index.js';
15
15
  export * from './contextual.js';
16
16
  export * from './thumbnails.js';
17
17
  export * from './metadata.js';
18
+ export * from './snippets.js';
@@ -15,3 +15,4 @@ export * from './reusable/index.js';
15
15
  export * from './contextual.js';
16
16
  export * from './thumbnails.js';
17
17
  export * from './metadata.js';
18
+ export * from './snippets.js';
@@ -0,0 +1,3 @@
1
+ import { z } from 'zod';
2
+ export declare const snippetsSchema: z.ZodArray<z.ZodString, "many">;
3
+ export type SnippetsConfig = z.infer<typeof snippetsSchema>;
@@ -0,0 +1,4 @@
1
+ import { z } from 'zod';
2
+ export const snippetsSchema = z
3
+ .array(z.string())
4
+ .describe('Glob patterns specifying additional locations where snippet files can be placed. The default /snippets/ folder is always included.');
@@ -1446,6 +1446,7 @@ export declare const almondConfigSchema: z.ZodObject<{
1446
1446
  }, {
1447
1447
  timestamp?: boolean | undefined;
1448
1448
  }>>>;
1449
+ snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1449
1450
  theme: z.ZodLiteral<"almond">;
1450
1451
  }, "strip", z.ZodTypeAny, {
1451
1452
  name: string;
@@ -1770,6 +1771,7 @@ export declare const almondConfigSchema: z.ZodObject<{
1770
1771
  interaction?: {
1771
1772
  drilldown?: boolean | undefined;
1772
1773
  } | undefined;
1774
+ snippets?: string[] | undefined;
1773
1775
  }, {
1774
1776
  name: string;
1775
1777
  theme: "almond";
@@ -2093,4 +2095,5 @@ export declare const almondConfigSchema: z.ZodObject<{
2093
2095
  interaction?: {
2094
2096
  drilldown?: boolean | undefined;
2095
2097
  } | undefined;
2098
+ snippets?: string[] | undefined;
2096
2099
  }>;
@@ -1446,6 +1446,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
1446
1446
  }, {
1447
1447
  timestamp?: boolean | undefined;
1448
1448
  }>>>;
1449
+ snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1449
1450
  theme: z.ZodLiteral<"aspen">;
1450
1451
  }, "strip", z.ZodTypeAny, {
1451
1452
  name: string;
@@ -1770,6 +1771,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
1770
1771
  interaction?: {
1771
1772
  drilldown?: boolean | undefined;
1772
1773
  } | undefined;
1774
+ snippets?: string[] | undefined;
1773
1775
  }, {
1774
1776
  name: string;
1775
1777
  theme: "aspen";
@@ -2093,4 +2095,5 @@ export declare const aspenConfigSchema: z.ZodObject<{
2093
2095
  interaction?: {
2094
2096
  drilldown?: boolean | undefined;
2095
2097
  } | undefined;
2098
+ snippets?: string[] | undefined;
2096
2099
  }>;
@@ -1446,6 +1446,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
1446
1446
  }, {
1447
1447
  timestamp?: boolean | undefined;
1448
1448
  }>>>;
1449
+ snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1449
1450
  theme: z.ZodLiteral<"linden">;
1450
1451
  }, "strip", z.ZodTypeAny, {
1451
1452
  name: string;
@@ -1770,6 +1771,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
1770
1771
  interaction?: {
1771
1772
  drilldown?: boolean | undefined;
1772
1773
  } | undefined;
1774
+ snippets?: string[] | undefined;
1773
1775
  }, {
1774
1776
  name: string;
1775
1777
  theme: "linden";
@@ -2093,4 +2095,5 @@ export declare const lindenConfigSchema: z.ZodObject<{
2093
2095
  interaction?: {
2094
2096
  drilldown?: boolean | undefined;
2095
2097
  } | undefined;
2098
+ snippets?: string[] | undefined;
2096
2099
  }>;
@@ -1446,6 +1446,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
1446
1446
  }, {
1447
1447
  timestamp?: boolean | undefined;
1448
1448
  }>>>;
1449
+ snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1449
1450
  theme: z.ZodLiteral<"maple">;
1450
1451
  }, "strip", z.ZodTypeAny, {
1451
1452
  name: string;
@@ -1770,6 +1771,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
1770
1771
  interaction?: {
1771
1772
  drilldown?: boolean | undefined;
1772
1773
  } | undefined;
1774
+ snippets?: string[] | undefined;
1773
1775
  }, {
1774
1776
  name: string;
1775
1777
  theme: "maple";
@@ -2093,4 +2095,5 @@ export declare const mapleConfigSchema: z.ZodObject<{
2093
2095
  interaction?: {
2094
2096
  drilldown?: boolean | undefined;
2095
2097
  } | undefined;
2098
+ snippets?: string[] | undefined;
2096
2099
  }>;
@@ -1446,6 +1446,7 @@ export declare const mintConfigSchema: z.ZodObject<{
1446
1446
  }, {
1447
1447
  timestamp?: boolean | undefined;
1448
1448
  }>>>;
1449
+ snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1449
1450
  theme: z.ZodLiteral<"mint">;
1450
1451
  }, "strip", z.ZodTypeAny, {
1451
1452
  name: string;
@@ -1770,6 +1771,7 @@ export declare const mintConfigSchema: z.ZodObject<{
1770
1771
  interaction?: {
1771
1772
  drilldown?: boolean | undefined;
1772
1773
  } | undefined;
1774
+ snippets?: string[] | undefined;
1773
1775
  }, {
1774
1776
  name: string;
1775
1777
  theme: "mint";
@@ -2093,4 +2095,5 @@ export declare const mintConfigSchema: z.ZodObject<{
2093
2095
  interaction?: {
2094
2096
  drilldown?: boolean | undefined;
2095
2097
  } | undefined;
2098
+ snippets?: string[] | undefined;
2096
2099
  }>;
@@ -1446,6 +1446,7 @@ export declare const palmConfigSchema: z.ZodObject<{
1446
1446
  }, {
1447
1447
  timestamp?: boolean | undefined;
1448
1448
  }>>>;
1449
+ snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1449
1450
  theme: z.ZodLiteral<"palm">;
1450
1451
  }, "strip", z.ZodTypeAny, {
1451
1452
  name: string;
@@ -1770,6 +1771,7 @@ export declare const palmConfigSchema: z.ZodObject<{
1770
1771
  interaction?: {
1771
1772
  drilldown?: boolean | undefined;
1772
1773
  } | undefined;
1774
+ snippets?: string[] | undefined;
1773
1775
  }, {
1774
1776
  name: string;
1775
1777
  theme: "palm";
@@ -2093,4 +2095,5 @@ export declare const palmConfigSchema: z.ZodObject<{
2093
2095
  interaction?: {
2094
2096
  drilldown?: boolean | undefined;
2095
2097
  } | undefined;
2098
+ snippets?: string[] | undefined;
2096
2099
  }>;
@@ -1445,4 +1445,5 @@ export declare const standardConfigSchema: {
1445
1445
  }, {
1446
1446
  timestamp?: boolean | undefined;
1447
1447
  }>>>;
1448
+ snippets: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1448
1449
  };
@@ -21,6 +21,7 @@ import { navbarSchema } from '../../properties/navbar.js';
21
21
  import { navigationSchema } from '../../properties/navigation/index.js';
22
22
  import { searchSchema } from '../../properties/search.js';
23
23
  import { seoSchema } from '../../properties/seo.js';
24
+ import { snippetsSchema } from '../../properties/snippets.js';
24
25
  import { stylingSchema } from '../../properties/styling.js';
25
26
  import { thumbnailsSchema } from '../../properties/thumbnails.js';
26
27
  export const standardConfigSchema = {
@@ -49,4 +50,5 @@ export const standardConfigSchema = {
49
50
  thumbnails: thumbnailsSchema.optional(),
50
51
  interaction: interactionSchema.optional(),
51
52
  metadata: metadataSchema.optional(),
53
+ snippets: snippetsSchema.optional(),
52
54
  };
@@ -1446,6 +1446,7 @@ export declare const willowConfigSchema: z.ZodObject<{
1446
1446
  }, {
1447
1447
  timestamp?: boolean | undefined;
1448
1448
  }>>>;
1449
+ snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1449
1450
  theme: z.ZodLiteral<"willow">;
1450
1451
  }, "strip", z.ZodTypeAny, {
1451
1452
  name: string;
@@ -1770,6 +1771,7 @@ export declare const willowConfigSchema: z.ZodObject<{
1770
1771
  interaction?: {
1771
1772
  drilldown?: boolean | undefined;
1772
1773
  } | undefined;
1774
+ snippets?: string[] | undefined;
1773
1775
  }, {
1774
1776
  name: string;
1775
1777
  theme: "willow";
@@ -2093,4 +2095,5 @@ export declare const willowConfigSchema: z.ZodObject<{
2093
2095
  interaction?: {
2094
2096
  drilldown?: boolean | undefined;
2095
2097
  } | undefined;
2098
+ snippets?: string[] | undefined;
2096
2099
  }>;
@@ -816,6 +816,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
816
816
  interaction?: {
817
817
  drilldown?: boolean | undefined;
818
818
  } | undefined;
819
+ snippets?: string[] | undefined;
819
820
  } | {
820
821
  name: string;
821
822
  theme: "aspen";
@@ -1139,6 +1140,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1139
1140
  interaction?: {
1140
1141
  drilldown?: boolean | undefined;
1141
1142
  } | undefined;
1143
+ snippets?: string[] | undefined;
1142
1144
  } | {
1143
1145
  name: string;
1144
1146
  theme: "linden";
@@ -1462,6 +1464,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1462
1464
  interaction?: {
1463
1465
  drilldown?: boolean | undefined;
1464
1466
  } | undefined;
1467
+ snippets?: string[] | undefined;
1465
1468
  } | {
1466
1469
  name: string;
1467
1470
  theme: "maple";
@@ -1785,6 +1788,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1785
1788
  interaction?: {
1786
1789
  drilldown?: boolean | undefined;
1787
1790
  } | undefined;
1791
+ snippets?: string[] | undefined;
1788
1792
  } | {
1789
1793
  name: string;
1790
1794
  theme: "mint";
@@ -2108,6 +2112,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2108
2112
  interaction?: {
2109
2113
  drilldown?: boolean | undefined;
2110
2114
  } | undefined;
2115
+ snippets?: string[] | undefined;
2111
2116
  } | {
2112
2117
  name: string;
2113
2118
  theme: "palm";
@@ -2431,6 +2436,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2431
2436
  interaction?: {
2432
2437
  drilldown?: boolean | undefined;
2433
2438
  } | undefined;
2439
+ snippets?: string[] | undefined;
2434
2440
  } | {
2435
2441
  name: string;
2436
2442
  theme: "willow";
@@ -2754,6 +2760,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2754
2760
  interaction?: {
2755
2761
  drilldown?: boolean | undefined;
2756
2762
  } | undefined;
2763
+ snippets?: string[] | undefined;
2757
2764
  }> | {
2758
2765
  warnings: z.ZodIssue[];
2759
2766
  success: true;
@@ -3080,6 +3087,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3080
3087
  interaction?: {
3081
3088
  drilldown?: boolean | undefined;
3082
3089
  } | undefined;
3090
+ snippets?: string[] | undefined;
3083
3091
  } | {
3084
3092
  name: string;
3085
3093
  $schema: string;
@@ -3403,6 +3411,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3403
3411
  interaction?: {
3404
3412
  drilldown?: boolean | undefined;
3405
3413
  } | undefined;
3414
+ snippets?: string[] | undefined;
3406
3415
  } | {
3407
3416
  name: string;
3408
3417
  $schema: string;
@@ -3726,6 +3735,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3726
3735
  interaction?: {
3727
3736
  drilldown?: boolean | undefined;
3728
3737
  } | undefined;
3738
+ snippets?: string[] | undefined;
3729
3739
  } | {
3730
3740
  name: string;
3731
3741
  $schema: string;
@@ -4049,6 +4059,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
4049
4059
  interaction?: {
4050
4060
  drilldown?: boolean | undefined;
4051
4061
  } | undefined;
4062
+ snippets?: string[] | undefined;
4052
4063
  } | {
4053
4064
  name: string;
4054
4065
  $schema: string;
@@ -4372,6 +4383,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
4372
4383
  interaction?: {
4373
4384
  drilldown?: boolean | undefined;
4374
4385
  } | undefined;
4386
+ snippets?: string[] | undefined;
4375
4387
  } | {
4376
4388
  name: string;
4377
4389
  $schema: string;
@@ -4695,6 +4707,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
4695
4707
  interaction?: {
4696
4708
  drilldown?: boolean | undefined;
4697
4709
  } | undefined;
4710
+ snippets?: string[] | undefined;
4698
4711
  } | {
4699
4712
  name: string;
4700
4713
  $schema: string;
@@ -5018,6 +5031,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
5018
5031
  interaction?: {
5019
5032
  drilldown?: boolean | undefined;
5020
5033
  } | undefined;
5034
+ snippets?: string[] | undefined;
5021
5035
  };
5022
5036
  error?: never;
5023
5037
  };