@mintlify/validation 0.1.587 → 0.1.588
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/anchors.js +1 -1
- package/dist/mint-config/schemas/v2/index.d.ts +558 -558
- package/dist/mint-config/schemas/v2/properties/contextual.d.ts +20 -20
- package/dist/mint-config/schemas/v2/properties/contextual.js +1 -0
- package/dist/mint-config/schemas/v2/properties/icons.d.ts +3 -3
- package/dist/mint-config/schemas/v2/properties/navbar.d.ts +21 -21
- package/dist/mint-config/schemas/v2/properties/navigation/anchors.d.ts +10 -10
- package/dist/mint-config/schemas/v2/properties/navigation/dropdown.d.ts +10 -10
- package/dist/mint-config/schemas/v2/properties/navigation/groups.d.ts +9 -9
- package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +28 -28
- package/dist/mint-config/schemas/v2/properties/navigation/menu.d.ts +10 -10
- package/dist/mint-config/schemas/v2/properties/navigation/pages.d.ts +10 -10
- package/dist/mint-config/schemas/v2/properties/navigation/products.d.ts +10 -10
- package/dist/mint-config/schemas/v2/properties/navigation/tabs.d.ts +10 -10
- package/dist/mint-config/schemas/v2/properties/reusable/icon.d.ts +3 -3
- package/dist/mint-config/schemas/v2/properties/reusable/icon.js +1 -1
- package/dist/mint-config/schemas/v2/properties/reusable/page.d.ts +9 -9
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +62 -62
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +62 -62
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +62 -62
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +62 -62
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +62 -62
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +62 -62
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +46 -46
- package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +62 -62
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +62 -62
- package/dist/mint-config/validateConfig.d.ts +128 -128
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -523,7 +523,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
523
523
|
icon?: string | {
|
|
524
524
|
name: string;
|
|
525
525
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
526
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
526
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
527
527
|
} | undefined;
|
|
528
528
|
expanded?: boolean | undefined;
|
|
529
529
|
public?: boolean | undefined;
|
|
@@ -549,7 +549,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
549
549
|
icon?: string | {
|
|
550
550
|
name: string;
|
|
551
551
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
552
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
552
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
553
553
|
} | undefined;
|
|
554
554
|
expanded?: boolean | undefined;
|
|
555
555
|
public?: boolean | undefined;
|
|
@@ -763,7 +763,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
763
763
|
icon?: string | {
|
|
764
764
|
name: string;
|
|
765
765
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
766
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
766
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
767
767
|
} | undefined;
|
|
768
768
|
} | {
|
|
769
769
|
type: "github";
|
|
@@ -771,7 +771,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
771
771
|
icon?: string | {
|
|
772
772
|
name: string;
|
|
773
773
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
774
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
774
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
775
775
|
} | undefined;
|
|
776
776
|
label?: string | undefined;
|
|
777
777
|
} | {
|
|
@@ -780,13 +780,13 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
780
780
|
icon?: string | {
|
|
781
781
|
name: string;
|
|
782
782
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
783
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
783
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
784
784
|
} | undefined;
|
|
785
785
|
label?: string | undefined;
|
|
786
786
|
})[] | undefined;
|
|
787
787
|
} | undefined;
|
|
788
788
|
icons?: {
|
|
789
|
-
library: "fontawesome" | "lucide";
|
|
789
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
790
790
|
} | undefined;
|
|
791
791
|
styling?: {
|
|
792
792
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -809,7 +809,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
809
809
|
};
|
|
810
810
|
} | undefined;
|
|
811
811
|
contextual?: {
|
|
812
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
812
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
813
813
|
href: string | {
|
|
814
814
|
base: string;
|
|
815
815
|
query?: {
|
|
@@ -822,7 +822,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
822
822
|
icon?: string | {
|
|
823
823
|
name: string;
|
|
824
824
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
825
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
825
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
826
826
|
} | undefined;
|
|
827
827
|
})[];
|
|
828
828
|
display?: "header" | "toc" | undefined;
|
|
@@ -869,7 +869,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
869
869
|
icon?: string | {
|
|
870
870
|
name: string;
|
|
871
871
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
872
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
872
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
873
873
|
} | undefined;
|
|
874
874
|
expanded?: boolean | undefined;
|
|
875
875
|
public?: boolean | undefined;
|
|
@@ -895,7 +895,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
895
895
|
icon?: string | {
|
|
896
896
|
name: string;
|
|
897
897
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
898
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
898
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
899
899
|
} | undefined;
|
|
900
900
|
expanded?: boolean | undefined;
|
|
901
901
|
public?: boolean | undefined;
|
|
@@ -1109,7 +1109,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1109
1109
|
icon?: string | {
|
|
1110
1110
|
name: string;
|
|
1111
1111
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1112
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1112
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1113
1113
|
} | undefined;
|
|
1114
1114
|
} | {
|
|
1115
1115
|
type: "github";
|
|
@@ -1117,7 +1117,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1117
1117
|
icon?: string | {
|
|
1118
1118
|
name: string;
|
|
1119
1119
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1120
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1120
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1121
1121
|
} | undefined;
|
|
1122
1122
|
label?: string | undefined;
|
|
1123
1123
|
} | {
|
|
@@ -1126,13 +1126,13 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1126
1126
|
icon?: string | {
|
|
1127
1127
|
name: string;
|
|
1128
1128
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1129
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1129
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1130
1130
|
} | undefined;
|
|
1131
1131
|
label?: string | undefined;
|
|
1132
1132
|
})[] | undefined;
|
|
1133
1133
|
} | undefined;
|
|
1134
1134
|
icons?: {
|
|
1135
|
-
library: "fontawesome" | "lucide";
|
|
1135
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
1136
1136
|
} | undefined;
|
|
1137
1137
|
styling?: {
|
|
1138
1138
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -1155,7 +1155,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1155
1155
|
};
|
|
1156
1156
|
} | undefined;
|
|
1157
1157
|
contextual?: {
|
|
1158
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1158
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1159
1159
|
href: string | {
|
|
1160
1160
|
base: string;
|
|
1161
1161
|
query?: {
|
|
@@ -1168,7 +1168,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1168
1168
|
icon?: string | {
|
|
1169
1169
|
name: string;
|
|
1170
1170
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1171
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1171
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1172
1172
|
} | undefined;
|
|
1173
1173
|
})[];
|
|
1174
1174
|
display?: "header" | "toc" | undefined;
|
|
@@ -1215,7 +1215,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1215
1215
|
icon?: string | {
|
|
1216
1216
|
name: string;
|
|
1217
1217
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1218
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1218
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1219
1219
|
} | undefined;
|
|
1220
1220
|
expanded?: boolean | undefined;
|
|
1221
1221
|
public?: boolean | undefined;
|
|
@@ -1241,7 +1241,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1241
1241
|
icon?: string | {
|
|
1242
1242
|
name: string;
|
|
1243
1243
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1244
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1244
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1245
1245
|
} | undefined;
|
|
1246
1246
|
expanded?: boolean | undefined;
|
|
1247
1247
|
public?: boolean | undefined;
|
|
@@ -1455,7 +1455,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1455
1455
|
icon?: string | {
|
|
1456
1456
|
name: string;
|
|
1457
1457
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1458
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1458
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1459
1459
|
} | undefined;
|
|
1460
1460
|
} | {
|
|
1461
1461
|
type: "github";
|
|
@@ -1463,7 +1463,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1463
1463
|
icon?: string | {
|
|
1464
1464
|
name: string;
|
|
1465
1465
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1466
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1466
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1467
1467
|
} | undefined;
|
|
1468
1468
|
label?: string | undefined;
|
|
1469
1469
|
} | {
|
|
@@ -1472,13 +1472,13 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1472
1472
|
icon?: string | {
|
|
1473
1473
|
name: string;
|
|
1474
1474
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1475
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1475
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1476
1476
|
} | undefined;
|
|
1477
1477
|
label?: string | undefined;
|
|
1478
1478
|
})[] | undefined;
|
|
1479
1479
|
} | undefined;
|
|
1480
1480
|
icons?: {
|
|
1481
|
-
library: "fontawesome" | "lucide";
|
|
1481
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
1482
1482
|
} | undefined;
|
|
1483
1483
|
styling?: {
|
|
1484
1484
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -1501,7 +1501,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1501
1501
|
};
|
|
1502
1502
|
} | undefined;
|
|
1503
1503
|
contextual?: {
|
|
1504
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1504
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1505
1505
|
href: string | {
|
|
1506
1506
|
base: string;
|
|
1507
1507
|
query?: {
|
|
@@ -1514,7 +1514,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1514
1514
|
icon?: string | {
|
|
1515
1515
|
name: string;
|
|
1516
1516
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1517
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1517
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1518
1518
|
} | undefined;
|
|
1519
1519
|
})[];
|
|
1520
1520
|
display?: "header" | "toc" | undefined;
|
|
@@ -1561,7 +1561,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1561
1561
|
icon?: string | {
|
|
1562
1562
|
name: string;
|
|
1563
1563
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1564
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1564
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1565
1565
|
} | undefined;
|
|
1566
1566
|
expanded?: boolean | undefined;
|
|
1567
1567
|
public?: boolean | undefined;
|
|
@@ -1587,7 +1587,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1587
1587
|
icon?: string | {
|
|
1588
1588
|
name: string;
|
|
1589
1589
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1590
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1590
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1591
1591
|
} | undefined;
|
|
1592
1592
|
expanded?: boolean | undefined;
|
|
1593
1593
|
public?: boolean | undefined;
|
|
@@ -1801,7 +1801,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1801
1801
|
icon?: string | {
|
|
1802
1802
|
name: string;
|
|
1803
1803
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1804
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1804
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1805
1805
|
} | undefined;
|
|
1806
1806
|
} | {
|
|
1807
1807
|
type: "github";
|
|
@@ -1809,7 +1809,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1809
1809
|
icon?: string | {
|
|
1810
1810
|
name: string;
|
|
1811
1811
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1812
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1812
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1813
1813
|
} | undefined;
|
|
1814
1814
|
label?: string | undefined;
|
|
1815
1815
|
} | {
|
|
@@ -1818,13 +1818,13 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1818
1818
|
icon?: string | {
|
|
1819
1819
|
name: string;
|
|
1820
1820
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1821
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1821
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1822
1822
|
} | undefined;
|
|
1823
1823
|
label?: string | undefined;
|
|
1824
1824
|
})[] | undefined;
|
|
1825
1825
|
} | undefined;
|
|
1826
1826
|
icons?: {
|
|
1827
|
-
library: "fontawesome" | "lucide";
|
|
1827
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
1828
1828
|
} | undefined;
|
|
1829
1829
|
styling?: {
|
|
1830
1830
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -1847,7 +1847,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1847
1847
|
};
|
|
1848
1848
|
} | undefined;
|
|
1849
1849
|
contextual?: {
|
|
1850
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1850
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1851
1851
|
href: string | {
|
|
1852
1852
|
base: string;
|
|
1853
1853
|
query?: {
|
|
@@ -1860,7 +1860,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1860
1860
|
icon?: string | {
|
|
1861
1861
|
name: string;
|
|
1862
1862
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1863
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1863
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1864
1864
|
} | undefined;
|
|
1865
1865
|
})[];
|
|
1866
1866
|
display?: "header" | "toc" | undefined;
|
|
@@ -1907,7 +1907,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1907
1907
|
icon?: string | {
|
|
1908
1908
|
name: string;
|
|
1909
1909
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1910
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1910
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1911
1911
|
} | undefined;
|
|
1912
1912
|
expanded?: boolean | undefined;
|
|
1913
1913
|
public?: boolean | undefined;
|
|
@@ -1933,7 +1933,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1933
1933
|
icon?: string | {
|
|
1934
1934
|
name: string;
|
|
1935
1935
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1936
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1936
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1937
1937
|
} | undefined;
|
|
1938
1938
|
expanded?: boolean | undefined;
|
|
1939
1939
|
public?: boolean | undefined;
|
|
@@ -2147,7 +2147,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2147
2147
|
icon?: string | {
|
|
2148
2148
|
name: string;
|
|
2149
2149
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2150
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2150
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2151
2151
|
} | undefined;
|
|
2152
2152
|
} | {
|
|
2153
2153
|
type: "github";
|
|
@@ -2155,7 +2155,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2155
2155
|
icon?: string | {
|
|
2156
2156
|
name: string;
|
|
2157
2157
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2158
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2158
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2159
2159
|
} | undefined;
|
|
2160
2160
|
label?: string | undefined;
|
|
2161
2161
|
} | {
|
|
@@ -2164,13 +2164,13 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2164
2164
|
icon?: string | {
|
|
2165
2165
|
name: string;
|
|
2166
2166
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2167
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2167
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2168
2168
|
} | undefined;
|
|
2169
2169
|
label?: string | undefined;
|
|
2170
2170
|
})[] | undefined;
|
|
2171
2171
|
} | undefined;
|
|
2172
2172
|
icons?: {
|
|
2173
|
-
library: "fontawesome" | "lucide";
|
|
2173
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
2174
2174
|
} | undefined;
|
|
2175
2175
|
styling?: {
|
|
2176
2176
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -2193,7 +2193,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2193
2193
|
};
|
|
2194
2194
|
} | undefined;
|
|
2195
2195
|
contextual?: {
|
|
2196
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
2196
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
2197
2197
|
href: string | {
|
|
2198
2198
|
base: string;
|
|
2199
2199
|
query?: {
|
|
@@ -2206,7 +2206,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2206
2206
|
icon?: string | {
|
|
2207
2207
|
name: string;
|
|
2208
2208
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2209
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2209
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2210
2210
|
} | undefined;
|
|
2211
2211
|
})[];
|
|
2212
2212
|
display?: "header" | "toc" | undefined;
|
|
@@ -2253,7 +2253,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2253
2253
|
icon?: string | {
|
|
2254
2254
|
name: string;
|
|
2255
2255
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2256
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2256
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2257
2257
|
} | undefined;
|
|
2258
2258
|
expanded?: boolean | undefined;
|
|
2259
2259
|
public?: boolean | undefined;
|
|
@@ -2279,7 +2279,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2279
2279
|
icon?: string | {
|
|
2280
2280
|
name: string;
|
|
2281
2281
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2282
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2282
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2283
2283
|
} | undefined;
|
|
2284
2284
|
expanded?: boolean | undefined;
|
|
2285
2285
|
public?: boolean | undefined;
|
|
@@ -2493,7 +2493,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2493
2493
|
icon?: string | {
|
|
2494
2494
|
name: string;
|
|
2495
2495
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2496
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2496
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2497
2497
|
} | undefined;
|
|
2498
2498
|
} | {
|
|
2499
2499
|
type: "github";
|
|
@@ -2501,7 +2501,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2501
2501
|
icon?: string | {
|
|
2502
2502
|
name: string;
|
|
2503
2503
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2504
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2504
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2505
2505
|
} | undefined;
|
|
2506
2506
|
label?: string | undefined;
|
|
2507
2507
|
} | {
|
|
@@ -2510,13 +2510,13 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2510
2510
|
icon?: string | {
|
|
2511
2511
|
name: string;
|
|
2512
2512
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2513
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2513
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2514
2514
|
} | undefined;
|
|
2515
2515
|
label?: string | undefined;
|
|
2516
2516
|
})[] | undefined;
|
|
2517
2517
|
} | undefined;
|
|
2518
2518
|
icons?: {
|
|
2519
|
-
library: "fontawesome" | "lucide";
|
|
2519
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
2520
2520
|
} | undefined;
|
|
2521
2521
|
styling?: {
|
|
2522
2522
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -2539,7 +2539,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2539
2539
|
};
|
|
2540
2540
|
} | undefined;
|
|
2541
2541
|
contextual?: {
|
|
2542
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
2542
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
2543
2543
|
href: string | {
|
|
2544
2544
|
base: string;
|
|
2545
2545
|
query?: {
|
|
@@ -2552,7 +2552,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2552
2552
|
icon?: string | {
|
|
2553
2553
|
name: string;
|
|
2554
2554
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2555
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2555
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2556
2556
|
} | undefined;
|
|
2557
2557
|
})[];
|
|
2558
2558
|
display?: "header" | "toc" | undefined;
|
|
@@ -2599,7 +2599,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2599
2599
|
icon?: string | {
|
|
2600
2600
|
name: string;
|
|
2601
2601
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2602
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2602
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2603
2603
|
} | undefined;
|
|
2604
2604
|
expanded?: boolean | undefined;
|
|
2605
2605
|
public?: boolean | undefined;
|
|
@@ -2625,7 +2625,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2625
2625
|
icon?: string | {
|
|
2626
2626
|
name: string;
|
|
2627
2627
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2628
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2628
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2629
2629
|
} | undefined;
|
|
2630
2630
|
expanded?: boolean | undefined;
|
|
2631
2631
|
public?: boolean | undefined;
|
|
@@ -2839,7 +2839,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2839
2839
|
icon?: string | {
|
|
2840
2840
|
name: string;
|
|
2841
2841
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2842
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2842
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2843
2843
|
} | undefined;
|
|
2844
2844
|
} | {
|
|
2845
2845
|
type: "github";
|
|
@@ -2847,7 +2847,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2847
2847
|
icon?: string | {
|
|
2848
2848
|
name: string;
|
|
2849
2849
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2850
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2850
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2851
2851
|
} | undefined;
|
|
2852
2852
|
label?: string | undefined;
|
|
2853
2853
|
} | {
|
|
@@ -2856,13 +2856,13 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2856
2856
|
icon?: string | {
|
|
2857
2857
|
name: string;
|
|
2858
2858
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2859
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2859
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2860
2860
|
} | undefined;
|
|
2861
2861
|
label?: string | undefined;
|
|
2862
2862
|
})[] | undefined;
|
|
2863
2863
|
} | undefined;
|
|
2864
2864
|
icons?: {
|
|
2865
|
-
library: "fontawesome" | "lucide";
|
|
2865
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
2866
2866
|
} | undefined;
|
|
2867
2867
|
styling?: {
|
|
2868
2868
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -2885,7 +2885,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2885
2885
|
};
|
|
2886
2886
|
} | undefined;
|
|
2887
2887
|
contextual?: {
|
|
2888
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
2888
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
2889
2889
|
href: string | {
|
|
2890
2890
|
base: string;
|
|
2891
2891
|
query?: {
|
|
@@ -2898,7 +2898,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2898
2898
|
icon?: string | {
|
|
2899
2899
|
name: string;
|
|
2900
2900
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2901
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2901
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2902
2902
|
} | undefined;
|
|
2903
2903
|
})[];
|
|
2904
2904
|
display?: "header" | "toc" | undefined;
|
|
@@ -2945,7 +2945,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2945
2945
|
icon?: string | {
|
|
2946
2946
|
name: string;
|
|
2947
2947
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2948
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2948
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2949
2949
|
} | undefined;
|
|
2950
2950
|
expanded?: boolean | undefined;
|
|
2951
2951
|
public?: boolean | undefined;
|
|
@@ -2971,7 +2971,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2971
2971
|
icon?: string | {
|
|
2972
2972
|
name: string;
|
|
2973
2973
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2974
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2974
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2975
2975
|
} | undefined;
|
|
2976
2976
|
expanded?: boolean | undefined;
|
|
2977
2977
|
public?: boolean | undefined;
|
|
@@ -3185,7 +3185,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3185
3185
|
icon?: string | {
|
|
3186
3186
|
name: string;
|
|
3187
3187
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3188
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
3188
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3189
3189
|
} | undefined;
|
|
3190
3190
|
} | {
|
|
3191
3191
|
type: "github";
|
|
@@ -3193,7 +3193,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3193
3193
|
icon?: string | {
|
|
3194
3194
|
name: string;
|
|
3195
3195
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3196
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
3196
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3197
3197
|
} | undefined;
|
|
3198
3198
|
label?: string | undefined;
|
|
3199
3199
|
} | {
|
|
@@ -3202,13 +3202,13 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3202
3202
|
icon?: string | {
|
|
3203
3203
|
name: string;
|
|
3204
3204
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3205
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
3205
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3206
3206
|
} | undefined;
|
|
3207
3207
|
label?: string | undefined;
|
|
3208
3208
|
})[] | undefined;
|
|
3209
3209
|
} | undefined;
|
|
3210
3210
|
icons?: {
|
|
3211
|
-
library: "fontawesome" | "lucide";
|
|
3211
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
3212
3212
|
} | undefined;
|
|
3213
3213
|
styling?: {
|
|
3214
3214
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -3231,7 +3231,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3231
3231
|
};
|
|
3232
3232
|
} | undefined;
|
|
3233
3233
|
contextual?: {
|
|
3234
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
3234
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
3235
3235
|
href: string | {
|
|
3236
3236
|
base: string;
|
|
3237
3237
|
query?: {
|
|
@@ -3244,7 +3244,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3244
3244
|
icon?: string | {
|
|
3245
3245
|
name: string;
|
|
3246
3246
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3247
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
3247
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3248
3248
|
} | undefined;
|
|
3249
3249
|
})[];
|
|
3250
3250
|
display?: "header" | "toc" | undefined;
|
|
@@ -3295,7 +3295,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3295
3295
|
icon?: string | {
|
|
3296
3296
|
name: string;
|
|
3297
3297
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3298
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
3298
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3299
3299
|
} | undefined;
|
|
3300
3300
|
expanded?: boolean | undefined;
|
|
3301
3301
|
public?: boolean | undefined;
|
|
@@ -3321,7 +3321,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3321
3321
|
icon?: string | {
|
|
3322
3322
|
name: string;
|
|
3323
3323
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3324
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
3324
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3325
3325
|
} | undefined;
|
|
3326
3326
|
expanded?: boolean | undefined;
|
|
3327
3327
|
public?: boolean | undefined;
|
|
@@ -3534,7 +3534,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3534
3534
|
icon?: string | {
|
|
3535
3535
|
name: string;
|
|
3536
3536
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3537
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
3537
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3538
3538
|
} | undefined;
|
|
3539
3539
|
} | {
|
|
3540
3540
|
type: "github";
|
|
@@ -3542,7 +3542,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3542
3542
|
icon?: string | {
|
|
3543
3543
|
name: string;
|
|
3544
3544
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3545
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
3545
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3546
3546
|
} | undefined;
|
|
3547
3547
|
label?: string | undefined;
|
|
3548
3548
|
} | {
|
|
@@ -3551,13 +3551,13 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3551
3551
|
icon?: string | {
|
|
3552
3552
|
name: string;
|
|
3553
3553
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3554
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
3554
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3555
3555
|
} | undefined;
|
|
3556
3556
|
label?: string | undefined;
|
|
3557
3557
|
})[] | undefined;
|
|
3558
3558
|
} | undefined;
|
|
3559
3559
|
icons?: {
|
|
3560
|
-
library: "fontawesome" | "lucide";
|
|
3560
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
3561
3561
|
} | undefined;
|
|
3562
3562
|
styling?: {
|
|
3563
3563
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -3580,7 +3580,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3580
3580
|
};
|
|
3581
3581
|
} | undefined;
|
|
3582
3582
|
contextual?: {
|
|
3583
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
3583
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
3584
3584
|
href: string | {
|
|
3585
3585
|
base: string;
|
|
3586
3586
|
query?: {
|
|
@@ -3593,7 +3593,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3593
3593
|
icon?: string | {
|
|
3594
3594
|
name: string;
|
|
3595
3595
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3596
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
3596
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3597
3597
|
} | undefined;
|
|
3598
3598
|
})[];
|
|
3599
3599
|
display: "header" | "toc";
|
|
@@ -3641,7 +3641,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3641
3641
|
icon?: string | {
|
|
3642
3642
|
name: string;
|
|
3643
3643
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3644
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
3644
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3645
3645
|
} | undefined;
|
|
3646
3646
|
expanded?: boolean | undefined;
|
|
3647
3647
|
public?: boolean | undefined;
|
|
@@ -3667,7 +3667,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3667
3667
|
icon?: string | {
|
|
3668
3668
|
name: string;
|
|
3669
3669
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3670
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
3670
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3671
3671
|
} | undefined;
|
|
3672
3672
|
expanded?: boolean | undefined;
|
|
3673
3673
|
public?: boolean | undefined;
|
|
@@ -3880,7 +3880,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3880
3880
|
icon?: string | {
|
|
3881
3881
|
name: string;
|
|
3882
3882
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3883
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
3883
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3884
3884
|
} | undefined;
|
|
3885
3885
|
} | {
|
|
3886
3886
|
type: "github";
|
|
@@ -3888,7 +3888,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3888
3888
|
icon?: string | {
|
|
3889
3889
|
name: string;
|
|
3890
3890
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3891
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
3891
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3892
3892
|
} | undefined;
|
|
3893
3893
|
label?: string | undefined;
|
|
3894
3894
|
} | {
|
|
@@ -3897,13 +3897,13 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3897
3897
|
icon?: string | {
|
|
3898
3898
|
name: string;
|
|
3899
3899
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3900
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
3900
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3901
3901
|
} | undefined;
|
|
3902
3902
|
label?: string | undefined;
|
|
3903
3903
|
})[] | undefined;
|
|
3904
3904
|
} | undefined;
|
|
3905
3905
|
icons?: {
|
|
3906
|
-
library: "fontawesome" | "lucide";
|
|
3906
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
3907
3907
|
} | undefined;
|
|
3908
3908
|
styling?: {
|
|
3909
3909
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -3926,7 +3926,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3926
3926
|
};
|
|
3927
3927
|
} | undefined;
|
|
3928
3928
|
contextual?: {
|
|
3929
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
3929
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
3930
3930
|
href: string | {
|
|
3931
3931
|
base: string;
|
|
3932
3932
|
query?: {
|
|
@@ -3939,7 +3939,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3939
3939
|
icon?: string | {
|
|
3940
3940
|
name: string;
|
|
3941
3941
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3942
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
3942
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3943
3943
|
} | undefined;
|
|
3944
3944
|
})[];
|
|
3945
3945
|
display: "header" | "toc";
|
|
@@ -3987,7 +3987,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3987
3987
|
icon?: string | {
|
|
3988
3988
|
name: string;
|
|
3989
3989
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3990
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
3990
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3991
3991
|
} | undefined;
|
|
3992
3992
|
expanded?: boolean | undefined;
|
|
3993
3993
|
public?: boolean | undefined;
|
|
@@ -4013,7 +4013,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4013
4013
|
icon?: string | {
|
|
4014
4014
|
name: string;
|
|
4015
4015
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4016
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4016
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4017
4017
|
} | undefined;
|
|
4018
4018
|
expanded?: boolean | undefined;
|
|
4019
4019
|
public?: boolean | undefined;
|
|
@@ -4226,7 +4226,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4226
4226
|
icon?: string | {
|
|
4227
4227
|
name: string;
|
|
4228
4228
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4229
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4229
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4230
4230
|
} | undefined;
|
|
4231
4231
|
} | {
|
|
4232
4232
|
type: "github";
|
|
@@ -4234,7 +4234,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4234
4234
|
icon?: string | {
|
|
4235
4235
|
name: string;
|
|
4236
4236
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4237
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4237
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4238
4238
|
} | undefined;
|
|
4239
4239
|
label?: string | undefined;
|
|
4240
4240
|
} | {
|
|
@@ -4243,13 +4243,13 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4243
4243
|
icon?: string | {
|
|
4244
4244
|
name: string;
|
|
4245
4245
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4246
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4246
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4247
4247
|
} | undefined;
|
|
4248
4248
|
label?: string | undefined;
|
|
4249
4249
|
})[] | undefined;
|
|
4250
4250
|
} | undefined;
|
|
4251
4251
|
icons?: {
|
|
4252
|
-
library: "fontawesome" | "lucide";
|
|
4252
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
4253
4253
|
} | undefined;
|
|
4254
4254
|
styling?: {
|
|
4255
4255
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -4272,7 +4272,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4272
4272
|
};
|
|
4273
4273
|
} | undefined;
|
|
4274
4274
|
contextual?: {
|
|
4275
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
4275
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
4276
4276
|
href: string | {
|
|
4277
4277
|
base: string;
|
|
4278
4278
|
query?: {
|
|
@@ -4285,7 +4285,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4285
4285
|
icon?: string | {
|
|
4286
4286
|
name: string;
|
|
4287
4287
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4288
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4288
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4289
4289
|
} | undefined;
|
|
4290
4290
|
})[];
|
|
4291
4291
|
display: "header" | "toc";
|
|
@@ -4333,7 +4333,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4333
4333
|
icon?: string | {
|
|
4334
4334
|
name: string;
|
|
4335
4335
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4336
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4336
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4337
4337
|
} | undefined;
|
|
4338
4338
|
expanded?: boolean | undefined;
|
|
4339
4339
|
public?: boolean | undefined;
|
|
@@ -4359,7 +4359,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4359
4359
|
icon?: string | {
|
|
4360
4360
|
name: string;
|
|
4361
4361
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4362
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4362
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4363
4363
|
} | undefined;
|
|
4364
4364
|
expanded?: boolean | undefined;
|
|
4365
4365
|
public?: boolean | undefined;
|
|
@@ -4572,7 +4572,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4572
4572
|
icon?: string | {
|
|
4573
4573
|
name: string;
|
|
4574
4574
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4575
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4575
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4576
4576
|
} | undefined;
|
|
4577
4577
|
} | {
|
|
4578
4578
|
type: "github";
|
|
@@ -4580,7 +4580,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4580
4580
|
icon?: string | {
|
|
4581
4581
|
name: string;
|
|
4582
4582
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4583
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4583
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4584
4584
|
} | undefined;
|
|
4585
4585
|
label?: string | undefined;
|
|
4586
4586
|
} | {
|
|
@@ -4589,13 +4589,13 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4589
4589
|
icon?: string | {
|
|
4590
4590
|
name: string;
|
|
4591
4591
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4592
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4592
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4593
4593
|
} | undefined;
|
|
4594
4594
|
label?: string | undefined;
|
|
4595
4595
|
})[] | undefined;
|
|
4596
4596
|
} | undefined;
|
|
4597
4597
|
icons?: {
|
|
4598
|
-
library: "fontawesome" | "lucide";
|
|
4598
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
4599
4599
|
} | undefined;
|
|
4600
4600
|
styling?: {
|
|
4601
4601
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -4618,7 +4618,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4618
4618
|
};
|
|
4619
4619
|
} | undefined;
|
|
4620
4620
|
contextual?: {
|
|
4621
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
4621
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
4622
4622
|
href: string | {
|
|
4623
4623
|
base: string;
|
|
4624
4624
|
query?: {
|
|
@@ -4631,7 +4631,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4631
4631
|
icon?: string | {
|
|
4632
4632
|
name: string;
|
|
4633
4633
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4634
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4634
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4635
4635
|
} | undefined;
|
|
4636
4636
|
})[];
|
|
4637
4637
|
display: "header" | "toc";
|
|
@@ -4679,7 +4679,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4679
4679
|
icon?: string | {
|
|
4680
4680
|
name: string;
|
|
4681
4681
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4682
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4682
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4683
4683
|
} | undefined;
|
|
4684
4684
|
expanded?: boolean | undefined;
|
|
4685
4685
|
public?: boolean | undefined;
|
|
@@ -4705,7 +4705,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4705
4705
|
icon?: string | {
|
|
4706
4706
|
name: string;
|
|
4707
4707
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4708
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4708
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4709
4709
|
} | undefined;
|
|
4710
4710
|
expanded?: boolean | undefined;
|
|
4711
4711
|
public?: boolean | undefined;
|
|
@@ -4918,7 +4918,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4918
4918
|
icon?: string | {
|
|
4919
4919
|
name: string;
|
|
4920
4920
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4921
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4921
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4922
4922
|
} | undefined;
|
|
4923
4923
|
} | {
|
|
4924
4924
|
type: "github";
|
|
@@ -4926,7 +4926,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4926
4926
|
icon?: string | {
|
|
4927
4927
|
name: string;
|
|
4928
4928
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4929
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4929
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4930
4930
|
} | undefined;
|
|
4931
4931
|
label?: string | undefined;
|
|
4932
4932
|
} | {
|
|
@@ -4935,13 +4935,13 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4935
4935
|
icon?: string | {
|
|
4936
4936
|
name: string;
|
|
4937
4937
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4938
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4938
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4939
4939
|
} | undefined;
|
|
4940
4940
|
label?: string | undefined;
|
|
4941
4941
|
})[] | undefined;
|
|
4942
4942
|
} | undefined;
|
|
4943
4943
|
icons?: {
|
|
4944
|
-
library: "fontawesome" | "lucide";
|
|
4944
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
4945
4945
|
} | undefined;
|
|
4946
4946
|
styling?: {
|
|
4947
4947
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -4964,7 +4964,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4964
4964
|
};
|
|
4965
4965
|
} | undefined;
|
|
4966
4966
|
contextual?: {
|
|
4967
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
4967
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
4968
4968
|
href: string | {
|
|
4969
4969
|
base: string;
|
|
4970
4970
|
query?: {
|
|
@@ -4977,7 +4977,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4977
4977
|
icon?: string | {
|
|
4978
4978
|
name: string;
|
|
4979
4979
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4980
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4980
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4981
4981
|
} | undefined;
|
|
4982
4982
|
})[];
|
|
4983
4983
|
display: "header" | "toc";
|
|
@@ -5025,7 +5025,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5025
5025
|
icon?: string | {
|
|
5026
5026
|
name: string;
|
|
5027
5027
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5028
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5028
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
5029
5029
|
} | undefined;
|
|
5030
5030
|
expanded?: boolean | undefined;
|
|
5031
5031
|
public?: boolean | undefined;
|
|
@@ -5051,7 +5051,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5051
5051
|
icon?: string | {
|
|
5052
5052
|
name: string;
|
|
5053
5053
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5054
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5054
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
5055
5055
|
} | undefined;
|
|
5056
5056
|
expanded?: boolean | undefined;
|
|
5057
5057
|
public?: boolean | undefined;
|
|
@@ -5264,7 +5264,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5264
5264
|
icon?: string | {
|
|
5265
5265
|
name: string;
|
|
5266
5266
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5267
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5267
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
5268
5268
|
} | undefined;
|
|
5269
5269
|
} | {
|
|
5270
5270
|
type: "github";
|
|
@@ -5272,7 +5272,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5272
5272
|
icon?: string | {
|
|
5273
5273
|
name: string;
|
|
5274
5274
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5275
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5275
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
5276
5276
|
} | undefined;
|
|
5277
5277
|
label?: string | undefined;
|
|
5278
5278
|
} | {
|
|
@@ -5281,13 +5281,13 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5281
5281
|
icon?: string | {
|
|
5282
5282
|
name: string;
|
|
5283
5283
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5284
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5284
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
5285
5285
|
} | undefined;
|
|
5286
5286
|
label?: string | undefined;
|
|
5287
5287
|
})[] | undefined;
|
|
5288
5288
|
} | undefined;
|
|
5289
5289
|
icons?: {
|
|
5290
|
-
library: "fontawesome" | "lucide";
|
|
5290
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
5291
5291
|
} | undefined;
|
|
5292
5292
|
styling?: {
|
|
5293
5293
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -5310,7 +5310,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5310
5310
|
};
|
|
5311
5311
|
} | undefined;
|
|
5312
5312
|
contextual?: {
|
|
5313
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
5313
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
5314
5314
|
href: string | {
|
|
5315
5315
|
base: string;
|
|
5316
5316
|
query?: {
|
|
@@ -5323,7 +5323,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5323
5323
|
icon?: string | {
|
|
5324
5324
|
name: string;
|
|
5325
5325
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5326
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5326
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
5327
5327
|
} | undefined;
|
|
5328
5328
|
})[];
|
|
5329
5329
|
display: "header" | "toc";
|
|
@@ -5371,7 +5371,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5371
5371
|
icon?: string | {
|
|
5372
5372
|
name: string;
|
|
5373
5373
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5374
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5374
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
5375
5375
|
} | undefined;
|
|
5376
5376
|
expanded?: boolean | undefined;
|
|
5377
5377
|
public?: boolean | undefined;
|
|
@@ -5397,7 +5397,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5397
5397
|
icon?: string | {
|
|
5398
5398
|
name: string;
|
|
5399
5399
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5400
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5400
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
5401
5401
|
} | undefined;
|
|
5402
5402
|
expanded?: boolean | undefined;
|
|
5403
5403
|
public?: boolean | undefined;
|
|
@@ -5610,7 +5610,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5610
5610
|
icon?: string | {
|
|
5611
5611
|
name: string;
|
|
5612
5612
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5613
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5613
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
5614
5614
|
} | undefined;
|
|
5615
5615
|
} | {
|
|
5616
5616
|
type: "github";
|
|
@@ -5618,7 +5618,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5618
5618
|
icon?: string | {
|
|
5619
5619
|
name: string;
|
|
5620
5620
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5621
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5621
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
5622
5622
|
} | undefined;
|
|
5623
5623
|
label?: string | undefined;
|
|
5624
5624
|
} | {
|
|
@@ -5627,13 +5627,13 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5627
5627
|
icon?: string | {
|
|
5628
5628
|
name: string;
|
|
5629
5629
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5630
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5630
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
5631
5631
|
} | undefined;
|
|
5632
5632
|
label?: string | undefined;
|
|
5633
5633
|
})[] | undefined;
|
|
5634
5634
|
} | undefined;
|
|
5635
5635
|
icons?: {
|
|
5636
|
-
library: "fontawesome" | "lucide";
|
|
5636
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
5637
5637
|
} | undefined;
|
|
5638
5638
|
styling?: {
|
|
5639
5639
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -5656,7 +5656,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5656
5656
|
};
|
|
5657
5657
|
} | undefined;
|
|
5658
5658
|
contextual?: {
|
|
5659
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
5659
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
5660
5660
|
href: string | {
|
|
5661
5661
|
base: string;
|
|
5662
5662
|
query?: {
|
|
@@ -5669,7 +5669,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5669
5669
|
icon?: string | {
|
|
5670
5670
|
name: string;
|
|
5671
5671
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5672
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5672
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
5673
5673
|
} | undefined;
|
|
5674
5674
|
})[];
|
|
5675
5675
|
display: "header" | "toc";
|
|
@@ -5717,7 +5717,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5717
5717
|
icon?: string | {
|
|
5718
5718
|
name: string;
|
|
5719
5719
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5720
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5720
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
5721
5721
|
} | undefined;
|
|
5722
5722
|
expanded?: boolean | undefined;
|
|
5723
5723
|
public?: boolean | undefined;
|
|
@@ -5743,7 +5743,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5743
5743
|
icon?: string | {
|
|
5744
5744
|
name: string;
|
|
5745
5745
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5746
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5746
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
5747
5747
|
} | undefined;
|
|
5748
5748
|
expanded?: boolean | undefined;
|
|
5749
5749
|
public?: boolean | undefined;
|
|
@@ -5956,7 +5956,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5956
5956
|
icon?: string | {
|
|
5957
5957
|
name: string;
|
|
5958
5958
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5959
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5959
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
5960
5960
|
} | undefined;
|
|
5961
5961
|
} | {
|
|
5962
5962
|
type: "github";
|
|
@@ -5964,7 +5964,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5964
5964
|
icon?: string | {
|
|
5965
5965
|
name: string;
|
|
5966
5966
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5967
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5967
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
5968
5968
|
} | undefined;
|
|
5969
5969
|
label?: string | undefined;
|
|
5970
5970
|
} | {
|
|
@@ -5973,13 +5973,13 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5973
5973
|
icon?: string | {
|
|
5974
5974
|
name: string;
|
|
5975
5975
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5976
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5976
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
5977
5977
|
} | undefined;
|
|
5978
5978
|
label?: string | undefined;
|
|
5979
5979
|
})[] | undefined;
|
|
5980
5980
|
} | undefined;
|
|
5981
5981
|
icons?: {
|
|
5982
|
-
library: "fontawesome" | "lucide";
|
|
5982
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
5983
5983
|
} | undefined;
|
|
5984
5984
|
styling?: {
|
|
5985
5985
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -6002,7 +6002,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6002
6002
|
};
|
|
6003
6003
|
} | undefined;
|
|
6004
6004
|
contextual?: {
|
|
6005
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
6005
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
6006
6006
|
href: string | {
|
|
6007
6007
|
base: string;
|
|
6008
6008
|
query?: {
|
|
@@ -6015,7 +6015,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6015
6015
|
icon?: string | {
|
|
6016
6016
|
name: string;
|
|
6017
6017
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6018
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
6018
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
6019
6019
|
} | undefined;
|
|
6020
6020
|
})[];
|
|
6021
6021
|
display: "header" | "toc";
|