@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
|
@@ -2971,7 +2971,7 @@ export declare const mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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;
|
|
@@ -2970,7 +2970,7 @@ export declare const standardConfigSchema: {
|
|
|
2970
2970
|
} | undefined;
|
|
2971
2971
|
}>]>;
|
|
2972
2972
|
footer: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2973
|
-
socials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, import("zod").ZodString>>;
|
|
2973
|
+
socials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, import("zod").ZodString>>;
|
|
2974
2974
|
links: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2975
2975
|
header: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2976
2976
|
items: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -2997,7 +2997,7 @@ export declare const standardConfigSchema: {
|
|
|
2997
2997
|
header?: string | undefined;
|
|
2998
2998
|
}>, "many">>;
|
|
2999
2999
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3000
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
3000
|
+
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;
|
|
3001
3001
|
links?: {
|
|
3002
3002
|
items: {
|
|
3003
3003
|
href: string;
|
|
@@ -3006,7 +3006,7 @@ export declare const standardConfigSchema: {
|
|
|
3006
3006
|
header?: string | undefined;
|
|
3007
3007
|
}[] | undefined;
|
|
3008
3008
|
}, {
|
|
3009
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
3009
|
+
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;
|
|
3010
3010
|
links?: {
|
|
3011
3011
|
items: {
|
|
3012
3012
|
href: string;
|
|
@@ -2971,7 +2971,7 @@ export declare const willowConfigSchema: 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 willowConfigSchema: 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 willowConfigSchema: 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 willowConfigSchema: 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 willowConfigSchema: 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;
|
|
@@ -126,8 +126,8 @@ export declare function validateMintConfig(value: unknown): z.SafeParseError<{
|
|
|
126
126
|
openapi?: string | undefined;
|
|
127
127
|
}[] | undefined;
|
|
128
128
|
footer?: {
|
|
129
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | {
|
|
130
|
-
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter";
|
|
129
|
+
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>> | {
|
|
130
|
+
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast";
|
|
131
131
|
url: string;
|
|
132
132
|
}[] | undefined;
|
|
133
133
|
links?: {
|
|
@@ -231,8 +231,8 @@ export declare function validateMintConfig(value: unknown): z.SafeParseError<{
|
|
|
231
231
|
seo?: {
|
|
232
232
|
indexHiddenPages?: boolean | undefined;
|
|
233
233
|
} | undefined;
|
|
234
|
-
footerSocials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | {
|
|
235
|
-
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter";
|
|
234
|
+
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>> | {
|
|
235
|
+
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast";
|
|
236
236
|
url: string;
|
|
237
237
|
}[] | undefined;
|
|
238
238
|
}> | {
|
|
@@ -365,8 +365,8 @@ export declare function validateMintConfig(value: unknown): z.SafeParseError<{
|
|
|
365
365
|
openapi?: string | undefined;
|
|
366
366
|
}[] | undefined;
|
|
367
367
|
footer?: {
|
|
368
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | {
|
|
369
|
-
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter";
|
|
368
|
+
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>> | {
|
|
369
|
+
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast";
|
|
370
370
|
url: string;
|
|
371
371
|
}[] | undefined;
|
|
372
372
|
links?: {
|
|
@@ -470,8 +470,8 @@ export declare function validateMintConfig(value: unknown): z.SafeParseError<{
|
|
|
470
470
|
seo?: {
|
|
471
471
|
indexHiddenPages?: boolean | undefined;
|
|
472
472
|
} | undefined;
|
|
473
|
-
footerSocials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | {
|
|
474
|
-
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter";
|
|
473
|
+
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>> | {
|
|
474
|
+
type: "github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast";
|
|
475
475
|
url: string;
|
|
476
476
|
}[] | undefined;
|
|
477
477
|
};
|
|
@@ -1322,7 +1322,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1322
1322
|
} | undefined;
|
|
1323
1323
|
} | undefined;
|
|
1324
1324
|
footer?: {
|
|
1325
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
1325
|
+
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;
|
|
1326
1326
|
links?: {
|
|
1327
1327
|
items: {
|
|
1328
1328
|
href: string;
|
|
@@ -2271,7 +2271,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2271
2271
|
} | undefined;
|
|
2272
2272
|
} | undefined;
|
|
2273
2273
|
footer?: {
|
|
2274
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
2274
|
+
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;
|
|
2275
2275
|
links?: {
|
|
2276
2276
|
items: {
|
|
2277
2277
|
href: string;
|
|
@@ -3220,7 +3220,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3220
3220
|
} | undefined;
|
|
3221
3221
|
} | undefined;
|
|
3222
3222
|
footer?: {
|
|
3223
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
3223
|
+
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;
|
|
3224
3224
|
links?: {
|
|
3225
3225
|
items: {
|
|
3226
3226
|
href: string;
|
|
@@ -4169,7 +4169,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4169
4169
|
} | undefined;
|
|
4170
4170
|
} | undefined;
|
|
4171
4171
|
footer?: {
|
|
4172
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
4172
|
+
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;
|
|
4173
4173
|
links?: {
|
|
4174
4174
|
items: {
|
|
4175
4175
|
href: string;
|
|
@@ -5118,7 +5118,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5118
5118
|
} | undefined;
|
|
5119
5119
|
} | undefined;
|
|
5120
5120
|
footer?: {
|
|
5121
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
5121
|
+
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;
|
|
5122
5122
|
links?: {
|
|
5123
5123
|
items: {
|
|
5124
5124
|
href: string;
|
|
@@ -6070,7 +6070,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6070
6070
|
} | undefined;
|
|
6071
6071
|
} | undefined;
|
|
6072
6072
|
footer?: {
|
|
6073
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
6073
|
+
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;
|
|
6074
6074
|
links?: {
|
|
6075
6075
|
items: {
|
|
6076
6076
|
href: string;
|
|
@@ -7019,7 +7019,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
7019
7019
|
} | undefined;
|
|
7020
7020
|
} | undefined;
|
|
7021
7021
|
footer?: {
|
|
7022
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
7022
|
+
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;
|
|
7023
7023
|
links?: {
|
|
7024
7024
|
items: {
|
|
7025
7025
|
href: string;
|
|
@@ -7968,7 +7968,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
7968
7968
|
} | undefined;
|
|
7969
7969
|
} | undefined;
|
|
7970
7970
|
footer?: {
|
|
7971
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
7971
|
+
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;
|
|
7972
7972
|
links?: {
|
|
7973
7973
|
items: {
|
|
7974
7974
|
href: string;
|
|
@@ -8917,7 +8917,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
8917
8917
|
} | undefined;
|
|
8918
8918
|
} | undefined;
|
|
8919
8919
|
footer?: {
|
|
8920
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
8920
|
+
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;
|
|
8921
8921
|
links?: {
|
|
8922
8922
|
items: {
|
|
8923
8923
|
href: string;
|
|
@@ -9866,7 +9866,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
9866
9866
|
} | undefined;
|
|
9867
9867
|
} | undefined;
|
|
9868
9868
|
footer?: {
|
|
9869
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
|
|
9869
|
+
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;
|
|
9870
9870
|
links?: {
|
|
9871
9871
|
items: {
|
|
9872
9872
|
href: string;
|