@mintlify/validation 0.1.586 → 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/index.js +2 -1
- package/dist/mint-config/schemas/v1/anchors.js +1 -1
- package/dist/mint-config/schemas/v2/index.d.ts +2724 -499
- package/dist/mint-config/schemas/v2/index.js +2 -0
- package/dist/mint-config/schemas/v2/properties/contextual.d.ts +26 -20
- package/dist/mint-config/schemas/v2/properties/contextual.js +8 -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 +30 -29
- package/dist/mint-config/schemas/v2/properties/navigation/index.js +1 -1
- 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 +18 -10
- package/dist/mint-config/schemas/v2/properties/navigation/tabs.js +2 -0
- 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 +67 -62
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +67 -62
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +67 -62
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +67 -62
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +67 -62
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +67 -62
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +49 -46
- package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +2187 -0
- package/dist/mint-config/schemas/v2/themes/sequoia.js +4 -0
- package/dist/mint-config/schemas/v2/themes/themes.d.ts +2 -2
- package/dist/mint-config/schemas/v2/themes/themes.js +10 -1
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +67 -62
- package/dist/mint-config/validateConfig.d.ts +951 -245
- 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: ("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,9 +822,10 @@ 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
|
+
display?: "header" | "toc" | undefined;
|
|
828
829
|
} | undefined;
|
|
829
830
|
thumbnails?: {
|
|
830
831
|
background?: string | undefined;
|
|
@@ -868,7 +869,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
868
869
|
icon?: string | {
|
|
869
870
|
name: string;
|
|
870
871
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
871
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
872
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
872
873
|
} | undefined;
|
|
873
874
|
expanded?: boolean | undefined;
|
|
874
875
|
public?: boolean | undefined;
|
|
@@ -894,7 +895,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
894
895
|
icon?: string | {
|
|
895
896
|
name: string;
|
|
896
897
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
897
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
898
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
898
899
|
} | undefined;
|
|
899
900
|
expanded?: boolean | undefined;
|
|
900
901
|
public?: boolean | undefined;
|
|
@@ -1108,7 +1109,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1108
1109
|
icon?: string | {
|
|
1109
1110
|
name: string;
|
|
1110
1111
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1111
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1112
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1112
1113
|
} | undefined;
|
|
1113
1114
|
} | {
|
|
1114
1115
|
type: "github";
|
|
@@ -1116,7 +1117,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1116
1117
|
icon?: string | {
|
|
1117
1118
|
name: string;
|
|
1118
1119
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1119
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1120
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1120
1121
|
} | undefined;
|
|
1121
1122
|
label?: string | undefined;
|
|
1122
1123
|
} | {
|
|
@@ -1125,13 +1126,13 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1125
1126
|
icon?: string | {
|
|
1126
1127
|
name: string;
|
|
1127
1128
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1128
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1129
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1129
1130
|
} | undefined;
|
|
1130
1131
|
label?: string | undefined;
|
|
1131
1132
|
})[] | undefined;
|
|
1132
1133
|
} | undefined;
|
|
1133
1134
|
icons?: {
|
|
1134
|
-
library: "fontawesome" | "lucide";
|
|
1135
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
1135
1136
|
} | undefined;
|
|
1136
1137
|
styling?: {
|
|
1137
1138
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -1154,7 +1155,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1154
1155
|
};
|
|
1155
1156
|
} | undefined;
|
|
1156
1157
|
contextual?: {
|
|
1157
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1158
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1158
1159
|
href: string | {
|
|
1159
1160
|
base: string;
|
|
1160
1161
|
query?: {
|
|
@@ -1167,9 +1168,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1167
1168
|
icon?: string | {
|
|
1168
1169
|
name: string;
|
|
1169
1170
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1170
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1171
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1171
1172
|
} | undefined;
|
|
1172
1173
|
})[];
|
|
1174
|
+
display?: "header" | "toc" | undefined;
|
|
1173
1175
|
} | undefined;
|
|
1174
1176
|
thumbnails?: {
|
|
1175
1177
|
background?: string | undefined;
|
|
@@ -1213,7 +1215,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1213
1215
|
icon?: string | {
|
|
1214
1216
|
name: string;
|
|
1215
1217
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1216
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1218
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1217
1219
|
} | undefined;
|
|
1218
1220
|
expanded?: boolean | undefined;
|
|
1219
1221
|
public?: boolean | undefined;
|
|
@@ -1239,7 +1241,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1239
1241
|
icon?: string | {
|
|
1240
1242
|
name: string;
|
|
1241
1243
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1242
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1244
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1243
1245
|
} | undefined;
|
|
1244
1246
|
expanded?: boolean | undefined;
|
|
1245
1247
|
public?: boolean | undefined;
|
|
@@ -1453,7 +1455,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1453
1455
|
icon?: string | {
|
|
1454
1456
|
name: string;
|
|
1455
1457
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1456
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1458
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1457
1459
|
} | undefined;
|
|
1458
1460
|
} | {
|
|
1459
1461
|
type: "github";
|
|
@@ -1461,7 +1463,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1461
1463
|
icon?: string | {
|
|
1462
1464
|
name: string;
|
|
1463
1465
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1464
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1466
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1465
1467
|
} | undefined;
|
|
1466
1468
|
label?: string | undefined;
|
|
1467
1469
|
} | {
|
|
@@ -1470,13 +1472,13 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1470
1472
|
icon?: string | {
|
|
1471
1473
|
name: string;
|
|
1472
1474
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1473
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1475
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1474
1476
|
} | undefined;
|
|
1475
1477
|
label?: string | undefined;
|
|
1476
1478
|
})[] | undefined;
|
|
1477
1479
|
} | undefined;
|
|
1478
1480
|
icons?: {
|
|
1479
|
-
library: "fontawesome" | "lucide";
|
|
1481
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
1480
1482
|
} | undefined;
|
|
1481
1483
|
styling?: {
|
|
1482
1484
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -1499,7 +1501,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1499
1501
|
};
|
|
1500
1502
|
} | undefined;
|
|
1501
1503
|
contextual?: {
|
|
1502
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1504
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1503
1505
|
href: string | {
|
|
1504
1506
|
base: string;
|
|
1505
1507
|
query?: {
|
|
@@ -1512,9 +1514,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1512
1514
|
icon?: string | {
|
|
1513
1515
|
name: string;
|
|
1514
1516
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1515
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1517
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1516
1518
|
} | undefined;
|
|
1517
1519
|
})[];
|
|
1520
|
+
display?: "header" | "toc" | undefined;
|
|
1518
1521
|
} | undefined;
|
|
1519
1522
|
thumbnails?: {
|
|
1520
1523
|
background?: string | undefined;
|
|
@@ -1558,7 +1561,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1558
1561
|
icon?: string | {
|
|
1559
1562
|
name: string;
|
|
1560
1563
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1561
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1564
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1562
1565
|
} | undefined;
|
|
1563
1566
|
expanded?: boolean | undefined;
|
|
1564
1567
|
public?: boolean | undefined;
|
|
@@ -1584,7 +1587,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1584
1587
|
icon?: string | {
|
|
1585
1588
|
name: string;
|
|
1586
1589
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1587
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1590
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1588
1591
|
} | undefined;
|
|
1589
1592
|
expanded?: boolean | undefined;
|
|
1590
1593
|
public?: boolean | undefined;
|
|
@@ -1798,7 +1801,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1798
1801
|
icon?: string | {
|
|
1799
1802
|
name: string;
|
|
1800
1803
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1801
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1804
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1802
1805
|
} | undefined;
|
|
1803
1806
|
} | {
|
|
1804
1807
|
type: "github";
|
|
@@ -1806,7 +1809,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1806
1809
|
icon?: string | {
|
|
1807
1810
|
name: string;
|
|
1808
1811
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1809
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1812
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1810
1813
|
} | undefined;
|
|
1811
1814
|
label?: string | undefined;
|
|
1812
1815
|
} | {
|
|
@@ -1815,13 +1818,13 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1815
1818
|
icon?: string | {
|
|
1816
1819
|
name: string;
|
|
1817
1820
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1818
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1821
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1819
1822
|
} | undefined;
|
|
1820
1823
|
label?: string | undefined;
|
|
1821
1824
|
})[] | undefined;
|
|
1822
1825
|
} | undefined;
|
|
1823
1826
|
icons?: {
|
|
1824
|
-
library: "fontawesome" | "lucide";
|
|
1827
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
1825
1828
|
} | undefined;
|
|
1826
1829
|
styling?: {
|
|
1827
1830
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -1844,7 +1847,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1844
1847
|
};
|
|
1845
1848
|
} | undefined;
|
|
1846
1849
|
contextual?: {
|
|
1847
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1850
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1848
1851
|
href: string | {
|
|
1849
1852
|
base: string;
|
|
1850
1853
|
query?: {
|
|
@@ -1857,9 +1860,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1857
1860
|
icon?: string | {
|
|
1858
1861
|
name: string;
|
|
1859
1862
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1860
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1863
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1861
1864
|
} | undefined;
|
|
1862
1865
|
})[];
|
|
1866
|
+
display?: "header" | "toc" | undefined;
|
|
1863
1867
|
} | undefined;
|
|
1864
1868
|
thumbnails?: {
|
|
1865
1869
|
background?: string | undefined;
|
|
@@ -1903,7 +1907,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1903
1907
|
icon?: string | {
|
|
1904
1908
|
name: string;
|
|
1905
1909
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1906
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1910
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1907
1911
|
} | undefined;
|
|
1908
1912
|
expanded?: boolean | undefined;
|
|
1909
1913
|
public?: boolean | undefined;
|
|
@@ -1929,7 +1933,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1929
1933
|
icon?: string | {
|
|
1930
1934
|
name: string;
|
|
1931
1935
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1932
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1936
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1933
1937
|
} | undefined;
|
|
1934
1938
|
expanded?: boolean | undefined;
|
|
1935
1939
|
public?: boolean | undefined;
|
|
@@ -2143,7 +2147,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2143
2147
|
icon?: string | {
|
|
2144
2148
|
name: string;
|
|
2145
2149
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2146
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2150
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2147
2151
|
} | undefined;
|
|
2148
2152
|
} | {
|
|
2149
2153
|
type: "github";
|
|
@@ -2151,7 +2155,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2151
2155
|
icon?: string | {
|
|
2152
2156
|
name: string;
|
|
2153
2157
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2154
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2158
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2155
2159
|
} | undefined;
|
|
2156
2160
|
label?: string | undefined;
|
|
2157
2161
|
} | {
|
|
@@ -2160,13 +2164,13 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2160
2164
|
icon?: string | {
|
|
2161
2165
|
name: string;
|
|
2162
2166
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2163
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2167
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2164
2168
|
} | undefined;
|
|
2165
2169
|
label?: string | undefined;
|
|
2166
2170
|
})[] | undefined;
|
|
2167
2171
|
} | undefined;
|
|
2168
2172
|
icons?: {
|
|
2169
|
-
library: "fontawesome" | "lucide";
|
|
2173
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
2170
2174
|
} | undefined;
|
|
2171
2175
|
styling?: {
|
|
2172
2176
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -2189,7 +2193,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2189
2193
|
};
|
|
2190
2194
|
} | undefined;
|
|
2191
2195
|
contextual?: {
|
|
2192
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
2196
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
2193
2197
|
href: string | {
|
|
2194
2198
|
base: string;
|
|
2195
2199
|
query?: {
|
|
@@ -2202,9 +2206,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2202
2206
|
icon?: string | {
|
|
2203
2207
|
name: string;
|
|
2204
2208
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2205
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2209
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2206
2210
|
} | undefined;
|
|
2207
2211
|
})[];
|
|
2212
|
+
display?: "header" | "toc" | undefined;
|
|
2208
2213
|
} | undefined;
|
|
2209
2214
|
thumbnails?: {
|
|
2210
2215
|
background?: string | undefined;
|
|
@@ -2248,7 +2253,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2248
2253
|
icon?: string | {
|
|
2249
2254
|
name: string;
|
|
2250
2255
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2251
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2256
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2252
2257
|
} | undefined;
|
|
2253
2258
|
expanded?: boolean | undefined;
|
|
2254
2259
|
public?: boolean | undefined;
|
|
@@ -2274,7 +2279,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2274
2279
|
icon?: string | {
|
|
2275
2280
|
name: string;
|
|
2276
2281
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2277
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2282
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2278
2283
|
} | undefined;
|
|
2279
2284
|
expanded?: boolean | undefined;
|
|
2280
2285
|
public?: boolean | undefined;
|
|
@@ -2488,7 +2493,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2488
2493
|
icon?: string | {
|
|
2489
2494
|
name: string;
|
|
2490
2495
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2491
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2496
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2492
2497
|
} | undefined;
|
|
2493
2498
|
} | {
|
|
2494
2499
|
type: "github";
|
|
@@ -2496,7 +2501,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2496
2501
|
icon?: string | {
|
|
2497
2502
|
name: string;
|
|
2498
2503
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2499
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2504
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2500
2505
|
} | undefined;
|
|
2501
2506
|
label?: string | undefined;
|
|
2502
2507
|
} | {
|
|
@@ -2505,13 +2510,13 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2505
2510
|
icon?: string | {
|
|
2506
2511
|
name: string;
|
|
2507
2512
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2508
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2513
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2509
2514
|
} | undefined;
|
|
2510
2515
|
label?: string | undefined;
|
|
2511
2516
|
})[] | undefined;
|
|
2512
2517
|
} | undefined;
|
|
2513
2518
|
icons?: {
|
|
2514
|
-
library: "fontawesome" | "lucide";
|
|
2519
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
2515
2520
|
} | undefined;
|
|
2516
2521
|
styling?: {
|
|
2517
2522
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -2534,7 +2539,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2534
2539
|
};
|
|
2535
2540
|
} | undefined;
|
|
2536
2541
|
contextual?: {
|
|
2537
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
2542
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
2538
2543
|
href: string | {
|
|
2539
2544
|
base: string;
|
|
2540
2545
|
query?: {
|
|
@@ -2547,9 +2552,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2547
2552
|
icon?: string | {
|
|
2548
2553
|
name: string;
|
|
2549
2554
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2550
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2555
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2551
2556
|
} | undefined;
|
|
2552
2557
|
})[];
|
|
2558
|
+
display?: "header" | "toc" | undefined;
|
|
2553
2559
|
} | undefined;
|
|
2554
2560
|
thumbnails?: {
|
|
2555
2561
|
background?: string | undefined;
|
|
@@ -2563,7 +2569,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2563
2569
|
} | undefined;
|
|
2564
2570
|
} | {
|
|
2565
2571
|
name: string;
|
|
2566
|
-
theme: "
|
|
2572
|
+
theme: "sequoia";
|
|
2567
2573
|
colors: {
|
|
2568
2574
|
primary: string;
|
|
2569
2575
|
light?: string | undefined;
|
|
@@ -2593,7 +2599,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2593
2599
|
icon?: string | {
|
|
2594
2600
|
name: string;
|
|
2595
2601
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2596
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2602
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2597
2603
|
} | undefined;
|
|
2598
2604
|
expanded?: boolean | undefined;
|
|
2599
2605
|
public?: boolean | undefined;
|
|
@@ -2619,7 +2625,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2619
2625
|
icon?: string | {
|
|
2620
2626
|
name: string;
|
|
2621
2627
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2622
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2628
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2623
2629
|
} | undefined;
|
|
2624
2630
|
expanded?: boolean | undefined;
|
|
2625
2631
|
public?: boolean | undefined;
|
|
@@ -2761,158 +2767,851 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2761
2767
|
intercom?: {
|
|
2762
2768
|
appId: string;
|
|
2763
2769
|
} | undefined;
|
|
2764
|
-
frontchat?: {
|
|
2765
|
-
snippetId: string;
|
|
2770
|
+
frontchat?: {
|
|
2771
|
+
snippetId: string;
|
|
2772
|
+
} | undefined;
|
|
2773
|
+
telemetry?: {
|
|
2774
|
+
enabled?: boolean | undefined;
|
|
2775
|
+
} | undefined;
|
|
2776
|
+
cookies?: {
|
|
2777
|
+
value?: string | undefined;
|
|
2778
|
+
key?: string | undefined;
|
|
2779
|
+
} | undefined;
|
|
2780
|
+
} | undefined;
|
|
2781
|
+
search?: {
|
|
2782
|
+
prompt?: string | undefined;
|
|
2783
|
+
} | undefined;
|
|
2784
|
+
redirects?: {
|
|
2785
|
+
source: string;
|
|
2786
|
+
destination: string;
|
|
2787
|
+
permanent?: boolean | undefined;
|
|
2788
|
+
}[] | undefined;
|
|
2789
|
+
seo?: {
|
|
2790
|
+
metatags?: Record<string, string> | undefined;
|
|
2791
|
+
indexing?: "all" | "navigable" | undefined;
|
|
2792
|
+
} | undefined;
|
|
2793
|
+
description?: string | undefined;
|
|
2794
|
+
banner?: {
|
|
2795
|
+
content: string;
|
|
2796
|
+
dismissible?: boolean | undefined;
|
|
2797
|
+
} | undefined;
|
|
2798
|
+
appearance?: {
|
|
2799
|
+
strict?: boolean | undefined;
|
|
2800
|
+
default?: "light" | "dark" | "system" | undefined;
|
|
2801
|
+
} | undefined;
|
|
2802
|
+
fonts?: {
|
|
2803
|
+
family: string;
|
|
2804
|
+
source?: string | undefined;
|
|
2805
|
+
weight?: number | undefined;
|
|
2806
|
+
format?: "woff" | "woff2" | undefined;
|
|
2807
|
+
} | {
|
|
2808
|
+
body?: {
|
|
2809
|
+
family: string;
|
|
2810
|
+
source?: string | undefined;
|
|
2811
|
+
weight?: number | undefined;
|
|
2812
|
+
format?: "woff" | "woff2" | undefined;
|
|
2813
|
+
} | undefined;
|
|
2814
|
+
heading?: {
|
|
2815
|
+
family: string;
|
|
2816
|
+
source?: string | undefined;
|
|
2817
|
+
weight?: number | undefined;
|
|
2818
|
+
format?: "woff" | "woff2" | undefined;
|
|
2819
|
+
} | undefined;
|
|
2820
|
+
} | undefined;
|
|
2821
|
+
navbar?: {
|
|
2822
|
+
primary?: {
|
|
2823
|
+
type: "button";
|
|
2824
|
+
href: string;
|
|
2825
|
+
label: string;
|
|
2826
|
+
} | {
|
|
2827
|
+
type: "github";
|
|
2828
|
+
href: string;
|
|
2829
|
+
label?: string | undefined;
|
|
2830
|
+
} | {
|
|
2831
|
+
type: "discord";
|
|
2832
|
+
href: string;
|
|
2833
|
+
label?: string | undefined;
|
|
2834
|
+
} | undefined;
|
|
2835
|
+
links?: ({
|
|
2836
|
+
href: string;
|
|
2837
|
+
label: string;
|
|
2838
|
+
type?: string | undefined;
|
|
2839
|
+
icon?: string | {
|
|
2840
|
+
name: string;
|
|
2841
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2842
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2843
|
+
} | undefined;
|
|
2844
|
+
} | {
|
|
2845
|
+
type: "github";
|
|
2846
|
+
href: string;
|
|
2847
|
+
icon?: string | {
|
|
2848
|
+
name: string;
|
|
2849
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2850
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2851
|
+
} | undefined;
|
|
2852
|
+
label?: string | undefined;
|
|
2853
|
+
} | {
|
|
2854
|
+
type: "discord";
|
|
2855
|
+
href: string;
|
|
2856
|
+
icon?: string | {
|
|
2857
|
+
name: string;
|
|
2858
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2859
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2860
|
+
} | undefined;
|
|
2861
|
+
label?: string | undefined;
|
|
2862
|
+
})[] | undefined;
|
|
2863
|
+
} | undefined;
|
|
2864
|
+
icons?: {
|
|
2865
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
2866
|
+
} | undefined;
|
|
2867
|
+
styling?: {
|
|
2868
|
+
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
2869
|
+
codeblocks?: "dark" | "system" | {
|
|
2870
|
+
languages?: {
|
|
2871
|
+
custom?: string[] | undefined;
|
|
2872
|
+
} | undefined;
|
|
2873
|
+
theme?: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables" | {
|
|
2874
|
+
light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
2875
|
+
dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
2876
|
+
} | undefined;
|
|
2877
|
+
} | undefined;
|
|
2878
|
+
latex?: boolean | undefined;
|
|
2879
|
+
} | undefined;
|
|
2880
|
+
errors?: {
|
|
2881
|
+
'404': {
|
|
2882
|
+
title?: string | undefined;
|
|
2883
|
+
description?: string | undefined;
|
|
2884
|
+
redirect?: boolean | undefined;
|
|
2885
|
+
};
|
|
2886
|
+
} | undefined;
|
|
2887
|
+
contextual?: {
|
|
2888
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
2889
|
+
href: string | {
|
|
2890
|
+
base: string;
|
|
2891
|
+
query?: {
|
|
2892
|
+
value: string;
|
|
2893
|
+
key: string;
|
|
2894
|
+
}[] | undefined;
|
|
2895
|
+
};
|
|
2896
|
+
title: string;
|
|
2897
|
+
description: string;
|
|
2898
|
+
icon?: string | {
|
|
2899
|
+
name: string;
|
|
2900
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2901
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2902
|
+
} | undefined;
|
|
2903
|
+
})[];
|
|
2904
|
+
display?: "header" | "toc" | undefined;
|
|
2905
|
+
} | undefined;
|
|
2906
|
+
thumbnails?: {
|
|
2907
|
+
background?: string | undefined;
|
|
2908
|
+
appearance?: import("../index.js").ThumbnailAppearance | undefined;
|
|
2909
|
+
fonts?: {
|
|
2910
|
+
family: string;
|
|
2911
|
+
} | undefined;
|
|
2912
|
+
} | undefined;
|
|
2913
|
+
interaction?: {
|
|
2914
|
+
drilldown?: boolean | undefined;
|
|
2915
|
+
} | undefined;
|
|
2916
|
+
} | {
|
|
2917
|
+
name: string;
|
|
2918
|
+
theme: "willow";
|
|
2919
|
+
colors: {
|
|
2920
|
+
primary: string;
|
|
2921
|
+
light?: string | undefined;
|
|
2922
|
+
dark?: string | undefined;
|
|
2923
|
+
};
|
|
2924
|
+
navigation: {
|
|
2925
|
+
products: import("./schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
2926
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2927
|
+
} | {
|
|
2928
|
+
languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
2929
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2930
|
+
} | {
|
|
2931
|
+
versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
2932
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2933
|
+
} | {
|
|
2934
|
+
tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
2935
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2936
|
+
} | {
|
|
2937
|
+
dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
2938
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2939
|
+
} | {
|
|
2940
|
+
anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
2941
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2942
|
+
} | {
|
|
2943
|
+
groups: ({
|
|
2944
|
+
group: string;
|
|
2945
|
+
icon?: string | {
|
|
2946
|
+
name: string;
|
|
2947
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2948
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2949
|
+
} | undefined;
|
|
2950
|
+
expanded?: boolean | undefined;
|
|
2951
|
+
public?: boolean | undefined;
|
|
2952
|
+
tag?: string | undefined;
|
|
2953
|
+
hidden?: boolean | undefined;
|
|
2954
|
+
root?: string | undefined;
|
|
2955
|
+
} & {
|
|
2956
|
+
openapi?: string | string[] | {
|
|
2957
|
+
source: string;
|
|
2958
|
+
directory?: string | undefined;
|
|
2959
|
+
} | undefined;
|
|
2960
|
+
asyncapi?: string | string[] | {
|
|
2961
|
+
source: string;
|
|
2962
|
+
directory?: string | undefined;
|
|
2963
|
+
} | undefined;
|
|
2964
|
+
} & {
|
|
2965
|
+
pages?: import("./schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
2966
|
+
})[];
|
|
2967
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2968
|
+
} | {
|
|
2969
|
+
pages: (string | ({
|
|
2970
|
+
group: string;
|
|
2971
|
+
icon?: string | {
|
|
2972
|
+
name: string;
|
|
2973
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2974
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2975
|
+
} | undefined;
|
|
2976
|
+
expanded?: boolean | undefined;
|
|
2977
|
+
public?: boolean | undefined;
|
|
2978
|
+
tag?: string | undefined;
|
|
2979
|
+
hidden?: boolean | undefined;
|
|
2980
|
+
root?: string | undefined;
|
|
2981
|
+
} & {
|
|
2982
|
+
openapi?: string | string[] | {
|
|
2983
|
+
source: string;
|
|
2984
|
+
directory?: string | undefined;
|
|
2985
|
+
} | undefined;
|
|
2986
|
+
asyncapi?: string | string[] | {
|
|
2987
|
+
source: string;
|
|
2988
|
+
directory?: string | undefined;
|
|
2989
|
+
} | undefined;
|
|
2990
|
+
} & {
|
|
2991
|
+
pages?: import("./schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
2992
|
+
}))[];
|
|
2993
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2994
|
+
};
|
|
2995
|
+
background?: {
|
|
2996
|
+
color?: {
|
|
2997
|
+
light?: string | undefined;
|
|
2998
|
+
dark?: string | undefined;
|
|
2999
|
+
} | undefined;
|
|
3000
|
+
image?: string | {
|
|
3001
|
+
light: string;
|
|
3002
|
+
dark: string;
|
|
3003
|
+
} | undefined;
|
|
3004
|
+
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
3005
|
+
} | undefined;
|
|
3006
|
+
public?: boolean | undefined;
|
|
3007
|
+
$schema?: string | undefined;
|
|
3008
|
+
logo?: string | {
|
|
3009
|
+
light: string;
|
|
3010
|
+
dark: string;
|
|
3011
|
+
href?: string | undefined;
|
|
3012
|
+
} | undefined;
|
|
3013
|
+
favicon?: string | {
|
|
3014
|
+
light: string;
|
|
3015
|
+
dark: string;
|
|
3016
|
+
} | undefined;
|
|
3017
|
+
api?: {
|
|
3018
|
+
params?: {
|
|
3019
|
+
expanded?: "all" | "closed" | undefined;
|
|
3020
|
+
} | undefined;
|
|
3021
|
+
openapi?: string | string[] | {
|
|
3022
|
+
source: string;
|
|
3023
|
+
directory?: string | undefined;
|
|
3024
|
+
} | undefined;
|
|
3025
|
+
playground?: {
|
|
3026
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
3027
|
+
proxy?: boolean | undefined;
|
|
3028
|
+
} | undefined;
|
|
3029
|
+
asyncapi?: string | string[] | {
|
|
3030
|
+
source: string;
|
|
3031
|
+
directory?: string | undefined;
|
|
3032
|
+
} | undefined;
|
|
3033
|
+
examples?: {
|
|
3034
|
+
languages?: string[] | undefined;
|
|
3035
|
+
defaults?: "all" | "required" | undefined;
|
|
3036
|
+
prefill?: boolean | undefined;
|
|
3037
|
+
autogenerate?: boolean | undefined;
|
|
3038
|
+
} | undefined;
|
|
3039
|
+
mdx?: {
|
|
3040
|
+
server?: string | string[] | undefined;
|
|
3041
|
+
auth?: {
|
|
3042
|
+
name?: string | undefined;
|
|
3043
|
+
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
3044
|
+
} | undefined;
|
|
3045
|
+
} | undefined;
|
|
3046
|
+
} | undefined;
|
|
3047
|
+
metadata?: {
|
|
3048
|
+
timestamp?: boolean | undefined;
|
|
3049
|
+
} | undefined;
|
|
3050
|
+
footer?: {
|
|
3051
|
+
links?: {
|
|
3052
|
+
items: {
|
|
3053
|
+
href: string;
|
|
3054
|
+
label: string;
|
|
3055
|
+
}[];
|
|
3056
|
+
header?: string | undefined;
|
|
3057
|
+
}[] | undefined;
|
|
3058
|
+
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
|
|
3059
|
+
} | undefined;
|
|
3060
|
+
integrations?: {
|
|
3061
|
+
amplitude?: {
|
|
3062
|
+
apiKey: string;
|
|
3063
|
+
} | undefined;
|
|
3064
|
+
clarity?: {
|
|
3065
|
+
projectId: string;
|
|
3066
|
+
} | undefined;
|
|
3067
|
+
clearbit?: {
|
|
3068
|
+
publicApiKey: string;
|
|
3069
|
+
} | undefined;
|
|
3070
|
+
fathom?: {
|
|
3071
|
+
siteId: string;
|
|
3072
|
+
} | undefined;
|
|
3073
|
+
ga4?: {
|
|
3074
|
+
measurementId: string;
|
|
3075
|
+
} | undefined;
|
|
3076
|
+
gtm?: {
|
|
3077
|
+
tagId: string;
|
|
3078
|
+
} | undefined;
|
|
3079
|
+
heap?: {
|
|
3080
|
+
appId: string;
|
|
3081
|
+
} | undefined;
|
|
3082
|
+
hightouch?: {
|
|
3083
|
+
writeKey: string;
|
|
3084
|
+
apiHost?: string | undefined;
|
|
3085
|
+
} | undefined;
|
|
3086
|
+
hotjar?: {
|
|
3087
|
+
hjid: string;
|
|
3088
|
+
hjsv: string;
|
|
3089
|
+
} | undefined;
|
|
3090
|
+
koala?: {
|
|
3091
|
+
publicApiKey: string;
|
|
3092
|
+
} | undefined;
|
|
3093
|
+
logrocket?: {
|
|
3094
|
+
appId: string;
|
|
3095
|
+
} | undefined;
|
|
3096
|
+
mixpanel?: {
|
|
3097
|
+
projectToken: string;
|
|
3098
|
+
} | undefined;
|
|
3099
|
+
pirsch?: {
|
|
3100
|
+
id: string;
|
|
3101
|
+
} | undefined;
|
|
3102
|
+
posthog?: {
|
|
3103
|
+
apiKey: string;
|
|
3104
|
+
apiHost?: string | undefined;
|
|
3105
|
+
} | undefined;
|
|
3106
|
+
plausible?: {
|
|
3107
|
+
domain: string;
|
|
3108
|
+
server?: string | undefined;
|
|
3109
|
+
} | undefined;
|
|
3110
|
+
segment?: {
|
|
3111
|
+
key: string;
|
|
3112
|
+
} | undefined;
|
|
3113
|
+
intercom?: {
|
|
3114
|
+
appId: string;
|
|
3115
|
+
} | undefined;
|
|
3116
|
+
frontchat?: {
|
|
3117
|
+
snippetId: string;
|
|
3118
|
+
} | undefined;
|
|
3119
|
+
telemetry?: {
|
|
3120
|
+
enabled?: boolean | undefined;
|
|
3121
|
+
} | undefined;
|
|
3122
|
+
cookies?: {
|
|
3123
|
+
value?: string | undefined;
|
|
3124
|
+
key?: string | undefined;
|
|
3125
|
+
} | undefined;
|
|
3126
|
+
} | undefined;
|
|
3127
|
+
search?: {
|
|
3128
|
+
prompt?: string | undefined;
|
|
3129
|
+
} | undefined;
|
|
3130
|
+
redirects?: {
|
|
3131
|
+
source: string;
|
|
3132
|
+
destination: string;
|
|
3133
|
+
permanent?: boolean | undefined;
|
|
3134
|
+
}[] | undefined;
|
|
3135
|
+
seo?: {
|
|
3136
|
+
metatags?: Record<string, string> | undefined;
|
|
3137
|
+
indexing?: "all" | "navigable" | undefined;
|
|
3138
|
+
} | undefined;
|
|
3139
|
+
description?: string | undefined;
|
|
3140
|
+
banner?: {
|
|
3141
|
+
content: string;
|
|
3142
|
+
dismissible?: boolean | undefined;
|
|
3143
|
+
} | undefined;
|
|
3144
|
+
appearance?: {
|
|
3145
|
+
strict?: boolean | undefined;
|
|
3146
|
+
default?: "light" | "dark" | "system" | undefined;
|
|
3147
|
+
} | undefined;
|
|
3148
|
+
fonts?: {
|
|
3149
|
+
family: string;
|
|
3150
|
+
source?: string | undefined;
|
|
3151
|
+
weight?: number | undefined;
|
|
3152
|
+
format?: "woff" | "woff2" | undefined;
|
|
3153
|
+
} | {
|
|
3154
|
+
body?: {
|
|
3155
|
+
family: string;
|
|
3156
|
+
source?: string | undefined;
|
|
3157
|
+
weight?: number | undefined;
|
|
3158
|
+
format?: "woff" | "woff2" | undefined;
|
|
3159
|
+
} | undefined;
|
|
3160
|
+
heading?: {
|
|
3161
|
+
family: string;
|
|
3162
|
+
source?: string | undefined;
|
|
3163
|
+
weight?: number | undefined;
|
|
3164
|
+
format?: "woff" | "woff2" | undefined;
|
|
3165
|
+
} | undefined;
|
|
3166
|
+
} | undefined;
|
|
3167
|
+
navbar?: {
|
|
3168
|
+
primary?: {
|
|
3169
|
+
type: "button";
|
|
3170
|
+
href: string;
|
|
3171
|
+
label: string;
|
|
3172
|
+
} | {
|
|
3173
|
+
type: "github";
|
|
3174
|
+
href: string;
|
|
3175
|
+
label?: string | undefined;
|
|
3176
|
+
} | {
|
|
3177
|
+
type: "discord";
|
|
3178
|
+
href: string;
|
|
3179
|
+
label?: string | undefined;
|
|
3180
|
+
} | undefined;
|
|
3181
|
+
links?: ({
|
|
3182
|
+
href: string;
|
|
3183
|
+
label: string;
|
|
3184
|
+
type?: string | undefined;
|
|
3185
|
+
icon?: string | {
|
|
3186
|
+
name: string;
|
|
3187
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3188
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3189
|
+
} | undefined;
|
|
3190
|
+
} | {
|
|
3191
|
+
type: "github";
|
|
3192
|
+
href: string;
|
|
3193
|
+
icon?: string | {
|
|
3194
|
+
name: string;
|
|
3195
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3196
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3197
|
+
} | undefined;
|
|
3198
|
+
label?: string | undefined;
|
|
3199
|
+
} | {
|
|
3200
|
+
type: "discord";
|
|
3201
|
+
href: string;
|
|
3202
|
+
icon?: string | {
|
|
3203
|
+
name: string;
|
|
3204
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3205
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3206
|
+
} | undefined;
|
|
3207
|
+
label?: string | undefined;
|
|
3208
|
+
})[] | undefined;
|
|
3209
|
+
} | undefined;
|
|
3210
|
+
icons?: {
|
|
3211
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
3212
|
+
} | undefined;
|
|
3213
|
+
styling?: {
|
|
3214
|
+
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
3215
|
+
codeblocks?: "dark" | "system" | {
|
|
3216
|
+
languages?: {
|
|
3217
|
+
custom?: string[] | undefined;
|
|
3218
|
+
} | undefined;
|
|
3219
|
+
theme?: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables" | {
|
|
3220
|
+
light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
3221
|
+
dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
3222
|
+
} | undefined;
|
|
3223
|
+
} | undefined;
|
|
3224
|
+
latex?: boolean | undefined;
|
|
3225
|
+
} | undefined;
|
|
3226
|
+
errors?: {
|
|
3227
|
+
'404': {
|
|
3228
|
+
title?: string | undefined;
|
|
3229
|
+
description?: string | undefined;
|
|
3230
|
+
redirect?: boolean | undefined;
|
|
3231
|
+
};
|
|
3232
|
+
} | undefined;
|
|
3233
|
+
contextual?: {
|
|
3234
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
3235
|
+
href: string | {
|
|
3236
|
+
base: string;
|
|
3237
|
+
query?: {
|
|
3238
|
+
value: string;
|
|
3239
|
+
key: string;
|
|
3240
|
+
}[] | undefined;
|
|
3241
|
+
};
|
|
3242
|
+
title: string;
|
|
3243
|
+
description: string;
|
|
3244
|
+
icon?: string | {
|
|
3245
|
+
name: string;
|
|
3246
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3247
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3248
|
+
} | undefined;
|
|
3249
|
+
})[];
|
|
3250
|
+
display?: "header" | "toc" | undefined;
|
|
3251
|
+
} | undefined;
|
|
3252
|
+
thumbnails?: {
|
|
3253
|
+
background?: string | undefined;
|
|
3254
|
+
appearance?: import("../index.js").ThumbnailAppearance | undefined;
|
|
3255
|
+
fonts?: {
|
|
3256
|
+
family: string;
|
|
3257
|
+
} | undefined;
|
|
3258
|
+
} | undefined;
|
|
3259
|
+
interaction?: {
|
|
3260
|
+
drilldown?: boolean | undefined;
|
|
3261
|
+
} | undefined;
|
|
3262
|
+
}> | {
|
|
3263
|
+
warnings: z.ZodIssue[];
|
|
3264
|
+
success: true;
|
|
3265
|
+
data: {
|
|
3266
|
+
name: string;
|
|
3267
|
+
$schema: string;
|
|
3268
|
+
theme: "almond";
|
|
3269
|
+
colors: {
|
|
3270
|
+
primary: string;
|
|
3271
|
+
light?: string | undefined;
|
|
3272
|
+
dark?: string | undefined;
|
|
3273
|
+
};
|
|
3274
|
+
navigation: {
|
|
3275
|
+
products: import("./schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
3276
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3277
|
+
} | {
|
|
3278
|
+
languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
3279
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3280
|
+
} | {
|
|
3281
|
+
versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
3282
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3283
|
+
} | {
|
|
3284
|
+
tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
3285
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3286
|
+
} | {
|
|
3287
|
+
dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
3288
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3289
|
+
} | {
|
|
3290
|
+
anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
3291
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3292
|
+
} | {
|
|
3293
|
+
groups: ({
|
|
3294
|
+
group: string;
|
|
3295
|
+
icon?: string | {
|
|
3296
|
+
name: string;
|
|
3297
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3298
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3299
|
+
} | undefined;
|
|
3300
|
+
expanded?: boolean | undefined;
|
|
3301
|
+
public?: boolean | undefined;
|
|
3302
|
+
tag?: string | undefined;
|
|
3303
|
+
hidden?: boolean | undefined;
|
|
3304
|
+
root?: string | undefined;
|
|
3305
|
+
} & {
|
|
3306
|
+
openapi?: string | string[] | {
|
|
3307
|
+
source: string;
|
|
3308
|
+
directory?: string | undefined;
|
|
3309
|
+
} | undefined;
|
|
3310
|
+
asyncapi?: string | string[] | {
|
|
3311
|
+
source: string;
|
|
3312
|
+
directory?: string | undefined;
|
|
3313
|
+
} | undefined;
|
|
3314
|
+
} & {
|
|
3315
|
+
pages?: import("./schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
3316
|
+
})[];
|
|
3317
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3318
|
+
} | {
|
|
3319
|
+
pages: (string | ({
|
|
3320
|
+
group: string;
|
|
3321
|
+
icon?: string | {
|
|
3322
|
+
name: string;
|
|
3323
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3324
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3325
|
+
} | undefined;
|
|
3326
|
+
expanded?: boolean | undefined;
|
|
3327
|
+
public?: boolean | undefined;
|
|
3328
|
+
tag?: string | undefined;
|
|
3329
|
+
hidden?: boolean | undefined;
|
|
3330
|
+
root?: string | undefined;
|
|
3331
|
+
} & {
|
|
3332
|
+
openapi?: string | string[] | {
|
|
3333
|
+
source: string;
|
|
3334
|
+
directory?: string | undefined;
|
|
3335
|
+
} | undefined;
|
|
3336
|
+
asyncapi?: string | string[] | {
|
|
3337
|
+
source: string;
|
|
3338
|
+
directory?: string | undefined;
|
|
3339
|
+
} | undefined;
|
|
3340
|
+
} & {
|
|
3341
|
+
pages?: import("./schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
3342
|
+
}))[];
|
|
3343
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3344
|
+
};
|
|
3345
|
+
background?: {
|
|
3346
|
+
color?: {
|
|
3347
|
+
light?: string | undefined;
|
|
3348
|
+
dark?: string | undefined;
|
|
3349
|
+
} | undefined;
|
|
3350
|
+
image?: string | {
|
|
3351
|
+
light: string;
|
|
3352
|
+
dark: string;
|
|
3353
|
+
} | undefined;
|
|
3354
|
+
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
3355
|
+
} | undefined;
|
|
3356
|
+
public?: boolean | undefined;
|
|
3357
|
+
logo?: string | {
|
|
3358
|
+
light: string;
|
|
3359
|
+
dark: string;
|
|
3360
|
+
href?: string | undefined;
|
|
3361
|
+
} | undefined;
|
|
3362
|
+
favicon?: string | {
|
|
3363
|
+
light: string;
|
|
3364
|
+
dark: string;
|
|
3365
|
+
} | undefined;
|
|
3366
|
+
api?: {
|
|
3367
|
+
params?: {
|
|
3368
|
+
expanded?: "all" | "closed" | undefined;
|
|
3369
|
+
} | undefined;
|
|
3370
|
+
openapi?: string | string[] | {
|
|
3371
|
+
source: string;
|
|
3372
|
+
directory?: string | undefined;
|
|
3373
|
+
} | undefined;
|
|
3374
|
+
playground?: {
|
|
3375
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
3376
|
+
proxy?: boolean | undefined;
|
|
3377
|
+
} | undefined;
|
|
3378
|
+
asyncapi?: string | string[] | {
|
|
3379
|
+
source: string;
|
|
3380
|
+
directory?: string | undefined;
|
|
3381
|
+
} | undefined;
|
|
3382
|
+
examples?: {
|
|
3383
|
+
languages?: string[] | undefined;
|
|
3384
|
+
defaults?: "all" | "required" | undefined;
|
|
3385
|
+
prefill?: boolean | undefined;
|
|
3386
|
+
autogenerate?: boolean | undefined;
|
|
3387
|
+
} | undefined;
|
|
3388
|
+
mdx?: {
|
|
3389
|
+
server?: string | string[] | undefined;
|
|
3390
|
+
auth?: {
|
|
3391
|
+
name?: string | undefined;
|
|
3392
|
+
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
3393
|
+
} | undefined;
|
|
3394
|
+
} | undefined;
|
|
3395
|
+
} | undefined;
|
|
3396
|
+
metadata?: {
|
|
3397
|
+
timestamp: boolean;
|
|
3398
|
+
} | undefined;
|
|
3399
|
+
footer?: {
|
|
3400
|
+
links?: {
|
|
3401
|
+
items: {
|
|
3402
|
+
href: string;
|
|
3403
|
+
label: string;
|
|
3404
|
+
}[];
|
|
3405
|
+
header?: string | undefined;
|
|
3406
|
+
}[] | undefined;
|
|
3407
|
+
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
|
|
3408
|
+
} | undefined;
|
|
3409
|
+
integrations?: {
|
|
3410
|
+
amplitude?: {
|
|
3411
|
+
apiKey: string;
|
|
3412
|
+
} | undefined;
|
|
3413
|
+
clarity?: {
|
|
3414
|
+
projectId: string;
|
|
3415
|
+
} | undefined;
|
|
3416
|
+
clearbit?: {
|
|
3417
|
+
publicApiKey: string;
|
|
3418
|
+
} | undefined;
|
|
3419
|
+
fathom?: {
|
|
3420
|
+
siteId: string;
|
|
3421
|
+
} | undefined;
|
|
3422
|
+
ga4?: {
|
|
3423
|
+
measurementId: string;
|
|
3424
|
+
} | undefined;
|
|
3425
|
+
gtm?: {
|
|
3426
|
+
tagId: string;
|
|
3427
|
+
} | undefined;
|
|
3428
|
+
heap?: {
|
|
3429
|
+
appId: string;
|
|
3430
|
+
} | undefined;
|
|
3431
|
+
hightouch?: {
|
|
3432
|
+
writeKey: string;
|
|
3433
|
+
apiHost?: string | undefined;
|
|
3434
|
+
} | undefined;
|
|
3435
|
+
hotjar?: {
|
|
3436
|
+
hjid: string;
|
|
3437
|
+
hjsv: string;
|
|
3438
|
+
} | undefined;
|
|
3439
|
+
koala?: {
|
|
3440
|
+
publicApiKey: string;
|
|
3441
|
+
} | undefined;
|
|
3442
|
+
logrocket?: {
|
|
3443
|
+
appId: string;
|
|
3444
|
+
} | undefined;
|
|
3445
|
+
mixpanel?: {
|
|
3446
|
+
projectToken: string;
|
|
3447
|
+
} | undefined;
|
|
3448
|
+
pirsch?: {
|
|
3449
|
+
id: string;
|
|
3450
|
+
} | undefined;
|
|
3451
|
+
posthog?: {
|
|
3452
|
+
apiKey: string;
|
|
3453
|
+
apiHost?: string | undefined;
|
|
3454
|
+
} | undefined;
|
|
3455
|
+
plausible?: {
|
|
3456
|
+
domain: string;
|
|
3457
|
+
server?: string | undefined;
|
|
3458
|
+
} | undefined;
|
|
3459
|
+
segment?: {
|
|
3460
|
+
key: string;
|
|
3461
|
+
} | undefined;
|
|
3462
|
+
intercom?: {
|
|
3463
|
+
appId: string;
|
|
3464
|
+
} | undefined;
|
|
3465
|
+
frontchat?: {
|
|
3466
|
+
snippetId: string;
|
|
3467
|
+
} | undefined;
|
|
3468
|
+
telemetry?: {
|
|
3469
|
+
enabled?: boolean | undefined;
|
|
3470
|
+
} | undefined;
|
|
3471
|
+
cookies?: {
|
|
3472
|
+
value?: string | undefined;
|
|
3473
|
+
key?: string | undefined;
|
|
3474
|
+
} | undefined;
|
|
3475
|
+
} | undefined;
|
|
3476
|
+
search?: {
|
|
3477
|
+
prompt?: string | undefined;
|
|
2766
3478
|
} | undefined;
|
|
2767
|
-
|
|
2768
|
-
|
|
3479
|
+
redirects?: {
|
|
3480
|
+
source: string;
|
|
3481
|
+
destination: string;
|
|
3482
|
+
permanent?: boolean | undefined;
|
|
3483
|
+
}[] | undefined;
|
|
3484
|
+
seo?: {
|
|
3485
|
+
metatags?: Record<string, string> | undefined;
|
|
3486
|
+
indexing?: "all" | "navigable" | undefined;
|
|
2769
3487
|
} | undefined;
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
3488
|
+
description?: string | undefined;
|
|
3489
|
+
banner?: {
|
|
3490
|
+
content: string;
|
|
3491
|
+
dismissible?: boolean | undefined;
|
|
2773
3492
|
} | undefined;
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
} | undefined;
|
|
2778
|
-
redirects?: {
|
|
2779
|
-
source: string;
|
|
2780
|
-
destination: string;
|
|
2781
|
-
permanent?: boolean | undefined;
|
|
2782
|
-
}[] | undefined;
|
|
2783
|
-
seo?: {
|
|
2784
|
-
metatags?: Record<string, string> | undefined;
|
|
2785
|
-
indexing?: "all" | "navigable" | undefined;
|
|
2786
|
-
} | undefined;
|
|
2787
|
-
description?: string | undefined;
|
|
2788
|
-
banner?: {
|
|
2789
|
-
content: string;
|
|
2790
|
-
dismissible?: boolean | undefined;
|
|
2791
|
-
} | undefined;
|
|
2792
|
-
appearance?: {
|
|
2793
|
-
strict?: boolean | undefined;
|
|
2794
|
-
default?: "light" | "dark" | "system" | undefined;
|
|
2795
|
-
} | undefined;
|
|
2796
|
-
fonts?: {
|
|
2797
|
-
family: string;
|
|
2798
|
-
source?: string | undefined;
|
|
2799
|
-
weight?: number | undefined;
|
|
2800
|
-
format?: "woff" | "woff2" | undefined;
|
|
2801
|
-
} | {
|
|
2802
|
-
body?: {
|
|
2803
|
-
family: string;
|
|
2804
|
-
source?: string | undefined;
|
|
2805
|
-
weight?: number | undefined;
|
|
2806
|
-
format?: "woff" | "woff2" | undefined;
|
|
3493
|
+
appearance?: {
|
|
3494
|
+
strict?: boolean | undefined;
|
|
3495
|
+
default?: "light" | "dark" | "system" | undefined;
|
|
2807
3496
|
} | undefined;
|
|
2808
|
-
|
|
3497
|
+
fonts?: {
|
|
2809
3498
|
family: string;
|
|
2810
3499
|
source?: string | undefined;
|
|
2811
3500
|
weight?: number | undefined;
|
|
2812
3501
|
format?: "woff" | "woff2" | undefined;
|
|
2813
|
-
} | undefined;
|
|
2814
|
-
} | undefined;
|
|
2815
|
-
navbar?: {
|
|
2816
|
-
primary?: {
|
|
2817
|
-
type: "button";
|
|
2818
|
-
href: string;
|
|
2819
|
-
label: string;
|
|
2820
|
-
} | {
|
|
2821
|
-
type: "github";
|
|
2822
|
-
href: string;
|
|
2823
|
-
label?: string | undefined;
|
|
2824
|
-
} | {
|
|
2825
|
-
type: "discord";
|
|
2826
|
-
href: string;
|
|
2827
|
-
label?: string | undefined;
|
|
2828
|
-
} | undefined;
|
|
2829
|
-
links?: ({
|
|
2830
|
-
href: string;
|
|
2831
|
-
label: string;
|
|
2832
|
-
type?: string | undefined;
|
|
2833
|
-
icon?: string | {
|
|
2834
|
-
name: string;
|
|
2835
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2836
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2837
|
-
} | undefined;
|
|
2838
3502
|
} | {
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
3503
|
+
body?: {
|
|
3504
|
+
family: string;
|
|
3505
|
+
source?: string | undefined;
|
|
3506
|
+
weight?: number | undefined;
|
|
3507
|
+
format?: "woff" | "woff2" | undefined;
|
|
2845
3508
|
} | undefined;
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
name: string;
|
|
2852
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2853
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
3509
|
+
heading?: {
|
|
3510
|
+
family: string;
|
|
3511
|
+
source?: string | undefined;
|
|
3512
|
+
weight?: number | undefined;
|
|
3513
|
+
format?: "woff" | "woff2" | undefined;
|
|
2854
3514
|
} | undefined;
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
3515
|
+
} | undefined;
|
|
3516
|
+
navbar?: {
|
|
3517
|
+
primary?: {
|
|
3518
|
+
type: "button";
|
|
3519
|
+
href: string;
|
|
3520
|
+
label: string;
|
|
3521
|
+
} | {
|
|
3522
|
+
type: "github";
|
|
3523
|
+
href: string;
|
|
3524
|
+
label?: string | undefined;
|
|
3525
|
+
} | {
|
|
3526
|
+
type: "discord";
|
|
3527
|
+
href: string;
|
|
3528
|
+
label?: string | undefined;
|
|
2866
3529
|
} | undefined;
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
3530
|
+
links?: ({
|
|
3531
|
+
href: string;
|
|
3532
|
+
label: string;
|
|
3533
|
+
type?: string | undefined;
|
|
3534
|
+
icon?: string | {
|
|
3535
|
+
name: string;
|
|
3536
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3537
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3538
|
+
} | undefined;
|
|
3539
|
+
} | {
|
|
3540
|
+
type: "github";
|
|
3541
|
+
href: string;
|
|
3542
|
+
icon?: string | {
|
|
3543
|
+
name: string;
|
|
3544
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3545
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3546
|
+
} | undefined;
|
|
3547
|
+
label?: string | undefined;
|
|
3548
|
+
} | {
|
|
3549
|
+
type: "discord";
|
|
3550
|
+
href: string;
|
|
3551
|
+
icon?: string | {
|
|
3552
|
+
name: string;
|
|
3553
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3554
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3555
|
+
} | undefined;
|
|
3556
|
+
label?: string | undefined;
|
|
3557
|
+
})[] | undefined;
|
|
3558
|
+
} | undefined;
|
|
3559
|
+
icons?: {
|
|
3560
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
3561
|
+
} | undefined;
|
|
3562
|
+
styling?: {
|
|
3563
|
+
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
3564
|
+
codeblocks?: "dark" | "system" | {
|
|
3565
|
+
languages?: {
|
|
3566
|
+
custom?: string[] | undefined;
|
|
3567
|
+
} | undefined;
|
|
3568
|
+
theme?: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables" | {
|
|
3569
|
+
light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
3570
|
+
dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
3571
|
+
} | undefined;
|
|
2870
3572
|
} | undefined;
|
|
3573
|
+
latex?: boolean | undefined;
|
|
2871
3574
|
} | undefined;
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
description?: string | undefined;
|
|
2878
|
-
redirect?: boolean | undefined;
|
|
2879
|
-
};
|
|
2880
|
-
} | undefined;
|
|
2881
|
-
contextual?: {
|
|
2882
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
2883
|
-
href: string | {
|
|
2884
|
-
base: string;
|
|
2885
|
-
query?: {
|
|
2886
|
-
value: string;
|
|
2887
|
-
key: string;
|
|
2888
|
-
}[] | undefined;
|
|
3575
|
+
errors?: {
|
|
3576
|
+
'404': {
|
|
3577
|
+
redirect: boolean;
|
|
3578
|
+
title?: string | undefined;
|
|
3579
|
+
description?: string | undefined;
|
|
2889
3580
|
};
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
3581
|
+
} | undefined;
|
|
3582
|
+
contextual?: {
|
|
3583
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
3584
|
+
href: string | {
|
|
3585
|
+
base: string;
|
|
3586
|
+
query?: {
|
|
3587
|
+
value: string;
|
|
3588
|
+
key: string;
|
|
3589
|
+
}[] | undefined;
|
|
3590
|
+
};
|
|
3591
|
+
title: string;
|
|
3592
|
+
description: string;
|
|
3593
|
+
icon?: string | {
|
|
3594
|
+
name: string;
|
|
3595
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3596
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3597
|
+
} | undefined;
|
|
3598
|
+
})[];
|
|
3599
|
+
display: "header" | "toc";
|
|
3600
|
+
} | undefined;
|
|
3601
|
+
thumbnails?: {
|
|
3602
|
+
background?: string | undefined;
|
|
3603
|
+
appearance?: import("../index.js").ThumbnailAppearance | undefined;
|
|
3604
|
+
fonts?: {
|
|
3605
|
+
family: string;
|
|
2896
3606
|
} | undefined;
|
|
2897
|
-
})[];
|
|
2898
|
-
} | undefined;
|
|
2899
|
-
thumbnails?: {
|
|
2900
|
-
background?: string | undefined;
|
|
2901
|
-
appearance?: import("../index.js").ThumbnailAppearance | undefined;
|
|
2902
|
-
fonts?: {
|
|
2903
|
-
family: string;
|
|
2904
3607
|
} | undefined;
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
} |
|
|
2909
|
-
}> | {
|
|
2910
|
-
warnings: z.ZodIssue[];
|
|
2911
|
-
success: true;
|
|
2912
|
-
data: {
|
|
3608
|
+
interaction?: {
|
|
3609
|
+
drilldown?: boolean | undefined;
|
|
3610
|
+
} | undefined;
|
|
3611
|
+
} | {
|
|
2913
3612
|
name: string;
|
|
2914
3613
|
$schema: string;
|
|
2915
|
-
theme: "
|
|
3614
|
+
theme: "aspen";
|
|
2916
3615
|
colors: {
|
|
2917
3616
|
primary: string;
|
|
2918
3617
|
light?: string | undefined;
|
|
@@ -2942,7 +3641,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2942
3641
|
icon?: string | {
|
|
2943
3642
|
name: string;
|
|
2944
3643
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2945
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
3644
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2946
3645
|
} | undefined;
|
|
2947
3646
|
expanded?: boolean | undefined;
|
|
2948
3647
|
public?: boolean | undefined;
|
|
@@ -2968,7 +3667,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2968
3667
|
icon?: string | {
|
|
2969
3668
|
name: string;
|
|
2970
3669
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2971
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
3670
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2972
3671
|
} | undefined;
|
|
2973
3672
|
expanded?: boolean | undefined;
|
|
2974
3673
|
public?: boolean | undefined;
|
|
@@ -3181,7 +3880,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3181
3880
|
icon?: string | {
|
|
3182
3881
|
name: string;
|
|
3183
3882
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3184
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
3883
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3185
3884
|
} | undefined;
|
|
3186
3885
|
} | {
|
|
3187
3886
|
type: "github";
|
|
@@ -3189,7 +3888,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3189
3888
|
icon?: string | {
|
|
3190
3889
|
name: string;
|
|
3191
3890
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3192
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
3891
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3193
3892
|
} | undefined;
|
|
3194
3893
|
label?: string | undefined;
|
|
3195
3894
|
} | {
|
|
@@ -3198,13 +3897,13 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3198
3897
|
icon?: string | {
|
|
3199
3898
|
name: string;
|
|
3200
3899
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3201
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
3900
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3202
3901
|
} | undefined;
|
|
3203
3902
|
label?: string | undefined;
|
|
3204
3903
|
})[] | undefined;
|
|
3205
3904
|
} | undefined;
|
|
3206
3905
|
icons?: {
|
|
3207
|
-
library: "fontawesome" | "lucide";
|
|
3906
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
3208
3907
|
} | undefined;
|
|
3209
3908
|
styling?: {
|
|
3210
3909
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -3227,7 +3926,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3227
3926
|
};
|
|
3228
3927
|
} | undefined;
|
|
3229
3928
|
contextual?: {
|
|
3230
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
3929
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
3231
3930
|
href: string | {
|
|
3232
3931
|
base: string;
|
|
3233
3932
|
query?: {
|
|
@@ -3240,9 +3939,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3240
3939
|
icon?: string | {
|
|
3241
3940
|
name: string;
|
|
3242
3941
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3243
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
3942
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3244
3943
|
} | undefined;
|
|
3245
3944
|
})[];
|
|
3945
|
+
display: "header" | "toc";
|
|
3246
3946
|
} | undefined;
|
|
3247
3947
|
thumbnails?: {
|
|
3248
3948
|
background?: string | undefined;
|
|
@@ -3257,7 +3957,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3257
3957
|
} | {
|
|
3258
3958
|
name: string;
|
|
3259
3959
|
$schema: string;
|
|
3260
|
-
theme: "
|
|
3960
|
+
theme: "linden";
|
|
3261
3961
|
colors: {
|
|
3262
3962
|
primary: string;
|
|
3263
3963
|
light?: string | undefined;
|
|
@@ -3287,7 +3987,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3287
3987
|
icon?: string | {
|
|
3288
3988
|
name: string;
|
|
3289
3989
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3290
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
3990
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3291
3991
|
} | undefined;
|
|
3292
3992
|
expanded?: boolean | undefined;
|
|
3293
3993
|
public?: boolean | undefined;
|
|
@@ -3313,7 +4013,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3313
4013
|
icon?: string | {
|
|
3314
4014
|
name: string;
|
|
3315
4015
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3316
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4016
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3317
4017
|
} | undefined;
|
|
3318
4018
|
expanded?: boolean | undefined;
|
|
3319
4019
|
public?: boolean | undefined;
|
|
@@ -3526,7 +4226,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3526
4226
|
icon?: string | {
|
|
3527
4227
|
name: string;
|
|
3528
4228
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3529
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4229
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3530
4230
|
} | undefined;
|
|
3531
4231
|
} | {
|
|
3532
4232
|
type: "github";
|
|
@@ -3534,7 +4234,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3534
4234
|
icon?: string | {
|
|
3535
4235
|
name: string;
|
|
3536
4236
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3537
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4237
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3538
4238
|
} | undefined;
|
|
3539
4239
|
label?: string | undefined;
|
|
3540
4240
|
} | {
|
|
@@ -3543,13 +4243,13 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3543
4243
|
icon?: string | {
|
|
3544
4244
|
name: string;
|
|
3545
4245
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3546
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4246
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3547
4247
|
} | undefined;
|
|
3548
4248
|
label?: string | undefined;
|
|
3549
4249
|
})[] | undefined;
|
|
3550
4250
|
} | undefined;
|
|
3551
4251
|
icons?: {
|
|
3552
|
-
library: "fontawesome" | "lucide";
|
|
4252
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
3553
4253
|
} | undefined;
|
|
3554
4254
|
styling?: {
|
|
3555
4255
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -3572,7 +4272,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3572
4272
|
};
|
|
3573
4273
|
} | undefined;
|
|
3574
4274
|
contextual?: {
|
|
3575
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
4275
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
3576
4276
|
href: string | {
|
|
3577
4277
|
base: string;
|
|
3578
4278
|
query?: {
|
|
@@ -3585,9 +4285,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3585
4285
|
icon?: string | {
|
|
3586
4286
|
name: string;
|
|
3587
4287
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3588
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4288
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3589
4289
|
} | undefined;
|
|
3590
4290
|
})[];
|
|
4291
|
+
display: "header" | "toc";
|
|
3591
4292
|
} | undefined;
|
|
3592
4293
|
thumbnails?: {
|
|
3593
4294
|
background?: string | undefined;
|
|
@@ -3602,7 +4303,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3602
4303
|
} | {
|
|
3603
4304
|
name: string;
|
|
3604
4305
|
$schema: string;
|
|
3605
|
-
theme: "
|
|
4306
|
+
theme: "maple";
|
|
3606
4307
|
colors: {
|
|
3607
4308
|
primary: string;
|
|
3608
4309
|
light?: string | undefined;
|
|
@@ -3632,7 +4333,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3632
4333
|
icon?: string | {
|
|
3633
4334
|
name: string;
|
|
3634
4335
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3635
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4336
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3636
4337
|
} | undefined;
|
|
3637
4338
|
expanded?: boolean | undefined;
|
|
3638
4339
|
public?: boolean | undefined;
|
|
@@ -3658,7 +4359,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3658
4359
|
icon?: string | {
|
|
3659
4360
|
name: string;
|
|
3660
4361
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3661
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4362
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3662
4363
|
} | undefined;
|
|
3663
4364
|
expanded?: boolean | undefined;
|
|
3664
4365
|
public?: boolean | undefined;
|
|
@@ -3871,7 +4572,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3871
4572
|
icon?: string | {
|
|
3872
4573
|
name: string;
|
|
3873
4574
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3874
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4575
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3875
4576
|
} | undefined;
|
|
3876
4577
|
} | {
|
|
3877
4578
|
type: "github";
|
|
@@ -3879,7 +4580,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3879
4580
|
icon?: string | {
|
|
3880
4581
|
name: string;
|
|
3881
4582
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3882
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4583
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3883
4584
|
} | undefined;
|
|
3884
4585
|
label?: string | undefined;
|
|
3885
4586
|
} | {
|
|
@@ -3888,13 +4589,13 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3888
4589
|
icon?: string | {
|
|
3889
4590
|
name: string;
|
|
3890
4591
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3891
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4592
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3892
4593
|
} | undefined;
|
|
3893
4594
|
label?: string | undefined;
|
|
3894
4595
|
})[] | undefined;
|
|
3895
4596
|
} | undefined;
|
|
3896
4597
|
icons?: {
|
|
3897
|
-
library: "fontawesome" | "lucide";
|
|
4598
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
3898
4599
|
} | undefined;
|
|
3899
4600
|
styling?: {
|
|
3900
4601
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -3917,7 +4618,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3917
4618
|
};
|
|
3918
4619
|
} | undefined;
|
|
3919
4620
|
contextual?: {
|
|
3920
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
4621
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
3921
4622
|
href: string | {
|
|
3922
4623
|
base: string;
|
|
3923
4624
|
query?: {
|
|
@@ -3930,9 +4631,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3930
4631
|
icon?: string | {
|
|
3931
4632
|
name: string;
|
|
3932
4633
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3933
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4634
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3934
4635
|
} | undefined;
|
|
3935
4636
|
})[];
|
|
4637
|
+
display: "header" | "toc";
|
|
3936
4638
|
} | undefined;
|
|
3937
4639
|
thumbnails?: {
|
|
3938
4640
|
background?: string | undefined;
|
|
@@ -3947,7 +4649,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3947
4649
|
} | {
|
|
3948
4650
|
name: string;
|
|
3949
4651
|
$schema: string;
|
|
3950
|
-
theme: "
|
|
4652
|
+
theme: "mint";
|
|
3951
4653
|
colors: {
|
|
3952
4654
|
primary: string;
|
|
3953
4655
|
light?: string | undefined;
|
|
@@ -3977,7 +4679,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3977
4679
|
icon?: string | {
|
|
3978
4680
|
name: string;
|
|
3979
4681
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3980
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4682
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
3981
4683
|
} | undefined;
|
|
3982
4684
|
expanded?: boolean | undefined;
|
|
3983
4685
|
public?: boolean | undefined;
|
|
@@ -4003,7 +4705,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4003
4705
|
icon?: string | {
|
|
4004
4706
|
name: string;
|
|
4005
4707
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4006
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4708
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4007
4709
|
} | undefined;
|
|
4008
4710
|
expanded?: boolean | undefined;
|
|
4009
4711
|
public?: boolean | undefined;
|
|
@@ -4216,7 +4918,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4216
4918
|
icon?: string | {
|
|
4217
4919
|
name: string;
|
|
4218
4920
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4219
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4921
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4220
4922
|
} | undefined;
|
|
4221
4923
|
} | {
|
|
4222
4924
|
type: "github";
|
|
@@ -4224,7 +4926,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4224
4926
|
icon?: string | {
|
|
4225
4927
|
name: string;
|
|
4226
4928
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4227
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4929
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4228
4930
|
} | undefined;
|
|
4229
4931
|
label?: string | undefined;
|
|
4230
4932
|
} | {
|
|
@@ -4233,13 +4935,13 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4233
4935
|
icon?: string | {
|
|
4234
4936
|
name: string;
|
|
4235
4937
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4236
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4938
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4237
4939
|
} | undefined;
|
|
4238
4940
|
label?: string | undefined;
|
|
4239
4941
|
})[] | undefined;
|
|
4240
4942
|
} | undefined;
|
|
4241
4943
|
icons?: {
|
|
4242
|
-
library: "fontawesome" | "lucide";
|
|
4944
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
4243
4945
|
} | undefined;
|
|
4244
4946
|
styling?: {
|
|
4245
4947
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -4262,7 +4964,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4262
4964
|
};
|
|
4263
4965
|
} | undefined;
|
|
4264
4966
|
contextual?: {
|
|
4265
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
4967
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
4266
4968
|
href: string | {
|
|
4267
4969
|
base: string;
|
|
4268
4970
|
query?: {
|
|
@@ -4275,9 +4977,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4275
4977
|
icon?: string | {
|
|
4276
4978
|
name: string;
|
|
4277
4979
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4278
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
4980
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4279
4981
|
} | undefined;
|
|
4280
4982
|
})[];
|
|
4983
|
+
display: "header" | "toc";
|
|
4281
4984
|
} | undefined;
|
|
4282
4985
|
thumbnails?: {
|
|
4283
4986
|
background?: string | undefined;
|
|
@@ -4292,7 +4995,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4292
4995
|
} | {
|
|
4293
4996
|
name: string;
|
|
4294
4997
|
$schema: string;
|
|
4295
|
-
theme: "
|
|
4998
|
+
theme: "palm";
|
|
4296
4999
|
colors: {
|
|
4297
5000
|
primary: string;
|
|
4298
5001
|
light?: string | undefined;
|
|
@@ -4322,7 +5025,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4322
5025
|
icon?: string | {
|
|
4323
5026
|
name: string;
|
|
4324
5027
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4325
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5028
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4326
5029
|
} | undefined;
|
|
4327
5030
|
expanded?: boolean | undefined;
|
|
4328
5031
|
public?: boolean | undefined;
|
|
@@ -4348,7 +5051,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4348
5051
|
icon?: string | {
|
|
4349
5052
|
name: string;
|
|
4350
5053
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4351
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5054
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4352
5055
|
} | undefined;
|
|
4353
5056
|
expanded?: boolean | undefined;
|
|
4354
5057
|
public?: boolean | undefined;
|
|
@@ -4561,7 +5264,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4561
5264
|
icon?: string | {
|
|
4562
5265
|
name: string;
|
|
4563
5266
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4564
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5267
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4565
5268
|
} | undefined;
|
|
4566
5269
|
} | {
|
|
4567
5270
|
type: "github";
|
|
@@ -4569,7 +5272,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4569
5272
|
icon?: string | {
|
|
4570
5273
|
name: string;
|
|
4571
5274
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4572
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5275
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4573
5276
|
} | undefined;
|
|
4574
5277
|
label?: string | undefined;
|
|
4575
5278
|
} | {
|
|
@@ -4578,13 +5281,13 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4578
5281
|
icon?: string | {
|
|
4579
5282
|
name: string;
|
|
4580
5283
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4581
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5284
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4582
5285
|
} | undefined;
|
|
4583
5286
|
label?: string | undefined;
|
|
4584
5287
|
})[] | undefined;
|
|
4585
5288
|
} | undefined;
|
|
4586
5289
|
icons?: {
|
|
4587
|
-
library: "fontawesome" | "lucide";
|
|
5290
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
4588
5291
|
} | undefined;
|
|
4589
5292
|
styling?: {
|
|
4590
5293
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -4607,7 +5310,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4607
5310
|
};
|
|
4608
5311
|
} | undefined;
|
|
4609
5312
|
contextual?: {
|
|
4610
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
5313
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
4611
5314
|
href: string | {
|
|
4612
5315
|
base: string;
|
|
4613
5316
|
query?: {
|
|
@@ -4620,9 +5323,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4620
5323
|
icon?: string | {
|
|
4621
5324
|
name: string;
|
|
4622
5325
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4623
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5326
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4624
5327
|
} | undefined;
|
|
4625
5328
|
})[];
|
|
5329
|
+
display: "header" | "toc";
|
|
4626
5330
|
} | undefined;
|
|
4627
5331
|
thumbnails?: {
|
|
4628
5332
|
background?: string | undefined;
|
|
@@ -4637,7 +5341,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4637
5341
|
} | {
|
|
4638
5342
|
name: string;
|
|
4639
5343
|
$schema: string;
|
|
4640
|
-
theme: "
|
|
5344
|
+
theme: "sequoia";
|
|
4641
5345
|
colors: {
|
|
4642
5346
|
primary: string;
|
|
4643
5347
|
light?: string | undefined;
|
|
@@ -4667,7 +5371,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4667
5371
|
icon?: string | {
|
|
4668
5372
|
name: string;
|
|
4669
5373
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4670
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5374
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4671
5375
|
} | undefined;
|
|
4672
5376
|
expanded?: boolean | undefined;
|
|
4673
5377
|
public?: boolean | undefined;
|
|
@@ -4693,7 +5397,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4693
5397
|
icon?: string | {
|
|
4694
5398
|
name: string;
|
|
4695
5399
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4696
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5400
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4697
5401
|
} | undefined;
|
|
4698
5402
|
expanded?: boolean | undefined;
|
|
4699
5403
|
public?: boolean | undefined;
|
|
@@ -4906,7 +5610,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4906
5610
|
icon?: string | {
|
|
4907
5611
|
name: string;
|
|
4908
5612
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4909
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5613
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4910
5614
|
} | undefined;
|
|
4911
5615
|
} | {
|
|
4912
5616
|
type: "github";
|
|
@@ -4914,7 +5618,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4914
5618
|
icon?: string | {
|
|
4915
5619
|
name: string;
|
|
4916
5620
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4917
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5621
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4918
5622
|
} | undefined;
|
|
4919
5623
|
label?: string | undefined;
|
|
4920
5624
|
} | {
|
|
@@ -4923,13 +5627,13 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4923
5627
|
icon?: string | {
|
|
4924
5628
|
name: string;
|
|
4925
5629
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4926
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5630
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4927
5631
|
} | undefined;
|
|
4928
5632
|
label?: string | undefined;
|
|
4929
5633
|
})[] | undefined;
|
|
4930
5634
|
} | undefined;
|
|
4931
5635
|
icons?: {
|
|
4932
|
-
library: "fontawesome" | "lucide";
|
|
5636
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
4933
5637
|
} | undefined;
|
|
4934
5638
|
styling?: {
|
|
4935
5639
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -4952,7 +5656,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4952
5656
|
};
|
|
4953
5657
|
} | undefined;
|
|
4954
5658
|
contextual?: {
|
|
4955
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
5659
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
4956
5660
|
href: string | {
|
|
4957
5661
|
base: string;
|
|
4958
5662
|
query?: {
|
|
@@ -4965,9 +5669,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4965
5669
|
icon?: string | {
|
|
4966
5670
|
name: string;
|
|
4967
5671
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4968
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5672
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4969
5673
|
} | undefined;
|
|
4970
5674
|
})[];
|
|
5675
|
+
display: "header" | "toc";
|
|
4971
5676
|
} | undefined;
|
|
4972
5677
|
thumbnails?: {
|
|
4973
5678
|
background?: string | undefined;
|
|
@@ -5012,7 +5717,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5012
5717
|
icon?: string | {
|
|
5013
5718
|
name: string;
|
|
5014
5719
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5015
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5720
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
5016
5721
|
} | undefined;
|
|
5017
5722
|
expanded?: boolean | undefined;
|
|
5018
5723
|
public?: boolean | undefined;
|
|
@@ -5038,7 +5743,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5038
5743
|
icon?: string | {
|
|
5039
5744
|
name: string;
|
|
5040
5745
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5041
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5746
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
5042
5747
|
} | undefined;
|
|
5043
5748
|
expanded?: boolean | undefined;
|
|
5044
5749
|
public?: boolean | undefined;
|
|
@@ -5251,7 +5956,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5251
5956
|
icon?: string | {
|
|
5252
5957
|
name: string;
|
|
5253
5958
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5254
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5959
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
5255
5960
|
} | undefined;
|
|
5256
5961
|
} | {
|
|
5257
5962
|
type: "github";
|
|
@@ -5259,7 +5964,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5259
5964
|
icon?: string | {
|
|
5260
5965
|
name: string;
|
|
5261
5966
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5262
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5967
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
5263
5968
|
} | undefined;
|
|
5264
5969
|
label?: string | undefined;
|
|
5265
5970
|
} | {
|
|
@@ -5268,13 +5973,13 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5268
5973
|
icon?: string | {
|
|
5269
5974
|
name: string;
|
|
5270
5975
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5271
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
5976
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
5272
5977
|
} | undefined;
|
|
5273
5978
|
label?: string | undefined;
|
|
5274
5979
|
})[] | undefined;
|
|
5275
5980
|
} | undefined;
|
|
5276
5981
|
icons?: {
|
|
5277
|
-
library: "fontawesome" | "lucide";
|
|
5982
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
5278
5983
|
} | undefined;
|
|
5279
5984
|
styling?: {
|
|
5280
5985
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -5297,7 +6002,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5297
6002
|
};
|
|
5298
6003
|
} | undefined;
|
|
5299
6004
|
contextual?: {
|
|
5300
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
6005
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
5301
6006
|
href: string | {
|
|
5302
6007
|
base: string;
|
|
5303
6008
|
query?: {
|
|
@@ -5310,9 +6015,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5310
6015
|
icon?: string | {
|
|
5311
6016
|
name: string;
|
|
5312
6017
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5313
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
6018
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
5314
6019
|
} | undefined;
|
|
5315
6020
|
})[];
|
|
6021
|
+
display: "header" | "toc";
|
|
5316
6022
|
} | undefined;
|
|
5317
6023
|
thumbnails?: {
|
|
5318
6024
|
background?: string | undefined;
|