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