@mintlify/validation 0.1.292 → 0.1.294
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mint-config/schemas/v1/config.d.ts +20 -20
- package/dist/mint-config/schemas/v1/footer.d.ts +12 -12
- package/dist/mint-config/schemas/v2/index.d.ts +25 -25
- package/dist/mint-config/schemas/v2/properties/footer.d.ts +4 -4
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +5 -5
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +5 -5
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +5 -5
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +5 -5
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +3 -3
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +5 -5
- package/dist/mint-config/validateConfig.d.ts +18 -18
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -392,14 +392,14 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
392
392
|
openapi?: string | undefined;
|
|
393
393
|
}>, "many">>;
|
|
394
394
|
footer: z.ZodOptional<z.ZodObject<{
|
|
395
|
-
socials: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
396
|
-
type: z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>;
|
|
395
|
+
socials: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
396
|
+
type: z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>;
|
|
397
397
|
url: z.ZodString;
|
|
398
398
|
}, "strip", z.ZodTypeAny, {
|
|
399
|
-
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter";
|
|
399
|
+
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast";
|
|
400
400
|
url: string;
|
|
401
401
|
}, {
|
|
402
|
-
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter";
|
|
402
|
+
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast";
|
|
403
403
|
url: string;
|
|
404
404
|
}>, "many">]>>;
|
|
405
405
|
links: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -428,8 +428,8 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
428
428
|
title?: string | undefined;
|
|
429
429
|
}>, "many">>;
|
|
430
430
|
}, "strip", z.ZodTypeAny, {
|
|
431
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | {
|
|
432
|
-
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter";
|
|
431
|
+
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>> | {
|
|
432
|
+
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast";
|
|
433
433
|
url: string;
|
|
434
434
|
}[] | undefined;
|
|
435
435
|
links?: {
|
|
@@ -440,8 +440,8 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
440
440
|
title?: string | undefined;
|
|
441
441
|
}[] | undefined;
|
|
442
442
|
}, {
|
|
443
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | {
|
|
444
|
-
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter";
|
|
443
|
+
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>> | {
|
|
444
|
+
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast";
|
|
445
445
|
url: string;
|
|
446
446
|
}[] | undefined;
|
|
447
447
|
links?: {
|
|
@@ -831,14 +831,14 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
831
831
|
}, {
|
|
832
832
|
indexHiddenPages?: boolean | undefined;
|
|
833
833
|
}>>;
|
|
834
|
-
footerSocials: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
835
|
-
type: z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>;
|
|
834
|
+
footerSocials: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
835
|
+
type: z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>;
|
|
836
836
|
url: z.ZodString;
|
|
837
837
|
}, "strip", z.ZodTypeAny, {
|
|
838
|
-
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter";
|
|
838
|
+
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast";
|
|
839
839
|
url: string;
|
|
840
840
|
}, {
|
|
841
|
-
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter";
|
|
841
|
+
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast";
|
|
842
842
|
url: string;
|
|
843
843
|
}>, "many">]>>;
|
|
844
844
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -968,8 +968,8 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
968
968
|
openapi?: string | undefined;
|
|
969
969
|
}[] | undefined;
|
|
970
970
|
footer?: {
|
|
971
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | {
|
|
972
|
-
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter";
|
|
971
|
+
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>> | {
|
|
972
|
+
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast";
|
|
973
973
|
url: string;
|
|
974
974
|
}[] | undefined;
|
|
975
975
|
links?: {
|
|
@@ -1073,8 +1073,8 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1073
1073
|
seo?: {
|
|
1074
1074
|
indexHiddenPages?: boolean | undefined;
|
|
1075
1075
|
} | undefined;
|
|
1076
|
-
footerSocials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | {
|
|
1077
|
-
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter";
|
|
1076
|
+
footerSocials?: 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>> | {
|
|
1077
|
+
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast";
|
|
1078
1078
|
url: string;
|
|
1079
1079
|
}[] | undefined;
|
|
1080
1080
|
}, {
|
|
@@ -1204,8 +1204,8 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1204
1204
|
openapi?: string | undefined;
|
|
1205
1205
|
}[] | undefined;
|
|
1206
1206
|
footer?: {
|
|
1207
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | {
|
|
1208
|
-
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter";
|
|
1207
|
+
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>> | {
|
|
1208
|
+
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast";
|
|
1209
1209
|
url: string;
|
|
1210
1210
|
}[] | undefined;
|
|
1211
1211
|
links?: {
|
|
@@ -1309,8 +1309,8 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1309
1309
|
seo?: {
|
|
1310
1310
|
indexHiddenPages?: boolean | undefined;
|
|
1311
1311
|
} | undefined;
|
|
1312
|
-
footerSocials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | {
|
|
1313
|
-
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter";
|
|
1312
|
+
footerSocials?: 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>> | {
|
|
1313
|
+
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast";
|
|
1314
1314
|
url: string;
|
|
1315
1315
|
}[] | undefined;
|
|
1316
1316
|
}>;
|
|
@@ -34,25 +34,25 @@ export declare const footerLinksColumnSchema: z.ZodObject<{
|
|
|
34
34
|
}[];
|
|
35
35
|
title?: string | undefined;
|
|
36
36
|
}>;
|
|
37
|
-
export declare const footerSocialsSchema: z.ZodUnion<[z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
38
|
-
type: z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>;
|
|
37
|
+
export declare const footerSocialsSchema: z.ZodUnion<[z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
38
|
+
type: z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>;
|
|
39
39
|
url: z.ZodString;
|
|
40
40
|
}, "strip", z.ZodTypeAny, {
|
|
41
|
-
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter";
|
|
41
|
+
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast";
|
|
42
42
|
url: string;
|
|
43
43
|
}, {
|
|
44
|
-
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter";
|
|
44
|
+
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast";
|
|
45
45
|
url: string;
|
|
46
46
|
}>, "many">]>;
|
|
47
47
|
export declare const footerSchema: z.ZodObject<{
|
|
48
|
-
socials: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
49
|
-
type: z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>;
|
|
48
|
+
socials: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
49
|
+
type: z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>;
|
|
50
50
|
url: z.ZodString;
|
|
51
51
|
}, "strip", z.ZodTypeAny, {
|
|
52
|
-
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter";
|
|
52
|
+
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast";
|
|
53
53
|
url: string;
|
|
54
54
|
}, {
|
|
55
|
-
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter";
|
|
55
|
+
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast";
|
|
56
56
|
url: string;
|
|
57
57
|
}>, "many">]>>;
|
|
58
58
|
links: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -81,8 +81,8 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
81
81
|
title?: string | undefined;
|
|
82
82
|
}>, "many">>;
|
|
83
83
|
}, "strip", z.ZodTypeAny, {
|
|
84
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | {
|
|
85
|
-
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter";
|
|
84
|
+
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>> | {
|
|
85
|
+
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast";
|
|
86
86
|
url: string;
|
|
87
87
|
}[] | undefined;
|
|
88
88
|
links?: {
|
|
@@ -93,8 +93,8 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
93
93
|
title?: string | undefined;
|
|
94
94
|
}[] | undefined;
|
|
95
95
|
}, {
|
|
96
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | {
|
|
97
|
-
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter";
|
|
96
|
+
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>> | {
|
|
97
|
+
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast";
|
|
98
98
|
url: string;
|
|
99
99
|
}[] | undefined;
|
|
100
100
|
links?: {
|
|
@@ -2972,7 +2972,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2972
2972
|
} | undefined;
|
|
2973
2973
|
}>]>;
|
|
2974
2974
|
footer: z.ZodOptional<z.ZodObject<{
|
|
2975
|
-
socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, z.ZodString>>;
|
|
2975
|
+
socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodString>>;
|
|
2976
2976
|
links: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2977
2977
|
header: z.ZodOptional<z.ZodString>;
|
|
2978
2978
|
items: z.ZodArray<z.ZodObject<{
|
|
@@ -2999,7 +2999,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2999
2999
|
header?: string | undefined;
|
|
3000
3000
|
}>, "many">>;
|
|
3001
3001
|
}, "strip", z.ZodTypeAny, {
|
|
3002
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
3002
|
+
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;
|
|
3003
3003
|
links?: {
|
|
3004
3004
|
items: {
|
|
3005
3005
|
href: string;
|
|
@@ -3008,7 +3008,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3008
3008
|
header?: string | undefined;
|
|
3009
3009
|
}[] | undefined;
|
|
3010
3010
|
}, {
|
|
3011
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
3011
|
+
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;
|
|
3012
3012
|
links?: {
|
|
3013
3013
|
items: {
|
|
3014
3014
|
href: string;
|
|
@@ -4264,7 +4264,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4264
4264
|
} | undefined;
|
|
4265
4265
|
} | undefined;
|
|
4266
4266
|
footer?: {
|
|
4267
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
4267
|
+
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;
|
|
4268
4268
|
links?: {
|
|
4269
4269
|
items: {
|
|
4270
4270
|
href: string;
|
|
@@ -5213,7 +5213,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5213
5213
|
} | undefined;
|
|
5214
5214
|
} | undefined;
|
|
5215
5215
|
footer?: {
|
|
5216
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
5216
|
+
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;
|
|
5217
5217
|
links?: {
|
|
5218
5218
|
items: {
|
|
5219
5219
|
href: string;
|
|
@@ -8288,7 +8288,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8288
8288
|
} | undefined;
|
|
8289
8289
|
}>]>;
|
|
8290
8290
|
footer: z.ZodOptional<z.ZodObject<{
|
|
8291
|
-
socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, z.ZodString>>;
|
|
8291
|
+
socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodString>>;
|
|
8292
8292
|
links: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8293
8293
|
header: z.ZodOptional<z.ZodString>;
|
|
8294
8294
|
items: z.ZodArray<z.ZodObject<{
|
|
@@ -8315,7 +8315,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8315
8315
|
header?: string | undefined;
|
|
8316
8316
|
}>, "many">>;
|
|
8317
8317
|
}, "strip", z.ZodTypeAny, {
|
|
8318
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
8318
|
+
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;
|
|
8319
8319
|
links?: {
|
|
8320
8320
|
items: {
|
|
8321
8321
|
href: string;
|
|
@@ -8324,7 +8324,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8324
8324
|
header?: string | undefined;
|
|
8325
8325
|
}[] | undefined;
|
|
8326
8326
|
}, {
|
|
8327
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
8327
|
+
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;
|
|
8328
8328
|
links?: {
|
|
8329
8329
|
items: {
|
|
8330
8330
|
href: string;
|
|
@@ -9580,7 +9580,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9580
9580
|
} | undefined;
|
|
9581
9581
|
} | undefined;
|
|
9582
9582
|
footer?: {
|
|
9583
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
9583
|
+
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;
|
|
9584
9584
|
links?: {
|
|
9585
9585
|
items: {
|
|
9586
9586
|
href: string;
|
|
@@ -10529,7 +10529,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10529
10529
|
} | undefined;
|
|
10530
10530
|
} | undefined;
|
|
10531
10531
|
footer?: {
|
|
10532
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
10532
|
+
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;
|
|
10533
10533
|
links?: {
|
|
10534
10534
|
items: {
|
|
10535
10535
|
href: string;
|
|
@@ -13604,7 +13604,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13604
13604
|
} | undefined;
|
|
13605
13605
|
}>]>;
|
|
13606
13606
|
footer: z.ZodOptional<z.ZodObject<{
|
|
13607
|
-
socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, z.ZodString>>;
|
|
13607
|
+
socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodString>>;
|
|
13608
13608
|
links: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13609
13609
|
header: z.ZodOptional<z.ZodString>;
|
|
13610
13610
|
items: z.ZodArray<z.ZodObject<{
|
|
@@ -13631,7 +13631,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13631
13631
|
header?: string | undefined;
|
|
13632
13632
|
}>, "many">>;
|
|
13633
13633
|
}, "strip", z.ZodTypeAny, {
|
|
13634
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
13634
|
+
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;
|
|
13635
13635
|
links?: {
|
|
13636
13636
|
items: {
|
|
13637
13637
|
href: string;
|
|
@@ -13640,7 +13640,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13640
13640
|
header?: string | undefined;
|
|
13641
13641
|
}[] | undefined;
|
|
13642
13642
|
}, {
|
|
13643
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
13643
|
+
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;
|
|
13644
13644
|
links?: {
|
|
13645
13645
|
items: {
|
|
13646
13646
|
href: string;
|
|
@@ -14896,7 +14896,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14896
14896
|
} | undefined;
|
|
14897
14897
|
} | undefined;
|
|
14898
14898
|
footer?: {
|
|
14899
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
14899
|
+
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;
|
|
14900
14900
|
links?: {
|
|
14901
14901
|
items: {
|
|
14902
14902
|
href: string;
|
|
@@ -15845,7 +15845,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
15845
15845
|
} | undefined;
|
|
15846
15846
|
} | undefined;
|
|
15847
15847
|
footer?: {
|
|
15848
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
15848
|
+
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;
|
|
15849
15849
|
links?: {
|
|
15850
15850
|
items: {
|
|
15851
15851
|
href: string;
|
|
@@ -18920,7 +18920,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18920
18920
|
} | undefined;
|
|
18921
18921
|
}>]>;
|
|
18922
18922
|
footer: z.ZodOptional<z.ZodObject<{
|
|
18923
|
-
socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, z.ZodString>>;
|
|
18923
|
+
socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodString>>;
|
|
18924
18924
|
links: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
18925
18925
|
header: z.ZodOptional<z.ZodString>;
|
|
18926
18926
|
items: z.ZodArray<z.ZodObject<{
|
|
@@ -18947,7 +18947,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18947
18947
|
header?: string | undefined;
|
|
18948
18948
|
}>, "many">>;
|
|
18949
18949
|
}, "strip", z.ZodTypeAny, {
|
|
18950
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
18950
|
+
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;
|
|
18951
18951
|
links?: {
|
|
18952
18952
|
items: {
|
|
18953
18953
|
href: string;
|
|
@@ -18956,7 +18956,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18956
18956
|
header?: string | undefined;
|
|
18957
18957
|
}[] | undefined;
|
|
18958
18958
|
}, {
|
|
18959
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
18959
|
+
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;
|
|
18960
18960
|
links?: {
|
|
18961
18961
|
items: {
|
|
18962
18962
|
href: string;
|
|
@@ -20212,7 +20212,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
20212
20212
|
} | undefined;
|
|
20213
20213
|
} | undefined;
|
|
20214
20214
|
footer?: {
|
|
20215
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
20215
|
+
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;
|
|
20216
20216
|
links?: {
|
|
20217
20217
|
items: {
|
|
20218
20218
|
href: string;
|
|
@@ -21161,7 +21161,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
21161
21161
|
} | undefined;
|
|
21162
21162
|
} | undefined;
|
|
21163
21163
|
footer?: {
|
|
21164
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
21164
|
+
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;
|
|
21165
21165
|
links?: {
|
|
21166
21166
|
items: {
|
|
21167
21167
|
href: string;
|
|
@@ -24236,7 +24236,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
24236
24236
|
} | undefined;
|
|
24237
24237
|
}>]>;
|
|
24238
24238
|
footer: z.ZodOptional<z.ZodObject<{
|
|
24239
|
-
socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, z.ZodString>>;
|
|
24239
|
+
socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodString>>;
|
|
24240
24240
|
links: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
24241
24241
|
header: z.ZodOptional<z.ZodString>;
|
|
24242
24242
|
items: z.ZodArray<z.ZodObject<{
|
|
@@ -24263,7 +24263,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
24263
24263
|
header?: string | undefined;
|
|
24264
24264
|
}>, "many">>;
|
|
24265
24265
|
}, "strip", z.ZodTypeAny, {
|
|
24266
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
24266
|
+
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;
|
|
24267
24267
|
links?: {
|
|
24268
24268
|
items: {
|
|
24269
24269
|
href: string;
|
|
@@ -24272,7 +24272,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
24272
24272
|
header?: string | undefined;
|
|
24273
24273
|
}[] | undefined;
|
|
24274
24274
|
}, {
|
|
24275
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
24275
|
+
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;
|
|
24276
24276
|
links?: {
|
|
24277
24277
|
items: {
|
|
24278
24278
|
href: string;
|
|
@@ -25528,7 +25528,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
25528
25528
|
} | undefined;
|
|
25529
25529
|
} | undefined;
|
|
25530
25530
|
footer?: {
|
|
25531
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
25531
|
+
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;
|
|
25532
25532
|
links?: {
|
|
25533
25533
|
items: {
|
|
25534
25534
|
href: string;
|
|
@@ -26477,7 +26477,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
26477
26477
|
} | undefined;
|
|
26478
26478
|
} | undefined;
|
|
26479
26479
|
footer?: {
|
|
26480
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
26480
|
+
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;
|
|
26481
26481
|
links?: {
|
|
26482
26482
|
items: {
|
|
26483
26483
|
href: string;
|
|
@@ -34,9 +34,9 @@ export declare const footerLinksColumnSchema: z.ZodObject<{
|
|
|
34
34
|
}[];
|
|
35
35
|
header?: string | undefined;
|
|
36
36
|
}>;
|
|
37
|
-
export declare const footerSocialsSchema: z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, z.ZodString>;
|
|
37
|
+
export declare const footerSocialsSchema: z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodString>;
|
|
38
38
|
export declare const footerSchema: z.ZodObject<{
|
|
39
|
-
socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, z.ZodString>>;
|
|
39
|
+
socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodString>>;
|
|
40
40
|
links: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
41
41
|
header: z.ZodOptional<z.ZodString>;
|
|
42
42
|
items: z.ZodArray<z.ZodObject<{
|
|
@@ -63,7 +63,7 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
63
63
|
header?: string | undefined;
|
|
64
64
|
}>, "many">>;
|
|
65
65
|
}, "strip", z.ZodTypeAny, {
|
|
66
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
66
|
+
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;
|
|
67
67
|
links?: {
|
|
68
68
|
items: {
|
|
69
69
|
href: string;
|
|
@@ -72,7 +72,7 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
72
72
|
header?: string | undefined;
|
|
73
73
|
}[] | undefined;
|
|
74
74
|
}, {
|
|
75
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
75
|
+
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;
|
|
76
76
|
links?: {
|
|
77
77
|
items: {
|
|
78
78
|
href: string;
|
|
@@ -2971,7 +2971,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2971
2971
|
} | undefined;
|
|
2972
2972
|
}>]>;
|
|
2973
2973
|
footer: z.ZodOptional<z.ZodObject<{
|
|
2974
|
-
socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, z.ZodString>>;
|
|
2974
|
+
socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodString>>;
|
|
2975
2975
|
links: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2976
2976
|
header: z.ZodOptional<z.ZodString>;
|
|
2977
2977
|
items: z.ZodArray<z.ZodObject<{
|
|
@@ -2998,7 +2998,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2998
2998
|
header?: string | undefined;
|
|
2999
2999
|
}>, "many">>;
|
|
3000
3000
|
}, "strip", z.ZodTypeAny, {
|
|
3001
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
3001
|
+
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;
|
|
3002
3002
|
links?: {
|
|
3003
3003
|
items: {
|
|
3004
3004
|
href: string;
|
|
@@ -3007,7 +3007,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
3007
3007
|
header?: string | undefined;
|
|
3008
3008
|
}[] | undefined;
|
|
3009
3009
|
}, {
|
|
3010
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
3010
|
+
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;
|
|
3011
3011
|
links?: {
|
|
3012
3012
|
items: {
|
|
3013
3013
|
href: string;
|
|
@@ -4263,7 +4263,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
4263
4263
|
} | undefined;
|
|
4264
4264
|
} | undefined;
|
|
4265
4265
|
footer?: {
|
|
4266
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
4266
|
+
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;
|
|
4267
4267
|
links?: {
|
|
4268
4268
|
items: {
|
|
4269
4269
|
href: string;
|
|
@@ -5212,7 +5212,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
5212
5212
|
} | undefined;
|
|
5213
5213
|
} | undefined;
|
|
5214
5214
|
footer?: {
|
|
5215
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
5215
|
+
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;
|
|
5216
5216
|
links?: {
|
|
5217
5217
|
items: {
|
|
5218
5218
|
href: string;
|
|
@@ -2971,7 +2971,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
2971
2971
|
} | undefined;
|
|
2972
2972
|
}>]>;
|
|
2973
2973
|
footer: z.ZodOptional<z.ZodObject<{
|
|
2974
|
-
socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, z.ZodString>>;
|
|
2974
|
+
socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodString>>;
|
|
2975
2975
|
links: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2976
2976
|
header: z.ZodOptional<z.ZodString>;
|
|
2977
2977
|
items: z.ZodArray<z.ZodObject<{
|
|
@@ -2998,7 +2998,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
2998
2998
|
header?: string | undefined;
|
|
2999
2999
|
}>, "many">>;
|
|
3000
3000
|
}, "strip", z.ZodTypeAny, {
|
|
3001
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
3001
|
+
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;
|
|
3002
3002
|
links?: {
|
|
3003
3003
|
items: {
|
|
3004
3004
|
href: string;
|
|
@@ -3007,7 +3007,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
3007
3007
|
header?: string | undefined;
|
|
3008
3008
|
}[] | undefined;
|
|
3009
3009
|
}, {
|
|
3010
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
3010
|
+
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;
|
|
3011
3011
|
links?: {
|
|
3012
3012
|
items: {
|
|
3013
3013
|
href: string;
|
|
@@ -4263,7 +4263,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
4263
4263
|
} | undefined;
|
|
4264
4264
|
} | undefined;
|
|
4265
4265
|
footer?: {
|
|
4266
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
4266
|
+
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;
|
|
4267
4267
|
links?: {
|
|
4268
4268
|
items: {
|
|
4269
4269
|
href: string;
|
|
@@ -5212,7 +5212,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
5212
5212
|
} | undefined;
|
|
5213
5213
|
} | undefined;
|
|
5214
5214
|
footer?: {
|
|
5215
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
5215
|
+
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;
|
|
5216
5216
|
links?: {
|
|
5217
5217
|
items: {
|
|
5218
5218
|
href: string;
|