@mintlify/prebuild 1.0.883 → 1.0.885

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.
@@ -2456,6 +2456,354 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2456
2456
  drilldown?: boolean | undefined;
2457
2457
  } | undefined;
2458
2458
  variables?: Record<string, string> | undefined;
2459
+ } | {
2460
+ name: string;
2461
+ $schema: string;
2462
+ theme: "luma";
2463
+ colors: {
2464
+ primary: string;
2465
+ light?: string | undefined;
2466
+ dark?: string | undefined;
2467
+ };
2468
+ navigation: {
2469
+ products: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
2470
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2471
+ } | {
2472
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
2473
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2474
+ } | {
2475
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
2476
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2477
+ } | {
2478
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
2479
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2480
+ } | {
2481
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
2482
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2483
+ } | {
2484
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
2485
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2486
+ } | {
2487
+ groups: ({
2488
+ group: string;
2489
+ icon?: string | {
2490
+ name: string;
2491
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2492
+ library?: "fontawesome" | "lucide" | "tabler" | undefined;
2493
+ } | undefined;
2494
+ expanded?: boolean | undefined;
2495
+ public?: boolean | undefined;
2496
+ tag?: string | undefined;
2497
+ hidden?: boolean | undefined;
2498
+ root?: string | undefined;
2499
+ } & {
2500
+ openapi?: string | string[] | {
2501
+ source: string;
2502
+ directory?: string | undefined;
2503
+ } | undefined;
2504
+ asyncapi?: string | string[] | {
2505
+ source: string;
2506
+ directory?: string | undefined;
2507
+ } | undefined;
2508
+ } & {
2509
+ pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
2510
+ })[];
2511
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2512
+ } | {
2513
+ pages: (string | ({
2514
+ group: string;
2515
+ icon?: string | {
2516
+ name: string;
2517
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2518
+ library?: "fontawesome" | "lucide" | "tabler" | undefined;
2519
+ } | undefined;
2520
+ expanded?: boolean | undefined;
2521
+ public?: boolean | undefined;
2522
+ tag?: string | undefined;
2523
+ hidden?: boolean | undefined;
2524
+ root?: string | undefined;
2525
+ } & {
2526
+ openapi?: string | string[] | {
2527
+ source: string;
2528
+ directory?: string | undefined;
2529
+ } | undefined;
2530
+ asyncapi?: string | string[] | {
2531
+ source: string;
2532
+ directory?: string | undefined;
2533
+ } | undefined;
2534
+ } & {
2535
+ pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
2536
+ }))[];
2537
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2538
+ };
2539
+ background?: {
2540
+ color?: {
2541
+ light?: string | undefined;
2542
+ dark?: string | undefined;
2543
+ } | undefined;
2544
+ image?: string | {
2545
+ light: string;
2546
+ dark: string;
2547
+ } | undefined;
2548
+ decoration?: "gradient" | "grid" | "windows" | undefined;
2549
+ } | undefined;
2550
+ public?: boolean | undefined;
2551
+ logo?: string | {
2552
+ light: string;
2553
+ dark: string;
2554
+ href?: string | undefined;
2555
+ } | undefined;
2556
+ favicon?: string | {
2557
+ light: string;
2558
+ dark: string;
2559
+ } | undefined;
2560
+ api?: {
2561
+ params?: {
2562
+ expanded?: "all" | "closed" | undefined;
2563
+ } | undefined;
2564
+ openapi?: string | string[] | {
2565
+ source: string;
2566
+ directory?: string | undefined;
2567
+ } | undefined;
2568
+ playground?: {
2569
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
2570
+ proxy?: boolean | undefined;
2571
+ } | undefined;
2572
+ asyncapi?: string | string[] | {
2573
+ source: string;
2574
+ directory?: string | undefined;
2575
+ } | undefined;
2576
+ examples?: {
2577
+ languages?: string[] | undefined;
2578
+ defaults?: "all" | "required" | undefined;
2579
+ prefill?: boolean | undefined;
2580
+ autogenerate?: boolean | undefined;
2581
+ } | undefined;
2582
+ mdx?: {
2583
+ server?: string | string[] | undefined;
2584
+ auth?: {
2585
+ name?: string | undefined;
2586
+ method?: "key" | "bearer" | "basic" | "cobo" | undefined;
2587
+ } | undefined;
2588
+ } | undefined;
2589
+ } | undefined;
2590
+ metadata?: {
2591
+ timestamp: boolean;
2592
+ } | undefined;
2593
+ footer?: {
2594
+ links?: {
2595
+ items: {
2596
+ href: string;
2597
+ label: string;
2598
+ }[];
2599
+ header?: string | undefined;
2600
+ }[] | undefined;
2601
+ 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;
2602
+ } | undefined;
2603
+ integrations?: {
2604
+ amplitude?: {
2605
+ apiKey: string;
2606
+ } | undefined;
2607
+ clarity?: {
2608
+ projectId: string;
2609
+ } | undefined;
2610
+ clearbit?: {
2611
+ publicApiKey: string;
2612
+ } | undefined;
2613
+ fathom?: {
2614
+ siteId: string;
2615
+ } | undefined;
2616
+ ga4?: {
2617
+ measurementId: string;
2618
+ } | undefined;
2619
+ gtm?: {
2620
+ tagId: string;
2621
+ } | undefined;
2622
+ heap?: {
2623
+ appId: string;
2624
+ } | undefined;
2625
+ hightouch?: {
2626
+ writeKey: string;
2627
+ apiHost?: string | undefined;
2628
+ } | undefined;
2629
+ hotjar?: {
2630
+ hjid: string;
2631
+ hjsv: string;
2632
+ } | undefined;
2633
+ koala?: {
2634
+ publicApiKey: string;
2635
+ } | undefined;
2636
+ logrocket?: {
2637
+ appId: string;
2638
+ } | undefined;
2639
+ mixpanel?: {
2640
+ projectToken: string;
2641
+ } | undefined;
2642
+ pirsch?: {
2643
+ id: string;
2644
+ } | undefined;
2645
+ posthog?: {
2646
+ apiKey: string;
2647
+ apiHost?: string | undefined;
2648
+ sessionRecording?: boolean | undefined;
2649
+ } | undefined;
2650
+ plausible?: {
2651
+ domain: string;
2652
+ server?: string | undefined;
2653
+ } | undefined;
2654
+ segment?: {
2655
+ key: string;
2656
+ } | undefined;
2657
+ intercom?: {
2658
+ appId: string;
2659
+ } | undefined;
2660
+ frontchat?: {
2661
+ snippetId: string;
2662
+ } | undefined;
2663
+ telemetry?: {
2664
+ enabled?: boolean | undefined;
2665
+ } | undefined;
2666
+ cookies?: {
2667
+ value?: string | undefined;
2668
+ key?: string | undefined;
2669
+ } | undefined;
2670
+ } | undefined;
2671
+ search?: {
2672
+ prompt?: string | undefined;
2673
+ } | undefined;
2674
+ redirects?: {
2675
+ source: string;
2676
+ destination: string;
2677
+ permanent?: boolean | undefined;
2678
+ }[] | undefined;
2679
+ seo?: {
2680
+ metatags?: Record<string, string> | undefined;
2681
+ indexing?: "all" | "navigable" | undefined;
2682
+ } | undefined;
2683
+ description?: string | undefined;
2684
+ banner?: {
2685
+ content: string;
2686
+ dismissible?: boolean | undefined;
2687
+ } | undefined;
2688
+ appearance?: {
2689
+ strict?: boolean | undefined;
2690
+ default?: "light" | "dark" | "system" | undefined;
2691
+ } | undefined;
2692
+ fonts?: {
2693
+ family: string;
2694
+ source?: string | undefined;
2695
+ weight?: number | undefined;
2696
+ format?: "woff" | "woff2" | undefined;
2697
+ } | {
2698
+ body?: {
2699
+ family: string;
2700
+ source?: string | undefined;
2701
+ weight?: number | undefined;
2702
+ format?: "woff" | "woff2" | undefined;
2703
+ } | undefined;
2704
+ heading?: {
2705
+ family: string;
2706
+ source?: string | undefined;
2707
+ weight?: number | undefined;
2708
+ format?: "woff" | "woff2" | undefined;
2709
+ } | undefined;
2710
+ } | undefined;
2711
+ navbar?: {
2712
+ primary?: {
2713
+ type: "button";
2714
+ href: string;
2715
+ label: string;
2716
+ } | {
2717
+ type: "github";
2718
+ href: string;
2719
+ label?: string | undefined;
2720
+ } | {
2721
+ type: "discord";
2722
+ href: string;
2723
+ label?: string | undefined;
2724
+ } | undefined;
2725
+ links?: ({
2726
+ href: string;
2727
+ label: string;
2728
+ type?: string | undefined;
2729
+ icon?: string | {
2730
+ name: string;
2731
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2732
+ library?: "fontawesome" | "lucide" | "tabler" | undefined;
2733
+ } | undefined;
2734
+ } | {
2735
+ type: "github";
2736
+ href: string;
2737
+ icon?: string | {
2738
+ name: string;
2739
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2740
+ library?: "fontawesome" | "lucide" | "tabler" | undefined;
2741
+ } | undefined;
2742
+ label?: string | undefined;
2743
+ } | {
2744
+ type: "discord";
2745
+ href: string;
2746
+ icon?: string | {
2747
+ name: string;
2748
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2749
+ library?: "fontawesome" | "lucide" | "tabler" | undefined;
2750
+ } | undefined;
2751
+ label?: string | undefined;
2752
+ })[] | undefined;
2753
+ } | undefined;
2754
+ icons?: {
2755
+ library: "fontawesome" | "lucide" | "tabler";
2756
+ } | undefined;
2757
+ styling?: {
2758
+ eyebrows?: "section" | "breadcrumbs" | undefined;
2759
+ codeblocks?: "dark" | "system" | {
2760
+ languages?: {
2761
+ custom?: string[] | undefined;
2762
+ } | undefined;
2763
+ theme?: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables" | {
2764
+ light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
2765
+ dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
2766
+ } | undefined;
2767
+ } | undefined;
2768
+ latex?: boolean | undefined;
2769
+ } | undefined;
2770
+ errors?: {
2771
+ "404": {
2772
+ redirect: boolean;
2773
+ title?: string | undefined;
2774
+ description?: string | undefined;
2775
+ };
2776
+ } | undefined;
2777
+ contextual?: {
2778
+ options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
2779
+ href: string | {
2780
+ base: string;
2781
+ query?: {
2782
+ value: string;
2783
+ key: string;
2784
+ }[] | undefined;
2785
+ };
2786
+ title: string;
2787
+ description: string;
2788
+ icon?: string | {
2789
+ name: string;
2790
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2791
+ library?: "fontawesome" | "lucide" | "tabler" | undefined;
2792
+ } | undefined;
2793
+ })[];
2794
+ display: "header" | "toc";
2795
+ } | undefined;
2796
+ thumbnails?: {
2797
+ background?: string | undefined;
2798
+ appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
2799
+ fonts?: {
2800
+ family: string;
2801
+ } | undefined;
2802
+ } | undefined;
2803
+ interaction?: {
2804
+ drilldown?: boolean | undefined;
2805
+ } | undefined;
2806
+ variables?: Record<string, string> | undefined;
2459
2807
  } | {
2460
2808
  name: string;
2461
2809
  $schema: string;