@mintlify/validation 0.1.433 → 0.1.434
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.
- package/dist/mint-config/schemas/v2/index.d.ts +161 -35
- package/dist/mint-config/schemas/v2/properties/navigation/groups.d.ts +16 -4
- package/dist/mint-config/schemas/v2/properties/navigation/groups.js +9 -3
- package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +13 -3
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +23 -5
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +23 -5
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +23 -5
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +23 -5
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +23 -5
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +23 -5
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +13 -3
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +23 -5
- package/dist/mint-config/validateConfig.d.ts +70 -14
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -518,6 +518,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
518
518
|
tag?: string | undefined;
|
|
519
519
|
hidden?: boolean | undefined;
|
|
520
520
|
root?: string | undefined;
|
|
521
|
+
pages?: any[] | undefined;
|
|
521
522
|
} | {
|
|
522
523
|
group: string;
|
|
523
524
|
asyncapi: (string | string[] | {
|
|
@@ -536,9 +537,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
536
537
|
tag?: string | undefined;
|
|
537
538
|
hidden?: boolean | undefined;
|
|
538
539
|
root?: string | undefined;
|
|
540
|
+
pages?: any[] | undefined;
|
|
539
541
|
} | {
|
|
540
542
|
group: string;
|
|
541
|
-
pages: any[];
|
|
542
543
|
icon?: string | {
|
|
543
544
|
name: string;
|
|
544
545
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -548,6 +549,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
548
549
|
tag?: string | undefined;
|
|
549
550
|
hidden?: boolean | undefined;
|
|
550
551
|
root?: string | undefined;
|
|
552
|
+
pages?: any[] | undefined;
|
|
551
553
|
})[];
|
|
552
554
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
553
555
|
} | {
|
|
@@ -587,6 +589,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
587
589
|
tag?: string | undefined;
|
|
588
590
|
hidden?: boolean | undefined;
|
|
589
591
|
root?: string | undefined;
|
|
592
|
+
pages?: any[] | undefined;
|
|
590
593
|
} | {
|
|
591
594
|
group: string;
|
|
592
595
|
asyncapi: (string | string[] | {
|
|
@@ -605,9 +608,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
605
608
|
tag?: string | undefined;
|
|
606
609
|
hidden?: boolean | undefined;
|
|
607
610
|
root?: string | undefined;
|
|
611
|
+
pages?: any[] | undefined;
|
|
608
612
|
} | {
|
|
609
613
|
group: string;
|
|
610
|
-
pages: any[];
|
|
611
614
|
icon?: string | {
|
|
612
615
|
name: string;
|
|
613
616
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -617,6 +620,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
617
620
|
tag?: string | undefined;
|
|
618
621
|
hidden?: boolean | undefined;
|
|
619
622
|
root?: string | undefined;
|
|
623
|
+
pages?: any[] | undefined;
|
|
620
624
|
})[];
|
|
621
625
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
622
626
|
} | {
|
|
@@ -886,6 +890,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
886
890
|
tag?: string | undefined;
|
|
887
891
|
hidden?: boolean | undefined;
|
|
888
892
|
root?: string | undefined;
|
|
893
|
+
pages?: any[] | undefined;
|
|
889
894
|
} | {
|
|
890
895
|
group: string;
|
|
891
896
|
asyncapi: (string | string[] | {
|
|
@@ -904,9 +909,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
904
909
|
tag?: string | undefined;
|
|
905
910
|
hidden?: boolean | undefined;
|
|
906
911
|
root?: string | undefined;
|
|
912
|
+
pages?: any[] | undefined;
|
|
907
913
|
} | {
|
|
908
914
|
group: string;
|
|
909
|
-
pages: any[];
|
|
910
915
|
icon?: string | {
|
|
911
916
|
name: string;
|
|
912
917
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -916,6 +921,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
916
921
|
tag?: string | undefined;
|
|
917
922
|
hidden?: boolean | undefined;
|
|
918
923
|
root?: string | undefined;
|
|
924
|
+
pages?: any[] | undefined;
|
|
919
925
|
})[];
|
|
920
926
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
921
927
|
} | {
|
|
@@ -955,6 +961,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
955
961
|
tag?: string | undefined;
|
|
956
962
|
hidden?: boolean | undefined;
|
|
957
963
|
root?: string | undefined;
|
|
964
|
+
pages?: any[] | undefined;
|
|
958
965
|
} | {
|
|
959
966
|
group: string;
|
|
960
967
|
asyncapi: (string | string[] | {
|
|
@@ -973,9 +980,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
973
980
|
tag?: string | undefined;
|
|
974
981
|
hidden?: boolean | undefined;
|
|
975
982
|
root?: string | undefined;
|
|
983
|
+
pages?: any[] | undefined;
|
|
976
984
|
} | {
|
|
977
985
|
group: string;
|
|
978
|
-
pages: any[];
|
|
979
986
|
icon?: string | {
|
|
980
987
|
name: string;
|
|
981
988
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -985,6 +992,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
985
992
|
tag?: string | undefined;
|
|
986
993
|
hidden?: boolean | undefined;
|
|
987
994
|
root?: string | undefined;
|
|
995
|
+
pages?: any[] | undefined;
|
|
988
996
|
})[];
|
|
989
997
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
990
998
|
} | {
|
|
@@ -1254,6 +1262,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1254
1262
|
tag?: string | undefined;
|
|
1255
1263
|
hidden?: boolean | undefined;
|
|
1256
1264
|
root?: string | undefined;
|
|
1265
|
+
pages?: any[] | undefined;
|
|
1257
1266
|
} | {
|
|
1258
1267
|
group: string;
|
|
1259
1268
|
asyncapi: (string | string[] | {
|
|
@@ -1272,9 +1281,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1272
1281
|
tag?: string | undefined;
|
|
1273
1282
|
hidden?: boolean | undefined;
|
|
1274
1283
|
root?: string | undefined;
|
|
1284
|
+
pages?: any[] | undefined;
|
|
1275
1285
|
} | {
|
|
1276
1286
|
group: string;
|
|
1277
|
-
pages: any[];
|
|
1278
1287
|
icon?: string | {
|
|
1279
1288
|
name: string;
|
|
1280
1289
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -1284,6 +1293,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1284
1293
|
tag?: string | undefined;
|
|
1285
1294
|
hidden?: boolean | undefined;
|
|
1286
1295
|
root?: string | undefined;
|
|
1296
|
+
pages?: any[] | undefined;
|
|
1287
1297
|
})[];
|
|
1288
1298
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1289
1299
|
} | {
|
|
@@ -1323,6 +1333,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1323
1333
|
tag?: string | undefined;
|
|
1324
1334
|
hidden?: boolean | undefined;
|
|
1325
1335
|
root?: string | undefined;
|
|
1336
|
+
pages?: any[] | undefined;
|
|
1326
1337
|
} | {
|
|
1327
1338
|
group: string;
|
|
1328
1339
|
asyncapi: (string | string[] | {
|
|
@@ -1341,9 +1352,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1341
1352
|
tag?: string | undefined;
|
|
1342
1353
|
hidden?: boolean | undefined;
|
|
1343
1354
|
root?: string | undefined;
|
|
1355
|
+
pages?: any[] | undefined;
|
|
1344
1356
|
} | {
|
|
1345
1357
|
group: string;
|
|
1346
|
-
pages: any[];
|
|
1347
1358
|
icon?: string | {
|
|
1348
1359
|
name: string;
|
|
1349
1360
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -1353,6 +1364,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1353
1364
|
tag?: string | undefined;
|
|
1354
1365
|
hidden?: boolean | undefined;
|
|
1355
1366
|
root?: string | undefined;
|
|
1367
|
+
pages?: any[] | undefined;
|
|
1356
1368
|
})[];
|
|
1357
1369
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1358
1370
|
} | {
|
|
@@ -1622,6 +1634,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1622
1634
|
tag?: string | undefined;
|
|
1623
1635
|
hidden?: boolean | undefined;
|
|
1624
1636
|
root?: string | undefined;
|
|
1637
|
+
pages?: any[] | undefined;
|
|
1625
1638
|
} | {
|
|
1626
1639
|
group: string;
|
|
1627
1640
|
asyncapi: (string | string[] | {
|
|
@@ -1640,9 +1653,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1640
1653
|
tag?: string | undefined;
|
|
1641
1654
|
hidden?: boolean | undefined;
|
|
1642
1655
|
root?: string | undefined;
|
|
1656
|
+
pages?: any[] | undefined;
|
|
1643
1657
|
} | {
|
|
1644
1658
|
group: string;
|
|
1645
|
-
pages: any[];
|
|
1646
1659
|
icon?: string | {
|
|
1647
1660
|
name: string;
|
|
1648
1661
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -1652,6 +1665,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1652
1665
|
tag?: string | undefined;
|
|
1653
1666
|
hidden?: boolean | undefined;
|
|
1654
1667
|
root?: string | undefined;
|
|
1668
|
+
pages?: any[] | undefined;
|
|
1655
1669
|
})[];
|
|
1656
1670
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1657
1671
|
} | {
|
|
@@ -1691,6 +1705,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1691
1705
|
tag?: string | undefined;
|
|
1692
1706
|
hidden?: boolean | undefined;
|
|
1693
1707
|
root?: string | undefined;
|
|
1708
|
+
pages?: any[] | undefined;
|
|
1694
1709
|
} | {
|
|
1695
1710
|
group: string;
|
|
1696
1711
|
asyncapi: (string | string[] | {
|
|
@@ -1709,9 +1724,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1709
1724
|
tag?: string | undefined;
|
|
1710
1725
|
hidden?: boolean | undefined;
|
|
1711
1726
|
root?: string | undefined;
|
|
1727
|
+
pages?: any[] | undefined;
|
|
1712
1728
|
} | {
|
|
1713
1729
|
group: string;
|
|
1714
|
-
pages: any[];
|
|
1715
1730
|
icon?: string | {
|
|
1716
1731
|
name: string;
|
|
1717
1732
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -1721,6 +1736,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1721
1736
|
tag?: string | undefined;
|
|
1722
1737
|
hidden?: boolean | undefined;
|
|
1723
1738
|
root?: string | undefined;
|
|
1739
|
+
pages?: any[] | undefined;
|
|
1724
1740
|
})[];
|
|
1725
1741
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1726
1742
|
} | {
|
|
@@ -1990,6 +2006,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1990
2006
|
tag?: string | undefined;
|
|
1991
2007
|
hidden?: boolean | undefined;
|
|
1992
2008
|
root?: string | undefined;
|
|
2009
|
+
pages?: any[] | undefined;
|
|
1993
2010
|
} | {
|
|
1994
2011
|
group: string;
|
|
1995
2012
|
asyncapi: (string | string[] | {
|
|
@@ -2008,9 +2025,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2008
2025
|
tag?: string | undefined;
|
|
2009
2026
|
hidden?: boolean | undefined;
|
|
2010
2027
|
root?: string | undefined;
|
|
2028
|
+
pages?: any[] | undefined;
|
|
2011
2029
|
} | {
|
|
2012
2030
|
group: string;
|
|
2013
|
-
pages: any[];
|
|
2014
2031
|
icon?: string | {
|
|
2015
2032
|
name: string;
|
|
2016
2033
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -2020,6 +2037,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2020
2037
|
tag?: string | undefined;
|
|
2021
2038
|
hidden?: boolean | undefined;
|
|
2022
2039
|
root?: string | undefined;
|
|
2040
|
+
pages?: any[] | undefined;
|
|
2023
2041
|
})[];
|
|
2024
2042
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2025
2043
|
} | {
|
|
@@ -2059,6 +2077,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2059
2077
|
tag?: string | undefined;
|
|
2060
2078
|
hidden?: boolean | undefined;
|
|
2061
2079
|
root?: string | undefined;
|
|
2080
|
+
pages?: any[] | undefined;
|
|
2062
2081
|
} | {
|
|
2063
2082
|
group: string;
|
|
2064
2083
|
asyncapi: (string | string[] | {
|
|
@@ -2077,9 +2096,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2077
2096
|
tag?: string | undefined;
|
|
2078
2097
|
hidden?: boolean | undefined;
|
|
2079
2098
|
root?: string | undefined;
|
|
2099
|
+
pages?: any[] | undefined;
|
|
2080
2100
|
} | {
|
|
2081
2101
|
group: string;
|
|
2082
|
-
pages: any[];
|
|
2083
2102
|
icon?: string | {
|
|
2084
2103
|
name: string;
|
|
2085
2104
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -2089,6 +2108,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2089
2108
|
tag?: string | undefined;
|
|
2090
2109
|
hidden?: boolean | undefined;
|
|
2091
2110
|
root?: string | undefined;
|
|
2111
|
+
pages?: any[] | undefined;
|
|
2092
2112
|
})[];
|
|
2093
2113
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2094
2114
|
} | {
|
|
@@ -2358,6 +2378,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2358
2378
|
tag?: string | undefined;
|
|
2359
2379
|
hidden?: boolean | undefined;
|
|
2360
2380
|
root?: string | undefined;
|
|
2381
|
+
pages?: any[] | undefined;
|
|
2361
2382
|
} | {
|
|
2362
2383
|
group: string;
|
|
2363
2384
|
asyncapi: (string | string[] | {
|
|
@@ -2376,9 +2397,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2376
2397
|
tag?: string | undefined;
|
|
2377
2398
|
hidden?: boolean | undefined;
|
|
2378
2399
|
root?: string | undefined;
|
|
2400
|
+
pages?: any[] | undefined;
|
|
2379
2401
|
} | {
|
|
2380
2402
|
group: string;
|
|
2381
|
-
pages: any[];
|
|
2382
2403
|
icon?: string | {
|
|
2383
2404
|
name: string;
|
|
2384
2405
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -2388,6 +2409,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2388
2409
|
tag?: string | undefined;
|
|
2389
2410
|
hidden?: boolean | undefined;
|
|
2390
2411
|
root?: string | undefined;
|
|
2412
|
+
pages?: any[] | undefined;
|
|
2391
2413
|
})[];
|
|
2392
2414
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2393
2415
|
} | {
|
|
@@ -2427,6 +2449,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2427
2449
|
tag?: string | undefined;
|
|
2428
2450
|
hidden?: boolean | undefined;
|
|
2429
2451
|
root?: string | undefined;
|
|
2452
|
+
pages?: any[] | undefined;
|
|
2430
2453
|
} | {
|
|
2431
2454
|
group: string;
|
|
2432
2455
|
asyncapi: (string | string[] | {
|
|
@@ -2445,9 +2468,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2445
2468
|
tag?: string | undefined;
|
|
2446
2469
|
hidden?: boolean | undefined;
|
|
2447
2470
|
root?: string | undefined;
|
|
2471
|
+
pages?: any[] | undefined;
|
|
2448
2472
|
} | {
|
|
2449
2473
|
group: string;
|
|
2450
|
-
pages: any[];
|
|
2451
2474
|
icon?: string | {
|
|
2452
2475
|
name: string;
|
|
2453
2476
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -2457,6 +2480,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2457
2480
|
tag?: string | undefined;
|
|
2458
2481
|
hidden?: boolean | undefined;
|
|
2459
2482
|
root?: string | undefined;
|
|
2483
|
+
pages?: any[] | undefined;
|
|
2460
2484
|
})[];
|
|
2461
2485
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2462
2486
|
} | {
|
|
@@ -2726,6 +2750,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2726
2750
|
tag?: string | undefined;
|
|
2727
2751
|
hidden?: boolean | undefined;
|
|
2728
2752
|
root?: string | undefined;
|
|
2753
|
+
pages?: any[] | undefined;
|
|
2729
2754
|
} | {
|
|
2730
2755
|
group: string;
|
|
2731
2756
|
asyncapi: (string | string[] | {
|
|
@@ -2744,9 +2769,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2744
2769
|
tag?: string | undefined;
|
|
2745
2770
|
hidden?: boolean | undefined;
|
|
2746
2771
|
root?: string | undefined;
|
|
2772
|
+
pages?: any[] | undefined;
|
|
2747
2773
|
} | {
|
|
2748
2774
|
group: string;
|
|
2749
|
-
pages: any[];
|
|
2750
2775
|
icon?: string | {
|
|
2751
2776
|
name: string;
|
|
2752
2777
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -2756,6 +2781,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2756
2781
|
tag?: string | undefined;
|
|
2757
2782
|
hidden?: boolean | undefined;
|
|
2758
2783
|
root?: string | undefined;
|
|
2784
|
+
pages?: any[] | undefined;
|
|
2759
2785
|
})[];
|
|
2760
2786
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2761
2787
|
} | {
|
|
@@ -2795,6 +2821,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2795
2821
|
tag?: string | undefined;
|
|
2796
2822
|
hidden?: boolean | undefined;
|
|
2797
2823
|
root?: string | undefined;
|
|
2824
|
+
pages?: any[] | undefined;
|
|
2798
2825
|
} | {
|
|
2799
2826
|
group: string;
|
|
2800
2827
|
asyncapi: (string | string[] | {
|
|
@@ -2813,9 +2840,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2813
2840
|
tag?: string | undefined;
|
|
2814
2841
|
hidden?: boolean | undefined;
|
|
2815
2842
|
root?: string | undefined;
|
|
2843
|
+
pages?: any[] | undefined;
|
|
2816
2844
|
} | {
|
|
2817
2845
|
group: string;
|
|
2818
|
-
pages: any[];
|
|
2819
2846
|
icon?: string | {
|
|
2820
2847
|
name: string;
|
|
2821
2848
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -2825,6 +2852,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2825
2852
|
tag?: string | undefined;
|
|
2826
2853
|
hidden?: boolean | undefined;
|
|
2827
2854
|
root?: string | undefined;
|
|
2855
|
+
pages?: any[] | undefined;
|
|
2828
2856
|
})[];
|
|
2829
2857
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2830
2858
|
} | {
|
|
@@ -3089,6 +3117,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3089
3117
|
directory?: string | undefined;
|
|
3090
3118
|
} | undefined);
|
|
3091
3119
|
group: string;
|
|
3120
|
+
pages: any[];
|
|
3092
3121
|
icon?: string | {
|
|
3093
3122
|
name: string;
|
|
3094
3123
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -3100,6 +3129,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3100
3129
|
root?: string | undefined;
|
|
3101
3130
|
} | {
|
|
3102
3131
|
group: string;
|
|
3132
|
+
pages: any[];
|
|
3103
3133
|
asyncapi: (string | string[] | {
|
|
3104
3134
|
source: string;
|
|
3105
3135
|
directory?: string | undefined;
|
|
@@ -3158,6 +3188,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3158
3188
|
directory?: string | undefined;
|
|
3159
3189
|
} | undefined);
|
|
3160
3190
|
group: string;
|
|
3191
|
+
pages: any[];
|
|
3161
3192
|
icon?: string | {
|
|
3162
3193
|
name: string;
|
|
3163
3194
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -3169,6 +3200,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3169
3200
|
root?: string | undefined;
|
|
3170
3201
|
} | {
|
|
3171
3202
|
group: string;
|
|
3203
|
+
pages: any[];
|
|
3172
3204
|
asyncapi: (string | string[] | {
|
|
3173
3205
|
source: string;
|
|
3174
3206
|
directory?: string | undefined;
|
|
@@ -3457,6 +3489,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3457
3489
|
directory?: string | undefined;
|
|
3458
3490
|
} | undefined);
|
|
3459
3491
|
group: string;
|
|
3492
|
+
pages: any[];
|
|
3460
3493
|
icon?: string | {
|
|
3461
3494
|
name: string;
|
|
3462
3495
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -3468,6 +3501,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3468
3501
|
root?: string | undefined;
|
|
3469
3502
|
} | {
|
|
3470
3503
|
group: string;
|
|
3504
|
+
pages: any[];
|
|
3471
3505
|
asyncapi: (string | string[] | {
|
|
3472
3506
|
source: string;
|
|
3473
3507
|
directory?: string | undefined;
|
|
@@ -3526,6 +3560,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3526
3560
|
directory?: string | undefined;
|
|
3527
3561
|
} | undefined);
|
|
3528
3562
|
group: string;
|
|
3563
|
+
pages: any[];
|
|
3529
3564
|
icon?: string | {
|
|
3530
3565
|
name: string;
|
|
3531
3566
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -3537,6 +3572,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3537
3572
|
root?: string | undefined;
|
|
3538
3573
|
} | {
|
|
3539
3574
|
group: string;
|
|
3575
|
+
pages: any[];
|
|
3540
3576
|
asyncapi: (string | string[] | {
|
|
3541
3577
|
source: string;
|
|
3542
3578
|
directory?: string | undefined;
|
|
@@ -3825,6 +3861,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3825
3861
|
directory?: string | undefined;
|
|
3826
3862
|
} | undefined);
|
|
3827
3863
|
group: string;
|
|
3864
|
+
pages: any[];
|
|
3828
3865
|
icon?: string | {
|
|
3829
3866
|
name: string;
|
|
3830
3867
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -3836,6 +3873,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3836
3873
|
root?: string | undefined;
|
|
3837
3874
|
} | {
|
|
3838
3875
|
group: string;
|
|
3876
|
+
pages: any[];
|
|
3839
3877
|
asyncapi: (string | string[] | {
|
|
3840
3878
|
source: string;
|
|
3841
3879
|
directory?: string | undefined;
|
|
@@ -3894,6 +3932,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3894
3932
|
directory?: string | undefined;
|
|
3895
3933
|
} | undefined);
|
|
3896
3934
|
group: string;
|
|
3935
|
+
pages: any[];
|
|
3897
3936
|
icon?: string | {
|
|
3898
3937
|
name: string;
|
|
3899
3938
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -3905,6 +3944,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3905
3944
|
root?: string | undefined;
|
|
3906
3945
|
} | {
|
|
3907
3946
|
group: string;
|
|
3947
|
+
pages: any[];
|
|
3908
3948
|
asyncapi: (string | string[] | {
|
|
3909
3949
|
source: string;
|
|
3910
3950
|
directory?: string | undefined;
|
|
@@ -4193,6 +4233,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4193
4233
|
directory?: string | undefined;
|
|
4194
4234
|
} | undefined);
|
|
4195
4235
|
group: string;
|
|
4236
|
+
pages: any[];
|
|
4196
4237
|
icon?: string | {
|
|
4197
4238
|
name: string;
|
|
4198
4239
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -4204,6 +4245,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4204
4245
|
root?: string | undefined;
|
|
4205
4246
|
} | {
|
|
4206
4247
|
group: string;
|
|
4248
|
+
pages: any[];
|
|
4207
4249
|
asyncapi: (string | string[] | {
|
|
4208
4250
|
source: string;
|
|
4209
4251
|
directory?: string | undefined;
|
|
@@ -4262,6 +4304,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4262
4304
|
directory?: string | undefined;
|
|
4263
4305
|
} | undefined);
|
|
4264
4306
|
group: string;
|
|
4307
|
+
pages: any[];
|
|
4265
4308
|
icon?: string | {
|
|
4266
4309
|
name: string;
|
|
4267
4310
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -4273,6 +4316,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4273
4316
|
root?: string | undefined;
|
|
4274
4317
|
} | {
|
|
4275
4318
|
group: string;
|
|
4319
|
+
pages: any[];
|
|
4276
4320
|
asyncapi: (string | string[] | {
|
|
4277
4321
|
source: string;
|
|
4278
4322
|
directory?: string | undefined;
|
|
@@ -4561,6 +4605,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4561
4605
|
directory?: string | undefined;
|
|
4562
4606
|
} | undefined);
|
|
4563
4607
|
group: string;
|
|
4608
|
+
pages: any[];
|
|
4564
4609
|
icon?: string | {
|
|
4565
4610
|
name: string;
|
|
4566
4611
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -4572,6 +4617,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4572
4617
|
root?: string | undefined;
|
|
4573
4618
|
} | {
|
|
4574
4619
|
group: string;
|
|
4620
|
+
pages: any[];
|
|
4575
4621
|
asyncapi: (string | string[] | {
|
|
4576
4622
|
source: string;
|
|
4577
4623
|
directory?: string | undefined;
|
|
@@ -4630,6 +4676,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4630
4676
|
directory?: string | undefined;
|
|
4631
4677
|
} | undefined);
|
|
4632
4678
|
group: string;
|
|
4679
|
+
pages: any[];
|
|
4633
4680
|
icon?: string | {
|
|
4634
4681
|
name: string;
|
|
4635
4682
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -4641,6 +4688,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4641
4688
|
root?: string | undefined;
|
|
4642
4689
|
} | {
|
|
4643
4690
|
group: string;
|
|
4691
|
+
pages: any[];
|
|
4644
4692
|
asyncapi: (string | string[] | {
|
|
4645
4693
|
source: string;
|
|
4646
4694
|
directory?: string | undefined;
|
|
@@ -4929,6 +4977,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4929
4977
|
directory?: string | undefined;
|
|
4930
4978
|
} | undefined);
|
|
4931
4979
|
group: string;
|
|
4980
|
+
pages: any[];
|
|
4932
4981
|
icon?: string | {
|
|
4933
4982
|
name: string;
|
|
4934
4983
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -4940,6 +4989,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4940
4989
|
root?: string | undefined;
|
|
4941
4990
|
} | {
|
|
4942
4991
|
group: string;
|
|
4992
|
+
pages: any[];
|
|
4943
4993
|
asyncapi: (string | string[] | {
|
|
4944
4994
|
source: string;
|
|
4945
4995
|
directory?: string | undefined;
|
|
@@ -4998,6 +5048,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4998
5048
|
directory?: string | undefined;
|
|
4999
5049
|
} | undefined);
|
|
5000
5050
|
group: string;
|
|
5051
|
+
pages: any[];
|
|
5001
5052
|
icon?: string | {
|
|
5002
5053
|
name: string;
|
|
5003
5054
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -5009,6 +5060,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5009
5060
|
root?: string | undefined;
|
|
5010
5061
|
} | {
|
|
5011
5062
|
group: string;
|
|
5063
|
+
pages: any[];
|
|
5012
5064
|
asyncapi: (string | string[] | {
|
|
5013
5065
|
source: string;
|
|
5014
5066
|
directory?: string | undefined;
|
|
@@ -5297,6 +5349,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5297
5349
|
directory?: string | undefined;
|
|
5298
5350
|
} | undefined);
|
|
5299
5351
|
group: string;
|
|
5352
|
+
pages: any[];
|
|
5300
5353
|
icon?: string | {
|
|
5301
5354
|
name: string;
|
|
5302
5355
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -5308,6 +5361,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5308
5361
|
root?: string | undefined;
|
|
5309
5362
|
} | {
|
|
5310
5363
|
group: string;
|
|
5364
|
+
pages: any[];
|
|
5311
5365
|
asyncapi: (string | string[] | {
|
|
5312
5366
|
source: string;
|
|
5313
5367
|
directory?: string | undefined;
|
|
@@ -5366,6 +5420,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5366
5420
|
directory?: string | undefined;
|
|
5367
5421
|
} | undefined);
|
|
5368
5422
|
group: string;
|
|
5423
|
+
pages: any[];
|
|
5369
5424
|
icon?: string | {
|
|
5370
5425
|
name: string;
|
|
5371
5426
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -5377,6 +5432,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5377
5432
|
root?: string | undefined;
|
|
5378
5433
|
} | {
|
|
5379
5434
|
group: string;
|
|
5435
|
+
pages: any[];
|
|
5380
5436
|
asyncapi: (string | string[] | {
|
|
5381
5437
|
source: string;
|
|
5382
5438
|
directory?: string | undefined;
|