@mintlify/validation 0.1.371 → 0.1.373

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.
@@ -804,7 +804,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
804
804
  } | undefined;
805
805
  } | {
806
806
  name: string;
807
- theme: "linden";
807
+ theme: "aspen";
808
808
  colors: {
809
809
  primary: string;
810
810
  light?: string | undefined;
@@ -1130,7 +1130,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1130
1130
  } | undefined;
1131
1131
  } | {
1132
1132
  name: string;
1133
- theme: "maple";
1133
+ theme: "linden";
1134
1134
  colors: {
1135
1135
  primary: string;
1136
1136
  light?: string | undefined;
@@ -1456,7 +1456,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1456
1456
  } | undefined;
1457
1457
  } | {
1458
1458
  name: string;
1459
- theme: "mint";
1459
+ theme: "maple";
1460
1460
  colors: {
1461
1461
  primary: string;
1462
1462
  light?: string | undefined;
@@ -1782,7 +1782,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1782
1782
  } | undefined;
1783
1783
  } | {
1784
1784
  name: string;
1785
- theme: "palm";
1785
+ theme: "mint";
1786
1786
  colors: {
1787
1787
  primary: string;
1788
1788
  light?: string | undefined;
@@ -2108,7 +2108,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2108
2108
  } | undefined;
2109
2109
  } | {
2110
2110
  name: string;
2111
- theme: "willow";
2111
+ theme: "palm";
2112
2112
  colors: {
2113
2113
  primary: string;
2114
2114
  light?: string | undefined;
@@ -2432,13 +2432,665 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2432
2432
  contextual?: {
2433
2433
  options: ("copy" | "view" | "chatgpt" | "claude")[];
2434
2434
  } | undefined;
2435
- }> | {
2436
- warnings: z.ZodIssue[];
2437
- success: true;
2438
- data: {
2439
- name: string;
2440
- $schema: string;
2441
- theme: "almond";
2435
+ } | {
2436
+ name: string;
2437
+ theme: "willow";
2438
+ colors: {
2439
+ primary: string;
2440
+ light?: string | undefined;
2441
+ dark?: string | undefined;
2442
+ };
2443
+ navigation: ({
2444
+ languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
2445
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2446
+ } | {
2447
+ versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
2448
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2449
+ } | {
2450
+ tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
2451
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2452
+ } | {
2453
+ dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
2454
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2455
+ } | {
2456
+ anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
2457
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2458
+ } | {
2459
+ groups: ({
2460
+ openapi: (string | string[] | {
2461
+ source: string;
2462
+ directory?: string | undefined;
2463
+ }) & (string | string[] | {
2464
+ source: string;
2465
+ directory?: string | undefined;
2466
+ } | undefined);
2467
+ group: string;
2468
+ icon?: string | {
2469
+ name: string;
2470
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2471
+ library?: "fontawesome" | "lucide" | undefined;
2472
+ } | undefined;
2473
+ hidden?: boolean | undefined;
2474
+ root?: string | undefined;
2475
+ } | {
2476
+ group: string;
2477
+ asyncapi: (string | string[] | {
2478
+ source: string;
2479
+ directory?: string | undefined;
2480
+ }) & (string | string[] | {
2481
+ source: string;
2482
+ directory?: string | undefined;
2483
+ } | undefined);
2484
+ icon?: string | {
2485
+ name: string;
2486
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2487
+ library?: "fontawesome" | "lucide" | undefined;
2488
+ } | undefined;
2489
+ hidden?: boolean | undefined;
2490
+ root?: string | undefined;
2491
+ } | {
2492
+ group: string;
2493
+ pages: any[];
2494
+ icon?: string | {
2495
+ name: string;
2496
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2497
+ library?: "fontawesome" | "lucide" | undefined;
2498
+ } | undefined;
2499
+ hidden?: boolean | undefined;
2500
+ root?: string | undefined;
2501
+ })[];
2502
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2503
+ } | {
2504
+ pages: any[];
2505
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2506
+ }) & ({
2507
+ languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
2508
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2509
+ } | {
2510
+ versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
2511
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2512
+ } | {
2513
+ tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
2514
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2515
+ } | {
2516
+ dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
2517
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2518
+ } | {
2519
+ anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
2520
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2521
+ } | {
2522
+ groups: ({
2523
+ openapi: (string | string[] | {
2524
+ source: string;
2525
+ directory?: string | undefined;
2526
+ }) & (string | string[] | {
2527
+ source: string;
2528
+ directory?: string | undefined;
2529
+ } | undefined);
2530
+ group: string;
2531
+ icon?: string | {
2532
+ name: string;
2533
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2534
+ library?: "fontawesome" | "lucide" | undefined;
2535
+ } | undefined;
2536
+ hidden?: boolean | undefined;
2537
+ root?: string | undefined;
2538
+ } | {
2539
+ group: string;
2540
+ asyncapi: (string | string[] | {
2541
+ source: string;
2542
+ directory?: string | undefined;
2543
+ }) & (string | string[] | {
2544
+ source: string;
2545
+ directory?: string | undefined;
2546
+ } | undefined);
2547
+ icon?: string | {
2548
+ name: string;
2549
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2550
+ library?: "fontawesome" | "lucide" | undefined;
2551
+ } | undefined;
2552
+ hidden?: boolean | undefined;
2553
+ root?: string | undefined;
2554
+ } | {
2555
+ group: string;
2556
+ pages: any[];
2557
+ icon?: string | {
2558
+ name: string;
2559
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2560
+ library?: "fontawesome" | "lucide" | undefined;
2561
+ } | undefined;
2562
+ hidden?: boolean | undefined;
2563
+ root?: string | undefined;
2564
+ })[];
2565
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2566
+ } | {
2567
+ pages: any[];
2568
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2569
+ } | undefined);
2570
+ $schema?: string | undefined;
2571
+ description?: string | undefined;
2572
+ logo?: string | {
2573
+ light: string;
2574
+ dark: string;
2575
+ href?: string | undefined;
2576
+ } | undefined;
2577
+ favicon?: string | {
2578
+ light: string;
2579
+ dark: string;
2580
+ } | undefined;
2581
+ api?: {
2582
+ openapi?: string | string[] | {
2583
+ source: string;
2584
+ directory?: string | undefined;
2585
+ } | undefined;
2586
+ asyncapi?: string | string[] | {
2587
+ source: string;
2588
+ directory?: string | undefined;
2589
+ } | undefined;
2590
+ params?: {
2591
+ expanded?: "all" | "closed" | undefined;
2592
+ } | undefined;
2593
+ playground?: {
2594
+ display?: "simple" | "none" | "interactive" | undefined;
2595
+ proxy?: boolean | undefined;
2596
+ } | undefined;
2597
+ examples?: {
2598
+ defaults?: "all" | "required" | undefined;
2599
+ languages?: string[] | undefined;
2600
+ } | undefined;
2601
+ mdx?: {
2602
+ auth?: {
2603
+ method?: "key" | "bearer" | "basic" | "cobo" | undefined;
2604
+ name?: string | undefined;
2605
+ } | undefined;
2606
+ server?: string | string[] | undefined;
2607
+ } | undefined;
2608
+ } | undefined;
2609
+ appearance?: {
2610
+ default?: "light" | "dark" | "system" | undefined;
2611
+ strict?: boolean | undefined;
2612
+ } | undefined;
2613
+ background?: {
2614
+ image?: string | {
2615
+ light: string;
2616
+ dark: string;
2617
+ } | undefined;
2618
+ decoration?: "gradient" | "grid" | "windows" | undefined;
2619
+ color?: {
2620
+ light?: string | undefined;
2621
+ dark?: string | undefined;
2622
+ } | undefined;
2623
+ } | undefined;
2624
+ navbar?: {
2625
+ links?: {
2626
+ href: string;
2627
+ label: string;
2628
+ }[] | undefined;
2629
+ primary?: {
2630
+ type: "button";
2631
+ href: string;
2632
+ label: string;
2633
+ } | {
2634
+ type: "github";
2635
+ href: string;
2636
+ } | undefined;
2637
+ } | undefined;
2638
+ footer?: {
2639
+ socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
2640
+ links?: {
2641
+ items: {
2642
+ href: string;
2643
+ label: string;
2644
+ }[];
2645
+ header?: string | undefined;
2646
+ }[] | undefined;
2647
+ } | undefined;
2648
+ search?: {
2649
+ prompt?: string | undefined;
2650
+ } | undefined;
2651
+ seo?: {
2652
+ metatags?: Record<string, string> | undefined;
2653
+ indexing?: "all" | "navigable" | undefined;
2654
+ } | undefined;
2655
+ fonts?: {
2656
+ family: string;
2657
+ weight?: number | undefined;
2658
+ source?: string | undefined;
2659
+ format?: "woff" | "woff2" | undefined;
2660
+ } | {
2661
+ heading?: {
2662
+ family: string;
2663
+ weight?: number | undefined;
2664
+ source?: string | undefined;
2665
+ format?: "woff" | "woff2" | undefined;
2666
+ } | undefined;
2667
+ body?: {
2668
+ family: string;
2669
+ weight?: number | undefined;
2670
+ source?: string | undefined;
2671
+ format?: "woff" | "woff2" | undefined;
2672
+ } | undefined;
2673
+ } | undefined;
2674
+ icons?: {
2675
+ library: "fontawesome" | "lucide";
2676
+ } | undefined;
2677
+ styling?: {
2678
+ eyebrows?: "section" | "breadcrumbs" | undefined;
2679
+ codeblocks?: "dark" | "system" | undefined;
2680
+ } | undefined;
2681
+ redirects?: {
2682
+ source: string;
2683
+ destination: string;
2684
+ permanent?: boolean | undefined;
2685
+ }[] | undefined;
2686
+ integrations?: {
2687
+ amplitude?: {
2688
+ apiKey: string;
2689
+ } | undefined;
2690
+ clearbit?: {
2691
+ publicApiKey: string;
2692
+ } | undefined;
2693
+ fathom?: {
2694
+ siteId: string;
2695
+ } | undefined;
2696
+ frontchat?: {
2697
+ snippetId: string;
2698
+ } | undefined;
2699
+ ga4?: {
2700
+ measurementId: string;
2701
+ } | undefined;
2702
+ gtm?: {
2703
+ tagId: string;
2704
+ } | undefined;
2705
+ heap?: {
2706
+ appId: string;
2707
+ } | undefined;
2708
+ hotjar?: {
2709
+ hjid: string;
2710
+ hjsv: string;
2711
+ } | undefined;
2712
+ intercom?: {
2713
+ appId: string;
2714
+ } | undefined;
2715
+ koala?: {
2716
+ publicApiKey: string;
2717
+ } | undefined;
2718
+ logrocket?: {
2719
+ appId: string;
2720
+ } | undefined;
2721
+ mixpanel?: {
2722
+ projectToken: string;
2723
+ } | undefined;
2724
+ osano?: {
2725
+ scriptSource: string;
2726
+ } | undefined;
2727
+ pirsch?: {
2728
+ id: string;
2729
+ } | undefined;
2730
+ posthog?: {
2731
+ apiKey: string;
2732
+ apiHost?: string | undefined;
2733
+ } | undefined;
2734
+ plausible?: {
2735
+ domain: string;
2736
+ server?: string | undefined;
2737
+ } | undefined;
2738
+ segment?: {
2739
+ key: string;
2740
+ } | undefined;
2741
+ telemetry?: {
2742
+ enabled?: boolean | undefined;
2743
+ } | undefined;
2744
+ cookies?: {
2745
+ key?: string | undefined;
2746
+ value?: string | undefined;
2747
+ } | undefined;
2748
+ } | undefined;
2749
+ banner?: {
2750
+ content: string;
2751
+ dismissible?: boolean | undefined;
2752
+ } | undefined;
2753
+ errors?: {
2754
+ '404': {
2755
+ redirect?: boolean | undefined;
2756
+ };
2757
+ } | undefined;
2758
+ contextual?: {
2759
+ options: ("copy" | "view" | "chatgpt" | "claude")[];
2760
+ } | undefined;
2761
+ }> | {
2762
+ warnings: z.ZodIssue[];
2763
+ success: true;
2764
+ data: {
2765
+ name: string;
2766
+ $schema: string;
2767
+ theme: "almond";
2768
+ colors: {
2769
+ primary: string;
2770
+ light?: string | undefined;
2771
+ dark?: string | undefined;
2772
+ };
2773
+ navigation: ({
2774
+ languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
2775
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2776
+ } | {
2777
+ versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
2778
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2779
+ } | {
2780
+ tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
2781
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2782
+ } | {
2783
+ dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
2784
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2785
+ } | {
2786
+ anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
2787
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2788
+ } | {
2789
+ groups: ({
2790
+ openapi: (string | string[] | {
2791
+ source: string;
2792
+ directory?: string | undefined;
2793
+ }) & (string | string[] | {
2794
+ source: string;
2795
+ directory?: string | undefined;
2796
+ } | undefined);
2797
+ group: string;
2798
+ icon?: string | {
2799
+ name: string;
2800
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2801
+ library?: "fontawesome" | "lucide" | undefined;
2802
+ } | undefined;
2803
+ hidden?: boolean | undefined;
2804
+ root?: string | undefined;
2805
+ } | {
2806
+ group: string;
2807
+ asyncapi: (string | string[] | {
2808
+ source: string;
2809
+ directory?: string | undefined;
2810
+ }) & (string | string[] | {
2811
+ source: string;
2812
+ directory?: string | undefined;
2813
+ } | undefined);
2814
+ icon?: string | {
2815
+ name: string;
2816
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2817
+ library?: "fontawesome" | "lucide" | undefined;
2818
+ } | undefined;
2819
+ hidden?: boolean | undefined;
2820
+ root?: string | undefined;
2821
+ } | {
2822
+ group: string;
2823
+ pages: any[];
2824
+ icon?: string | {
2825
+ name: string;
2826
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2827
+ library?: "fontawesome" | "lucide" | undefined;
2828
+ } | undefined;
2829
+ hidden?: boolean | undefined;
2830
+ root?: string | undefined;
2831
+ })[];
2832
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2833
+ } | {
2834
+ pages: any[];
2835
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2836
+ }) & ({
2837
+ languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
2838
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2839
+ } | {
2840
+ versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
2841
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2842
+ } | {
2843
+ tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
2844
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2845
+ } | {
2846
+ dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
2847
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2848
+ } | {
2849
+ anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
2850
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2851
+ } | {
2852
+ groups: ({
2853
+ openapi: (string | string[] | {
2854
+ source: string;
2855
+ directory?: string | undefined;
2856
+ }) & (string | string[] | {
2857
+ source: string;
2858
+ directory?: string | undefined;
2859
+ } | undefined);
2860
+ group: string;
2861
+ icon?: string | {
2862
+ name: string;
2863
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2864
+ library?: "fontawesome" | "lucide" | undefined;
2865
+ } | undefined;
2866
+ hidden?: boolean | undefined;
2867
+ root?: string | undefined;
2868
+ } | {
2869
+ group: string;
2870
+ asyncapi: (string | string[] | {
2871
+ source: string;
2872
+ directory?: string | undefined;
2873
+ }) & (string | string[] | {
2874
+ source: string;
2875
+ directory?: string | undefined;
2876
+ } | undefined);
2877
+ icon?: string | {
2878
+ name: string;
2879
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2880
+ library?: "fontawesome" | "lucide" | undefined;
2881
+ } | undefined;
2882
+ hidden?: boolean | undefined;
2883
+ root?: string | undefined;
2884
+ } | {
2885
+ group: string;
2886
+ pages: any[];
2887
+ icon?: string | {
2888
+ name: string;
2889
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2890
+ library?: "fontawesome" | "lucide" | undefined;
2891
+ } | undefined;
2892
+ hidden?: boolean | undefined;
2893
+ root?: string | undefined;
2894
+ })[];
2895
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2896
+ } | {
2897
+ pages: any[];
2898
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2899
+ } | undefined);
2900
+ description?: string | undefined;
2901
+ logo?: string | {
2902
+ light: string;
2903
+ dark: string;
2904
+ href?: string | undefined;
2905
+ } | undefined;
2906
+ favicon?: string | {
2907
+ light: string;
2908
+ dark: string;
2909
+ } | undefined;
2910
+ api?: {
2911
+ openapi?: string | string[] | {
2912
+ source: string;
2913
+ directory?: string | undefined;
2914
+ } | undefined;
2915
+ asyncapi?: string | string[] | {
2916
+ source: string;
2917
+ directory?: string | undefined;
2918
+ } | undefined;
2919
+ params?: {
2920
+ expanded?: "all" | "closed" | undefined;
2921
+ } | undefined;
2922
+ playground?: {
2923
+ display?: "simple" | "none" | "interactive" | undefined;
2924
+ proxy?: boolean | undefined;
2925
+ } | undefined;
2926
+ examples?: {
2927
+ defaults?: "all" | "required" | undefined;
2928
+ languages?: string[] | undefined;
2929
+ } | undefined;
2930
+ mdx?: {
2931
+ auth?: {
2932
+ method?: "key" | "bearer" | "basic" | "cobo" | undefined;
2933
+ name?: string | undefined;
2934
+ } | undefined;
2935
+ server?: string | string[] | undefined;
2936
+ } | undefined;
2937
+ } | undefined;
2938
+ appearance?: {
2939
+ default?: "light" | "dark" | "system" | undefined;
2940
+ strict?: boolean | undefined;
2941
+ } | undefined;
2942
+ background?: {
2943
+ image?: string | {
2944
+ light: string;
2945
+ dark: string;
2946
+ } | undefined;
2947
+ decoration?: "gradient" | "grid" | "windows" | undefined;
2948
+ color?: {
2949
+ light?: string | undefined;
2950
+ dark?: string | undefined;
2951
+ } | undefined;
2952
+ } | undefined;
2953
+ navbar?: {
2954
+ links?: {
2955
+ href: string;
2956
+ label: string;
2957
+ }[] | undefined;
2958
+ primary?: {
2959
+ type: "button";
2960
+ href: string;
2961
+ label: string;
2962
+ } | {
2963
+ type: "github";
2964
+ href: string;
2965
+ } | undefined;
2966
+ } | undefined;
2967
+ footer?: {
2968
+ socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
2969
+ links?: {
2970
+ items: {
2971
+ href: string;
2972
+ label: string;
2973
+ }[];
2974
+ header?: string | undefined;
2975
+ }[] | undefined;
2976
+ } | undefined;
2977
+ search?: {
2978
+ prompt?: string | undefined;
2979
+ } | undefined;
2980
+ seo?: {
2981
+ metatags?: Record<string, string> | undefined;
2982
+ indexing?: "all" | "navigable" | undefined;
2983
+ } | undefined;
2984
+ fonts?: {
2985
+ family: string;
2986
+ weight?: number | undefined;
2987
+ source?: string | undefined;
2988
+ format?: "woff" | "woff2" | undefined;
2989
+ } | {
2990
+ heading?: {
2991
+ family: string;
2992
+ weight?: number | undefined;
2993
+ source?: string | undefined;
2994
+ format?: "woff" | "woff2" | undefined;
2995
+ } | undefined;
2996
+ body?: {
2997
+ family: string;
2998
+ weight?: number | undefined;
2999
+ source?: string | undefined;
3000
+ format?: "woff" | "woff2" | undefined;
3001
+ } | undefined;
3002
+ } | undefined;
3003
+ icons?: {
3004
+ library: "fontawesome" | "lucide";
3005
+ } | undefined;
3006
+ styling?: {
3007
+ eyebrows?: "section" | "breadcrumbs" | undefined;
3008
+ codeblocks?: "dark" | "system" | undefined;
3009
+ } | undefined;
3010
+ redirects?: {
3011
+ source: string;
3012
+ destination: string;
3013
+ permanent?: boolean | undefined;
3014
+ }[] | undefined;
3015
+ integrations?: {
3016
+ amplitude?: {
3017
+ apiKey: string;
3018
+ } | undefined;
3019
+ clearbit?: {
3020
+ publicApiKey: string;
3021
+ } | undefined;
3022
+ fathom?: {
3023
+ siteId: string;
3024
+ } | undefined;
3025
+ frontchat?: {
3026
+ snippetId: string;
3027
+ } | undefined;
3028
+ ga4?: {
3029
+ measurementId: string;
3030
+ } | undefined;
3031
+ gtm?: {
3032
+ tagId: string;
3033
+ } | undefined;
3034
+ heap?: {
3035
+ appId: string;
3036
+ } | undefined;
3037
+ hotjar?: {
3038
+ hjid: string;
3039
+ hjsv: string;
3040
+ } | undefined;
3041
+ intercom?: {
3042
+ appId: string;
3043
+ } | undefined;
3044
+ koala?: {
3045
+ publicApiKey: string;
3046
+ } | undefined;
3047
+ logrocket?: {
3048
+ appId: string;
3049
+ } | undefined;
3050
+ mixpanel?: {
3051
+ projectToken: string;
3052
+ } | undefined;
3053
+ osano?: {
3054
+ scriptSource: string;
3055
+ } | undefined;
3056
+ pirsch?: {
3057
+ id: string;
3058
+ } | undefined;
3059
+ posthog?: {
3060
+ apiKey: string;
3061
+ apiHost?: string | undefined;
3062
+ } | undefined;
3063
+ plausible?: {
3064
+ domain: string;
3065
+ server?: string | undefined;
3066
+ } | undefined;
3067
+ segment?: {
3068
+ key: string;
3069
+ } | undefined;
3070
+ telemetry?: {
3071
+ enabled?: boolean | undefined;
3072
+ } | undefined;
3073
+ cookies?: {
3074
+ key?: string | undefined;
3075
+ value?: string | undefined;
3076
+ } | undefined;
3077
+ } | undefined;
3078
+ banner?: {
3079
+ content: string;
3080
+ dismissible?: boolean | undefined;
3081
+ } | undefined;
3082
+ errors?: {
3083
+ '404': {
3084
+ redirect: boolean;
3085
+ };
3086
+ } | undefined;
3087
+ contextual?: {
3088
+ options: ("copy" | "view" | "chatgpt" | "claude")[];
3089
+ } | undefined;
3090
+ } | {
3091
+ name: string;
3092
+ $schema: string;
3093
+ theme: "aspen";
2442
3094
  colors: {
2443
3095
  primary: string;
2444
3096
  light?: string | undefined;