@mintlify/validation 0.1.428 → 0.1.430
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/v1/navigation.js +1 -1
- package/dist/mint-config/schemas/v2/index.d.ts +189 -0
- package/dist/mint-config/schemas/v2/properties/navigation/groups.d.ts +27 -0
- package/dist/mint-config/schemas/v2/properties/navigation/groups.js +2 -0
- package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +20 -0
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +15 -0
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +27 -0
- package/dist/mint-config/validateConfig.d.ts +84 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/deployment/deploymentEntitlements.d.ts +1 -1
- package/dist/types/deployment/deploymentEntitlements.js +1 -0
- package/package.json +3 -3
|
@@ -515,6 +515,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
515
515
|
library?: "fontawesome" | "lucide" | undefined;
|
|
516
516
|
} | undefined;
|
|
517
517
|
tag?: string | undefined;
|
|
518
|
+
public?: boolean | undefined;
|
|
518
519
|
hidden?: boolean | undefined;
|
|
519
520
|
root?: string | undefined;
|
|
520
521
|
} | {
|
|
@@ -532,6 +533,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
532
533
|
library?: "fontawesome" | "lucide" | undefined;
|
|
533
534
|
} | undefined;
|
|
534
535
|
tag?: string | undefined;
|
|
536
|
+
public?: boolean | undefined;
|
|
535
537
|
hidden?: boolean | undefined;
|
|
536
538
|
root?: string | undefined;
|
|
537
539
|
} | {
|
|
@@ -543,6 +545,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
543
545
|
library?: "fontawesome" | "lucide" | undefined;
|
|
544
546
|
} | undefined;
|
|
545
547
|
tag?: string | undefined;
|
|
548
|
+
public?: boolean | undefined;
|
|
546
549
|
hidden?: boolean | undefined;
|
|
547
550
|
root?: string | undefined;
|
|
548
551
|
})[];
|
|
@@ -581,6 +584,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
581
584
|
library?: "fontawesome" | "lucide" | undefined;
|
|
582
585
|
} | undefined;
|
|
583
586
|
tag?: string | undefined;
|
|
587
|
+
public?: boolean | undefined;
|
|
584
588
|
hidden?: boolean | undefined;
|
|
585
589
|
root?: string | undefined;
|
|
586
590
|
} | {
|
|
@@ -598,6 +602,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
598
602
|
library?: "fontawesome" | "lucide" | undefined;
|
|
599
603
|
} | undefined;
|
|
600
604
|
tag?: string | undefined;
|
|
605
|
+
public?: boolean | undefined;
|
|
601
606
|
hidden?: boolean | undefined;
|
|
602
607
|
root?: string | undefined;
|
|
603
608
|
} | {
|
|
@@ -609,6 +614,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
609
614
|
library?: "fontawesome" | "lucide" | undefined;
|
|
610
615
|
} | undefined;
|
|
611
616
|
tag?: string | undefined;
|
|
617
|
+
public?: boolean | undefined;
|
|
612
618
|
hidden?: boolean | undefined;
|
|
613
619
|
root?: string | undefined;
|
|
614
620
|
})[];
|
|
@@ -877,6 +883,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
877
883
|
library?: "fontawesome" | "lucide" | undefined;
|
|
878
884
|
} | undefined;
|
|
879
885
|
tag?: string | undefined;
|
|
886
|
+
public?: boolean | undefined;
|
|
880
887
|
hidden?: boolean | undefined;
|
|
881
888
|
root?: string | undefined;
|
|
882
889
|
} | {
|
|
@@ -894,6 +901,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
894
901
|
library?: "fontawesome" | "lucide" | undefined;
|
|
895
902
|
} | undefined;
|
|
896
903
|
tag?: string | undefined;
|
|
904
|
+
public?: boolean | undefined;
|
|
897
905
|
hidden?: boolean | undefined;
|
|
898
906
|
root?: string | undefined;
|
|
899
907
|
} | {
|
|
@@ -905,6 +913,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
905
913
|
library?: "fontawesome" | "lucide" | undefined;
|
|
906
914
|
} | undefined;
|
|
907
915
|
tag?: string | undefined;
|
|
916
|
+
public?: boolean | undefined;
|
|
908
917
|
hidden?: boolean | undefined;
|
|
909
918
|
root?: string | undefined;
|
|
910
919
|
})[];
|
|
@@ -943,6 +952,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
943
952
|
library?: "fontawesome" | "lucide" | undefined;
|
|
944
953
|
} | undefined;
|
|
945
954
|
tag?: string | undefined;
|
|
955
|
+
public?: boolean | undefined;
|
|
946
956
|
hidden?: boolean | undefined;
|
|
947
957
|
root?: string | undefined;
|
|
948
958
|
} | {
|
|
@@ -960,6 +970,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
960
970
|
library?: "fontawesome" | "lucide" | undefined;
|
|
961
971
|
} | undefined;
|
|
962
972
|
tag?: string | undefined;
|
|
973
|
+
public?: boolean | undefined;
|
|
963
974
|
hidden?: boolean | undefined;
|
|
964
975
|
root?: string | undefined;
|
|
965
976
|
} | {
|
|
@@ -971,6 +982,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
971
982
|
library?: "fontawesome" | "lucide" | undefined;
|
|
972
983
|
} | undefined;
|
|
973
984
|
tag?: string | undefined;
|
|
985
|
+
public?: boolean | undefined;
|
|
974
986
|
hidden?: boolean | undefined;
|
|
975
987
|
root?: string | undefined;
|
|
976
988
|
})[];
|
|
@@ -1239,6 +1251,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1239
1251
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1240
1252
|
} | undefined;
|
|
1241
1253
|
tag?: string | undefined;
|
|
1254
|
+
public?: boolean | undefined;
|
|
1242
1255
|
hidden?: boolean | undefined;
|
|
1243
1256
|
root?: string | undefined;
|
|
1244
1257
|
} | {
|
|
@@ -1256,6 +1269,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1256
1269
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1257
1270
|
} | undefined;
|
|
1258
1271
|
tag?: string | undefined;
|
|
1272
|
+
public?: boolean | undefined;
|
|
1259
1273
|
hidden?: boolean | undefined;
|
|
1260
1274
|
root?: string | undefined;
|
|
1261
1275
|
} | {
|
|
@@ -1267,6 +1281,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1267
1281
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1268
1282
|
} | undefined;
|
|
1269
1283
|
tag?: string | undefined;
|
|
1284
|
+
public?: boolean | undefined;
|
|
1270
1285
|
hidden?: boolean | undefined;
|
|
1271
1286
|
root?: string | undefined;
|
|
1272
1287
|
})[];
|
|
@@ -1305,6 +1320,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1305
1320
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1306
1321
|
} | undefined;
|
|
1307
1322
|
tag?: string | undefined;
|
|
1323
|
+
public?: boolean | undefined;
|
|
1308
1324
|
hidden?: boolean | undefined;
|
|
1309
1325
|
root?: string | undefined;
|
|
1310
1326
|
} | {
|
|
@@ -1322,6 +1338,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1322
1338
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1323
1339
|
} | undefined;
|
|
1324
1340
|
tag?: string | undefined;
|
|
1341
|
+
public?: boolean | undefined;
|
|
1325
1342
|
hidden?: boolean | undefined;
|
|
1326
1343
|
root?: string | undefined;
|
|
1327
1344
|
} | {
|
|
@@ -1333,6 +1350,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1333
1350
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1334
1351
|
} | undefined;
|
|
1335
1352
|
tag?: string | undefined;
|
|
1353
|
+
public?: boolean | undefined;
|
|
1336
1354
|
hidden?: boolean | undefined;
|
|
1337
1355
|
root?: string | undefined;
|
|
1338
1356
|
})[];
|
|
@@ -1601,6 +1619,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1601
1619
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1602
1620
|
} | undefined;
|
|
1603
1621
|
tag?: string | undefined;
|
|
1622
|
+
public?: boolean | undefined;
|
|
1604
1623
|
hidden?: boolean | undefined;
|
|
1605
1624
|
root?: string | undefined;
|
|
1606
1625
|
} | {
|
|
@@ -1618,6 +1637,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1618
1637
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1619
1638
|
} | undefined;
|
|
1620
1639
|
tag?: string | undefined;
|
|
1640
|
+
public?: boolean | undefined;
|
|
1621
1641
|
hidden?: boolean | undefined;
|
|
1622
1642
|
root?: string | undefined;
|
|
1623
1643
|
} | {
|
|
@@ -1629,6 +1649,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1629
1649
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1630
1650
|
} | undefined;
|
|
1631
1651
|
tag?: string | undefined;
|
|
1652
|
+
public?: boolean | undefined;
|
|
1632
1653
|
hidden?: boolean | undefined;
|
|
1633
1654
|
root?: string | undefined;
|
|
1634
1655
|
})[];
|
|
@@ -1667,6 +1688,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1667
1688
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1668
1689
|
} | undefined;
|
|
1669
1690
|
tag?: string | undefined;
|
|
1691
|
+
public?: boolean | undefined;
|
|
1670
1692
|
hidden?: boolean | undefined;
|
|
1671
1693
|
root?: string | undefined;
|
|
1672
1694
|
} | {
|
|
@@ -1684,6 +1706,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1684
1706
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1685
1707
|
} | undefined;
|
|
1686
1708
|
tag?: string | undefined;
|
|
1709
|
+
public?: boolean | undefined;
|
|
1687
1710
|
hidden?: boolean | undefined;
|
|
1688
1711
|
root?: string | undefined;
|
|
1689
1712
|
} | {
|
|
@@ -1695,6 +1718,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1695
1718
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1696
1719
|
} | undefined;
|
|
1697
1720
|
tag?: string | undefined;
|
|
1721
|
+
public?: boolean | undefined;
|
|
1698
1722
|
hidden?: boolean | undefined;
|
|
1699
1723
|
root?: string | undefined;
|
|
1700
1724
|
})[];
|
|
@@ -1963,6 +1987,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1963
1987
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1964
1988
|
} | undefined;
|
|
1965
1989
|
tag?: string | undefined;
|
|
1990
|
+
public?: boolean | undefined;
|
|
1966
1991
|
hidden?: boolean | undefined;
|
|
1967
1992
|
root?: string | undefined;
|
|
1968
1993
|
} | {
|
|
@@ -1980,6 +2005,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1980
2005
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1981
2006
|
} | undefined;
|
|
1982
2007
|
tag?: string | undefined;
|
|
2008
|
+
public?: boolean | undefined;
|
|
1983
2009
|
hidden?: boolean | undefined;
|
|
1984
2010
|
root?: string | undefined;
|
|
1985
2011
|
} | {
|
|
@@ -1991,6 +2017,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1991
2017
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1992
2018
|
} | undefined;
|
|
1993
2019
|
tag?: string | undefined;
|
|
2020
|
+
public?: boolean | undefined;
|
|
1994
2021
|
hidden?: boolean | undefined;
|
|
1995
2022
|
root?: string | undefined;
|
|
1996
2023
|
})[];
|
|
@@ -2029,6 +2056,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2029
2056
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2030
2057
|
} | undefined;
|
|
2031
2058
|
tag?: string | undefined;
|
|
2059
|
+
public?: boolean | undefined;
|
|
2032
2060
|
hidden?: boolean | undefined;
|
|
2033
2061
|
root?: string | undefined;
|
|
2034
2062
|
} | {
|
|
@@ -2046,6 +2074,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2046
2074
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2047
2075
|
} | undefined;
|
|
2048
2076
|
tag?: string | undefined;
|
|
2077
|
+
public?: boolean | undefined;
|
|
2049
2078
|
hidden?: boolean | undefined;
|
|
2050
2079
|
root?: string | undefined;
|
|
2051
2080
|
} | {
|
|
@@ -2057,6 +2086,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2057
2086
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2058
2087
|
} | undefined;
|
|
2059
2088
|
tag?: string | undefined;
|
|
2089
|
+
public?: boolean | undefined;
|
|
2060
2090
|
hidden?: boolean | undefined;
|
|
2061
2091
|
root?: string | undefined;
|
|
2062
2092
|
})[];
|
|
@@ -2325,6 +2355,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2325
2355
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2326
2356
|
} | undefined;
|
|
2327
2357
|
tag?: string | undefined;
|
|
2358
|
+
public?: boolean | undefined;
|
|
2328
2359
|
hidden?: boolean | undefined;
|
|
2329
2360
|
root?: string | undefined;
|
|
2330
2361
|
} | {
|
|
@@ -2342,6 +2373,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2342
2373
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2343
2374
|
} | undefined;
|
|
2344
2375
|
tag?: string | undefined;
|
|
2376
|
+
public?: boolean | undefined;
|
|
2345
2377
|
hidden?: boolean | undefined;
|
|
2346
2378
|
root?: string | undefined;
|
|
2347
2379
|
} | {
|
|
@@ -2353,6 +2385,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2353
2385
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2354
2386
|
} | undefined;
|
|
2355
2387
|
tag?: string | undefined;
|
|
2388
|
+
public?: boolean | undefined;
|
|
2356
2389
|
hidden?: boolean | undefined;
|
|
2357
2390
|
root?: string | undefined;
|
|
2358
2391
|
})[];
|
|
@@ -2391,6 +2424,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2391
2424
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2392
2425
|
} | undefined;
|
|
2393
2426
|
tag?: string | undefined;
|
|
2427
|
+
public?: boolean | undefined;
|
|
2394
2428
|
hidden?: boolean | undefined;
|
|
2395
2429
|
root?: string | undefined;
|
|
2396
2430
|
} | {
|
|
@@ -2408,6 +2442,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2408
2442
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2409
2443
|
} | undefined;
|
|
2410
2444
|
tag?: string | undefined;
|
|
2445
|
+
public?: boolean | undefined;
|
|
2411
2446
|
hidden?: boolean | undefined;
|
|
2412
2447
|
root?: string | undefined;
|
|
2413
2448
|
} | {
|
|
@@ -2419,6 +2454,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2419
2454
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2420
2455
|
} | undefined;
|
|
2421
2456
|
tag?: string | undefined;
|
|
2457
|
+
public?: boolean | undefined;
|
|
2422
2458
|
hidden?: boolean | undefined;
|
|
2423
2459
|
root?: string | undefined;
|
|
2424
2460
|
})[];
|
|
@@ -2687,6 +2723,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2687
2723
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2688
2724
|
} | undefined;
|
|
2689
2725
|
tag?: string | undefined;
|
|
2726
|
+
public?: boolean | undefined;
|
|
2690
2727
|
hidden?: boolean | undefined;
|
|
2691
2728
|
root?: string | undefined;
|
|
2692
2729
|
} | {
|
|
@@ -2704,6 +2741,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2704
2741
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2705
2742
|
} | undefined;
|
|
2706
2743
|
tag?: string | undefined;
|
|
2744
|
+
public?: boolean | undefined;
|
|
2707
2745
|
hidden?: boolean | undefined;
|
|
2708
2746
|
root?: string | undefined;
|
|
2709
2747
|
} | {
|
|
@@ -2715,6 +2753,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2715
2753
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2716
2754
|
} | undefined;
|
|
2717
2755
|
tag?: string | undefined;
|
|
2756
|
+
public?: boolean | undefined;
|
|
2718
2757
|
hidden?: boolean | undefined;
|
|
2719
2758
|
root?: string | undefined;
|
|
2720
2759
|
})[];
|
|
@@ -2753,6 +2792,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2753
2792
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2754
2793
|
} | undefined;
|
|
2755
2794
|
tag?: string | undefined;
|
|
2795
|
+
public?: boolean | undefined;
|
|
2756
2796
|
hidden?: boolean | undefined;
|
|
2757
2797
|
root?: string | undefined;
|
|
2758
2798
|
} | {
|
|
@@ -2770,6 +2810,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2770
2810
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2771
2811
|
} | undefined;
|
|
2772
2812
|
tag?: string | undefined;
|
|
2813
|
+
public?: boolean | undefined;
|
|
2773
2814
|
hidden?: boolean | undefined;
|
|
2774
2815
|
root?: string | undefined;
|
|
2775
2816
|
} | {
|
|
@@ -2781,6 +2822,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2781
2822
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2782
2823
|
} | undefined;
|
|
2783
2824
|
tag?: string | undefined;
|
|
2825
|
+
public?: boolean | undefined;
|
|
2784
2826
|
hidden?: boolean | undefined;
|
|
2785
2827
|
root?: string | undefined;
|
|
2786
2828
|
})[];
|
|
@@ -3053,6 +3095,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3053
3095
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3054
3096
|
} | undefined;
|
|
3055
3097
|
tag?: string | undefined;
|
|
3098
|
+
public?: boolean | undefined;
|
|
3056
3099
|
hidden?: boolean | undefined;
|
|
3057
3100
|
root?: string | undefined;
|
|
3058
3101
|
} | {
|
|
@@ -3070,6 +3113,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3070
3113
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3071
3114
|
} | undefined;
|
|
3072
3115
|
tag?: string | undefined;
|
|
3116
|
+
public?: boolean | undefined;
|
|
3073
3117
|
hidden?: boolean | undefined;
|
|
3074
3118
|
root?: string | undefined;
|
|
3075
3119
|
} | {
|
|
@@ -3081,6 +3125,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3081
3125
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3082
3126
|
} | undefined;
|
|
3083
3127
|
tag?: string | undefined;
|
|
3128
|
+
public?: boolean | undefined;
|
|
3084
3129
|
hidden?: boolean | undefined;
|
|
3085
3130
|
root?: string | undefined;
|
|
3086
3131
|
})[];
|
|
@@ -3119,6 +3164,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3119
3164
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3120
3165
|
} | undefined;
|
|
3121
3166
|
tag?: string | undefined;
|
|
3167
|
+
public?: boolean | undefined;
|
|
3122
3168
|
hidden?: boolean | undefined;
|
|
3123
3169
|
root?: string | undefined;
|
|
3124
3170
|
} | {
|
|
@@ -3136,6 +3182,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3136
3182
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3137
3183
|
} | undefined;
|
|
3138
3184
|
tag?: string | undefined;
|
|
3185
|
+
public?: boolean | undefined;
|
|
3139
3186
|
hidden?: boolean | undefined;
|
|
3140
3187
|
root?: string | undefined;
|
|
3141
3188
|
} | {
|
|
@@ -3147,6 +3194,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3147
3194
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3148
3195
|
} | undefined;
|
|
3149
3196
|
tag?: string | undefined;
|
|
3197
|
+
public?: boolean | undefined;
|
|
3150
3198
|
hidden?: boolean | undefined;
|
|
3151
3199
|
root?: string | undefined;
|
|
3152
3200
|
})[];
|
|
@@ -3415,6 +3463,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3415
3463
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3416
3464
|
} | undefined;
|
|
3417
3465
|
tag?: string | undefined;
|
|
3466
|
+
public?: boolean | undefined;
|
|
3418
3467
|
hidden?: boolean | undefined;
|
|
3419
3468
|
root?: string | undefined;
|
|
3420
3469
|
} | {
|
|
@@ -3432,6 +3481,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3432
3481
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3433
3482
|
} | undefined;
|
|
3434
3483
|
tag?: string | undefined;
|
|
3484
|
+
public?: boolean | undefined;
|
|
3435
3485
|
hidden?: boolean | undefined;
|
|
3436
3486
|
root?: string | undefined;
|
|
3437
3487
|
} | {
|
|
@@ -3443,6 +3493,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3443
3493
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3444
3494
|
} | undefined;
|
|
3445
3495
|
tag?: string | undefined;
|
|
3496
|
+
public?: boolean | undefined;
|
|
3446
3497
|
hidden?: boolean | undefined;
|
|
3447
3498
|
root?: string | undefined;
|
|
3448
3499
|
})[];
|
|
@@ -3481,6 +3532,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3481
3532
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3482
3533
|
} | undefined;
|
|
3483
3534
|
tag?: string | undefined;
|
|
3535
|
+
public?: boolean | undefined;
|
|
3484
3536
|
hidden?: boolean | undefined;
|
|
3485
3537
|
root?: string | undefined;
|
|
3486
3538
|
} | {
|
|
@@ -3498,6 +3550,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3498
3550
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3499
3551
|
} | undefined;
|
|
3500
3552
|
tag?: string | undefined;
|
|
3553
|
+
public?: boolean | undefined;
|
|
3501
3554
|
hidden?: boolean | undefined;
|
|
3502
3555
|
root?: string | undefined;
|
|
3503
3556
|
} | {
|
|
@@ -3509,6 +3562,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3509
3562
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3510
3563
|
} | undefined;
|
|
3511
3564
|
tag?: string | undefined;
|
|
3565
|
+
public?: boolean | undefined;
|
|
3512
3566
|
hidden?: boolean | undefined;
|
|
3513
3567
|
root?: string | undefined;
|
|
3514
3568
|
})[];
|
|
@@ -3777,6 +3831,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3777
3831
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3778
3832
|
} | undefined;
|
|
3779
3833
|
tag?: string | undefined;
|
|
3834
|
+
public?: boolean | undefined;
|
|
3780
3835
|
hidden?: boolean | undefined;
|
|
3781
3836
|
root?: string | undefined;
|
|
3782
3837
|
} | {
|
|
@@ -3794,6 +3849,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3794
3849
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3795
3850
|
} | undefined;
|
|
3796
3851
|
tag?: string | undefined;
|
|
3852
|
+
public?: boolean | undefined;
|
|
3797
3853
|
hidden?: boolean | undefined;
|
|
3798
3854
|
root?: string | undefined;
|
|
3799
3855
|
} | {
|
|
@@ -3805,6 +3861,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3805
3861
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3806
3862
|
} | undefined;
|
|
3807
3863
|
tag?: string | undefined;
|
|
3864
|
+
public?: boolean | undefined;
|
|
3808
3865
|
hidden?: boolean | undefined;
|
|
3809
3866
|
root?: string | undefined;
|
|
3810
3867
|
})[];
|
|
@@ -3843,6 +3900,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3843
3900
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3844
3901
|
} | undefined;
|
|
3845
3902
|
tag?: string | undefined;
|
|
3903
|
+
public?: boolean | undefined;
|
|
3846
3904
|
hidden?: boolean | undefined;
|
|
3847
3905
|
root?: string | undefined;
|
|
3848
3906
|
} | {
|
|
@@ -3860,6 +3918,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3860
3918
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3861
3919
|
} | undefined;
|
|
3862
3920
|
tag?: string | undefined;
|
|
3921
|
+
public?: boolean | undefined;
|
|
3863
3922
|
hidden?: boolean | undefined;
|
|
3864
3923
|
root?: string | undefined;
|
|
3865
3924
|
} | {
|
|
@@ -3871,6 +3930,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3871
3930
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3872
3931
|
} | undefined;
|
|
3873
3932
|
tag?: string | undefined;
|
|
3933
|
+
public?: boolean | undefined;
|
|
3874
3934
|
hidden?: boolean | undefined;
|
|
3875
3935
|
root?: string | undefined;
|
|
3876
3936
|
})[];
|
|
@@ -4139,6 +4199,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4139
4199
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4140
4200
|
} | undefined;
|
|
4141
4201
|
tag?: string | undefined;
|
|
4202
|
+
public?: boolean | undefined;
|
|
4142
4203
|
hidden?: boolean | undefined;
|
|
4143
4204
|
root?: string | undefined;
|
|
4144
4205
|
} | {
|
|
@@ -4156,6 +4217,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4156
4217
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4157
4218
|
} | undefined;
|
|
4158
4219
|
tag?: string | undefined;
|
|
4220
|
+
public?: boolean | undefined;
|
|
4159
4221
|
hidden?: boolean | undefined;
|
|
4160
4222
|
root?: string | undefined;
|
|
4161
4223
|
} | {
|
|
@@ -4167,6 +4229,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4167
4229
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4168
4230
|
} | undefined;
|
|
4169
4231
|
tag?: string | undefined;
|
|
4232
|
+
public?: boolean | undefined;
|
|
4170
4233
|
hidden?: boolean | undefined;
|
|
4171
4234
|
root?: string | undefined;
|
|
4172
4235
|
})[];
|
|
@@ -4205,6 +4268,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4205
4268
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4206
4269
|
} | undefined;
|
|
4207
4270
|
tag?: string | undefined;
|
|
4271
|
+
public?: boolean | undefined;
|
|
4208
4272
|
hidden?: boolean | undefined;
|
|
4209
4273
|
root?: string | undefined;
|
|
4210
4274
|
} | {
|
|
@@ -4222,6 +4286,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4222
4286
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4223
4287
|
} | undefined;
|
|
4224
4288
|
tag?: string | undefined;
|
|
4289
|
+
public?: boolean | undefined;
|
|
4225
4290
|
hidden?: boolean | undefined;
|
|
4226
4291
|
root?: string | undefined;
|
|
4227
4292
|
} | {
|
|
@@ -4233,6 +4298,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4233
4298
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4234
4299
|
} | undefined;
|
|
4235
4300
|
tag?: string | undefined;
|
|
4301
|
+
public?: boolean | undefined;
|
|
4236
4302
|
hidden?: boolean | undefined;
|
|
4237
4303
|
root?: string | undefined;
|
|
4238
4304
|
})[];
|
|
@@ -4501,6 +4567,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4501
4567
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4502
4568
|
} | undefined;
|
|
4503
4569
|
tag?: string | undefined;
|
|
4570
|
+
public?: boolean | undefined;
|
|
4504
4571
|
hidden?: boolean | undefined;
|
|
4505
4572
|
root?: string | undefined;
|
|
4506
4573
|
} | {
|
|
@@ -4518,6 +4585,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4518
4585
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4519
4586
|
} | undefined;
|
|
4520
4587
|
tag?: string | undefined;
|
|
4588
|
+
public?: boolean | undefined;
|
|
4521
4589
|
hidden?: boolean | undefined;
|
|
4522
4590
|
root?: string | undefined;
|
|
4523
4591
|
} | {
|
|
@@ -4529,6 +4597,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4529
4597
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4530
4598
|
} | undefined;
|
|
4531
4599
|
tag?: string | undefined;
|
|
4600
|
+
public?: boolean | undefined;
|
|
4532
4601
|
hidden?: boolean | undefined;
|
|
4533
4602
|
root?: string | undefined;
|
|
4534
4603
|
})[];
|
|
@@ -4567,6 +4636,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4567
4636
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4568
4637
|
} | undefined;
|
|
4569
4638
|
tag?: string | undefined;
|
|
4639
|
+
public?: boolean | undefined;
|
|
4570
4640
|
hidden?: boolean | undefined;
|
|
4571
4641
|
root?: string | undefined;
|
|
4572
4642
|
} | {
|
|
@@ -4584,6 +4654,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4584
4654
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4585
4655
|
} | undefined;
|
|
4586
4656
|
tag?: string | undefined;
|
|
4657
|
+
public?: boolean | undefined;
|
|
4587
4658
|
hidden?: boolean | undefined;
|
|
4588
4659
|
root?: string | undefined;
|
|
4589
4660
|
} | {
|
|
@@ -4595,6 +4666,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4595
4666
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4596
4667
|
} | undefined;
|
|
4597
4668
|
tag?: string | undefined;
|
|
4669
|
+
public?: boolean | undefined;
|
|
4598
4670
|
hidden?: boolean | undefined;
|
|
4599
4671
|
root?: string | undefined;
|
|
4600
4672
|
})[];
|
|
@@ -4863,6 +4935,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4863
4935
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4864
4936
|
} | undefined;
|
|
4865
4937
|
tag?: string | undefined;
|
|
4938
|
+
public?: boolean | undefined;
|
|
4866
4939
|
hidden?: boolean | undefined;
|
|
4867
4940
|
root?: string | undefined;
|
|
4868
4941
|
} | {
|
|
@@ -4880,6 +4953,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4880
4953
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4881
4954
|
} | undefined;
|
|
4882
4955
|
tag?: string | undefined;
|
|
4956
|
+
public?: boolean | undefined;
|
|
4883
4957
|
hidden?: boolean | undefined;
|
|
4884
4958
|
root?: string | undefined;
|
|
4885
4959
|
} | {
|
|
@@ -4891,6 +4965,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4891
4965
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4892
4966
|
} | undefined;
|
|
4893
4967
|
tag?: string | undefined;
|
|
4968
|
+
public?: boolean | undefined;
|
|
4894
4969
|
hidden?: boolean | undefined;
|
|
4895
4970
|
root?: string | undefined;
|
|
4896
4971
|
})[];
|
|
@@ -4929,6 +5004,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4929
5004
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4930
5005
|
} | undefined;
|
|
4931
5006
|
tag?: string | undefined;
|
|
5007
|
+
public?: boolean | undefined;
|
|
4932
5008
|
hidden?: boolean | undefined;
|
|
4933
5009
|
root?: string | undefined;
|
|
4934
5010
|
} | {
|
|
@@ -4946,6 +5022,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4946
5022
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4947
5023
|
} | undefined;
|
|
4948
5024
|
tag?: string | undefined;
|
|
5025
|
+
public?: boolean | undefined;
|
|
4949
5026
|
hidden?: boolean | undefined;
|
|
4950
5027
|
root?: string | undefined;
|
|
4951
5028
|
} | {
|
|
@@ -4957,6 +5034,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4957
5034
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4958
5035
|
} | undefined;
|
|
4959
5036
|
tag?: string | undefined;
|
|
5037
|
+
public?: boolean | undefined;
|
|
4960
5038
|
hidden?: boolean | undefined;
|
|
4961
5039
|
root?: string | undefined;
|
|
4962
5040
|
})[];
|
|
@@ -5225,6 +5303,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5225
5303
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5226
5304
|
} | undefined;
|
|
5227
5305
|
tag?: string | undefined;
|
|
5306
|
+
public?: boolean | undefined;
|
|
5228
5307
|
hidden?: boolean | undefined;
|
|
5229
5308
|
root?: string | undefined;
|
|
5230
5309
|
} | {
|
|
@@ -5242,6 +5321,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5242
5321
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5243
5322
|
} | undefined;
|
|
5244
5323
|
tag?: string | undefined;
|
|
5324
|
+
public?: boolean | undefined;
|
|
5245
5325
|
hidden?: boolean | undefined;
|
|
5246
5326
|
root?: string | undefined;
|
|
5247
5327
|
} | {
|
|
@@ -5253,6 +5333,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5253
5333
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5254
5334
|
} | undefined;
|
|
5255
5335
|
tag?: string | undefined;
|
|
5336
|
+
public?: boolean | undefined;
|
|
5256
5337
|
hidden?: boolean | undefined;
|
|
5257
5338
|
root?: string | undefined;
|
|
5258
5339
|
})[];
|
|
@@ -5291,6 +5372,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5291
5372
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5292
5373
|
} | undefined;
|
|
5293
5374
|
tag?: string | undefined;
|
|
5375
|
+
public?: boolean | undefined;
|
|
5294
5376
|
hidden?: boolean | undefined;
|
|
5295
5377
|
root?: string | undefined;
|
|
5296
5378
|
} | {
|
|
@@ -5308,6 +5390,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5308
5390
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5309
5391
|
} | undefined;
|
|
5310
5392
|
tag?: string | undefined;
|
|
5393
|
+
public?: boolean | undefined;
|
|
5311
5394
|
hidden?: boolean | undefined;
|
|
5312
5395
|
root?: string | undefined;
|
|
5313
5396
|
} | {
|
|
@@ -5319,6 +5402,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5319
5402
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5320
5403
|
} | undefined;
|
|
5321
5404
|
tag?: string | undefined;
|
|
5405
|
+
public?: boolean | undefined;
|
|
5322
5406
|
hidden?: boolean | undefined;
|
|
5323
5407
|
root?: string | undefined;
|
|
5324
5408
|
})[];
|