@mintlify/validation 0.1.585 → 0.1.586
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mint-config/schemas/v2/index.d.ts +1138 -1874
- package/dist/mint-config/schemas/v2/properties/navigation/divisionNav.d.ts +12 -4
- package/dist/mint-config/schemas/v2/properties/navigation/groups.d.ts +24 -717
- package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +360 -428
- package/dist/mint-config/schemas/v2/properties/navigation/pages.d.ts +177 -4
- package/dist/mint-config/schemas/v2/properties/reusable/page.d.ts +101 -55
- package/dist/mint-config/schemas/v2/properties/reusable/page.js +12 -0
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +140 -232
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +140 -232
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +140 -232
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +140 -232
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +140 -232
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +140 -232
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +92 -182
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +140 -232
- package/dist/mint-config/upgrades/convertMintDecoratedNavToDocsDecoratedNav.js +7 -3
- package/dist/mint-config/validateConfig.d.ts +336 -350
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- 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").
|
|
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
|
|
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
|
-
}
|
|
595
|
-
|
|
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
|
-
|
|
626
|
-
|
|
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
|
-
|
|
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
|
-
|
|
655
|
-
|
|
656
|
-
|
|
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
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
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
|
-
}
|
|
709
|
-
|
|
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
|
-
|
|
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
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
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
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
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<{
|