@mintlify/validation 0.1.585 → 0.1.587

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.
Files changed (30) hide show
  1. package/dist/index.js +2 -1
  2. package/dist/mint-config/schemas/v2/index.d.ts +3384 -1895
  3. package/dist/mint-config/schemas/v2/index.js +2 -0
  4. package/dist/mint-config/schemas/v2/properties/contextual.d.ts +12 -6
  5. package/dist/mint-config/schemas/v2/properties/contextual.js +7 -0
  6. package/dist/mint-config/schemas/v2/properties/navigation/divisionNav.d.ts +12 -4
  7. package/dist/mint-config/schemas/v2/properties/navigation/groups.d.ts +24 -717
  8. package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +362 -429
  9. package/dist/mint-config/schemas/v2/properties/navigation/index.js +1 -1
  10. package/dist/mint-config/schemas/v2/properties/navigation/pages.d.ts +177 -4
  11. package/dist/mint-config/schemas/v2/properties/navigation/tabs.d.ts +8 -0
  12. package/dist/mint-config/schemas/v2/properties/navigation/tabs.js +2 -0
  13. package/dist/mint-config/schemas/v2/properties/reusable/page.d.ts +101 -55
  14. package/dist/mint-config/schemas/v2/properties/reusable/page.js +12 -0
  15. package/dist/mint-config/schemas/v2/themes/almond.d.ts +152 -239
  16. package/dist/mint-config/schemas/v2/themes/aspen.d.ts +152 -239
  17. package/dist/mint-config/schemas/v2/themes/linden.d.ts +152 -239
  18. package/dist/mint-config/schemas/v2/themes/maple.d.ts +152 -239
  19. package/dist/mint-config/schemas/v2/themes/mint.d.ts +152 -239
  20. package/dist/mint-config/schemas/v2/themes/palm.d.ts +152 -239
  21. package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +100 -187
  22. package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +2187 -0
  23. package/dist/mint-config/schemas/v2/themes/sequoia.js +4 -0
  24. package/dist/mint-config/schemas/v2/themes/themes.d.ts +2 -2
  25. package/dist/mint-config/schemas/v2/themes/themes.js +10 -1
  26. package/dist/mint-config/schemas/v2/themes/willow.d.ts +152 -239
  27. package/dist/mint-config/upgrades/convertMintDecoratedNavToDocsDecoratedNav.js +7 -3
  28. package/dist/mint-config/validateConfig.d.ts +1072 -380
  29. package/dist/tsconfig.build.tsbuildinfo +1 -1
  30. package/package.json +3 -3
@@ -525,45 +525,8 @@ export declare const standardConfigSchema: {
525
525
  }>, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
526
526
  global: import("zod").ZodOptional<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").GlobalNavigation, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").GlobalNavigation>>;
527
527
  }, {
528
- groups: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<import("zod").objectUtil.extendShape<{
529
- group: import("zod").ZodString;
530
- public: import("zod").ZodOptional<import("zod").ZodBoolean>;
531
- icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
532
- style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
533
- name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
534
- library: import("zod").ZodOptional<import("zod").ZodEnum<["fontawesome", "lucide"]>>;
535
- }, "strip", import("zod").ZodTypeAny, {
536
- name: string;
537
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
538
- library?: "fontawesome" | "lucide" | undefined;
539
- }, {
540
- name: string;
541
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
542
- library?: "fontawesome" | "lucide" | undefined;
543
- }>]>>;
544
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
545
- root: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
546
- tag: import("zod").ZodOptional<import("zod").ZodString>;
547
- expanded: import("zod").ZodOptional<import("zod").ZodBoolean>;
548
- }, {
549
- openapi: import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">, import("zod").ZodObject<{
550
- source: import("zod").ZodEffects<import("zod").ZodString, string, string>;
551
- directory: import("zod").ZodOptional<import("zod").ZodString>;
552
- }, "strict", import("zod").ZodTypeAny, {
553
- source: string;
554
- directory?: string | undefined;
555
- }, {
556
- source: string;
557
- directory?: string | undefined;
558
- }>]>;
559
- pages: import("zod").ZodDefault<import("zod").ZodLazy<import("zod").ZodArray<import("zod").ZodType<any, import("zod").ZodTypeDef, any>, "many">>>;
560
- }>, "strip", import("zod").ZodTypeAny, {
561
- openapi: string | string[] | {
562
- source: string;
563
- directory?: string | undefined;
564
- };
528
+ groups: import("zod").ZodArray<import("zod").ZodType<{
565
529
  group: string;
566
- pages: any[];
567
530
  icon?: string | {
568
531
  name: string;
569
532
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -574,11 +537,18 @@ export declare const standardConfigSchema: {
574
537
  tag?: string | undefined;
575
538
  hidden?: boolean | undefined;
576
539
  root?: string | undefined;
577
- }, {
578
- openapi: string | string[] | {
540
+ } & {
541
+ openapi?: string | string[] | {
579
542
  source: string;
580
543
  directory?: string | undefined;
581
- };
544
+ } | undefined;
545
+ asyncapi?: string | string[] | {
546
+ source: string;
547
+ directory?: string | undefined;
548
+ } | undefined;
549
+ } & {
550
+ pages?: import("../../properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
551
+ }, import("zod").ZodTypeDef, {
582
552
  group: string;
583
553
  icon?: string | {
584
554
  name: string;
@@ -587,49 +557,24 @@ export declare const standardConfigSchema: {
587
557
  } | undefined;
588
558
  expanded?: boolean | undefined;
589
559
  public?: boolean | undefined;
590
- pages?: any[] | undefined;
591
560
  tag?: string | undefined;
592
561
  hidden?: boolean | undefined;
593
562
  root?: string | undefined;
594
- }>, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
595
- group: import("zod").ZodString;
596
- public: import("zod").ZodOptional<import("zod").ZodBoolean>;
597
- icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
598
- style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
599
- name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
600
- library: import("zod").ZodOptional<import("zod").ZodEnum<["fontawesome", "lucide"]>>;
601
- }, "strip", import("zod").ZodTypeAny, {
602
- name: string;
603
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
604
- library?: "fontawesome" | "lucide" | undefined;
605
- }, {
606
- name: string;
607
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
608
- library?: "fontawesome" | "lucide" | undefined;
609
- }>]>>;
610
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
611
- root: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
612
- tag: import("zod").ZodOptional<import("zod").ZodString>;
613
- expanded: import("zod").ZodOptional<import("zod").ZodBoolean>;
614
- }, {
615
- asyncapi: import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">, import("zod").ZodObject<{
616
- source: import("zod").ZodEffects<import("zod").ZodString, string, string>;
617
- directory: import("zod").ZodOptional<import("zod").ZodString>;
618
- }, "strict", import("zod").ZodTypeAny, {
563
+ } & {
564
+ openapi?: string | string[] | {
619
565
  source: string;
620
566
  directory?: string | undefined;
621
- }, {
567
+ } | undefined;
568
+ asyncapi?: string | string[] | {
622
569
  source: string;
623
570
  directory?: string | undefined;
624
- }>]>;
625
- pages: import("zod").ZodDefault<import("zod").ZodLazy<import("zod").ZodArray<import("zod").ZodType<any, import("zod").ZodTypeDef, any>, "many">>>;
626
- }>, "strip", import("zod").ZodTypeAny, {
571
+ } | undefined;
572
+ } & {
573
+ pages?: import("../../properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
574
+ }>, "many">;
575
+ }>, "strip", import("zod").ZodTypeAny, {
576
+ groups: ({
627
577
  group: string;
628
- pages: any[];
629
- asyncapi: string | string[] | {
630
- source: string;
631
- directory?: string | undefined;
632
- };
633
578
  icon?: string | {
634
579
  name: string;
635
580
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -640,59 +585,21 @@ export declare const standardConfigSchema: {
640
585
  tag?: string | undefined;
641
586
  hidden?: boolean | undefined;
642
587
  root?: string | undefined;
643
- }, {
644
- group: string;
645
- asyncapi: string | string[] | {
588
+ } & {
589
+ openapi?: string | string[] | {
646
590
  source: string;
647
591
  directory?: string | undefined;
648
- };
649
- icon?: string | {
650
- name: string;
651
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
652
- library?: "fontawesome" | "lucide" | undefined;
653
592
  } | undefined;
654
- expanded?: boolean | undefined;
655
- public?: boolean | undefined;
656
- pages?: any[] | undefined;
657
- tag?: string | undefined;
658
- hidden?: boolean | undefined;
659
- root?: string | undefined;
660
- }>, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
661
- group: import("zod").ZodString;
662
- public: import("zod").ZodOptional<import("zod").ZodBoolean>;
663
- icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
664
- style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
665
- name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
666
- library: import("zod").ZodOptional<import("zod").ZodEnum<["fontawesome", "lucide"]>>;
667
- }, "strip", import("zod").ZodTypeAny, {
668
- name: string;
669
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
670
- library?: "fontawesome" | "lucide" | undefined;
671
- }, {
672
- name: string;
673
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
674
- library?: "fontawesome" | "lucide" | undefined;
675
- }>]>>;
676
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
677
- root: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
678
- tag: import("zod").ZodOptional<import("zod").ZodString>;
679
- expanded: import("zod").ZodOptional<import("zod").ZodBoolean>;
680
- }, {
681
- pages: import("zod").ZodDefault<import("zod").ZodLazy<import("zod").ZodArray<import("zod").ZodType<any, import("zod").ZodTypeDef, any>, "many">>>;
682
- }>, "strip", import("zod").ZodTypeAny, {
683
- group: string;
684
- pages: any[];
685
- icon?: string | {
686
- name: string;
687
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
688
- library?: "fontawesome" | "lucide" | undefined;
593
+ asyncapi?: string | string[] | {
594
+ source: string;
595
+ directory?: string | undefined;
689
596
  } | undefined;
690
- expanded?: boolean | undefined;
691
- public?: boolean | undefined;
692
- tag?: string | undefined;
693
- hidden?: boolean | undefined;
694
- root?: string | undefined;
695
- }, {
597
+ } & {
598
+ pages?: import("../../properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
599
+ })[];
600
+ global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
601
+ }, {
602
+ groups: ({
696
603
  group: string;
697
604
  icon?: string | {
698
605
  name: string;
@@ -701,19 +608,27 @@ export declare const standardConfigSchema: {
701
608
  } | undefined;
702
609
  expanded?: boolean | undefined;
703
610
  public?: boolean | undefined;
704
- pages?: any[] | undefined;
705
611
  tag?: string | undefined;
706
612
  hidden?: boolean | undefined;
707
613
  root?: string | undefined;
708
- }>]>, "many">;
709
- }>, "strip", import("zod").ZodTypeAny, {
710
- groups: ({
711
- openapi: string | string[] | {
614
+ } & {
615
+ openapi?: string | string[] | {
712
616
  source: string;
713
617
  directory?: string | undefined;
714
- };
618
+ } | undefined;
619
+ asyncapi?: string | string[] | {
620
+ source: string;
621
+ directory?: string | undefined;
622
+ } | undefined;
623
+ } & {
624
+ pages?: import("../../properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
625
+ })[];
626
+ global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
627
+ }>, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
628
+ global: import("zod").ZodOptional<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").GlobalNavigation, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").GlobalNavigation>>;
629
+ }, {
630
+ pages: import("zod").ZodArray<import("zod").ZodType<string | ({
715
631
  group: string;
716
- pages: any[];
717
632
  icon?: string | {
718
633
  name: string;
719
634
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -724,26 +639,19 @@ export declare const standardConfigSchema: {
724
639
  tag?: string | undefined;
725
640
  hidden?: boolean | undefined;
726
641
  root?: string | undefined;
727
- } | {
728
- group: string;
729
- pages: any[];
730
- asyncapi: string | string[] | {
642
+ } & {
643
+ openapi?: string | string[] | {
731
644
  source: string;
732
645
  directory?: string | undefined;
733
- };
734
- icon?: string | {
735
- name: string;
736
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
737
- library?: "fontawesome" | "lucide" | undefined;
738
646
  } | undefined;
739
- expanded?: boolean | undefined;
740
- public?: boolean | undefined;
741
- tag?: string | undefined;
742
- hidden?: boolean | undefined;
743
- root?: string | undefined;
744
- } | {
647
+ asyncapi?: string | string[] | {
648
+ source: string;
649
+ directory?: string | undefined;
650
+ } | undefined;
651
+ } & {
652
+ pages?: import("../../properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
653
+ }), import("zod").ZodTypeDef, string | ({
745
654
  group: string;
746
- pages: any[];
747
655
  icon?: string | {
748
656
  name: string;
749
657
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -754,14 +662,20 @@ export declare const standardConfigSchema: {
754
662
  tag?: string | undefined;
755
663
  hidden?: boolean | undefined;
756
664
  root?: string | undefined;
757
- })[];
758
- global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
759
- }, {
760
- groups: ({
761
- openapi: string | string[] | {
665
+ } & {
666
+ openapi?: string | string[] | {
762
667
  source: string;
763
668
  directory?: string | undefined;
764
- };
669
+ } | undefined;
670
+ asyncapi?: string | string[] | {
671
+ source: string;
672
+ directory?: string | undefined;
673
+ } | undefined;
674
+ } & {
675
+ pages?: import("../../properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
676
+ })>, "many">;
677
+ }>, "strip", import("zod").ZodTypeAny, {
678
+ pages: (string | ({
765
679
  group: string;
766
680
  icon?: string | {
767
681
  name: string;
@@ -770,28 +684,24 @@ export declare const standardConfigSchema: {
770
684
  } | undefined;
771
685
  expanded?: boolean | undefined;
772
686
  public?: boolean | undefined;
773
- pages?: any[] | undefined;
774
687
  tag?: string | undefined;
775
688
  hidden?: boolean | undefined;
776
689
  root?: string | undefined;
777
- } | {
778
- group: string;
779
- asyncapi: string | string[] | {
690
+ } & {
691
+ openapi?: string | string[] | {
780
692
  source: string;
781
693
  directory?: string | undefined;
782
- };
783
- icon?: string | {
784
- name: string;
785
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
786
- library?: "fontawesome" | "lucide" | undefined;
787
694
  } | undefined;
788
- expanded?: boolean | undefined;
789
- public?: boolean | undefined;
790
- pages?: any[] | undefined;
791
- tag?: string | undefined;
792
- hidden?: boolean | undefined;
793
- root?: string | undefined;
794
- } | {
695
+ asyncapi?: string | string[] | {
696
+ source: string;
697
+ directory?: string | undefined;
698
+ } | undefined;
699
+ } & {
700
+ pages?: import("../../properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
701
+ }))[];
702
+ global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
703
+ }, {
704
+ pages: (string | ({
795
705
  group: string;
796
706
  icon?: string | {
797
707
  name: string;
@@ -800,21 +710,21 @@ export declare const standardConfigSchema: {
800
710
  } | undefined;
801
711
  expanded?: boolean | undefined;
802
712
  public?: boolean | undefined;
803
- pages?: any[] | undefined;
804
713
  tag?: string | undefined;
805
714
  hidden?: boolean | undefined;
806
715
  root?: string | undefined;
807
- })[];
808
- global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
809
- }>, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
810
- global: import("zod").ZodOptional<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").GlobalNavigation, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").GlobalNavigation>>;
811
- }, {
812
- pages: import("zod").ZodArray<import("zod").ZodType<any, import("zod").ZodTypeDef, any>, "many">;
813
- }>, "strip", import("zod").ZodTypeAny, {
814
- pages: any[];
815
- global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
816
- }, {
817
- pages: any[];
716
+ } & {
717
+ openapi?: string | string[] | {
718
+ source: string;
719
+ directory?: string | undefined;
720
+ } | undefined;
721
+ asyncapi?: string | string[] | {
722
+ source: string;
723
+ directory?: string | undefined;
724
+ } | undefined;
725
+ } & {
726
+ pages?: import("../../properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
727
+ }))[];
818
728
  global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
819
729
  }>]>;
820
730
  footer: import("zod").ZodOptional<import("zod").ZodObject<{
@@ -1403,7 +1313,7 @@ export declare const standardConfigSchema: {
1403
1313
  };
1404
1314
  }>>;
1405
1315
  contextual: import("zod").ZodOptional<import("zod").ZodObject<{
1406
- options: import("zod").ZodEffects<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, import("zod").ZodObject<{
1316
+ options: import("zod").ZodEffects<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, import("zod").ZodObject<{
1407
1317
  title: import("zod").ZodString;
1408
1318
  description: import("zod").ZodString;
1409
1319
  icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
@@ -1474,7 +1384,7 @@ export declare const standardConfigSchema: {
1474
1384
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1475
1385
  library?: "fontawesome" | "lucide" | undefined;
1476
1386
  } | undefined;
1477
- }>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
1387
+ }>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
1478
1388
  href: string | {
1479
1389
  base: string;
1480
1390
  query?: {
@@ -1489,7 +1399,7 @@ export declare const standardConfigSchema: {
1489
1399
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1490
1400
  library?: "fontawesome" | "lucide" | undefined;
1491
1401
  } | undefined;
1492
- })[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
1402
+ })[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
1493
1403
  href: string | {
1494
1404
  base: string;
1495
1405
  query?: {
@@ -1505,8 +1415,9 @@ export declare const standardConfigSchema: {
1505
1415
  library?: "fontawesome" | "lucide" | undefined;
1506
1416
  } | undefined;
1507
1417
  })[]>;
1418
+ display: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEnum<["header", "toc"]>>>;
1508
1419
  }, "strip", import("zod").ZodTypeAny, {
1509
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
1420
+ options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
1510
1421
  href: string | {
1511
1422
  base: string;
1512
1423
  query?: {
@@ -1522,8 +1433,9 @@ export declare const standardConfigSchema: {
1522
1433
  library?: "fontawesome" | "lucide" | undefined;
1523
1434
  } | undefined;
1524
1435
  })[];
1436
+ display: "header" | "toc";
1525
1437
  }, {
1526
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
1438
+ options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
1527
1439
  href: string | {
1528
1440
  base: string;
1529
1441
  query?: {
@@ -1539,6 +1451,7 @@ export declare const standardConfigSchema: {
1539
1451
  library?: "fontawesome" | "lucide" | undefined;
1540
1452
  } | undefined;
1541
1453
  })[];
1454
+ display?: "header" | "toc" | undefined;
1542
1455
  }>>;
1543
1456
  thumbnails: import("zod").ZodOptional<import("zod").ZodObject<{
1544
1457
  appearance: import("zod").ZodOptional<import("zod").ZodEnum<[import("../../properties/thumbnails.js").ThumbnailAppearance.Light, import("../../properties/thumbnails.js").ThumbnailAppearance.Dark]>>;