@mintlify/validation 0.1.234 → 0.1.236
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 +3091 -479
- package/dist/mint-config/schemas/v2/properties/navigation/anchors.d.ts +59 -0
- package/dist/mint-config/schemas/v2/properties/navigation/anchors.js +5 -5
- package/dist/mint-config/schemas/v2/properties/navigation/dropdown.d.ts +41 -0
- package/dist/mint-config/schemas/v2/properties/navigation/dropdown.js +5 -5
- package/dist/mint-config/schemas/v2/properties/navigation/global.d.ts +299 -0
- package/dist/mint-config/schemas/v2/properties/navigation/global.js +16 -0
- package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +419 -2
- package/dist/mint-config/schemas/v2/properties/navigation/index.js +2 -0
- package/dist/mint-config/schemas/v2/properties/navigation/languages.d.ts +146 -0
- package/dist/mint-config/schemas/v2/properties/navigation/languages.js +4 -3
- package/dist/mint-config/schemas/v2/properties/navigation/tabs.d.ts +41 -0
- package/dist/mint-config/schemas/v2/properties/navigation/tabs.js +4 -4
- package/dist/mint-config/schemas/v2/properties/navigation/version.d.ts +23 -0
- package/dist/mint-config/schemas/v2/properties/navigation/version.js +4 -4
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +659 -6
- package/dist/mint-config/schemas/v2/themes/prism.d.ts +659 -6
- package/dist/mint-config/schemas/v2/themes/quill.d.ts +659 -6
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +419 -2
- package/dist/mint-config/schemas/v2/themes/venus.d.ts +659 -6
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -187,7 +187,7 @@ export declare const standardConfigSchema: {
|
|
|
187
187
|
href: string;
|
|
188
188
|
} | undefined;
|
|
189
189
|
}>>;
|
|
190
|
-
navigation: import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
190
|
+
navigation: import("zod").ZodIntersection<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
191
191
|
languages: import("zod").ZodArray<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
192
192
|
language: import("zod").ZodEnum<["en", "cn", "es", "fr", "jp", "pt", "pt-BR", "de"]>;
|
|
193
193
|
hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
@@ -480,7 +480,424 @@ export declare const standardConfigSchema: {
|
|
|
480
480
|
pages: any[];
|
|
481
481
|
}, {
|
|
482
482
|
pages: any[];
|
|
483
|
-
}>]
|
|
483
|
+
}>]>, import("zod").ZodOptional<import("zod").ZodObject<{
|
|
484
|
+
global: import("zod").ZodObject<{
|
|
485
|
+
languages: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
486
|
+
language: import("zod").ZodEnum<["en", "cn", "es", "fr", "jp", "pt", "pt-BR", "de"]>;
|
|
487
|
+
hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
488
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
489
|
+
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
490
|
+
hidden?: boolean | undefined;
|
|
491
|
+
}, {
|
|
492
|
+
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
493
|
+
hidden?: boolean | undefined;
|
|
494
|
+
}>, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
495
|
+
openapi: import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">]>;
|
|
496
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
497
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
498
|
+
}, {
|
|
499
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
500
|
+
}>, import("zod").ZodObject<{
|
|
501
|
+
href: import("zod").ZodString;
|
|
502
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
503
|
+
href: string;
|
|
504
|
+
}, {
|
|
505
|
+
href: string;
|
|
506
|
+
}>]>>, "many">>;
|
|
507
|
+
versions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
508
|
+
version: import("zod").ZodString;
|
|
509
|
+
hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
510
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
511
|
+
version: string;
|
|
512
|
+
hidden?: boolean | undefined;
|
|
513
|
+
}, {
|
|
514
|
+
version: string;
|
|
515
|
+
hidden?: boolean | undefined;
|
|
516
|
+
}>, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
517
|
+
openapi: import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">]>;
|
|
518
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
519
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
520
|
+
}, {
|
|
521
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
522
|
+
}>, import("zod").ZodObject<{
|
|
523
|
+
href: import("zod").ZodString;
|
|
524
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
525
|
+
href: string;
|
|
526
|
+
}, {
|
|
527
|
+
href: string;
|
|
528
|
+
}>]>>, "many">>;
|
|
529
|
+
tabs: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
530
|
+
tab: import("zod").ZodString;
|
|
531
|
+
icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
|
|
532
|
+
style: 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
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
535
|
+
name: string;
|
|
536
|
+
style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
|
|
537
|
+
}, {
|
|
538
|
+
name: string;
|
|
539
|
+
style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
|
|
540
|
+
}>]>>;
|
|
541
|
+
hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
542
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
543
|
+
tab: string;
|
|
544
|
+
icon?: string | {
|
|
545
|
+
name: string;
|
|
546
|
+
style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
|
|
547
|
+
} | undefined;
|
|
548
|
+
hidden?: boolean | undefined;
|
|
549
|
+
}, {
|
|
550
|
+
tab: string;
|
|
551
|
+
icon?: string | {
|
|
552
|
+
name: string;
|
|
553
|
+
style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
|
|
554
|
+
} | undefined;
|
|
555
|
+
hidden?: boolean | undefined;
|
|
556
|
+
}>, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
557
|
+
openapi: import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">]>;
|
|
558
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
559
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
560
|
+
}, {
|
|
561
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
562
|
+
}>, import("zod").ZodObject<{
|
|
563
|
+
href: import("zod").ZodString;
|
|
564
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
565
|
+
href: string;
|
|
566
|
+
}, {
|
|
567
|
+
href: string;
|
|
568
|
+
}>]>>, "many">>;
|
|
569
|
+
dropdowns: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
570
|
+
dropdown: import("zod").ZodString;
|
|
571
|
+
icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
|
|
572
|
+
style: import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>;
|
|
573
|
+
name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
|
|
574
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
575
|
+
name: string;
|
|
576
|
+
style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
|
|
577
|
+
}, {
|
|
578
|
+
name: string;
|
|
579
|
+
style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
|
|
580
|
+
}>]>>;
|
|
581
|
+
hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
582
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
583
|
+
dropdown: string;
|
|
584
|
+
icon?: string | {
|
|
585
|
+
name: string;
|
|
586
|
+
style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
|
|
587
|
+
} | undefined;
|
|
588
|
+
hidden?: boolean | undefined;
|
|
589
|
+
}, {
|
|
590
|
+
dropdown: string;
|
|
591
|
+
icon?: string | {
|
|
592
|
+
name: string;
|
|
593
|
+
style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
|
|
594
|
+
} | undefined;
|
|
595
|
+
hidden?: boolean | undefined;
|
|
596
|
+
}>, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
597
|
+
openapi: import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">]>;
|
|
598
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
599
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
600
|
+
}, {
|
|
601
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
602
|
+
}>, import("zod").ZodObject<{
|
|
603
|
+
href: import("zod").ZodString;
|
|
604
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
605
|
+
href: string;
|
|
606
|
+
}, {
|
|
607
|
+
href: string;
|
|
608
|
+
}>]>>, "many">>;
|
|
609
|
+
anchors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
610
|
+
anchor: import("zod").ZodString;
|
|
611
|
+
icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
|
|
612
|
+
style: import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>;
|
|
613
|
+
name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
|
|
614
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
615
|
+
name: string;
|
|
616
|
+
style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
|
|
617
|
+
}, {
|
|
618
|
+
name: string;
|
|
619
|
+
style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
|
|
620
|
+
}>]>>;
|
|
621
|
+
color: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
622
|
+
light: import("zod").ZodString;
|
|
623
|
+
dark: import("zod").ZodString;
|
|
624
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
625
|
+
light: string;
|
|
626
|
+
dark: string;
|
|
627
|
+
}, {
|
|
628
|
+
light: string;
|
|
629
|
+
dark: string;
|
|
630
|
+
}>>;
|
|
631
|
+
hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
632
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
633
|
+
anchor: string;
|
|
634
|
+
icon?: string | {
|
|
635
|
+
name: string;
|
|
636
|
+
style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
|
|
637
|
+
} | undefined;
|
|
638
|
+
color?: {
|
|
639
|
+
light: string;
|
|
640
|
+
dark: string;
|
|
641
|
+
} | undefined;
|
|
642
|
+
hidden?: boolean | undefined;
|
|
643
|
+
}, {
|
|
644
|
+
anchor: string;
|
|
645
|
+
icon?: string | {
|
|
646
|
+
name: string;
|
|
647
|
+
style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
|
|
648
|
+
} | undefined;
|
|
649
|
+
color?: {
|
|
650
|
+
light: string;
|
|
651
|
+
dark: string;
|
|
652
|
+
} | undefined;
|
|
653
|
+
hidden?: boolean | undefined;
|
|
654
|
+
}>, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
655
|
+
openapi: import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">]>;
|
|
656
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
657
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
658
|
+
}, {
|
|
659
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
660
|
+
}>, import("zod").ZodObject<{
|
|
661
|
+
href: import("zod").ZodString;
|
|
662
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
663
|
+
href: string;
|
|
664
|
+
}, {
|
|
665
|
+
href: string;
|
|
666
|
+
}>]>>, "many">>;
|
|
667
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
668
|
+
languages?: ({
|
|
669
|
+
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
670
|
+
hidden?: boolean | undefined;
|
|
671
|
+
} & ({
|
|
672
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
673
|
+
} | {
|
|
674
|
+
href: string;
|
|
675
|
+
}))[] | undefined;
|
|
676
|
+
versions?: ({
|
|
677
|
+
version: string;
|
|
678
|
+
hidden?: boolean | undefined;
|
|
679
|
+
} & ({
|
|
680
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
681
|
+
} | {
|
|
682
|
+
href: string;
|
|
683
|
+
}))[] | undefined;
|
|
684
|
+
tabs?: ({
|
|
685
|
+
tab: string;
|
|
686
|
+
icon?: string | {
|
|
687
|
+
name: string;
|
|
688
|
+
style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
|
|
689
|
+
} | undefined;
|
|
690
|
+
hidden?: boolean | undefined;
|
|
691
|
+
} & ({
|
|
692
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
693
|
+
} | {
|
|
694
|
+
href: string;
|
|
695
|
+
}))[] | undefined;
|
|
696
|
+
dropdowns?: ({
|
|
697
|
+
dropdown: string;
|
|
698
|
+
icon?: string | {
|
|
699
|
+
name: string;
|
|
700
|
+
style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
|
|
701
|
+
} | undefined;
|
|
702
|
+
hidden?: boolean | undefined;
|
|
703
|
+
} & ({
|
|
704
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
705
|
+
} | {
|
|
706
|
+
href: string;
|
|
707
|
+
}))[] | undefined;
|
|
708
|
+
anchors?: ({
|
|
709
|
+
anchor: string;
|
|
710
|
+
icon?: string | {
|
|
711
|
+
name: string;
|
|
712
|
+
style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
|
|
713
|
+
} | undefined;
|
|
714
|
+
color?: {
|
|
715
|
+
light: string;
|
|
716
|
+
dark: string;
|
|
717
|
+
} | undefined;
|
|
718
|
+
hidden?: boolean | undefined;
|
|
719
|
+
} & ({
|
|
720
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
721
|
+
} | {
|
|
722
|
+
href: string;
|
|
723
|
+
}))[] | undefined;
|
|
724
|
+
}, {
|
|
725
|
+
languages?: ({
|
|
726
|
+
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
727
|
+
hidden?: boolean | undefined;
|
|
728
|
+
} & ({
|
|
729
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
730
|
+
} | {
|
|
731
|
+
href: string;
|
|
732
|
+
}))[] | undefined;
|
|
733
|
+
versions?: ({
|
|
734
|
+
version: string;
|
|
735
|
+
hidden?: boolean | undefined;
|
|
736
|
+
} & ({
|
|
737
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
738
|
+
} | {
|
|
739
|
+
href: string;
|
|
740
|
+
}))[] | undefined;
|
|
741
|
+
tabs?: ({
|
|
742
|
+
tab: string;
|
|
743
|
+
icon?: string | {
|
|
744
|
+
name: string;
|
|
745
|
+
style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
|
|
746
|
+
} | undefined;
|
|
747
|
+
hidden?: boolean | undefined;
|
|
748
|
+
} & ({
|
|
749
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
750
|
+
} | {
|
|
751
|
+
href: string;
|
|
752
|
+
}))[] | undefined;
|
|
753
|
+
dropdowns?: ({
|
|
754
|
+
dropdown: string;
|
|
755
|
+
icon?: string | {
|
|
756
|
+
name: string;
|
|
757
|
+
style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
|
|
758
|
+
} | undefined;
|
|
759
|
+
hidden?: boolean | undefined;
|
|
760
|
+
} & ({
|
|
761
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
762
|
+
} | {
|
|
763
|
+
href: string;
|
|
764
|
+
}))[] | undefined;
|
|
765
|
+
anchors?: ({
|
|
766
|
+
anchor: string;
|
|
767
|
+
icon?: string | {
|
|
768
|
+
name: string;
|
|
769
|
+
style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
|
|
770
|
+
} | undefined;
|
|
771
|
+
color?: {
|
|
772
|
+
light: string;
|
|
773
|
+
dark: string;
|
|
774
|
+
} | undefined;
|
|
775
|
+
hidden?: boolean | undefined;
|
|
776
|
+
} & ({
|
|
777
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
778
|
+
} | {
|
|
779
|
+
href: string;
|
|
780
|
+
}))[] | undefined;
|
|
781
|
+
}>;
|
|
782
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
783
|
+
global: {
|
|
784
|
+
languages?: ({
|
|
785
|
+
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
786
|
+
hidden?: boolean | undefined;
|
|
787
|
+
} & ({
|
|
788
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
789
|
+
} | {
|
|
790
|
+
href: string;
|
|
791
|
+
}))[] | undefined;
|
|
792
|
+
versions?: ({
|
|
793
|
+
version: string;
|
|
794
|
+
hidden?: boolean | undefined;
|
|
795
|
+
} & ({
|
|
796
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
797
|
+
} | {
|
|
798
|
+
href: string;
|
|
799
|
+
}))[] | undefined;
|
|
800
|
+
tabs?: ({
|
|
801
|
+
tab: string;
|
|
802
|
+
icon?: string | {
|
|
803
|
+
name: string;
|
|
804
|
+
style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
|
|
805
|
+
} | undefined;
|
|
806
|
+
hidden?: boolean | undefined;
|
|
807
|
+
} & ({
|
|
808
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
809
|
+
} | {
|
|
810
|
+
href: string;
|
|
811
|
+
}))[] | undefined;
|
|
812
|
+
dropdowns?: ({
|
|
813
|
+
dropdown: string;
|
|
814
|
+
icon?: string | {
|
|
815
|
+
name: string;
|
|
816
|
+
style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
|
|
817
|
+
} | undefined;
|
|
818
|
+
hidden?: boolean | undefined;
|
|
819
|
+
} & ({
|
|
820
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
821
|
+
} | {
|
|
822
|
+
href: string;
|
|
823
|
+
}))[] | undefined;
|
|
824
|
+
anchors?: ({
|
|
825
|
+
anchor: string;
|
|
826
|
+
icon?: string | {
|
|
827
|
+
name: string;
|
|
828
|
+
style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
|
|
829
|
+
} | undefined;
|
|
830
|
+
color?: {
|
|
831
|
+
light: string;
|
|
832
|
+
dark: string;
|
|
833
|
+
} | undefined;
|
|
834
|
+
hidden?: boolean | undefined;
|
|
835
|
+
} & ({
|
|
836
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
837
|
+
} | {
|
|
838
|
+
href: string;
|
|
839
|
+
}))[] | undefined;
|
|
840
|
+
};
|
|
841
|
+
}, {
|
|
842
|
+
global: {
|
|
843
|
+
languages?: ({
|
|
844
|
+
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
845
|
+
hidden?: boolean | undefined;
|
|
846
|
+
} & ({
|
|
847
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
848
|
+
} | {
|
|
849
|
+
href: string;
|
|
850
|
+
}))[] | undefined;
|
|
851
|
+
versions?: ({
|
|
852
|
+
version: string;
|
|
853
|
+
hidden?: boolean | undefined;
|
|
854
|
+
} & ({
|
|
855
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
856
|
+
} | {
|
|
857
|
+
href: string;
|
|
858
|
+
}))[] | undefined;
|
|
859
|
+
tabs?: ({
|
|
860
|
+
tab: string;
|
|
861
|
+
icon?: string | {
|
|
862
|
+
name: string;
|
|
863
|
+
style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
|
|
864
|
+
} | undefined;
|
|
865
|
+
hidden?: boolean | undefined;
|
|
866
|
+
} & ({
|
|
867
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
868
|
+
} | {
|
|
869
|
+
href: string;
|
|
870
|
+
}))[] | undefined;
|
|
871
|
+
dropdowns?: ({
|
|
872
|
+
dropdown: string;
|
|
873
|
+
icon?: string | {
|
|
874
|
+
name: string;
|
|
875
|
+
style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
|
|
876
|
+
} | undefined;
|
|
877
|
+
hidden?: boolean | undefined;
|
|
878
|
+
} & ({
|
|
879
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
880
|
+
} | {
|
|
881
|
+
href: string;
|
|
882
|
+
}))[] | undefined;
|
|
883
|
+
anchors?: ({
|
|
884
|
+
anchor: string;
|
|
885
|
+
icon?: string | {
|
|
886
|
+
name: string;
|
|
887
|
+
style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
|
|
888
|
+
} | undefined;
|
|
889
|
+
color?: {
|
|
890
|
+
light: string;
|
|
891
|
+
dark: string;
|
|
892
|
+
} | undefined;
|
|
893
|
+
hidden?: boolean | undefined;
|
|
894
|
+
} & ({
|
|
895
|
+
openapi: (string | string[]) & (string | string[] | undefined);
|
|
896
|
+
} | {
|
|
897
|
+
href: string;
|
|
898
|
+
}))[] | undefined;
|
|
899
|
+
};
|
|
900
|
+
}>>>;
|
|
484
901
|
footer: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
485
902
|
socials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, import("zod").ZodString>>;
|
|
486
903
|
links: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|