@mintlify/prebuild 1.0.851 → 1.0.853

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.
@@ -338,7 +338,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
338
338
  };
339
339
  } | undefined;
340
340
  contextual?: {
341
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
341
+ options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
342
342
  href: string | {
343
343
  base: string;
344
344
  query?: {
@@ -354,6 +354,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
354
354
  library?: "fontawesome" | "lucide" | undefined;
355
355
  } | undefined;
356
356
  })[];
357
+ display: "header" | "toc";
357
358
  } | undefined;
358
359
  thumbnails?: {
359
360
  background?: string | undefined;
@@ -683,7 +684,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
683
684
  };
684
685
  } | undefined;
685
686
  contextual?: {
686
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
687
+ options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
687
688
  href: string | {
688
689
  base: string;
689
690
  query?: {
@@ -699,6 +700,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
699
700
  library?: "fontawesome" | "lucide" | undefined;
700
701
  } | undefined;
701
702
  })[];
703
+ display: "header" | "toc";
702
704
  } | undefined;
703
705
  thumbnails?: {
704
706
  background?: string | undefined;
@@ -1028,7 +1030,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1028
1030
  };
1029
1031
  } | undefined;
1030
1032
  contextual?: {
1031
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
1033
+ options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
1032
1034
  href: string | {
1033
1035
  base: string;
1034
1036
  query?: {
@@ -1044,6 +1046,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1044
1046
  library?: "fontawesome" | "lucide" | undefined;
1045
1047
  } | undefined;
1046
1048
  })[];
1049
+ display: "header" | "toc";
1047
1050
  } | undefined;
1048
1051
  thumbnails?: {
1049
1052
  background?: string | undefined;
@@ -1373,7 +1376,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1373
1376
  };
1374
1377
  } | undefined;
1375
1378
  contextual?: {
1376
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
1379
+ options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
1377
1380
  href: string | {
1378
1381
  base: string;
1379
1382
  query?: {
@@ -1389,6 +1392,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1389
1392
  library?: "fontawesome" | "lucide" | undefined;
1390
1393
  } | undefined;
1391
1394
  })[];
1395
+ display: "header" | "toc";
1392
1396
  } | undefined;
1393
1397
  thumbnails?: {
1394
1398
  background?: string | undefined;
@@ -1718,7 +1722,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1718
1722
  };
1719
1723
  } | undefined;
1720
1724
  contextual?: {
1721
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
1725
+ options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
1722
1726
  href: string | {
1723
1727
  base: string;
1724
1728
  query?: {
@@ -1734,6 +1738,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1734
1738
  library?: "fontawesome" | "lucide" | undefined;
1735
1739
  } | undefined;
1736
1740
  })[];
1741
+ display: "header" | "toc";
1737
1742
  } | undefined;
1738
1743
  thumbnails?: {
1739
1744
  background?: string | undefined;
@@ -2063,7 +2068,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2063
2068
  };
2064
2069
  } | undefined;
2065
2070
  contextual?: {
2066
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
2071
+ options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
2067
2072
  href: string | {
2068
2073
  base: string;
2069
2074
  query?: {
@@ -2079,6 +2084,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2079
2084
  library?: "fontawesome" | "lucide" | undefined;
2080
2085
  } | undefined;
2081
2086
  })[];
2087
+ display: "header" | "toc";
2082
2088
  } | undefined;
2083
2089
  thumbnails?: {
2084
2090
  background?: string | undefined;
@@ -2408,7 +2414,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2408
2414
  };
2409
2415
  } | undefined;
2410
2416
  contextual?: {
2411
- options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
2417
+ options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
2412
2418
  href: string | {
2413
2419
  base: string;
2414
2420
  query?: {
@@ -2424,6 +2430,353 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2424
2430
  library?: "fontawesome" | "lucide" | undefined;
2425
2431
  } | undefined;
2426
2432
  })[];
2433
+ display: "header" | "toc";
2434
+ } | undefined;
2435
+ thumbnails?: {
2436
+ background?: string | undefined;
2437
+ appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
2438
+ fonts?: {
2439
+ family: string;
2440
+ } | undefined;
2441
+ } | undefined;
2442
+ interaction?: {
2443
+ drilldown?: boolean | undefined;
2444
+ } | undefined;
2445
+ } | {
2446
+ name: string;
2447
+ $schema: string;
2448
+ theme: "sequoia";
2449
+ colors: {
2450
+ primary: string;
2451
+ light?: string | undefined;
2452
+ dark?: string | undefined;
2453
+ };
2454
+ navigation: {
2455
+ products: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
2456
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2457
+ } | {
2458
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
2459
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2460
+ } | {
2461
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
2462
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2463
+ } | {
2464
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
2465
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2466
+ } | {
2467
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
2468
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2469
+ } | {
2470
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
2471
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2472
+ } | {
2473
+ groups: ({
2474
+ group: string;
2475
+ icon?: string | {
2476
+ name: string;
2477
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2478
+ library?: "fontawesome" | "lucide" | undefined;
2479
+ } | undefined;
2480
+ expanded?: boolean | undefined;
2481
+ public?: boolean | undefined;
2482
+ tag?: string | undefined;
2483
+ hidden?: boolean | undefined;
2484
+ root?: string | undefined;
2485
+ } & {
2486
+ openapi?: string | string[] | {
2487
+ source: string;
2488
+ directory?: string | undefined;
2489
+ } | undefined;
2490
+ asyncapi?: string | string[] | {
2491
+ source: string;
2492
+ directory?: string | undefined;
2493
+ } | undefined;
2494
+ } & {
2495
+ pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
2496
+ })[];
2497
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2498
+ } | {
2499
+ pages: (string | ({
2500
+ group: string;
2501
+ icon?: string | {
2502
+ name: string;
2503
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2504
+ library?: "fontawesome" | "lucide" | undefined;
2505
+ } | undefined;
2506
+ expanded?: boolean | undefined;
2507
+ public?: boolean | undefined;
2508
+ tag?: string | undefined;
2509
+ hidden?: boolean | undefined;
2510
+ root?: string | undefined;
2511
+ } & {
2512
+ openapi?: string | string[] | {
2513
+ source: string;
2514
+ directory?: string | undefined;
2515
+ } | undefined;
2516
+ asyncapi?: string | string[] | {
2517
+ source: string;
2518
+ directory?: string | undefined;
2519
+ } | undefined;
2520
+ } & {
2521
+ pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
2522
+ }))[];
2523
+ global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2524
+ };
2525
+ background?: {
2526
+ color?: {
2527
+ light?: string | undefined;
2528
+ dark?: string | undefined;
2529
+ } | undefined;
2530
+ image?: string | {
2531
+ light: string;
2532
+ dark: string;
2533
+ } | undefined;
2534
+ decoration?: "gradient" | "grid" | "windows" | undefined;
2535
+ } | undefined;
2536
+ public?: boolean | undefined;
2537
+ logo?: string | {
2538
+ light: string;
2539
+ dark: string;
2540
+ href?: string | undefined;
2541
+ } | undefined;
2542
+ favicon?: string | {
2543
+ light: string;
2544
+ dark: string;
2545
+ } | undefined;
2546
+ api?: {
2547
+ params?: {
2548
+ expanded?: "all" | "closed" | undefined;
2549
+ } | undefined;
2550
+ openapi?: string | string[] | {
2551
+ source: string;
2552
+ directory?: string | undefined;
2553
+ } | undefined;
2554
+ playground?: {
2555
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
2556
+ proxy?: boolean | undefined;
2557
+ } | undefined;
2558
+ asyncapi?: string | string[] | {
2559
+ source: string;
2560
+ directory?: string | undefined;
2561
+ } | undefined;
2562
+ examples?: {
2563
+ languages?: string[] | undefined;
2564
+ defaults?: "all" | "required" | undefined;
2565
+ prefill?: boolean | undefined;
2566
+ autogenerate?: boolean | undefined;
2567
+ } | undefined;
2568
+ mdx?: {
2569
+ server?: string | string[] | undefined;
2570
+ auth?: {
2571
+ name?: string | undefined;
2572
+ method?: "key" | "bearer" | "basic" | "cobo" | undefined;
2573
+ } | undefined;
2574
+ } | undefined;
2575
+ } | undefined;
2576
+ metadata?: {
2577
+ timestamp: boolean;
2578
+ } | undefined;
2579
+ footer?: {
2580
+ links?: {
2581
+ items: {
2582
+ href: string;
2583
+ label: string;
2584
+ }[];
2585
+ header?: string | undefined;
2586
+ }[] | undefined;
2587
+ 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;
2588
+ } | undefined;
2589
+ integrations?: {
2590
+ amplitude?: {
2591
+ apiKey: string;
2592
+ } | undefined;
2593
+ clarity?: {
2594
+ projectId: string;
2595
+ } | undefined;
2596
+ clearbit?: {
2597
+ publicApiKey: string;
2598
+ } | undefined;
2599
+ fathom?: {
2600
+ siteId: string;
2601
+ } | undefined;
2602
+ ga4?: {
2603
+ measurementId: string;
2604
+ } | undefined;
2605
+ gtm?: {
2606
+ tagId: string;
2607
+ } | undefined;
2608
+ heap?: {
2609
+ appId: string;
2610
+ } | undefined;
2611
+ hightouch?: {
2612
+ writeKey: string;
2613
+ apiHost?: string | undefined;
2614
+ } | undefined;
2615
+ hotjar?: {
2616
+ hjid: string;
2617
+ hjsv: string;
2618
+ } | undefined;
2619
+ koala?: {
2620
+ publicApiKey: string;
2621
+ } | undefined;
2622
+ logrocket?: {
2623
+ appId: string;
2624
+ } | undefined;
2625
+ mixpanel?: {
2626
+ projectToken: string;
2627
+ } | undefined;
2628
+ pirsch?: {
2629
+ id: string;
2630
+ } | undefined;
2631
+ posthog?: {
2632
+ apiKey: string;
2633
+ apiHost?: string | undefined;
2634
+ } | undefined;
2635
+ plausible?: {
2636
+ domain: string;
2637
+ server?: string | undefined;
2638
+ } | undefined;
2639
+ segment?: {
2640
+ key: string;
2641
+ } | undefined;
2642
+ intercom?: {
2643
+ appId: string;
2644
+ } | undefined;
2645
+ frontchat?: {
2646
+ snippetId: string;
2647
+ } | undefined;
2648
+ telemetry?: {
2649
+ enabled?: boolean | undefined;
2650
+ } | undefined;
2651
+ cookies?: {
2652
+ value?: string | undefined;
2653
+ key?: string | undefined;
2654
+ } | undefined;
2655
+ } | undefined;
2656
+ search?: {
2657
+ prompt?: string | undefined;
2658
+ } | undefined;
2659
+ redirects?: {
2660
+ source: string;
2661
+ destination: string;
2662
+ permanent?: boolean | undefined;
2663
+ }[] | undefined;
2664
+ seo?: {
2665
+ metatags?: Record<string, string> | undefined;
2666
+ indexing?: "all" | "navigable" | undefined;
2667
+ } | undefined;
2668
+ description?: string | undefined;
2669
+ banner?: {
2670
+ content: string;
2671
+ dismissible?: boolean | undefined;
2672
+ } | undefined;
2673
+ appearance?: {
2674
+ strict?: boolean | undefined;
2675
+ default?: "light" | "dark" | "system" | undefined;
2676
+ } | undefined;
2677
+ fonts?: {
2678
+ family: string;
2679
+ source?: string | undefined;
2680
+ weight?: number | undefined;
2681
+ format?: "woff" | "woff2" | undefined;
2682
+ } | {
2683
+ body?: {
2684
+ family: string;
2685
+ source?: string | undefined;
2686
+ weight?: number | undefined;
2687
+ format?: "woff" | "woff2" | undefined;
2688
+ } | undefined;
2689
+ heading?: {
2690
+ family: string;
2691
+ source?: string | undefined;
2692
+ weight?: number | undefined;
2693
+ format?: "woff" | "woff2" | undefined;
2694
+ } | undefined;
2695
+ } | undefined;
2696
+ navbar?: {
2697
+ primary?: {
2698
+ type: "button";
2699
+ href: string;
2700
+ label: string;
2701
+ } | {
2702
+ type: "github";
2703
+ href: string;
2704
+ label?: string | undefined;
2705
+ } | {
2706
+ type: "discord";
2707
+ href: string;
2708
+ label?: string | undefined;
2709
+ } | undefined;
2710
+ links?: ({
2711
+ href: string;
2712
+ label: string;
2713
+ type?: string | undefined;
2714
+ icon?: string | {
2715
+ name: string;
2716
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2717
+ library?: "fontawesome" | "lucide" | undefined;
2718
+ } | undefined;
2719
+ } | {
2720
+ type: "github";
2721
+ href: string;
2722
+ icon?: string | {
2723
+ name: string;
2724
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2725
+ library?: "fontawesome" | "lucide" | undefined;
2726
+ } | undefined;
2727
+ label?: string | undefined;
2728
+ } | {
2729
+ type: "discord";
2730
+ href: string;
2731
+ icon?: string | {
2732
+ name: string;
2733
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2734
+ library?: "fontawesome" | "lucide" | undefined;
2735
+ } | undefined;
2736
+ label?: string | undefined;
2737
+ })[] | undefined;
2738
+ } | undefined;
2739
+ icons?: {
2740
+ library: "fontawesome" | "lucide";
2741
+ } | undefined;
2742
+ styling?: {
2743
+ eyebrows?: "section" | "breadcrumbs" | undefined;
2744
+ codeblocks?: "dark" | "system" | {
2745
+ languages?: {
2746
+ custom?: string[] | undefined;
2747
+ } | undefined;
2748
+ 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" | {
2749
+ 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";
2750
+ 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";
2751
+ } | undefined;
2752
+ } | undefined;
2753
+ latex?: boolean | undefined;
2754
+ } | undefined;
2755
+ errors?: {
2756
+ "404": {
2757
+ redirect: boolean;
2758
+ title?: string | undefined;
2759
+ description?: string | undefined;
2760
+ };
2761
+ } | undefined;
2762
+ contextual?: {
2763
+ options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
2764
+ href: string | {
2765
+ base: string;
2766
+ query?: {
2767
+ value: string;
2768
+ key: string;
2769
+ }[] | undefined;
2770
+ };
2771
+ title: string;
2772
+ description: string;
2773
+ icon?: string | {
2774
+ name: string;
2775
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2776
+ library?: "fontawesome" | "lucide" | undefined;
2777
+ } | undefined;
2778
+ })[];
2779
+ display: "header" | "toc";
2427
2780
  } | undefined;
2428
2781
  thumbnails?: {
2429
2782
  background?: string | undefined;