@mintlify/validation 0.1.570 → 0.1.572

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/index.d.ts CHANGED
@@ -26,6 +26,7 @@ export { docsConfigSchema };
26
26
  export type { DocsConfig };
27
27
  export { docsConfigUnifiedSchema } from './mint-config/schemas/v2/index.js';
28
28
  export * from './mint-config/schemas/v2/properties/index.js';
29
+ export { validatePathWithinCwd } from './mint-config/validatePathWithinCwd.js';
29
30
  export * from './types/index.js';
30
31
  export type { ThemeType } from './mint-config/schemas/v2/index.js';
31
32
  export * from './chat-config/index.js';
package/dist/index.js CHANGED
@@ -64,6 +64,7 @@ export const docsConfigJsonSchema = zodToJsonSchema(docsConfigSchema, {
64
64
  export { docsConfigSchema };
65
65
  export { docsConfigUnifiedSchema } from './mint-config/schemas/v2/index.js';
66
66
  export * from './mint-config/schemas/v2/properties/index.js';
67
+ export { validatePathWithinCwd } from './mint-config/validatePathWithinCwd.js';
67
68
  export * from './types/index.js';
68
69
  export * from './chat-config/index.js';
69
70
  export * from './openapi/v2/types/index.js';
@@ -1281,7 +1281,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1281
1281
  };
1282
1282
  }>>;
1283
1283
  contextual: z.ZodOptional<z.ZodObject<{
1284
- options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
1284
+ options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
1285
1285
  title: z.ZodString;
1286
1286
  description: z.ZodString;
1287
1287
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
@@ -1352,7 +1352,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1352
1352
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1353
1353
  library?: "fontawesome" | "lucide" | undefined;
1354
1354
  } | undefined;
1355
- }>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
1355
+ }>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
1356
1356
  href: string | {
1357
1357
  base: string;
1358
1358
  query?: {
@@ -1367,7 +1367,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1367
1367
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1368
1368
  library?: "fontawesome" | "lucide" | undefined;
1369
1369
  } | undefined;
1370
- })[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
1370
+ })[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
1371
1371
  href: string | {
1372
1372
  base: string;
1373
1373
  query?: {
@@ -1384,7 +1384,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1384
1384
  } | undefined;
1385
1385
  })[]>;
1386
1386
  }, "strip", z.ZodTypeAny, {
1387
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
1387
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
1388
1388
  href: string | {
1389
1389
  base: string;
1390
1390
  query?: {
@@ -1401,7 +1401,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1401
1401
  } | undefined;
1402
1402
  })[];
1403
1403
  }, {
1404
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
1404
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
1405
1405
  href: string | {
1406
1406
  base: string;
1407
1407
  query?: {
@@ -1754,7 +1754,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1754
1754
  };
1755
1755
  } | undefined;
1756
1756
  contextual?: {
1757
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
1757
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
1758
1758
  href: string | {
1759
1759
  base: string;
1760
1760
  query?: {
@@ -2079,7 +2079,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2079
2079
  };
2080
2080
  } | undefined;
2081
2081
  contextual?: {
2082
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
2082
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
2083
2083
  href: string | {
2084
2084
  base: string;
2085
2085
  query?: {
@@ -3385,7 +3385,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3385
3385
  };
3386
3386
  }>>;
3387
3387
  contextual: z.ZodOptional<z.ZodObject<{
3388
- options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
3388
+ options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
3389
3389
  title: z.ZodString;
3390
3390
  description: z.ZodString;
3391
3391
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
@@ -3456,7 +3456,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3456
3456
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3457
3457
  library?: "fontawesome" | "lucide" | undefined;
3458
3458
  } | undefined;
3459
- }>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
3459
+ }>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
3460
3460
  href: string | {
3461
3461
  base: string;
3462
3462
  query?: {
@@ -3471,7 +3471,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3471
3471
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3472
3472
  library?: "fontawesome" | "lucide" | undefined;
3473
3473
  } | undefined;
3474
- })[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
3474
+ })[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
3475
3475
  href: string | {
3476
3476
  base: string;
3477
3477
  query?: {
@@ -3488,7 +3488,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3488
3488
  } | undefined;
3489
3489
  })[]>;
3490
3490
  }, "strip", z.ZodTypeAny, {
3491
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
3491
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
3492
3492
  href: string | {
3493
3493
  base: string;
3494
3494
  query?: {
@@ -3505,7 +3505,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3505
3505
  } | undefined;
3506
3506
  })[];
3507
3507
  }, {
3508
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
3508
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
3509
3509
  href: string | {
3510
3510
  base: string;
3511
3511
  query?: {
@@ -3858,7 +3858,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3858
3858
  };
3859
3859
  } | undefined;
3860
3860
  contextual?: {
3861
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
3861
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
3862
3862
  href: string | {
3863
3863
  base: string;
3864
3864
  query?: {
@@ -4183,7 +4183,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4183
4183
  };
4184
4184
  } | undefined;
4185
4185
  contextual?: {
4186
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
4186
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
4187
4187
  href: string | {
4188
4188
  base: string;
4189
4189
  query?: {
@@ -5489,7 +5489,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5489
5489
  };
5490
5490
  }>>;
5491
5491
  contextual: z.ZodOptional<z.ZodObject<{
5492
- options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
5492
+ options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
5493
5493
  title: z.ZodString;
5494
5494
  description: z.ZodString;
5495
5495
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
@@ -5560,7 +5560,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5560
5560
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
5561
5561
  library?: "fontawesome" | "lucide" | undefined;
5562
5562
  } | undefined;
5563
- }>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
5563
+ }>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
5564
5564
  href: string | {
5565
5565
  base: string;
5566
5566
  query?: {
@@ -5575,7 +5575,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5575
5575
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
5576
5576
  library?: "fontawesome" | "lucide" | undefined;
5577
5577
  } | undefined;
5578
- })[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
5578
+ })[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
5579
5579
  href: string | {
5580
5580
  base: string;
5581
5581
  query?: {
@@ -5592,7 +5592,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5592
5592
  } | undefined;
5593
5593
  })[]>;
5594
5594
  }, "strip", z.ZodTypeAny, {
5595
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
5595
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
5596
5596
  href: string | {
5597
5597
  base: string;
5598
5598
  query?: {
@@ -5609,7 +5609,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5609
5609
  } | undefined;
5610
5610
  })[];
5611
5611
  }, {
5612
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
5612
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
5613
5613
  href: string | {
5614
5614
  base: string;
5615
5615
  query?: {
@@ -5962,7 +5962,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5962
5962
  };
5963
5963
  } | undefined;
5964
5964
  contextual?: {
5965
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
5965
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
5966
5966
  href: string | {
5967
5967
  base: string;
5968
5968
  query?: {
@@ -6287,7 +6287,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6287
6287
  };
6288
6288
  } | undefined;
6289
6289
  contextual?: {
6290
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
6290
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
6291
6291
  href: string | {
6292
6292
  base: string;
6293
6293
  query?: {
@@ -7593,7 +7593,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
7593
7593
  };
7594
7594
  }>>;
7595
7595
  contextual: z.ZodOptional<z.ZodObject<{
7596
- options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
7596
+ options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
7597
7597
  title: z.ZodString;
7598
7598
  description: z.ZodString;
7599
7599
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
@@ -7664,7 +7664,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
7664
7664
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
7665
7665
  library?: "fontawesome" | "lucide" | undefined;
7666
7666
  } | undefined;
7667
- }>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
7667
+ }>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
7668
7668
  href: string | {
7669
7669
  base: string;
7670
7670
  query?: {
@@ -7679,7 +7679,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
7679
7679
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
7680
7680
  library?: "fontawesome" | "lucide" | undefined;
7681
7681
  } | undefined;
7682
- })[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
7682
+ })[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
7683
7683
  href: string | {
7684
7684
  base: string;
7685
7685
  query?: {
@@ -7696,7 +7696,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
7696
7696
  } | undefined;
7697
7697
  })[]>;
7698
7698
  }, "strip", z.ZodTypeAny, {
7699
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
7699
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
7700
7700
  href: string | {
7701
7701
  base: string;
7702
7702
  query?: {
@@ -7713,7 +7713,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
7713
7713
  } | undefined;
7714
7714
  })[];
7715
7715
  }, {
7716
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
7716
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
7717
7717
  href: string | {
7718
7718
  base: string;
7719
7719
  query?: {
@@ -8066,7 +8066,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8066
8066
  };
8067
8067
  } | undefined;
8068
8068
  contextual?: {
8069
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
8069
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
8070
8070
  href: string | {
8071
8071
  base: string;
8072
8072
  query?: {
@@ -8391,7 +8391,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8391
8391
  };
8392
8392
  } | undefined;
8393
8393
  contextual?: {
8394
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
8394
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
8395
8395
  href: string | {
8396
8396
  base: string;
8397
8397
  query?: {
@@ -9697,7 +9697,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
9697
9697
  };
9698
9698
  }>>;
9699
9699
  contextual: z.ZodOptional<z.ZodObject<{
9700
- options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
9700
+ options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
9701
9701
  title: z.ZodString;
9702
9702
  description: z.ZodString;
9703
9703
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
@@ -9768,7 +9768,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
9768
9768
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
9769
9769
  library?: "fontawesome" | "lucide" | undefined;
9770
9770
  } | undefined;
9771
- }>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
9771
+ }>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
9772
9772
  href: string | {
9773
9773
  base: string;
9774
9774
  query?: {
@@ -9783,7 +9783,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
9783
9783
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
9784
9784
  library?: "fontawesome" | "lucide" | undefined;
9785
9785
  } | undefined;
9786
- })[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
9786
+ })[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
9787
9787
  href: string | {
9788
9788
  base: string;
9789
9789
  query?: {
@@ -9800,7 +9800,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
9800
9800
  } | undefined;
9801
9801
  })[]>;
9802
9802
  }, "strip", z.ZodTypeAny, {
9803
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
9803
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
9804
9804
  href: string | {
9805
9805
  base: string;
9806
9806
  query?: {
@@ -9817,7 +9817,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
9817
9817
  } | undefined;
9818
9818
  })[];
9819
9819
  }, {
9820
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
9820
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
9821
9821
  href: string | {
9822
9822
  base: string;
9823
9823
  query?: {
@@ -10170,7 +10170,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10170
10170
  };
10171
10171
  } | undefined;
10172
10172
  contextual?: {
10173
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
10173
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
10174
10174
  href: string | {
10175
10175
  base: string;
10176
10176
  query?: {
@@ -10495,7 +10495,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10495
10495
  };
10496
10496
  } | undefined;
10497
10497
  contextual?: {
10498
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
10498
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
10499
10499
  href: string | {
10500
10500
  base: string;
10501
10501
  query?: {
@@ -11801,7 +11801,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
11801
11801
  };
11802
11802
  }>>;
11803
11803
  contextual: z.ZodOptional<z.ZodObject<{
11804
- options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
11804
+ options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
11805
11805
  title: z.ZodString;
11806
11806
  description: z.ZodString;
11807
11807
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
@@ -11872,7 +11872,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
11872
11872
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
11873
11873
  library?: "fontawesome" | "lucide" | undefined;
11874
11874
  } | undefined;
11875
- }>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
11875
+ }>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
11876
11876
  href: string | {
11877
11877
  base: string;
11878
11878
  query?: {
@@ -11887,7 +11887,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
11887
11887
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
11888
11888
  library?: "fontawesome" | "lucide" | undefined;
11889
11889
  } | undefined;
11890
- })[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
11890
+ })[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
11891
11891
  href: string | {
11892
11892
  base: string;
11893
11893
  query?: {
@@ -11904,7 +11904,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
11904
11904
  } | undefined;
11905
11905
  })[]>;
11906
11906
  }, "strip", z.ZodTypeAny, {
11907
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
11907
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
11908
11908
  href: string | {
11909
11909
  base: string;
11910
11910
  query?: {
@@ -11921,7 +11921,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
11921
11921
  } | undefined;
11922
11922
  })[];
11923
11923
  }, {
11924
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
11924
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
11925
11925
  href: string | {
11926
11926
  base: string;
11927
11927
  query?: {
@@ -12274,7 +12274,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
12274
12274
  };
12275
12275
  } | undefined;
12276
12276
  contextual?: {
12277
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
12277
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
12278
12278
  href: string | {
12279
12279
  base: string;
12280
12280
  query?: {
@@ -12599,7 +12599,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
12599
12599
  };
12600
12600
  } | undefined;
12601
12601
  contextual?: {
12602
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
12602
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
12603
12603
  href: string | {
12604
12604
  base: string;
12605
12605
  query?: {
@@ -13905,7 +13905,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
13905
13905
  };
13906
13906
  }>>;
13907
13907
  contextual: z.ZodOptional<z.ZodObject<{
13908
- options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
13908
+ options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
13909
13909
  title: z.ZodString;
13910
13910
  description: z.ZodString;
13911
13911
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
@@ -13976,7 +13976,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
13976
13976
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
13977
13977
  library?: "fontawesome" | "lucide" | undefined;
13978
13978
  } | undefined;
13979
- }>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
13979
+ }>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
13980
13980
  href: string | {
13981
13981
  base: string;
13982
13982
  query?: {
@@ -13991,7 +13991,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
13991
13991
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
13992
13992
  library?: "fontawesome" | "lucide" | undefined;
13993
13993
  } | undefined;
13994
- })[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
13994
+ })[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
13995
13995
  href: string | {
13996
13996
  base: string;
13997
13997
  query?: {
@@ -14008,7 +14008,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
14008
14008
  } | undefined;
14009
14009
  })[]>;
14010
14010
  }, "strip", z.ZodTypeAny, {
14011
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
14011
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
14012
14012
  href: string | {
14013
14013
  base: string;
14014
14014
  query?: {
@@ -14025,7 +14025,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
14025
14025
  } | undefined;
14026
14026
  })[];
14027
14027
  }, {
14028
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
14028
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
14029
14029
  href: string | {
14030
14030
  base: string;
14031
14031
  query?: {
@@ -14378,7 +14378,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
14378
14378
  };
14379
14379
  } | undefined;
14380
14380
  contextual?: {
14381
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
14381
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
14382
14382
  href: string | {
14383
14383
  base: string;
14384
14384
  query?: {
@@ -14703,7 +14703,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
14703
14703
  };
14704
14704
  } | undefined;
14705
14705
  contextual?: {
14706
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
14706
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
14707
14707
  href: string | {
14708
14708
  base: string;
14709
14709
  query?: {
@@ -16010,7 +16010,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
16010
16010
  };
16011
16011
  }>>;
16012
16012
  contextual: z.ZodOptional<z.ZodObject<{
16013
- options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
16013
+ options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
16014
16014
  title: z.ZodString;
16015
16015
  description: z.ZodString;
16016
16016
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
@@ -16081,7 +16081,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
16081
16081
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
16082
16082
  library?: "fontawesome" | "lucide" | undefined;
16083
16083
  } | undefined;
16084
- }>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
16084
+ }>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
16085
16085
  href: string | {
16086
16086
  base: string;
16087
16087
  query?: {
@@ -16096,7 +16096,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
16096
16096
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
16097
16097
  library?: "fontawesome" | "lucide" | undefined;
16098
16098
  } | undefined;
16099
- })[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
16099
+ })[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
16100
16100
  href: string | {
16101
16101
  base: string;
16102
16102
  query?: {
@@ -16113,7 +16113,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
16113
16113
  } | undefined;
16114
16114
  })[]>;
16115
16115
  }, "strip", z.ZodTypeAny, {
16116
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
16116
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
16117
16117
  href: string | {
16118
16118
  base: string;
16119
16119
  query?: {
@@ -16130,7 +16130,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
16130
16130
  } | undefined;
16131
16131
  })[];
16132
16132
  }, {
16133
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
16133
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
16134
16134
  href: string | {
16135
16135
  base: string;
16136
16136
  query?: {
@@ -16483,7 +16483,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
16483
16483
  };
16484
16484
  } | undefined;
16485
16485
  contextual?: {
16486
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
16486
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
16487
16487
  href: string | {
16488
16488
  base: string;
16489
16489
  query?: {
@@ -16808,7 +16808,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
16808
16808
  };
16809
16809
  } | undefined;
16810
16810
  contextual?: {
16811
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
16811
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
16812
16812
  href: string | {
16813
16813
  base: string;
16814
16814
  query?: {
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- export declare const contextualOptions: readonly ["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"];
2
+ export declare const contextualOptions: readonly ["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"];
3
3
  export type ContextualOption = (typeof contextualOptions)[number];
4
4
  export declare const contextualHrefPresetValues: readonly ["$page", "$path", "$mcp"];
5
5
  export type ContextualHrefPresetValue = (typeof contextualHrefPresetValues)[number];
@@ -101,7 +101,7 @@ export declare const customContextualOption: z.ZodObject<{
101
101
  } | undefined;
102
102
  }>;
103
103
  export declare const contextualSchema: z.ZodObject<{
104
- options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
104
+ options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
105
105
  title: z.ZodString;
106
106
  description: z.ZodString;
107
107
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
@@ -172,7 +172,7 @@ export declare const contextualSchema: z.ZodObject<{
172
172
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
173
173
  library?: "fontawesome" | "lucide" | undefined;
174
174
  } | undefined;
175
- }>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
175
+ }>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
176
176
  href: string | {
177
177
  base: string;
178
178
  query?: {
@@ -187,7 +187,7 @@ export declare const contextualSchema: z.ZodObject<{
187
187
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
188
188
  library?: "fontawesome" | "lucide" | undefined;
189
189
  } | undefined;
190
- })[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
190
+ })[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
191
191
  href: string | {
192
192
  base: string;
193
193
  query?: {
@@ -204,7 +204,7 @@ export declare const contextualSchema: z.ZodObject<{
204
204
  } | undefined;
205
205
  })[]>;
206
206
  }, "strip", z.ZodTypeAny, {
207
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
207
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
208
208
  href: string | {
209
209
  base: string;
210
210
  query?: {
@@ -221,7 +221,7 @@ export declare const contextualSchema: z.ZodObject<{
221
221
  } | undefined;
222
222
  })[];
223
223
  }, {
224
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
224
+ options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
225
225
  href: string | {
226
226
  base: string;
227
227
  query?: {
@@ -6,6 +6,7 @@ export const contextualOptions = [
6
6
  'chatgpt',
7
7
  'claude',
8
8
  'perplexity',
9
+ 'grok',
9
10
  'mcp',
10
11
  'cursor',
11
12
  'vscode',