@mintlify/validation 0.1.370 → 0.1.372

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.
@@ -631,8 +631,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
631
631
  source: string;
632
632
  directory?: string | undefined;
633
633
  } | undefined;
634
- paramFields?: {
635
- expanded?: "all" | "none" | undefined;
634
+ params?: {
635
+ expanded?: "all" | "closed" | undefined;
636
636
  } | undefined;
637
637
  playground?: {
638
638
  display?: "simple" | "none" | "interactive" | undefined;
@@ -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;
@@ -957,8 +957,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
957
957
  source: string;
958
958
  directory?: string | undefined;
959
959
  } | undefined;
960
- paramFields?: {
961
- expanded?: "all" | "none" | undefined;
960
+ params?: {
961
+ expanded?: "all" | "closed" | undefined;
962
962
  } | undefined;
963
963
  playground?: {
964
964
  display?: "simple" | "none" | "interactive" | 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;
@@ -1283,8 +1283,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1283
1283
  source: string;
1284
1284
  directory?: string | undefined;
1285
1285
  } | undefined;
1286
- paramFields?: {
1287
- expanded?: "all" | "none" | undefined;
1286
+ params?: {
1287
+ expanded?: "all" | "closed" | undefined;
1288
1288
  } | undefined;
1289
1289
  playground?: {
1290
1290
  display?: "simple" | "none" | "interactive" | 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;
@@ -1609,8 +1609,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1609
1609
  source: string;
1610
1610
  directory?: string | undefined;
1611
1611
  } | undefined;
1612
- paramFields?: {
1613
- expanded?: "all" | "none" | undefined;
1612
+ params?: {
1613
+ expanded?: "all" | "closed" | undefined;
1614
1614
  } | undefined;
1615
1615
  playground?: {
1616
1616
  display?: "simple" | "none" | "interactive" | 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;
@@ -1935,8 +1935,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1935
1935
  source: string;
1936
1936
  directory?: string | undefined;
1937
1937
  } | undefined;
1938
- paramFields?: {
1939
- expanded?: "all" | "none" | undefined;
1938
+ params?: {
1939
+ expanded?: "all" | "closed" | undefined;
1940
1940
  } | undefined;
1941
1941
  playground?: {
1942
1942
  display?: "simple" | "none" | "interactive" | 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;
@@ -2261,8 +2261,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2261
2261
  source: string;
2262
2262
  directory?: string | undefined;
2263
2263
  } | undefined;
2264
- paramFields?: {
2265
- expanded?: "all" | "none" | undefined;
2264
+ params?: {
2265
+ expanded?: "all" | "closed" | undefined;
2266
2266
  } | undefined;
2267
2267
  playground?: {
2268
2268
  display?: "simple" | "none" | "interactive" | undefined;
@@ -2432,198 +2432,850 @@ 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";
2442
- colors: {
2443
- primary: string;
2444
- light?: string | undefined;
2445
- dark?: string | undefined;
2446
- };
2447
- navigation: ({
2448
- languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
2449
- global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2450
- } | {
2451
- versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
2452
- global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2453
- } | {
2454
- tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
2455
- global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2456
- } | {
2457
- dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
2458
- global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2459
- } | {
2460
- anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
2461
- global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2462
- } | {
2463
- groups: ({
2464
- openapi: (string | string[] | {
2465
- source: string;
2466
- directory?: string | undefined;
2467
- }) & (string | string[] | {
2468
- source: string;
2469
- directory?: string | undefined;
2470
- } | undefined);
2471
- group: string;
2472
- icon?: string | {
2473
- name: string;
2474
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2475
- library?: "fontawesome" | "lucide" | undefined;
2476
- } | undefined;
2477
- hidden?: boolean | undefined;
2478
- root?: string | undefined;
2479
- } | {
2480
- group: string;
2481
- asyncapi: (string | string[] | {
2482
- source: string;
2483
- directory?: string | undefined;
2484
- }) & (string | string[] | {
2485
- source: string;
2486
- directory?: string | undefined;
2487
- } | undefined);
2488
- icon?: string | {
2489
- name: string;
2490
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2491
- library?: "fontawesome" | "lucide" | undefined;
2492
- } | undefined;
2493
- hidden?: boolean | undefined;
2494
- root?: string | undefined;
2495
- } | {
2496
- group: string;
2497
- pages: any[];
2498
- icon?: string | {
2499
- name: string;
2500
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2501
- library?: "fontawesome" | "lucide" | undefined;
2502
- } | undefined;
2503
- hidden?: boolean | undefined;
2504
- root?: string | undefined;
2505
- })[];
2506
- global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2507
- } | {
2508
- pages: any[];
2509
- global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2510
- }) & ({
2511
- languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
2512
- global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2513
- } | {
2514
- versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
2515
- global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2516
- } | {
2517
- tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
2518
- global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2519
- } | {
2520
- dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
2521
- global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2522
- } | {
2523
- anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
2524
- global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2525
- } | {
2526
- groups: ({
2527
- openapi: (string | string[] | {
2528
- source: string;
2529
- directory?: string | undefined;
2530
- }) & (string | string[] | {
2531
- source: string;
2532
- directory?: string | undefined;
2533
- } | undefined);
2534
- group: string;
2535
- icon?: string | {
2536
- name: string;
2537
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2538
- library?: "fontawesome" | "lucide" | undefined;
2539
- } | undefined;
2540
- hidden?: boolean | undefined;
2541
- root?: string | undefined;
2542
- } | {
2543
- group: string;
2544
- asyncapi: (string | string[] | {
2545
- source: string;
2546
- directory?: string | undefined;
2547
- }) & (string | string[] | {
2548
- source: string;
2549
- directory?: string | undefined;
2550
- } | undefined);
2551
- icon?: string | {
2552
- name: string;
2553
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2554
- library?: "fontawesome" | "lucide" | undefined;
2555
- } | undefined;
2556
- hidden?: boolean | undefined;
2557
- root?: string | undefined;
2558
- } | {
2559
- group: string;
2560
- pages: any[];
2561
- icon?: string | {
2562
- name: string;
2563
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2564
- library?: "fontawesome" | "lucide" | undefined;
2565
- } | undefined;
2566
- hidden?: boolean | undefined;
2567
- root?: string | undefined;
2568
- })[];
2569
- global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2570
- } | {
2571
- pages: any[];
2572
- global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2573
- } | undefined);
2574
- description?: string | undefined;
2575
- logo?: string | {
2576
- light: string;
2577
- dark: string;
2578
- href?: string | undefined;
2579
- } | undefined;
2580
- favicon?: string | {
2581
- light: string;
2582
- dark: string;
2583
- } | undefined;
2584
- api?: {
2585
- openapi?: string | string[] | {
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[] | {
2586
2461
  source: string;
2587
2462
  directory?: string | undefined;
2588
- } | undefined;
2589
- asyncapi?: string | string[] | {
2463
+ }) & (string | string[] | {
2590
2464
  source: string;
2591
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;
2592
2472
  } | undefined;
2593
- paramFields?: {
2594
- expanded?: "all" | "none" | undefined;
2595
- } | undefined;
2596
- playground?: {
2597
- display?: "simple" | "none" | "interactive" | undefined;
2598
- proxy?: boolean | undefined;
2599
- } | undefined;
2600
- examples?: {
2601
- defaults?: "all" | "required" | undefined;
2602
- languages?: string[] | undefined;
2603
- } | undefined;
2604
- mdx?: {
2605
- auth?: {
2606
- method?: "key" | "bearer" | "basic" | "cobo" | undefined;
2607
- name?: string | undefined;
2608
- } | undefined;
2609
- server?: string | string[] | undefined;
2610
- } | undefined;
2611
- } | undefined;
2612
- appearance?: {
2613
- default?: "light" | "dark" | "system" | undefined;
2614
- strict?: boolean | undefined;
2615
- } | undefined;
2616
- background?: {
2617
- image?: string | {
2618
- light: string;
2619
- dark: string;
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;
2620
2488
  } | undefined;
2621
- decoration?: "gradient" | "grid" | "windows" | undefined;
2622
- color?: {
2623
- light?: string | undefined;
2624
- dark?: string | 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;
2625
2498
  } | undefined;
2626
- } | 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";
3094
+ colors: {
3095
+ primary: string;
3096
+ light?: string | undefined;
3097
+ dark?: string | undefined;
3098
+ };
3099
+ navigation: ({
3100
+ languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
3101
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3102
+ } | {
3103
+ versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
3104
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3105
+ } | {
3106
+ tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
3107
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3108
+ } | {
3109
+ dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
3110
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3111
+ } | {
3112
+ anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
3113
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3114
+ } | {
3115
+ groups: ({
3116
+ openapi: (string | string[] | {
3117
+ source: string;
3118
+ directory?: string | undefined;
3119
+ }) & (string | string[] | {
3120
+ source: string;
3121
+ directory?: string | undefined;
3122
+ } | undefined);
3123
+ group: string;
3124
+ icon?: string | {
3125
+ name: string;
3126
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3127
+ library?: "fontawesome" | "lucide" | undefined;
3128
+ } | undefined;
3129
+ hidden?: boolean | undefined;
3130
+ root?: string | undefined;
3131
+ } | {
3132
+ group: string;
3133
+ asyncapi: (string | string[] | {
3134
+ source: string;
3135
+ directory?: string | undefined;
3136
+ }) & (string | string[] | {
3137
+ source: string;
3138
+ directory?: string | undefined;
3139
+ } | undefined);
3140
+ icon?: string | {
3141
+ name: string;
3142
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3143
+ library?: "fontawesome" | "lucide" | undefined;
3144
+ } | undefined;
3145
+ hidden?: boolean | undefined;
3146
+ root?: string | undefined;
3147
+ } | {
3148
+ group: string;
3149
+ pages: any[];
3150
+ icon?: string | {
3151
+ name: string;
3152
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3153
+ library?: "fontawesome" | "lucide" | undefined;
3154
+ } | undefined;
3155
+ hidden?: boolean | undefined;
3156
+ root?: string | undefined;
3157
+ })[];
3158
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3159
+ } | {
3160
+ pages: any[];
3161
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3162
+ }) & ({
3163
+ languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
3164
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3165
+ } | {
3166
+ versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
3167
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3168
+ } | {
3169
+ tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
3170
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3171
+ } | {
3172
+ dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
3173
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3174
+ } | {
3175
+ anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
3176
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3177
+ } | {
3178
+ groups: ({
3179
+ openapi: (string | string[] | {
3180
+ source: string;
3181
+ directory?: string | undefined;
3182
+ }) & (string | string[] | {
3183
+ source: string;
3184
+ directory?: string | undefined;
3185
+ } | undefined);
3186
+ group: string;
3187
+ icon?: string | {
3188
+ name: string;
3189
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3190
+ library?: "fontawesome" | "lucide" | undefined;
3191
+ } | undefined;
3192
+ hidden?: boolean | undefined;
3193
+ root?: string | undefined;
3194
+ } | {
3195
+ group: string;
3196
+ asyncapi: (string | string[] | {
3197
+ source: string;
3198
+ directory?: string | undefined;
3199
+ }) & (string | string[] | {
3200
+ source: string;
3201
+ directory?: string | undefined;
3202
+ } | undefined);
3203
+ icon?: string | {
3204
+ name: string;
3205
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3206
+ library?: "fontawesome" | "lucide" | undefined;
3207
+ } | undefined;
3208
+ hidden?: boolean | undefined;
3209
+ root?: string | undefined;
3210
+ } | {
3211
+ group: string;
3212
+ pages: any[];
3213
+ icon?: string | {
3214
+ name: string;
3215
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3216
+ library?: "fontawesome" | "lucide" | undefined;
3217
+ } | undefined;
3218
+ hidden?: boolean | undefined;
3219
+ root?: string | undefined;
3220
+ })[];
3221
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3222
+ } | {
3223
+ pages: any[];
3224
+ global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3225
+ } | undefined);
3226
+ description?: string | undefined;
3227
+ logo?: string | {
3228
+ light: string;
3229
+ dark: string;
3230
+ href?: string | undefined;
3231
+ } | undefined;
3232
+ favicon?: string | {
3233
+ light: string;
3234
+ dark: string;
3235
+ } | undefined;
3236
+ api?: {
3237
+ openapi?: string | string[] | {
3238
+ source: string;
3239
+ directory?: string | undefined;
3240
+ } | undefined;
3241
+ asyncapi?: string | string[] | {
3242
+ source: string;
3243
+ directory?: string | undefined;
3244
+ } | undefined;
3245
+ params?: {
3246
+ expanded?: "all" | "closed" | undefined;
3247
+ } | undefined;
3248
+ playground?: {
3249
+ display?: "simple" | "none" | "interactive" | undefined;
3250
+ proxy?: boolean | undefined;
3251
+ } | undefined;
3252
+ examples?: {
3253
+ defaults?: "all" | "required" | undefined;
3254
+ languages?: string[] | undefined;
3255
+ } | undefined;
3256
+ mdx?: {
3257
+ auth?: {
3258
+ method?: "key" | "bearer" | "basic" | "cobo" | undefined;
3259
+ name?: string | undefined;
3260
+ } | undefined;
3261
+ server?: string | string[] | undefined;
3262
+ } | undefined;
3263
+ } | undefined;
3264
+ appearance?: {
3265
+ default?: "light" | "dark" | "system" | undefined;
3266
+ strict?: boolean | undefined;
3267
+ } | undefined;
3268
+ background?: {
3269
+ image?: string | {
3270
+ light: string;
3271
+ dark: string;
3272
+ } | undefined;
3273
+ decoration?: "gradient" | "grid" | "windows" | undefined;
3274
+ color?: {
3275
+ light?: string | undefined;
3276
+ dark?: string | undefined;
3277
+ } | undefined;
3278
+ } | undefined;
2627
3279
  navbar?: {
2628
3280
  links?: {
2629
3281
  href: string;
@@ -2916,8 +3568,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2916
3568
  source: string;
2917
3569
  directory?: string | undefined;
2918
3570
  } | undefined;
2919
- paramFields?: {
2920
- expanded?: "all" | "none" | undefined;
3571
+ params?: {
3572
+ expanded?: "all" | "closed" | undefined;
2921
3573
  } | undefined;
2922
3574
  playground?: {
2923
3575
  display?: "simple" | "none" | "interactive" | undefined;
@@ -3242,8 +3894,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3242
3894
  source: string;
3243
3895
  directory?: string | undefined;
3244
3896
  } | undefined;
3245
- paramFields?: {
3246
- expanded?: "all" | "none" | undefined;
3897
+ params?: {
3898
+ expanded?: "all" | "closed" | undefined;
3247
3899
  } | undefined;
3248
3900
  playground?: {
3249
3901
  display?: "simple" | "none" | "interactive" | undefined;
@@ -3568,8 +4220,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3568
4220
  source: string;
3569
4221
  directory?: string | undefined;
3570
4222
  } | undefined;
3571
- paramFields?: {
3572
- expanded?: "all" | "none" | undefined;
4223
+ params?: {
4224
+ expanded?: "all" | "closed" | undefined;
3573
4225
  } | undefined;
3574
4226
  playground?: {
3575
4227
  display?: "simple" | "none" | "interactive" | undefined;
@@ -3894,8 +4546,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3894
4546
  source: string;
3895
4547
  directory?: string | undefined;
3896
4548
  } | undefined;
3897
- paramFields?: {
3898
- expanded?: "all" | "none" | undefined;
4549
+ params?: {
4550
+ expanded?: "all" | "closed" | undefined;
3899
4551
  } | undefined;
3900
4552
  playground?: {
3901
4553
  display?: "simple" | "none" | "interactive" | undefined;
@@ -4220,8 +4872,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
4220
4872
  source: string;
4221
4873
  directory?: string | undefined;
4222
4874
  } | undefined;
4223
- paramFields?: {
4224
- expanded?: "all" | "none" | undefined;
4875
+ params?: {
4876
+ expanded?: "all" | "closed" | undefined;
4225
4877
  } | undefined;
4226
4878
  playground?: {
4227
4879
  display?: "simple" | "none" | "interactive" | undefined;