@mintlify/validation 0.1.577 → 0.1.581
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 +1605 -109
- package/dist/mint-config/schemas/v2/properties/navbar.d.ts +162 -8
- package/dist/mint-config/schemas/v2/properties/navbar.js +25 -3
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +199 -12
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +199 -12
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +199 -12
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +199 -12
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +199 -12
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +199 -12
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +147 -8
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +199 -12
- package/dist/mint-config/validateConfig.d.ts +364 -28
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -751,16 +751,40 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
751
751
|
} | {
|
|
752
752
|
type: "github";
|
|
753
753
|
href: string;
|
|
754
|
+
label?: string | undefined;
|
|
755
|
+
} | {
|
|
756
|
+
type: "discord";
|
|
757
|
+
href: string;
|
|
758
|
+
label?: string | undefined;
|
|
754
759
|
} | undefined;
|
|
755
|
-
links?: {
|
|
760
|
+
links?: ({
|
|
756
761
|
href: string;
|
|
757
762
|
label: string;
|
|
763
|
+
type?: undefined;
|
|
758
764
|
icon?: string | {
|
|
759
765
|
name: string;
|
|
760
766
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
761
767
|
library?: "fontawesome" | "lucide" | undefined;
|
|
762
768
|
} | undefined;
|
|
763
|
-
}
|
|
769
|
+
} | {
|
|
770
|
+
type: "github";
|
|
771
|
+
href: string;
|
|
772
|
+
icon?: string | {
|
|
773
|
+
name: string;
|
|
774
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
775
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
776
|
+
} | undefined;
|
|
777
|
+
label?: string | undefined;
|
|
778
|
+
} | {
|
|
779
|
+
type: "discord";
|
|
780
|
+
href: string;
|
|
781
|
+
icon?: string | {
|
|
782
|
+
name: string;
|
|
783
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
784
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
785
|
+
} | undefined;
|
|
786
|
+
label?: string | undefined;
|
|
787
|
+
})[] | undefined;
|
|
764
788
|
} | undefined;
|
|
765
789
|
icons?: {
|
|
766
790
|
library: "fontawesome" | "lucide";
|
|
@@ -1073,16 +1097,40 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1073
1097
|
} | {
|
|
1074
1098
|
type: "github";
|
|
1075
1099
|
href: string;
|
|
1100
|
+
label?: string | undefined;
|
|
1101
|
+
} | {
|
|
1102
|
+
type: "discord";
|
|
1103
|
+
href: string;
|
|
1104
|
+
label?: string | undefined;
|
|
1076
1105
|
} | undefined;
|
|
1077
|
-
links?: {
|
|
1106
|
+
links?: ({
|
|
1078
1107
|
href: string;
|
|
1079
1108
|
label: string;
|
|
1109
|
+
type?: undefined;
|
|
1080
1110
|
icon?: string | {
|
|
1081
1111
|
name: string;
|
|
1082
1112
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1083
1113
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1084
1114
|
} | undefined;
|
|
1085
|
-
}
|
|
1115
|
+
} | {
|
|
1116
|
+
type: "github";
|
|
1117
|
+
href: string;
|
|
1118
|
+
icon?: string | {
|
|
1119
|
+
name: string;
|
|
1120
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1121
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1122
|
+
} | undefined;
|
|
1123
|
+
label?: string | undefined;
|
|
1124
|
+
} | {
|
|
1125
|
+
type: "discord";
|
|
1126
|
+
href: string;
|
|
1127
|
+
icon?: string | {
|
|
1128
|
+
name: string;
|
|
1129
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1130
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1131
|
+
} | undefined;
|
|
1132
|
+
label?: string | undefined;
|
|
1133
|
+
})[] | undefined;
|
|
1086
1134
|
} | undefined;
|
|
1087
1135
|
icons?: {
|
|
1088
1136
|
library: "fontawesome" | "lucide";
|
|
@@ -1395,16 +1443,40 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1395
1443
|
} | {
|
|
1396
1444
|
type: "github";
|
|
1397
1445
|
href: string;
|
|
1446
|
+
label?: string | undefined;
|
|
1447
|
+
} | {
|
|
1448
|
+
type: "discord";
|
|
1449
|
+
href: string;
|
|
1450
|
+
label?: string | undefined;
|
|
1398
1451
|
} | undefined;
|
|
1399
|
-
links?: {
|
|
1452
|
+
links?: ({
|
|
1400
1453
|
href: string;
|
|
1401
1454
|
label: string;
|
|
1455
|
+
type?: undefined;
|
|
1402
1456
|
icon?: string | {
|
|
1403
1457
|
name: string;
|
|
1404
1458
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1405
1459
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1406
1460
|
} | undefined;
|
|
1407
|
-
}
|
|
1461
|
+
} | {
|
|
1462
|
+
type: "github";
|
|
1463
|
+
href: string;
|
|
1464
|
+
icon?: string | {
|
|
1465
|
+
name: string;
|
|
1466
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1467
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1468
|
+
} | undefined;
|
|
1469
|
+
label?: string | undefined;
|
|
1470
|
+
} | {
|
|
1471
|
+
type: "discord";
|
|
1472
|
+
href: string;
|
|
1473
|
+
icon?: string | {
|
|
1474
|
+
name: string;
|
|
1475
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1476
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1477
|
+
} | undefined;
|
|
1478
|
+
label?: string | undefined;
|
|
1479
|
+
})[] | undefined;
|
|
1408
1480
|
} | undefined;
|
|
1409
1481
|
icons?: {
|
|
1410
1482
|
library: "fontawesome" | "lucide";
|
|
@@ -1717,16 +1789,40 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1717
1789
|
} | {
|
|
1718
1790
|
type: "github";
|
|
1719
1791
|
href: string;
|
|
1792
|
+
label?: string | undefined;
|
|
1793
|
+
} | {
|
|
1794
|
+
type: "discord";
|
|
1795
|
+
href: string;
|
|
1796
|
+
label?: string | undefined;
|
|
1720
1797
|
} | undefined;
|
|
1721
|
-
links?: {
|
|
1798
|
+
links?: ({
|
|
1722
1799
|
href: string;
|
|
1723
1800
|
label: string;
|
|
1801
|
+
type?: undefined;
|
|
1724
1802
|
icon?: string | {
|
|
1725
1803
|
name: string;
|
|
1726
1804
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1727
1805
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1728
1806
|
} | undefined;
|
|
1729
|
-
}
|
|
1807
|
+
} | {
|
|
1808
|
+
type: "github";
|
|
1809
|
+
href: string;
|
|
1810
|
+
icon?: string | {
|
|
1811
|
+
name: string;
|
|
1812
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1813
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1814
|
+
} | undefined;
|
|
1815
|
+
label?: string | undefined;
|
|
1816
|
+
} | {
|
|
1817
|
+
type: "discord";
|
|
1818
|
+
href: string;
|
|
1819
|
+
icon?: string | {
|
|
1820
|
+
name: string;
|
|
1821
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1822
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1823
|
+
} | undefined;
|
|
1824
|
+
label?: string | undefined;
|
|
1825
|
+
})[] | undefined;
|
|
1730
1826
|
} | undefined;
|
|
1731
1827
|
icons?: {
|
|
1732
1828
|
library: "fontawesome" | "lucide";
|
|
@@ -2039,16 +2135,40 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2039
2135
|
} | {
|
|
2040
2136
|
type: "github";
|
|
2041
2137
|
href: string;
|
|
2138
|
+
label?: string | undefined;
|
|
2139
|
+
} | {
|
|
2140
|
+
type: "discord";
|
|
2141
|
+
href: string;
|
|
2142
|
+
label?: string | undefined;
|
|
2042
2143
|
} | undefined;
|
|
2043
|
-
links?: {
|
|
2144
|
+
links?: ({
|
|
2044
2145
|
href: string;
|
|
2045
2146
|
label: string;
|
|
2147
|
+
type?: undefined;
|
|
2046
2148
|
icon?: string | {
|
|
2047
2149
|
name: string;
|
|
2048
2150
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2049
2151
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2050
2152
|
} | undefined;
|
|
2051
|
-
}
|
|
2153
|
+
} | {
|
|
2154
|
+
type: "github";
|
|
2155
|
+
href: string;
|
|
2156
|
+
icon?: string | {
|
|
2157
|
+
name: string;
|
|
2158
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2159
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2160
|
+
} | undefined;
|
|
2161
|
+
label?: string | undefined;
|
|
2162
|
+
} | {
|
|
2163
|
+
type: "discord";
|
|
2164
|
+
href: string;
|
|
2165
|
+
icon?: string | {
|
|
2166
|
+
name: string;
|
|
2167
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2168
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2169
|
+
} | undefined;
|
|
2170
|
+
label?: string | undefined;
|
|
2171
|
+
})[] | undefined;
|
|
2052
2172
|
} | undefined;
|
|
2053
2173
|
icons?: {
|
|
2054
2174
|
library: "fontawesome" | "lucide";
|
|
@@ -2361,16 +2481,40 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2361
2481
|
} | {
|
|
2362
2482
|
type: "github";
|
|
2363
2483
|
href: string;
|
|
2484
|
+
label?: string | undefined;
|
|
2485
|
+
} | {
|
|
2486
|
+
type: "discord";
|
|
2487
|
+
href: string;
|
|
2488
|
+
label?: string | undefined;
|
|
2364
2489
|
} | undefined;
|
|
2365
|
-
links?: {
|
|
2490
|
+
links?: ({
|
|
2366
2491
|
href: string;
|
|
2367
2492
|
label: string;
|
|
2493
|
+
type?: undefined;
|
|
2368
2494
|
icon?: string | {
|
|
2369
2495
|
name: string;
|
|
2370
2496
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2371
2497
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2372
2498
|
} | undefined;
|
|
2373
|
-
}
|
|
2499
|
+
} | {
|
|
2500
|
+
type: "github";
|
|
2501
|
+
href: string;
|
|
2502
|
+
icon?: string | {
|
|
2503
|
+
name: string;
|
|
2504
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2505
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2506
|
+
} | undefined;
|
|
2507
|
+
label?: string | undefined;
|
|
2508
|
+
} | {
|
|
2509
|
+
type: "discord";
|
|
2510
|
+
href: string;
|
|
2511
|
+
icon?: string | {
|
|
2512
|
+
name: string;
|
|
2513
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2514
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2515
|
+
} | undefined;
|
|
2516
|
+
label?: string | undefined;
|
|
2517
|
+
})[] | undefined;
|
|
2374
2518
|
} | undefined;
|
|
2375
2519
|
icons?: {
|
|
2376
2520
|
library: "fontawesome" | "lucide";
|
|
@@ -2683,16 +2827,40 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2683
2827
|
} | {
|
|
2684
2828
|
type: "github";
|
|
2685
2829
|
href: string;
|
|
2830
|
+
label?: string | undefined;
|
|
2831
|
+
} | {
|
|
2832
|
+
type: "discord";
|
|
2833
|
+
href: string;
|
|
2834
|
+
label?: string | undefined;
|
|
2686
2835
|
} | undefined;
|
|
2687
|
-
links?: {
|
|
2836
|
+
links?: ({
|
|
2688
2837
|
href: string;
|
|
2689
2838
|
label: string;
|
|
2839
|
+
type?: undefined;
|
|
2690
2840
|
icon?: string | {
|
|
2691
2841
|
name: string;
|
|
2692
2842
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2693
2843
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2694
2844
|
} | undefined;
|
|
2695
|
-
}
|
|
2845
|
+
} | {
|
|
2846
|
+
type: "github";
|
|
2847
|
+
href: string;
|
|
2848
|
+
icon?: string | {
|
|
2849
|
+
name: string;
|
|
2850
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2851
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2852
|
+
} | undefined;
|
|
2853
|
+
label?: string | undefined;
|
|
2854
|
+
} | {
|
|
2855
|
+
type: "discord";
|
|
2856
|
+
href: string;
|
|
2857
|
+
icon?: string | {
|
|
2858
|
+
name: string;
|
|
2859
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2860
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2861
|
+
} | undefined;
|
|
2862
|
+
label?: string | undefined;
|
|
2863
|
+
})[] | undefined;
|
|
2696
2864
|
} | undefined;
|
|
2697
2865
|
icons?: {
|
|
2698
2866
|
library: "fontawesome" | "lucide";
|
|
@@ -3008,16 +3176,40 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3008
3176
|
} | {
|
|
3009
3177
|
type: "github";
|
|
3010
3178
|
href: string;
|
|
3179
|
+
label?: string | undefined;
|
|
3180
|
+
} | {
|
|
3181
|
+
type: "discord";
|
|
3182
|
+
href: string;
|
|
3183
|
+
label?: string | undefined;
|
|
3011
3184
|
} | undefined;
|
|
3012
|
-
links?: {
|
|
3185
|
+
links?: ({
|
|
3013
3186
|
href: string;
|
|
3014
3187
|
label: string;
|
|
3188
|
+
type?: undefined;
|
|
3015
3189
|
icon?: string | {
|
|
3016
3190
|
name: string;
|
|
3017
3191
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3018
3192
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3019
3193
|
} | undefined;
|
|
3020
|
-
}
|
|
3194
|
+
} | {
|
|
3195
|
+
type: "github";
|
|
3196
|
+
href: string;
|
|
3197
|
+
icon?: string | {
|
|
3198
|
+
name: string;
|
|
3199
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3200
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3201
|
+
} | undefined;
|
|
3202
|
+
label?: string | undefined;
|
|
3203
|
+
} | {
|
|
3204
|
+
type: "discord";
|
|
3205
|
+
href: string;
|
|
3206
|
+
icon?: string | {
|
|
3207
|
+
name: string;
|
|
3208
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3209
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3210
|
+
} | undefined;
|
|
3211
|
+
label?: string | undefined;
|
|
3212
|
+
})[] | undefined;
|
|
3021
3213
|
} | undefined;
|
|
3022
3214
|
icons?: {
|
|
3023
3215
|
library: "fontawesome" | "lucide";
|
|
@@ -3330,16 +3522,40 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3330
3522
|
} | {
|
|
3331
3523
|
type: "github";
|
|
3332
3524
|
href: string;
|
|
3525
|
+
label?: string | undefined;
|
|
3526
|
+
} | {
|
|
3527
|
+
type: "discord";
|
|
3528
|
+
href: string;
|
|
3529
|
+
label?: string | undefined;
|
|
3333
3530
|
} | undefined;
|
|
3334
|
-
links?: {
|
|
3531
|
+
links?: ({
|
|
3335
3532
|
href: string;
|
|
3336
3533
|
label: string;
|
|
3534
|
+
type?: undefined;
|
|
3337
3535
|
icon?: string | {
|
|
3338
3536
|
name: string;
|
|
3339
3537
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3340
3538
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3341
3539
|
} | undefined;
|
|
3342
|
-
}
|
|
3540
|
+
} | {
|
|
3541
|
+
type: "github";
|
|
3542
|
+
href: string;
|
|
3543
|
+
icon?: string | {
|
|
3544
|
+
name: string;
|
|
3545
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3546
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3547
|
+
} | undefined;
|
|
3548
|
+
label?: string | undefined;
|
|
3549
|
+
} | {
|
|
3550
|
+
type: "discord";
|
|
3551
|
+
href: string;
|
|
3552
|
+
icon?: string | {
|
|
3553
|
+
name: string;
|
|
3554
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3555
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3556
|
+
} | undefined;
|
|
3557
|
+
label?: string | undefined;
|
|
3558
|
+
})[] | undefined;
|
|
3343
3559
|
} | undefined;
|
|
3344
3560
|
icons?: {
|
|
3345
3561
|
library: "fontawesome" | "lucide";
|
|
@@ -3652,16 +3868,40 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3652
3868
|
} | {
|
|
3653
3869
|
type: "github";
|
|
3654
3870
|
href: string;
|
|
3871
|
+
label?: string | undefined;
|
|
3872
|
+
} | {
|
|
3873
|
+
type: "discord";
|
|
3874
|
+
href: string;
|
|
3875
|
+
label?: string | undefined;
|
|
3655
3876
|
} | undefined;
|
|
3656
|
-
links?: {
|
|
3877
|
+
links?: ({
|
|
3657
3878
|
href: string;
|
|
3658
3879
|
label: string;
|
|
3880
|
+
type?: undefined;
|
|
3659
3881
|
icon?: string | {
|
|
3660
3882
|
name: string;
|
|
3661
3883
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3662
3884
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3663
3885
|
} | undefined;
|
|
3664
|
-
}
|
|
3886
|
+
} | {
|
|
3887
|
+
type: "github";
|
|
3888
|
+
href: string;
|
|
3889
|
+
icon?: string | {
|
|
3890
|
+
name: string;
|
|
3891
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3892
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3893
|
+
} | undefined;
|
|
3894
|
+
label?: string | undefined;
|
|
3895
|
+
} | {
|
|
3896
|
+
type: "discord";
|
|
3897
|
+
href: string;
|
|
3898
|
+
icon?: string | {
|
|
3899
|
+
name: string;
|
|
3900
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3901
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3902
|
+
} | undefined;
|
|
3903
|
+
label?: string | undefined;
|
|
3904
|
+
})[] | undefined;
|
|
3665
3905
|
} | undefined;
|
|
3666
3906
|
icons?: {
|
|
3667
3907
|
library: "fontawesome" | "lucide";
|
|
@@ -3974,16 +4214,40 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3974
4214
|
} | {
|
|
3975
4215
|
type: "github";
|
|
3976
4216
|
href: string;
|
|
4217
|
+
label?: string | undefined;
|
|
4218
|
+
} | {
|
|
4219
|
+
type: "discord";
|
|
4220
|
+
href: string;
|
|
4221
|
+
label?: string | undefined;
|
|
3977
4222
|
} | undefined;
|
|
3978
|
-
links?: {
|
|
4223
|
+
links?: ({
|
|
3979
4224
|
href: string;
|
|
3980
4225
|
label: string;
|
|
4226
|
+
type?: undefined;
|
|
3981
4227
|
icon?: string | {
|
|
3982
4228
|
name: string;
|
|
3983
4229
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3984
4230
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3985
4231
|
} | undefined;
|
|
3986
|
-
}
|
|
4232
|
+
} | {
|
|
4233
|
+
type: "github";
|
|
4234
|
+
href: string;
|
|
4235
|
+
icon?: string | {
|
|
4236
|
+
name: string;
|
|
4237
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4238
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
4239
|
+
} | undefined;
|
|
4240
|
+
label?: string | undefined;
|
|
4241
|
+
} | {
|
|
4242
|
+
type: "discord";
|
|
4243
|
+
href: string;
|
|
4244
|
+
icon?: string | {
|
|
4245
|
+
name: string;
|
|
4246
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4247
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
4248
|
+
} | undefined;
|
|
4249
|
+
label?: string | undefined;
|
|
4250
|
+
})[] | undefined;
|
|
3987
4251
|
} | undefined;
|
|
3988
4252
|
icons?: {
|
|
3989
4253
|
library: "fontawesome" | "lucide";
|
|
@@ -4296,16 +4560,40 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4296
4560
|
} | {
|
|
4297
4561
|
type: "github";
|
|
4298
4562
|
href: string;
|
|
4563
|
+
label?: string | undefined;
|
|
4564
|
+
} | {
|
|
4565
|
+
type: "discord";
|
|
4566
|
+
href: string;
|
|
4567
|
+
label?: string | undefined;
|
|
4299
4568
|
} | undefined;
|
|
4300
|
-
links?: {
|
|
4569
|
+
links?: ({
|
|
4301
4570
|
href: string;
|
|
4302
4571
|
label: string;
|
|
4572
|
+
type?: undefined;
|
|
4303
4573
|
icon?: string | {
|
|
4304
4574
|
name: string;
|
|
4305
4575
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4306
4576
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4307
4577
|
} | undefined;
|
|
4308
|
-
}
|
|
4578
|
+
} | {
|
|
4579
|
+
type: "github";
|
|
4580
|
+
href: string;
|
|
4581
|
+
icon?: string | {
|
|
4582
|
+
name: string;
|
|
4583
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4584
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
4585
|
+
} | undefined;
|
|
4586
|
+
label?: string | undefined;
|
|
4587
|
+
} | {
|
|
4588
|
+
type: "discord";
|
|
4589
|
+
href: string;
|
|
4590
|
+
icon?: string | {
|
|
4591
|
+
name: string;
|
|
4592
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4593
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
4594
|
+
} | undefined;
|
|
4595
|
+
label?: string | undefined;
|
|
4596
|
+
})[] | undefined;
|
|
4309
4597
|
} | undefined;
|
|
4310
4598
|
icons?: {
|
|
4311
4599
|
library: "fontawesome" | "lucide";
|
|
@@ -4618,16 +4906,40 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4618
4906
|
} | {
|
|
4619
4907
|
type: "github";
|
|
4620
4908
|
href: string;
|
|
4909
|
+
label?: string | undefined;
|
|
4910
|
+
} | {
|
|
4911
|
+
type: "discord";
|
|
4912
|
+
href: string;
|
|
4913
|
+
label?: string | undefined;
|
|
4621
4914
|
} | undefined;
|
|
4622
|
-
links?: {
|
|
4915
|
+
links?: ({
|
|
4623
4916
|
href: string;
|
|
4624
4917
|
label: string;
|
|
4918
|
+
type?: undefined;
|
|
4625
4919
|
icon?: string | {
|
|
4626
4920
|
name: string;
|
|
4627
4921
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4628
4922
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4629
4923
|
} | undefined;
|
|
4630
|
-
}
|
|
4924
|
+
} | {
|
|
4925
|
+
type: "github";
|
|
4926
|
+
href: string;
|
|
4927
|
+
icon?: string | {
|
|
4928
|
+
name: string;
|
|
4929
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4930
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
4931
|
+
} | undefined;
|
|
4932
|
+
label?: string | undefined;
|
|
4933
|
+
} | {
|
|
4934
|
+
type: "discord";
|
|
4935
|
+
href: string;
|
|
4936
|
+
icon?: string | {
|
|
4937
|
+
name: string;
|
|
4938
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4939
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
4940
|
+
} | undefined;
|
|
4941
|
+
label?: string | undefined;
|
|
4942
|
+
})[] | undefined;
|
|
4631
4943
|
} | undefined;
|
|
4632
4944
|
icons?: {
|
|
4633
4945
|
library: "fontawesome" | "lucide";
|
|
@@ -4940,16 +5252,40 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4940
5252
|
} | {
|
|
4941
5253
|
type: "github";
|
|
4942
5254
|
href: string;
|
|
5255
|
+
label?: string | undefined;
|
|
5256
|
+
} | {
|
|
5257
|
+
type: "discord";
|
|
5258
|
+
href: string;
|
|
5259
|
+
label?: string | undefined;
|
|
4943
5260
|
} | undefined;
|
|
4944
|
-
links?: {
|
|
5261
|
+
links?: ({
|
|
4945
5262
|
href: string;
|
|
4946
5263
|
label: string;
|
|
5264
|
+
type?: undefined;
|
|
4947
5265
|
icon?: string | {
|
|
4948
5266
|
name: string;
|
|
4949
5267
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4950
5268
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4951
5269
|
} | undefined;
|
|
4952
|
-
}
|
|
5270
|
+
} | {
|
|
5271
|
+
type: "github";
|
|
5272
|
+
href: string;
|
|
5273
|
+
icon?: string | {
|
|
5274
|
+
name: string;
|
|
5275
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5276
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
5277
|
+
} | undefined;
|
|
5278
|
+
label?: string | undefined;
|
|
5279
|
+
} | {
|
|
5280
|
+
type: "discord";
|
|
5281
|
+
href: string;
|
|
5282
|
+
icon?: string | {
|
|
5283
|
+
name: string;
|
|
5284
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5285
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
5286
|
+
} | undefined;
|
|
5287
|
+
label?: string | undefined;
|
|
5288
|
+
})[] | undefined;
|
|
4953
5289
|
} | undefined;
|
|
4954
5290
|
icons?: {
|
|
4955
5291
|
library: "fontawesome" | "lucide";
|