@mintlify/validation 0.1.663 → 0.1.665
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/editor-navigation/conversion/common.d.ts +1 -1
- package/dist/editor-navigation/conversion/common.js +5 -1
- package/dist/editor-navigation/conversion/docsjson-to-tree.js +2 -0
- package/dist/editor-navigation/conversion/tree-to-docsjson.js +1 -1
- package/dist/mint-config/schemas/v2/index.d.ts +330 -330
- package/dist/mint-config/schemas/v2/properties/navbar.d.ts +9 -9
- package/dist/mint-config/schemas/v2/properties/navigation/anchors.d.ts +3 -3
- package/dist/mint-config/schemas/v2/properties/navigation/dropdown.d.ts +3 -3
- package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +24 -24
- package/dist/mint-config/schemas/v2/properties/navigation/languages.d.ts +21 -21
- package/dist/mint-config/schemas/v2/properties/navigation/menu.d.ts +3 -3
- package/dist/mint-config/schemas/v2/properties/navigation/products.d.ts +3 -3
- package/dist/mint-config/schemas/v2/properties/navigation/tabs.d.ts +3 -3
- package/dist/mint-config/schemas/v2/properties/navigation/version.d.ts +3 -3
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +33 -33
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +33 -33
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +33 -33
- package/dist/mint-config/schemas/v2/themes/luma.d.ts +33 -33
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +33 -33
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +33 -33
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +33 -33
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +33 -33
- package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +33 -33
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +33 -33
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -243,7 +243,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
243
243
|
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
244
244
|
}>>;
|
|
245
245
|
navbar: z.ZodOptional<z.ZodObject<{
|
|
246
|
-
links: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<
|
|
246
|
+
links: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
247
247
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
248
248
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
249
249
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -258,10 +258,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
258
258
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
259
259
|
}>]>>;
|
|
260
260
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
261
|
-
}
|
|
261
|
+
} & {
|
|
262
262
|
label: z.ZodOptional<z.ZodString>;
|
|
263
263
|
type: z.ZodLiteral<"github">;
|
|
264
|
-
}
|
|
264
|
+
}, "strip", z.ZodTypeAny, {
|
|
265
265
|
type: "github";
|
|
266
266
|
href: string;
|
|
267
267
|
icon?: string | {
|
|
@@ -279,7 +279,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
279
279
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
280
280
|
} | undefined;
|
|
281
281
|
label?: string | undefined;
|
|
282
|
-
}>, z.ZodObject<
|
|
282
|
+
}>, z.ZodObject<{
|
|
283
283
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
284
284
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
285
285
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -294,10 +294,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
294
294
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
295
295
|
}>]>>;
|
|
296
296
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
297
|
-
}
|
|
297
|
+
} & {
|
|
298
298
|
label: z.ZodOptional<z.ZodString>;
|
|
299
299
|
type: z.ZodLiteral<"discord">;
|
|
300
|
-
}
|
|
300
|
+
}, "strip", z.ZodTypeAny, {
|
|
301
301
|
type: "discord";
|
|
302
302
|
href: string;
|
|
303
303
|
icon?: string | {
|
|
@@ -315,7 +315,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
315
315
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
316
316
|
} | undefined;
|
|
317
317
|
label?: string | undefined;
|
|
318
|
-
}>, z.ZodObject<
|
|
318
|
+
}>, z.ZodObject<{
|
|
319
319
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
320
320
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
321
321
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -330,10 +330,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
330
330
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
331
331
|
}>]>>;
|
|
332
332
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
333
|
-
}
|
|
333
|
+
} & {
|
|
334
334
|
label: z.ZodString;
|
|
335
335
|
type: z.ZodOptional<z.ZodString>;
|
|
336
|
-
}
|
|
336
|
+
}, "strip", z.ZodTypeAny, {
|
|
337
337
|
href: string;
|
|
338
338
|
label: string;
|
|
339
339
|
type?: string | undefined;
|
|
@@ -474,12 +474,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
474
474
|
label?: string | undefined;
|
|
475
475
|
})[] | undefined;
|
|
476
476
|
}>>;
|
|
477
|
-
navigation: z.ZodUnion<[z.ZodObject<
|
|
477
|
+
navigation: z.ZodUnion<[z.ZodObject<{
|
|
478
478
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
479
479
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
480
|
-
}
|
|
480
|
+
} & {
|
|
481
481
|
products: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").ProductNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").ProductNavigation<"default">>, "many">;
|
|
482
|
-
}
|
|
482
|
+
}, "strip", z.ZodTypeAny, {
|
|
483
483
|
products: import("./properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
484
484
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
485
485
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -487,12 +487,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
487
487
|
products: import("./properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
488
488
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
489
489
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
490
|
-
}>, z.ZodObject<
|
|
490
|
+
}>, z.ZodObject<{
|
|
491
491
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
492
492
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
493
|
-
}
|
|
493
|
+
} & {
|
|
494
494
|
languages: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">>, "many">;
|
|
495
|
-
}
|
|
495
|
+
}, "strip", z.ZodTypeAny, {
|
|
496
496
|
languages: import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
497
497
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
498
498
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -500,12 +500,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
500
500
|
languages: import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
501
501
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
502
502
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
503
|
-
}>, z.ZodObject<
|
|
503
|
+
}>, z.ZodObject<{
|
|
504
504
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
505
505
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
506
|
-
}
|
|
506
|
+
} & {
|
|
507
507
|
versions: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").VersionNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").VersionNavigation<"default">>, "many">;
|
|
508
|
-
}
|
|
508
|
+
}, "strip", z.ZodTypeAny, {
|
|
509
509
|
versions: import("./properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
510
510
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
511
511
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -513,12 +513,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
513
513
|
versions: import("./properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
514
514
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
515
515
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
516
|
-
}>, z.ZodObject<
|
|
516
|
+
}>, z.ZodObject<{
|
|
517
517
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
518
518
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
519
|
-
}
|
|
519
|
+
} & {
|
|
520
520
|
tabs: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").TabNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").TabNavigation<"default">>, "many">;
|
|
521
|
-
}
|
|
521
|
+
}, "strip", z.ZodTypeAny, {
|
|
522
522
|
tabs: import("./properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
523
523
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
524
524
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -526,12 +526,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
526
526
|
tabs: import("./properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
527
527
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
528
528
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
529
|
-
}>, z.ZodObject<
|
|
529
|
+
}>, z.ZodObject<{
|
|
530
530
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
531
531
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
532
|
-
}
|
|
532
|
+
} & {
|
|
533
533
|
dropdowns: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">>, "many">;
|
|
534
|
-
}
|
|
534
|
+
}, "strip", z.ZodTypeAny, {
|
|
535
535
|
dropdowns: import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
536
536
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
537
537
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -539,12 +539,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
539
539
|
dropdowns: import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
540
540
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
541
541
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
542
|
-
}>, z.ZodObject<
|
|
542
|
+
}>, z.ZodObject<{
|
|
543
543
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
544
544
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
545
|
-
}
|
|
545
|
+
} & {
|
|
546
546
|
anchors: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">>, "many">;
|
|
547
|
-
}
|
|
547
|
+
}, "strip", z.ZodTypeAny, {
|
|
548
548
|
anchors: import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
549
549
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
550
550
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -552,10 +552,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
552
552
|
anchors: import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
553
553
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
554
554
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
555
|
-
}>, z.ZodObject<
|
|
555
|
+
}>, z.ZodObject<{
|
|
556
556
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
557
557
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
558
|
-
}
|
|
558
|
+
} & {
|
|
559
559
|
groups: z.ZodArray<z.ZodType<{
|
|
560
560
|
group: string;
|
|
561
561
|
icon?: string | {
|
|
@@ -605,7 +605,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
605
605
|
} & {
|
|
606
606
|
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
607
607
|
}>, "many">;
|
|
608
|
-
}
|
|
608
|
+
}, "strip", z.ZodTypeAny, {
|
|
609
609
|
groups: ({
|
|
610
610
|
group: string;
|
|
611
611
|
icon?: string | {
|
|
@@ -661,10 +661,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
661
661
|
})[];
|
|
662
662
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
663
663
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
664
|
-
}>, z.ZodObject<
|
|
664
|
+
}>, z.ZodObject<{
|
|
665
665
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
666
666
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
667
|
-
}
|
|
667
|
+
} & {
|
|
668
668
|
pages: z.ZodArray<z.ZodType<string | ({
|
|
669
669
|
group: string;
|
|
670
670
|
icon?: string | {
|
|
@@ -714,7 +714,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
714
714
|
} & {
|
|
715
715
|
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
716
716
|
})>, "many">;
|
|
717
|
-
}
|
|
717
|
+
}, "strip", z.ZodTypeAny, {
|
|
718
718
|
pages: (string | ({
|
|
719
719
|
group: string;
|
|
720
720
|
icon?: string | {
|
|
@@ -2521,7 +2521,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2521
2521
|
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
2522
2522
|
}>>;
|
|
2523
2523
|
navbar: z.ZodOptional<z.ZodObject<{
|
|
2524
|
-
links: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<
|
|
2524
|
+
links: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
2525
2525
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
2526
2526
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
2527
2527
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -2536,10 +2536,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2536
2536
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2537
2537
|
}>]>>;
|
|
2538
2538
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
2539
|
-
}
|
|
2539
|
+
} & {
|
|
2540
2540
|
label: z.ZodOptional<z.ZodString>;
|
|
2541
2541
|
type: z.ZodLiteral<"github">;
|
|
2542
|
-
}
|
|
2542
|
+
}, "strip", z.ZodTypeAny, {
|
|
2543
2543
|
type: "github";
|
|
2544
2544
|
href: string;
|
|
2545
2545
|
icon?: string | {
|
|
@@ -2557,7 +2557,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2557
2557
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2558
2558
|
} | undefined;
|
|
2559
2559
|
label?: string | undefined;
|
|
2560
|
-
}>, z.ZodObject<
|
|
2560
|
+
}>, z.ZodObject<{
|
|
2561
2561
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
2562
2562
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
2563
2563
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -2572,10 +2572,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2572
2572
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2573
2573
|
}>]>>;
|
|
2574
2574
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
2575
|
-
}
|
|
2575
|
+
} & {
|
|
2576
2576
|
label: z.ZodOptional<z.ZodString>;
|
|
2577
2577
|
type: z.ZodLiteral<"discord">;
|
|
2578
|
-
}
|
|
2578
|
+
}, "strip", z.ZodTypeAny, {
|
|
2579
2579
|
type: "discord";
|
|
2580
2580
|
href: string;
|
|
2581
2581
|
icon?: string | {
|
|
@@ -2593,7 +2593,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2593
2593
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2594
2594
|
} | undefined;
|
|
2595
2595
|
label?: string | undefined;
|
|
2596
|
-
}>, z.ZodObject<
|
|
2596
|
+
}>, z.ZodObject<{
|
|
2597
2597
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
2598
2598
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
2599
2599
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -2608,10 +2608,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2608
2608
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
2609
2609
|
}>]>>;
|
|
2610
2610
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
2611
|
-
}
|
|
2611
|
+
} & {
|
|
2612
2612
|
label: z.ZodString;
|
|
2613
2613
|
type: z.ZodOptional<z.ZodString>;
|
|
2614
|
-
}
|
|
2614
|
+
}, "strip", z.ZodTypeAny, {
|
|
2615
2615
|
href: string;
|
|
2616
2616
|
label: string;
|
|
2617
2617
|
type?: string | undefined;
|
|
@@ -2752,12 +2752,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2752
2752
|
label?: string | undefined;
|
|
2753
2753
|
})[] | undefined;
|
|
2754
2754
|
}>>;
|
|
2755
|
-
navigation: z.ZodUnion<[z.ZodObject<
|
|
2755
|
+
navigation: z.ZodUnion<[z.ZodObject<{
|
|
2756
2756
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
2757
2757
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
2758
|
-
}
|
|
2758
|
+
} & {
|
|
2759
2759
|
products: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").ProductNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").ProductNavigation<"default">>, "many">;
|
|
2760
|
-
}
|
|
2760
|
+
}, "strip", z.ZodTypeAny, {
|
|
2761
2761
|
products: import("./properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
2762
2762
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2763
2763
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -2765,12 +2765,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2765
2765
|
products: import("./properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
2766
2766
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2767
2767
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2768
|
-
}>, z.ZodObject<
|
|
2768
|
+
}>, z.ZodObject<{
|
|
2769
2769
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
2770
2770
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
2771
|
-
}
|
|
2771
|
+
} & {
|
|
2772
2772
|
languages: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">>, "many">;
|
|
2773
|
-
}
|
|
2773
|
+
}, "strip", z.ZodTypeAny, {
|
|
2774
2774
|
languages: import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
2775
2775
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2776
2776
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -2778,12 +2778,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2778
2778
|
languages: import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
2779
2779
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2780
2780
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2781
|
-
}>, z.ZodObject<
|
|
2781
|
+
}>, z.ZodObject<{
|
|
2782
2782
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
2783
2783
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
2784
|
-
}
|
|
2784
|
+
} & {
|
|
2785
2785
|
versions: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").VersionNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").VersionNavigation<"default">>, "many">;
|
|
2786
|
-
}
|
|
2786
|
+
}, "strip", z.ZodTypeAny, {
|
|
2787
2787
|
versions: import("./properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
2788
2788
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2789
2789
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -2791,12 +2791,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2791
2791
|
versions: import("./properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
2792
2792
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2793
2793
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2794
|
-
}>, z.ZodObject<
|
|
2794
|
+
}>, z.ZodObject<{
|
|
2795
2795
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
2796
2796
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
2797
|
-
}
|
|
2797
|
+
} & {
|
|
2798
2798
|
tabs: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").TabNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").TabNavigation<"default">>, "many">;
|
|
2799
|
-
}
|
|
2799
|
+
}, "strip", z.ZodTypeAny, {
|
|
2800
2800
|
tabs: import("./properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
2801
2801
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2802
2802
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -2804,12 +2804,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2804
2804
|
tabs: import("./properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
2805
2805
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2806
2806
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2807
|
-
}>, z.ZodObject<
|
|
2807
|
+
}>, z.ZodObject<{
|
|
2808
2808
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
2809
2809
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
2810
|
-
}
|
|
2810
|
+
} & {
|
|
2811
2811
|
dropdowns: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">>, "many">;
|
|
2812
|
-
}
|
|
2812
|
+
}, "strip", z.ZodTypeAny, {
|
|
2813
2813
|
dropdowns: import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
2814
2814
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2815
2815
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -2817,12 +2817,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2817
2817
|
dropdowns: import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
2818
2818
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2819
2819
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2820
|
-
}>, z.ZodObject<
|
|
2820
|
+
}>, z.ZodObject<{
|
|
2821
2821
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
2822
2822
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
2823
|
-
}
|
|
2823
|
+
} & {
|
|
2824
2824
|
anchors: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">>, "many">;
|
|
2825
|
-
}
|
|
2825
|
+
}, "strip", z.ZodTypeAny, {
|
|
2826
2826
|
anchors: import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
2827
2827
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2828
2828
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -2830,10 +2830,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2830
2830
|
anchors: import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
2831
2831
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2832
2832
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2833
|
-
}>, z.ZodObject<
|
|
2833
|
+
}>, z.ZodObject<{
|
|
2834
2834
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
2835
2835
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
2836
|
-
}
|
|
2836
|
+
} & {
|
|
2837
2837
|
groups: z.ZodArray<z.ZodType<{
|
|
2838
2838
|
group: string;
|
|
2839
2839
|
icon?: string | {
|
|
@@ -2883,7 +2883,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2883
2883
|
} & {
|
|
2884
2884
|
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
2885
2885
|
}>, "many">;
|
|
2886
|
-
}
|
|
2886
|
+
}, "strip", z.ZodTypeAny, {
|
|
2887
2887
|
groups: ({
|
|
2888
2888
|
group: string;
|
|
2889
2889
|
icon?: string | {
|
|
@@ -2939,10 +2939,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2939
2939
|
})[];
|
|
2940
2940
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2941
2941
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2942
|
-
}>, z.ZodObject<
|
|
2942
|
+
}>, z.ZodObject<{
|
|
2943
2943
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
2944
2944
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
2945
|
-
}
|
|
2945
|
+
} & {
|
|
2946
2946
|
pages: z.ZodArray<z.ZodType<string | ({
|
|
2947
2947
|
group: string;
|
|
2948
2948
|
icon?: string | {
|
|
@@ -2992,7 +2992,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2992
2992
|
} & {
|
|
2993
2993
|
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
2994
2994
|
})>, "many">;
|
|
2995
|
-
}
|
|
2995
|
+
}, "strip", z.ZodTypeAny, {
|
|
2996
2996
|
pages: (string | ({
|
|
2997
2997
|
group: string;
|
|
2998
2998
|
icon?: string | {
|
|
@@ -4799,7 +4799,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4799
4799
|
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
4800
4800
|
}>>;
|
|
4801
4801
|
navbar: z.ZodOptional<z.ZodObject<{
|
|
4802
|
-
links: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<
|
|
4802
|
+
links: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
4803
4803
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
4804
4804
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
4805
4805
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -4814,10 +4814,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4814
4814
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4815
4815
|
}>]>>;
|
|
4816
4816
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
4817
|
-
}
|
|
4817
|
+
} & {
|
|
4818
4818
|
label: z.ZodOptional<z.ZodString>;
|
|
4819
4819
|
type: z.ZodLiteral<"github">;
|
|
4820
|
-
}
|
|
4820
|
+
}, "strip", z.ZodTypeAny, {
|
|
4821
4821
|
type: "github";
|
|
4822
4822
|
href: string;
|
|
4823
4823
|
icon?: string | {
|
|
@@ -4835,7 +4835,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4835
4835
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4836
4836
|
} | undefined;
|
|
4837
4837
|
label?: string | undefined;
|
|
4838
|
-
}>, z.ZodObject<
|
|
4838
|
+
}>, z.ZodObject<{
|
|
4839
4839
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
4840
4840
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
4841
4841
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -4850,10 +4850,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4850
4850
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4851
4851
|
}>]>>;
|
|
4852
4852
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
4853
|
-
}
|
|
4853
|
+
} & {
|
|
4854
4854
|
label: z.ZodOptional<z.ZodString>;
|
|
4855
4855
|
type: z.ZodLiteral<"discord">;
|
|
4856
|
-
}
|
|
4856
|
+
}, "strip", z.ZodTypeAny, {
|
|
4857
4857
|
type: "discord";
|
|
4858
4858
|
href: string;
|
|
4859
4859
|
icon?: string | {
|
|
@@ -4871,7 +4871,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4871
4871
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4872
4872
|
} | undefined;
|
|
4873
4873
|
label?: string | undefined;
|
|
4874
|
-
}>, z.ZodObject<
|
|
4874
|
+
}>, z.ZodObject<{
|
|
4875
4875
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
4876
4876
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
4877
4877
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -4886,10 +4886,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4886
4886
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
4887
4887
|
}>]>>;
|
|
4888
4888
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
4889
|
-
}
|
|
4889
|
+
} & {
|
|
4890
4890
|
label: z.ZodString;
|
|
4891
4891
|
type: z.ZodOptional<z.ZodString>;
|
|
4892
|
-
}
|
|
4892
|
+
}, "strip", z.ZodTypeAny, {
|
|
4893
4893
|
href: string;
|
|
4894
4894
|
label: string;
|
|
4895
4895
|
type?: string | undefined;
|
|
@@ -5030,12 +5030,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5030
5030
|
label?: string | undefined;
|
|
5031
5031
|
})[] | undefined;
|
|
5032
5032
|
}>>;
|
|
5033
|
-
navigation: z.ZodUnion<[z.ZodObject<
|
|
5033
|
+
navigation: z.ZodUnion<[z.ZodObject<{
|
|
5034
5034
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
5035
5035
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
5036
|
-
}
|
|
5036
|
+
} & {
|
|
5037
5037
|
products: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").ProductNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").ProductNavigation<"default">>, "many">;
|
|
5038
|
-
}
|
|
5038
|
+
}, "strip", z.ZodTypeAny, {
|
|
5039
5039
|
products: import("./properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
5040
5040
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5041
5041
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -5043,12 +5043,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5043
5043
|
products: import("./properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
5044
5044
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5045
5045
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
5046
|
-
}>, z.ZodObject<
|
|
5046
|
+
}>, z.ZodObject<{
|
|
5047
5047
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
5048
5048
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
5049
|
-
}
|
|
5049
|
+
} & {
|
|
5050
5050
|
languages: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">>, "many">;
|
|
5051
|
-
}
|
|
5051
|
+
}, "strip", z.ZodTypeAny, {
|
|
5052
5052
|
languages: import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
5053
5053
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5054
5054
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -5056,12 +5056,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5056
5056
|
languages: import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
5057
5057
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5058
5058
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
5059
|
-
}>, z.ZodObject<
|
|
5059
|
+
}>, z.ZodObject<{
|
|
5060
5060
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
5061
5061
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
5062
|
-
}
|
|
5062
|
+
} & {
|
|
5063
5063
|
versions: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").VersionNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").VersionNavigation<"default">>, "many">;
|
|
5064
|
-
}
|
|
5064
|
+
}, "strip", z.ZodTypeAny, {
|
|
5065
5065
|
versions: import("./properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
5066
5066
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5067
5067
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -5069,12 +5069,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5069
5069
|
versions: import("./properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
5070
5070
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5071
5071
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
5072
|
-
}>, z.ZodObject<
|
|
5072
|
+
}>, z.ZodObject<{
|
|
5073
5073
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
5074
5074
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
5075
|
-
}
|
|
5075
|
+
} & {
|
|
5076
5076
|
tabs: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").TabNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").TabNavigation<"default">>, "many">;
|
|
5077
|
-
}
|
|
5077
|
+
}, "strip", z.ZodTypeAny, {
|
|
5078
5078
|
tabs: import("./properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
5079
5079
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5080
5080
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -5082,12 +5082,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5082
5082
|
tabs: import("./properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
5083
5083
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5084
5084
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
5085
|
-
}>, z.ZodObject<
|
|
5085
|
+
}>, z.ZodObject<{
|
|
5086
5086
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
5087
5087
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
5088
|
-
}
|
|
5088
|
+
} & {
|
|
5089
5089
|
dropdowns: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">>, "many">;
|
|
5090
|
-
}
|
|
5090
|
+
}, "strip", z.ZodTypeAny, {
|
|
5091
5091
|
dropdowns: import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
5092
5092
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5093
5093
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -5095,12 +5095,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5095
5095
|
dropdowns: import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
5096
5096
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5097
5097
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
5098
|
-
}>, z.ZodObject<
|
|
5098
|
+
}>, z.ZodObject<{
|
|
5099
5099
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
5100
5100
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
5101
|
-
}
|
|
5101
|
+
} & {
|
|
5102
5102
|
anchors: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">>, "many">;
|
|
5103
|
-
}
|
|
5103
|
+
}, "strip", z.ZodTypeAny, {
|
|
5104
5104
|
anchors: import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
5105
5105
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5106
5106
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -5108,10 +5108,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5108
5108
|
anchors: import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
5109
5109
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5110
5110
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
5111
|
-
}>, z.ZodObject<
|
|
5111
|
+
}>, z.ZodObject<{
|
|
5112
5112
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
5113
5113
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
5114
|
-
}
|
|
5114
|
+
} & {
|
|
5115
5115
|
groups: z.ZodArray<z.ZodType<{
|
|
5116
5116
|
group: string;
|
|
5117
5117
|
icon?: string | {
|
|
@@ -5161,7 +5161,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5161
5161
|
} & {
|
|
5162
5162
|
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
5163
5163
|
}>, "many">;
|
|
5164
|
-
}
|
|
5164
|
+
}, "strip", z.ZodTypeAny, {
|
|
5165
5165
|
groups: ({
|
|
5166
5166
|
group: string;
|
|
5167
5167
|
icon?: string | {
|
|
@@ -5217,10 +5217,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5217
5217
|
})[];
|
|
5218
5218
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5219
5219
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
5220
|
-
}>, z.ZodObject<
|
|
5220
|
+
}>, z.ZodObject<{
|
|
5221
5221
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
5222
5222
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
5223
|
-
}
|
|
5223
|
+
} & {
|
|
5224
5224
|
pages: z.ZodArray<z.ZodType<string | ({
|
|
5225
5225
|
group: string;
|
|
5226
5226
|
icon?: string | {
|
|
@@ -5270,7 +5270,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5270
5270
|
} & {
|
|
5271
5271
|
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
5272
5272
|
})>, "many">;
|
|
5273
|
-
}
|
|
5273
|
+
}, "strip", z.ZodTypeAny, {
|
|
5274
5274
|
pages: (string | ({
|
|
5275
5275
|
group: string;
|
|
5276
5276
|
icon?: string | {
|
|
@@ -7077,7 +7077,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7077
7077
|
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
7078
7078
|
}>>;
|
|
7079
7079
|
navbar: z.ZodOptional<z.ZodObject<{
|
|
7080
|
-
links: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<
|
|
7080
|
+
links: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
7081
7081
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
7082
7082
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
7083
7083
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -7092,10 +7092,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7092
7092
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
7093
7093
|
}>]>>;
|
|
7094
7094
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
7095
|
-
}
|
|
7095
|
+
} & {
|
|
7096
7096
|
label: z.ZodOptional<z.ZodString>;
|
|
7097
7097
|
type: z.ZodLiteral<"github">;
|
|
7098
|
-
}
|
|
7098
|
+
}, "strip", z.ZodTypeAny, {
|
|
7099
7099
|
type: "github";
|
|
7100
7100
|
href: string;
|
|
7101
7101
|
icon?: string | {
|
|
@@ -7113,7 +7113,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7113
7113
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
7114
7114
|
} | undefined;
|
|
7115
7115
|
label?: string | undefined;
|
|
7116
|
-
}>, z.ZodObject<
|
|
7116
|
+
}>, z.ZodObject<{
|
|
7117
7117
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
7118
7118
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
7119
7119
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -7128,10 +7128,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7128
7128
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
7129
7129
|
}>]>>;
|
|
7130
7130
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
7131
|
-
}
|
|
7131
|
+
} & {
|
|
7132
7132
|
label: z.ZodOptional<z.ZodString>;
|
|
7133
7133
|
type: z.ZodLiteral<"discord">;
|
|
7134
|
-
}
|
|
7134
|
+
}, "strip", z.ZodTypeAny, {
|
|
7135
7135
|
type: "discord";
|
|
7136
7136
|
href: string;
|
|
7137
7137
|
icon?: string | {
|
|
@@ -7149,7 +7149,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7149
7149
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
7150
7150
|
} | undefined;
|
|
7151
7151
|
label?: string | undefined;
|
|
7152
|
-
}>, z.ZodObject<
|
|
7152
|
+
}>, z.ZodObject<{
|
|
7153
7153
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
7154
7154
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
7155
7155
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -7164,10 +7164,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7164
7164
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
7165
7165
|
}>]>>;
|
|
7166
7166
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
7167
|
-
}
|
|
7167
|
+
} & {
|
|
7168
7168
|
label: z.ZodString;
|
|
7169
7169
|
type: z.ZodOptional<z.ZodString>;
|
|
7170
|
-
}
|
|
7170
|
+
}, "strip", z.ZodTypeAny, {
|
|
7171
7171
|
href: string;
|
|
7172
7172
|
label: string;
|
|
7173
7173
|
type?: string | undefined;
|
|
@@ -7308,12 +7308,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7308
7308
|
label?: string | undefined;
|
|
7309
7309
|
})[] | undefined;
|
|
7310
7310
|
}>>;
|
|
7311
|
-
navigation: z.ZodUnion<[z.ZodObject<
|
|
7311
|
+
navigation: z.ZodUnion<[z.ZodObject<{
|
|
7312
7312
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
7313
7313
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
7314
|
-
}
|
|
7314
|
+
} & {
|
|
7315
7315
|
products: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").ProductNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").ProductNavigation<"default">>, "many">;
|
|
7316
|
-
}
|
|
7316
|
+
}, "strip", z.ZodTypeAny, {
|
|
7317
7317
|
products: import("./properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
7318
7318
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7319
7319
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -7321,12 +7321,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7321
7321
|
products: import("./properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
7322
7322
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7323
7323
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
7324
|
-
}>, z.ZodObject<
|
|
7324
|
+
}>, z.ZodObject<{
|
|
7325
7325
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
7326
7326
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
7327
|
-
}
|
|
7327
|
+
} & {
|
|
7328
7328
|
languages: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">>, "many">;
|
|
7329
|
-
}
|
|
7329
|
+
}, "strip", z.ZodTypeAny, {
|
|
7330
7330
|
languages: import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
7331
7331
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7332
7332
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -7334,12 +7334,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7334
7334
|
languages: import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
7335
7335
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7336
7336
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
7337
|
-
}>, z.ZodObject<
|
|
7337
|
+
}>, z.ZodObject<{
|
|
7338
7338
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
7339
7339
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
7340
|
-
}
|
|
7340
|
+
} & {
|
|
7341
7341
|
versions: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").VersionNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").VersionNavigation<"default">>, "many">;
|
|
7342
|
-
}
|
|
7342
|
+
}, "strip", z.ZodTypeAny, {
|
|
7343
7343
|
versions: import("./properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
7344
7344
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7345
7345
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -7347,12 +7347,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7347
7347
|
versions: import("./properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
7348
7348
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7349
7349
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
7350
|
-
}>, z.ZodObject<
|
|
7350
|
+
}>, z.ZodObject<{
|
|
7351
7351
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
7352
7352
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
7353
|
-
}
|
|
7353
|
+
} & {
|
|
7354
7354
|
tabs: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").TabNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").TabNavigation<"default">>, "many">;
|
|
7355
|
-
}
|
|
7355
|
+
}, "strip", z.ZodTypeAny, {
|
|
7356
7356
|
tabs: import("./properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
7357
7357
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7358
7358
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -7360,12 +7360,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7360
7360
|
tabs: import("./properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
7361
7361
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7362
7362
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
7363
|
-
}>, z.ZodObject<
|
|
7363
|
+
}>, z.ZodObject<{
|
|
7364
7364
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
7365
7365
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
7366
|
-
}
|
|
7366
|
+
} & {
|
|
7367
7367
|
dropdowns: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">>, "many">;
|
|
7368
|
-
}
|
|
7368
|
+
}, "strip", z.ZodTypeAny, {
|
|
7369
7369
|
dropdowns: import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
7370
7370
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7371
7371
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -7373,12 +7373,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7373
7373
|
dropdowns: import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
7374
7374
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7375
7375
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
7376
|
-
}>, z.ZodObject<
|
|
7376
|
+
}>, z.ZodObject<{
|
|
7377
7377
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
7378
7378
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
7379
|
-
}
|
|
7379
|
+
} & {
|
|
7380
7380
|
anchors: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">>, "many">;
|
|
7381
|
-
}
|
|
7381
|
+
}, "strip", z.ZodTypeAny, {
|
|
7382
7382
|
anchors: import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
7383
7383
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7384
7384
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -7386,10 +7386,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7386
7386
|
anchors: import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
7387
7387
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7388
7388
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
7389
|
-
}>, z.ZodObject<
|
|
7389
|
+
}>, z.ZodObject<{
|
|
7390
7390
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
7391
7391
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
7392
|
-
}
|
|
7392
|
+
} & {
|
|
7393
7393
|
groups: z.ZodArray<z.ZodType<{
|
|
7394
7394
|
group: string;
|
|
7395
7395
|
icon?: string | {
|
|
@@ -7439,7 +7439,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7439
7439
|
} & {
|
|
7440
7440
|
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
7441
7441
|
}>, "many">;
|
|
7442
|
-
}
|
|
7442
|
+
}, "strip", z.ZodTypeAny, {
|
|
7443
7443
|
groups: ({
|
|
7444
7444
|
group: string;
|
|
7445
7445
|
icon?: string | {
|
|
@@ -7495,10 +7495,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7495
7495
|
})[];
|
|
7496
7496
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7497
7497
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
7498
|
-
}>, z.ZodObject<
|
|
7498
|
+
}>, z.ZodObject<{
|
|
7499
7499
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
7500
7500
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
7501
|
-
}
|
|
7501
|
+
} & {
|
|
7502
7502
|
pages: z.ZodArray<z.ZodType<string | ({
|
|
7503
7503
|
group: string;
|
|
7504
7504
|
icon?: string | {
|
|
@@ -7548,7 +7548,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7548
7548
|
} & {
|
|
7549
7549
|
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
7550
7550
|
})>, "many">;
|
|
7551
|
-
}
|
|
7551
|
+
}, "strip", z.ZodTypeAny, {
|
|
7552
7552
|
pages: (string | ({
|
|
7553
7553
|
group: string;
|
|
7554
7554
|
icon?: string | {
|
|
@@ -9355,7 +9355,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9355
9355
|
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
9356
9356
|
}>>;
|
|
9357
9357
|
navbar: z.ZodOptional<z.ZodObject<{
|
|
9358
|
-
links: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<
|
|
9358
|
+
links: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
9359
9359
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
9360
9360
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
9361
9361
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -9370,10 +9370,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9370
9370
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
9371
9371
|
}>]>>;
|
|
9372
9372
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
9373
|
-
}
|
|
9373
|
+
} & {
|
|
9374
9374
|
label: z.ZodOptional<z.ZodString>;
|
|
9375
9375
|
type: z.ZodLiteral<"github">;
|
|
9376
|
-
}
|
|
9376
|
+
}, "strip", z.ZodTypeAny, {
|
|
9377
9377
|
type: "github";
|
|
9378
9378
|
href: string;
|
|
9379
9379
|
icon?: string | {
|
|
@@ -9391,7 +9391,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9391
9391
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
9392
9392
|
} | undefined;
|
|
9393
9393
|
label?: string | undefined;
|
|
9394
|
-
}>, z.ZodObject<
|
|
9394
|
+
}>, z.ZodObject<{
|
|
9395
9395
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
9396
9396
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
9397
9397
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -9406,10 +9406,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9406
9406
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
9407
9407
|
}>]>>;
|
|
9408
9408
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
9409
|
-
}
|
|
9409
|
+
} & {
|
|
9410
9410
|
label: z.ZodOptional<z.ZodString>;
|
|
9411
9411
|
type: z.ZodLiteral<"discord">;
|
|
9412
|
-
}
|
|
9412
|
+
}, "strip", z.ZodTypeAny, {
|
|
9413
9413
|
type: "discord";
|
|
9414
9414
|
href: string;
|
|
9415
9415
|
icon?: string | {
|
|
@@ -9427,7 +9427,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9427
9427
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
9428
9428
|
} | undefined;
|
|
9429
9429
|
label?: string | undefined;
|
|
9430
|
-
}>, z.ZodObject<
|
|
9430
|
+
}>, z.ZodObject<{
|
|
9431
9431
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
9432
9432
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
9433
9433
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -9442,10 +9442,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9442
9442
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
9443
9443
|
}>]>>;
|
|
9444
9444
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
9445
|
-
}
|
|
9445
|
+
} & {
|
|
9446
9446
|
label: z.ZodString;
|
|
9447
9447
|
type: z.ZodOptional<z.ZodString>;
|
|
9448
|
-
}
|
|
9448
|
+
}, "strip", z.ZodTypeAny, {
|
|
9449
9449
|
href: string;
|
|
9450
9450
|
label: string;
|
|
9451
9451
|
type?: string | undefined;
|
|
@@ -9586,12 +9586,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9586
9586
|
label?: string | undefined;
|
|
9587
9587
|
})[] | undefined;
|
|
9588
9588
|
}>>;
|
|
9589
|
-
navigation: z.ZodUnion<[z.ZodObject<
|
|
9589
|
+
navigation: z.ZodUnion<[z.ZodObject<{
|
|
9590
9590
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
9591
9591
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
9592
|
-
}
|
|
9592
|
+
} & {
|
|
9593
9593
|
products: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").ProductNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").ProductNavigation<"default">>, "many">;
|
|
9594
|
-
}
|
|
9594
|
+
}, "strip", z.ZodTypeAny, {
|
|
9595
9595
|
products: import("./properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
9596
9596
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
9597
9597
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -9599,12 +9599,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9599
9599
|
products: import("./properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
9600
9600
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
9601
9601
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
9602
|
-
}>, z.ZodObject<
|
|
9602
|
+
}>, z.ZodObject<{
|
|
9603
9603
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
9604
9604
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
9605
|
-
}
|
|
9605
|
+
} & {
|
|
9606
9606
|
languages: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">>, "many">;
|
|
9607
|
-
}
|
|
9607
|
+
}, "strip", z.ZodTypeAny, {
|
|
9608
9608
|
languages: import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
9609
9609
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
9610
9610
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -9612,12 +9612,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9612
9612
|
languages: import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
9613
9613
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
9614
9614
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
9615
|
-
}>, z.ZodObject<
|
|
9615
|
+
}>, z.ZodObject<{
|
|
9616
9616
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
9617
9617
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
9618
|
-
}
|
|
9618
|
+
} & {
|
|
9619
9619
|
versions: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").VersionNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").VersionNavigation<"default">>, "many">;
|
|
9620
|
-
}
|
|
9620
|
+
}, "strip", z.ZodTypeAny, {
|
|
9621
9621
|
versions: import("./properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
9622
9622
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
9623
9623
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -9625,12 +9625,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9625
9625
|
versions: import("./properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
9626
9626
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
9627
9627
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
9628
|
-
}>, z.ZodObject<
|
|
9628
|
+
}>, z.ZodObject<{
|
|
9629
9629
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
9630
9630
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
9631
|
-
}
|
|
9631
|
+
} & {
|
|
9632
9632
|
tabs: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").TabNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").TabNavigation<"default">>, "many">;
|
|
9633
|
-
}
|
|
9633
|
+
}, "strip", z.ZodTypeAny, {
|
|
9634
9634
|
tabs: import("./properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
9635
9635
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
9636
9636
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -9638,12 +9638,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9638
9638
|
tabs: import("./properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
9639
9639
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
9640
9640
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
9641
|
-
}>, z.ZodObject<
|
|
9641
|
+
}>, z.ZodObject<{
|
|
9642
9642
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
9643
9643
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
9644
|
-
}
|
|
9644
|
+
} & {
|
|
9645
9645
|
dropdowns: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">>, "many">;
|
|
9646
|
-
}
|
|
9646
|
+
}, "strip", z.ZodTypeAny, {
|
|
9647
9647
|
dropdowns: import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
9648
9648
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
9649
9649
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -9651,12 +9651,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9651
9651
|
dropdowns: import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
9652
9652
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
9653
9653
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
9654
|
-
}>, z.ZodObject<
|
|
9654
|
+
}>, z.ZodObject<{
|
|
9655
9655
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
9656
9656
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
9657
|
-
}
|
|
9657
|
+
} & {
|
|
9658
9658
|
anchors: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">>, "many">;
|
|
9659
|
-
}
|
|
9659
|
+
}, "strip", z.ZodTypeAny, {
|
|
9660
9660
|
anchors: import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
9661
9661
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
9662
9662
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -9664,10 +9664,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9664
9664
|
anchors: import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
9665
9665
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
9666
9666
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
9667
|
-
}>, z.ZodObject<
|
|
9667
|
+
}>, z.ZodObject<{
|
|
9668
9668
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
9669
9669
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
9670
|
-
}
|
|
9670
|
+
} & {
|
|
9671
9671
|
groups: z.ZodArray<z.ZodType<{
|
|
9672
9672
|
group: string;
|
|
9673
9673
|
icon?: string | {
|
|
@@ -9717,7 +9717,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9717
9717
|
} & {
|
|
9718
9718
|
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
9719
9719
|
}>, "many">;
|
|
9720
|
-
}
|
|
9720
|
+
}, "strip", z.ZodTypeAny, {
|
|
9721
9721
|
groups: ({
|
|
9722
9722
|
group: string;
|
|
9723
9723
|
icon?: string | {
|
|
@@ -9773,10 +9773,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9773
9773
|
})[];
|
|
9774
9774
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
9775
9775
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
9776
|
-
}>, z.ZodObject<
|
|
9776
|
+
}>, z.ZodObject<{
|
|
9777
9777
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
9778
9778
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
9779
|
-
}
|
|
9779
|
+
} & {
|
|
9780
9780
|
pages: z.ZodArray<z.ZodType<string | ({
|
|
9781
9781
|
group: string;
|
|
9782
9782
|
icon?: string | {
|
|
@@ -9826,7 +9826,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9826
9826
|
} & {
|
|
9827
9827
|
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
9828
9828
|
})>, "many">;
|
|
9829
|
-
}
|
|
9829
|
+
}, "strip", z.ZodTypeAny, {
|
|
9830
9830
|
pages: (string | ({
|
|
9831
9831
|
group: string;
|
|
9832
9832
|
icon?: string | {
|
|
@@ -11633,7 +11633,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11633
11633
|
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
11634
11634
|
}>>;
|
|
11635
11635
|
navbar: z.ZodOptional<z.ZodObject<{
|
|
11636
|
-
links: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<
|
|
11636
|
+
links: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
11637
11637
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
11638
11638
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
11639
11639
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -11648,10 +11648,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11648
11648
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
11649
11649
|
}>]>>;
|
|
11650
11650
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
11651
|
-
}
|
|
11651
|
+
} & {
|
|
11652
11652
|
label: z.ZodOptional<z.ZodString>;
|
|
11653
11653
|
type: z.ZodLiteral<"github">;
|
|
11654
|
-
}
|
|
11654
|
+
}, "strip", z.ZodTypeAny, {
|
|
11655
11655
|
type: "github";
|
|
11656
11656
|
href: string;
|
|
11657
11657
|
icon?: string | {
|
|
@@ -11669,7 +11669,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11669
11669
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
11670
11670
|
} | undefined;
|
|
11671
11671
|
label?: string | undefined;
|
|
11672
|
-
}>, z.ZodObject<
|
|
11672
|
+
}>, z.ZodObject<{
|
|
11673
11673
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
11674
11674
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
11675
11675
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -11684,10 +11684,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11684
11684
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
11685
11685
|
}>]>>;
|
|
11686
11686
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
11687
|
-
}
|
|
11687
|
+
} & {
|
|
11688
11688
|
label: z.ZodOptional<z.ZodString>;
|
|
11689
11689
|
type: z.ZodLiteral<"discord">;
|
|
11690
|
-
}
|
|
11690
|
+
}, "strip", z.ZodTypeAny, {
|
|
11691
11691
|
type: "discord";
|
|
11692
11692
|
href: string;
|
|
11693
11693
|
icon?: string | {
|
|
@@ -11705,7 +11705,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11705
11705
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
11706
11706
|
} | undefined;
|
|
11707
11707
|
label?: string | undefined;
|
|
11708
|
-
}>, z.ZodObject<
|
|
11708
|
+
}>, z.ZodObject<{
|
|
11709
11709
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
11710
11710
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
11711
11711
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -11720,10 +11720,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11720
11720
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
11721
11721
|
}>]>>;
|
|
11722
11722
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
11723
|
-
}
|
|
11723
|
+
} & {
|
|
11724
11724
|
label: z.ZodString;
|
|
11725
11725
|
type: z.ZodOptional<z.ZodString>;
|
|
11726
|
-
}
|
|
11726
|
+
}, "strip", z.ZodTypeAny, {
|
|
11727
11727
|
href: string;
|
|
11728
11728
|
label: string;
|
|
11729
11729
|
type?: string | undefined;
|
|
@@ -11864,12 +11864,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11864
11864
|
label?: string | undefined;
|
|
11865
11865
|
})[] | undefined;
|
|
11866
11866
|
}>>;
|
|
11867
|
-
navigation: z.ZodUnion<[z.ZodObject<
|
|
11867
|
+
navigation: z.ZodUnion<[z.ZodObject<{
|
|
11868
11868
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
11869
11869
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
11870
|
-
}
|
|
11870
|
+
} & {
|
|
11871
11871
|
products: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").ProductNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").ProductNavigation<"default">>, "many">;
|
|
11872
|
-
}
|
|
11872
|
+
}, "strip", z.ZodTypeAny, {
|
|
11873
11873
|
products: import("./properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
11874
11874
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
11875
11875
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -11877,12 +11877,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11877
11877
|
products: import("./properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
11878
11878
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
11879
11879
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
11880
|
-
}>, z.ZodObject<
|
|
11880
|
+
}>, z.ZodObject<{
|
|
11881
11881
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
11882
11882
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
11883
|
-
}
|
|
11883
|
+
} & {
|
|
11884
11884
|
languages: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">>, "many">;
|
|
11885
|
-
}
|
|
11885
|
+
}, "strip", z.ZodTypeAny, {
|
|
11886
11886
|
languages: import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
11887
11887
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
11888
11888
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -11890,12 +11890,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11890
11890
|
languages: import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
11891
11891
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
11892
11892
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
11893
|
-
}>, z.ZodObject<
|
|
11893
|
+
}>, z.ZodObject<{
|
|
11894
11894
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
11895
11895
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
11896
|
-
}
|
|
11896
|
+
} & {
|
|
11897
11897
|
versions: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").VersionNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").VersionNavigation<"default">>, "many">;
|
|
11898
|
-
}
|
|
11898
|
+
}, "strip", z.ZodTypeAny, {
|
|
11899
11899
|
versions: import("./properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
11900
11900
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
11901
11901
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -11903,12 +11903,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11903
11903
|
versions: import("./properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
11904
11904
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
11905
11905
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
11906
|
-
}>, z.ZodObject<
|
|
11906
|
+
}>, z.ZodObject<{
|
|
11907
11907
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
11908
11908
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
11909
|
-
}
|
|
11909
|
+
} & {
|
|
11910
11910
|
tabs: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").TabNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").TabNavigation<"default">>, "many">;
|
|
11911
|
-
}
|
|
11911
|
+
}, "strip", z.ZodTypeAny, {
|
|
11912
11912
|
tabs: import("./properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
11913
11913
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
11914
11914
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -11916,12 +11916,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11916
11916
|
tabs: import("./properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
11917
11917
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
11918
11918
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
11919
|
-
}>, z.ZodObject<
|
|
11919
|
+
}>, z.ZodObject<{
|
|
11920
11920
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
11921
11921
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
11922
|
-
}
|
|
11922
|
+
} & {
|
|
11923
11923
|
dropdowns: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">>, "many">;
|
|
11924
|
-
}
|
|
11924
|
+
}, "strip", z.ZodTypeAny, {
|
|
11925
11925
|
dropdowns: import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
11926
11926
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
11927
11927
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -11929,12 +11929,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11929
11929
|
dropdowns: import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
11930
11930
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
11931
11931
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
11932
|
-
}>, z.ZodObject<
|
|
11932
|
+
}>, z.ZodObject<{
|
|
11933
11933
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
11934
11934
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
11935
|
-
}
|
|
11935
|
+
} & {
|
|
11936
11936
|
anchors: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">>, "many">;
|
|
11937
|
-
}
|
|
11937
|
+
}, "strip", z.ZodTypeAny, {
|
|
11938
11938
|
anchors: import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
11939
11939
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
11940
11940
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -11942,10 +11942,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11942
11942
|
anchors: import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
11943
11943
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
11944
11944
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
11945
|
-
}>, z.ZodObject<
|
|
11945
|
+
}>, z.ZodObject<{
|
|
11946
11946
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
11947
11947
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
11948
|
-
}
|
|
11948
|
+
} & {
|
|
11949
11949
|
groups: z.ZodArray<z.ZodType<{
|
|
11950
11950
|
group: string;
|
|
11951
11951
|
icon?: string | {
|
|
@@ -11995,7 +11995,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11995
11995
|
} & {
|
|
11996
11996
|
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
11997
11997
|
}>, "many">;
|
|
11998
|
-
}
|
|
11998
|
+
}, "strip", z.ZodTypeAny, {
|
|
11999
11999
|
groups: ({
|
|
12000
12000
|
group: string;
|
|
12001
12001
|
icon?: string | {
|
|
@@ -12051,10 +12051,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12051
12051
|
})[];
|
|
12052
12052
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
12053
12053
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
12054
|
-
}>, z.ZodObject<
|
|
12054
|
+
}>, z.ZodObject<{
|
|
12055
12055
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
12056
12056
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
12057
|
-
}
|
|
12057
|
+
} & {
|
|
12058
12058
|
pages: z.ZodArray<z.ZodType<string | ({
|
|
12059
12059
|
group: string;
|
|
12060
12060
|
icon?: string | {
|
|
@@ -12104,7 +12104,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12104
12104
|
} & {
|
|
12105
12105
|
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
12106
12106
|
})>, "many">;
|
|
12107
|
-
}
|
|
12107
|
+
}, "strip", z.ZodTypeAny, {
|
|
12108
12108
|
pages: (string | ({
|
|
12109
12109
|
group: string;
|
|
12110
12110
|
icon?: string | {
|
|
@@ -13911,7 +13911,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13911
13911
|
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
13912
13912
|
}>>;
|
|
13913
13913
|
navbar: z.ZodOptional<z.ZodObject<{
|
|
13914
|
-
links: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<
|
|
13914
|
+
links: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
13915
13915
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
13916
13916
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
13917
13917
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -13926,10 +13926,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13926
13926
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
13927
13927
|
}>]>>;
|
|
13928
13928
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
13929
|
-
}
|
|
13929
|
+
} & {
|
|
13930
13930
|
label: z.ZodOptional<z.ZodString>;
|
|
13931
13931
|
type: z.ZodLiteral<"github">;
|
|
13932
|
-
}
|
|
13932
|
+
}, "strip", z.ZodTypeAny, {
|
|
13933
13933
|
type: "github";
|
|
13934
13934
|
href: string;
|
|
13935
13935
|
icon?: string | {
|
|
@@ -13947,7 +13947,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13947
13947
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
13948
13948
|
} | undefined;
|
|
13949
13949
|
label?: string | undefined;
|
|
13950
|
-
}>, z.ZodObject<
|
|
13950
|
+
}>, z.ZodObject<{
|
|
13951
13951
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
13952
13952
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
13953
13953
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -13962,10 +13962,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13962
13962
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
13963
13963
|
}>]>>;
|
|
13964
13964
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
13965
|
-
}
|
|
13965
|
+
} & {
|
|
13966
13966
|
label: z.ZodOptional<z.ZodString>;
|
|
13967
13967
|
type: z.ZodLiteral<"discord">;
|
|
13968
|
-
}
|
|
13968
|
+
}, "strip", z.ZodTypeAny, {
|
|
13969
13969
|
type: "discord";
|
|
13970
13970
|
href: string;
|
|
13971
13971
|
icon?: string | {
|
|
@@ -13983,7 +13983,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13983
13983
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
13984
13984
|
} | undefined;
|
|
13985
13985
|
label?: string | undefined;
|
|
13986
|
-
}>, z.ZodObject<
|
|
13986
|
+
}>, z.ZodObject<{
|
|
13987
13987
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
13988
13988
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
13989
13989
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -13998,10 +13998,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13998
13998
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
13999
13999
|
}>]>>;
|
|
14000
14000
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
14001
|
-
}
|
|
14001
|
+
} & {
|
|
14002
14002
|
label: z.ZodString;
|
|
14003
14003
|
type: z.ZodOptional<z.ZodString>;
|
|
14004
|
-
}
|
|
14004
|
+
}, "strip", z.ZodTypeAny, {
|
|
14005
14005
|
href: string;
|
|
14006
14006
|
label: string;
|
|
14007
14007
|
type?: string | undefined;
|
|
@@ -14142,12 +14142,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14142
14142
|
label?: string | undefined;
|
|
14143
14143
|
})[] | undefined;
|
|
14144
14144
|
}>>;
|
|
14145
|
-
navigation: z.ZodUnion<[z.ZodObject<
|
|
14145
|
+
navigation: z.ZodUnion<[z.ZodObject<{
|
|
14146
14146
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
14147
14147
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
14148
|
-
}
|
|
14148
|
+
} & {
|
|
14149
14149
|
products: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").ProductNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").ProductNavigation<"default">>, "many">;
|
|
14150
|
-
}
|
|
14150
|
+
}, "strip", z.ZodTypeAny, {
|
|
14151
14151
|
products: import("./properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
14152
14152
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
14153
14153
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -14155,12 +14155,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14155
14155
|
products: import("./properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
14156
14156
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
14157
14157
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
14158
|
-
}>, z.ZodObject<
|
|
14158
|
+
}>, z.ZodObject<{
|
|
14159
14159
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
14160
14160
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
14161
|
-
}
|
|
14161
|
+
} & {
|
|
14162
14162
|
languages: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">>, "many">;
|
|
14163
|
-
}
|
|
14163
|
+
}, "strip", z.ZodTypeAny, {
|
|
14164
14164
|
languages: import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
14165
14165
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
14166
14166
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -14168,12 +14168,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14168
14168
|
languages: import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
14169
14169
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
14170
14170
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
14171
|
-
}>, z.ZodObject<
|
|
14171
|
+
}>, z.ZodObject<{
|
|
14172
14172
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
14173
14173
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
14174
|
-
}
|
|
14174
|
+
} & {
|
|
14175
14175
|
versions: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").VersionNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").VersionNavigation<"default">>, "many">;
|
|
14176
|
-
}
|
|
14176
|
+
}, "strip", z.ZodTypeAny, {
|
|
14177
14177
|
versions: import("./properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
14178
14178
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
14179
14179
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -14181,12 +14181,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14181
14181
|
versions: import("./properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
14182
14182
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
14183
14183
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
14184
|
-
}>, z.ZodObject<
|
|
14184
|
+
}>, z.ZodObject<{
|
|
14185
14185
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
14186
14186
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
14187
|
-
}
|
|
14187
|
+
} & {
|
|
14188
14188
|
tabs: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").TabNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").TabNavigation<"default">>, "many">;
|
|
14189
|
-
}
|
|
14189
|
+
}, "strip", z.ZodTypeAny, {
|
|
14190
14190
|
tabs: import("./properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
14191
14191
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
14192
14192
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -14194,12 +14194,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14194
14194
|
tabs: import("./properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
14195
14195
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
14196
14196
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
14197
|
-
}>, z.ZodObject<
|
|
14197
|
+
}>, z.ZodObject<{
|
|
14198
14198
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
14199
14199
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
14200
|
-
}
|
|
14200
|
+
} & {
|
|
14201
14201
|
dropdowns: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">>, "many">;
|
|
14202
|
-
}
|
|
14202
|
+
}, "strip", z.ZodTypeAny, {
|
|
14203
14203
|
dropdowns: import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
14204
14204
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
14205
14205
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -14207,12 +14207,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14207
14207
|
dropdowns: import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
14208
14208
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
14209
14209
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
14210
|
-
}>, z.ZodObject<
|
|
14210
|
+
}>, z.ZodObject<{
|
|
14211
14211
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
14212
14212
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
14213
|
-
}
|
|
14213
|
+
} & {
|
|
14214
14214
|
anchors: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">>, "many">;
|
|
14215
|
-
}
|
|
14215
|
+
}, "strip", z.ZodTypeAny, {
|
|
14216
14216
|
anchors: import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
14217
14217
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
14218
14218
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -14220,10 +14220,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14220
14220
|
anchors: import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
14221
14221
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
14222
14222
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
14223
|
-
}>, z.ZodObject<
|
|
14223
|
+
}>, z.ZodObject<{
|
|
14224
14224
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
14225
14225
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
14226
|
-
}
|
|
14226
|
+
} & {
|
|
14227
14227
|
groups: z.ZodArray<z.ZodType<{
|
|
14228
14228
|
group: string;
|
|
14229
14229
|
icon?: string | {
|
|
@@ -14273,7 +14273,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14273
14273
|
} & {
|
|
14274
14274
|
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
14275
14275
|
}>, "many">;
|
|
14276
|
-
}
|
|
14276
|
+
}, "strip", z.ZodTypeAny, {
|
|
14277
14277
|
groups: ({
|
|
14278
14278
|
group: string;
|
|
14279
14279
|
icon?: string | {
|
|
@@ -14329,10 +14329,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14329
14329
|
})[];
|
|
14330
14330
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
14331
14331
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
14332
|
-
}>, z.ZodObject<
|
|
14332
|
+
}>, z.ZodObject<{
|
|
14333
14333
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
14334
14334
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
14335
|
-
}
|
|
14335
|
+
} & {
|
|
14336
14336
|
pages: z.ZodArray<z.ZodType<string | ({
|
|
14337
14337
|
group: string;
|
|
14338
14338
|
icon?: string | {
|
|
@@ -14382,7 +14382,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14382
14382
|
} & {
|
|
14383
14383
|
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
14384
14384
|
})>, "many">;
|
|
14385
|
-
}
|
|
14385
|
+
}, "strip", z.ZodTypeAny, {
|
|
14386
14386
|
pages: (string | ({
|
|
14387
14387
|
group: string;
|
|
14388
14388
|
icon?: string | {
|
|
@@ -16189,7 +16189,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16189
16189
|
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
16190
16190
|
}>>;
|
|
16191
16191
|
navbar: z.ZodOptional<z.ZodObject<{
|
|
16192
|
-
links: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<
|
|
16192
|
+
links: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
16193
16193
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
16194
16194
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
16195
16195
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -16204,10 +16204,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16204
16204
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
16205
16205
|
}>]>>;
|
|
16206
16206
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
16207
|
-
}
|
|
16207
|
+
} & {
|
|
16208
16208
|
label: z.ZodOptional<z.ZodString>;
|
|
16209
16209
|
type: z.ZodLiteral<"github">;
|
|
16210
|
-
}
|
|
16210
|
+
}, "strip", z.ZodTypeAny, {
|
|
16211
16211
|
type: "github";
|
|
16212
16212
|
href: string;
|
|
16213
16213
|
icon?: string | {
|
|
@@ -16225,7 +16225,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16225
16225
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
16226
16226
|
} | undefined;
|
|
16227
16227
|
label?: string | undefined;
|
|
16228
|
-
}>, z.ZodObject<
|
|
16228
|
+
}>, z.ZodObject<{
|
|
16229
16229
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
16230
16230
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
16231
16231
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -16240,10 +16240,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16240
16240
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
16241
16241
|
}>]>>;
|
|
16242
16242
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
16243
|
-
}
|
|
16243
|
+
} & {
|
|
16244
16244
|
label: z.ZodOptional<z.ZodString>;
|
|
16245
16245
|
type: z.ZodLiteral<"discord">;
|
|
16246
|
-
}
|
|
16246
|
+
}, "strip", z.ZodTypeAny, {
|
|
16247
16247
|
type: "discord";
|
|
16248
16248
|
href: string;
|
|
16249
16249
|
icon?: string | {
|
|
@@ -16261,7 +16261,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16261
16261
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
16262
16262
|
} | undefined;
|
|
16263
16263
|
label?: string | undefined;
|
|
16264
|
-
}>, z.ZodObject<
|
|
16264
|
+
}>, z.ZodObject<{
|
|
16265
16265
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
16266
16266
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
16267
16267
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -16276,10 +16276,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16276
16276
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
16277
16277
|
}>]>>;
|
|
16278
16278
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
16279
|
-
}
|
|
16279
|
+
} & {
|
|
16280
16280
|
label: z.ZodString;
|
|
16281
16281
|
type: z.ZodOptional<z.ZodString>;
|
|
16282
|
-
}
|
|
16282
|
+
}, "strip", z.ZodTypeAny, {
|
|
16283
16283
|
href: string;
|
|
16284
16284
|
label: string;
|
|
16285
16285
|
type?: string | undefined;
|
|
@@ -16420,12 +16420,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16420
16420
|
label?: string | undefined;
|
|
16421
16421
|
})[] | undefined;
|
|
16422
16422
|
}>>;
|
|
16423
|
-
navigation: z.ZodUnion<[z.ZodObject<
|
|
16423
|
+
navigation: z.ZodUnion<[z.ZodObject<{
|
|
16424
16424
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
16425
16425
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
16426
|
-
}
|
|
16426
|
+
} & {
|
|
16427
16427
|
products: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").ProductNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").ProductNavigation<"default">>, "many">;
|
|
16428
|
-
}
|
|
16428
|
+
}, "strip", z.ZodTypeAny, {
|
|
16429
16429
|
products: import("./properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
16430
16430
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
16431
16431
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -16433,12 +16433,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16433
16433
|
products: import("./properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
16434
16434
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
16435
16435
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
16436
|
-
}>, z.ZodObject<
|
|
16436
|
+
}>, z.ZodObject<{
|
|
16437
16437
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
16438
16438
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
16439
|
-
}
|
|
16439
|
+
} & {
|
|
16440
16440
|
languages: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">>, "many">;
|
|
16441
|
-
}
|
|
16441
|
+
}, "strip", z.ZodTypeAny, {
|
|
16442
16442
|
languages: import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
16443
16443
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
16444
16444
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -16446,12 +16446,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16446
16446
|
languages: import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
16447
16447
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
16448
16448
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
16449
|
-
}>, z.ZodObject<
|
|
16449
|
+
}>, z.ZodObject<{
|
|
16450
16450
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
16451
16451
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
16452
|
-
}
|
|
16452
|
+
} & {
|
|
16453
16453
|
versions: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").VersionNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").VersionNavigation<"default">>, "many">;
|
|
16454
|
-
}
|
|
16454
|
+
}, "strip", z.ZodTypeAny, {
|
|
16455
16455
|
versions: import("./properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
16456
16456
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
16457
16457
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -16459,12 +16459,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16459
16459
|
versions: import("./properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
16460
16460
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
16461
16461
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
16462
|
-
}>, z.ZodObject<
|
|
16462
|
+
}>, z.ZodObject<{
|
|
16463
16463
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
16464
16464
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
16465
|
-
}
|
|
16465
|
+
} & {
|
|
16466
16466
|
tabs: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").TabNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").TabNavigation<"default">>, "many">;
|
|
16467
|
-
}
|
|
16467
|
+
}, "strip", z.ZodTypeAny, {
|
|
16468
16468
|
tabs: import("./properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
16469
16469
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
16470
16470
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -16472,12 +16472,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16472
16472
|
tabs: import("./properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
16473
16473
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
16474
16474
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
16475
|
-
}>, z.ZodObject<
|
|
16475
|
+
}>, z.ZodObject<{
|
|
16476
16476
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
16477
16477
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
16478
|
-
}
|
|
16478
|
+
} & {
|
|
16479
16479
|
dropdowns: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">>, "many">;
|
|
16480
|
-
}
|
|
16480
|
+
}, "strip", z.ZodTypeAny, {
|
|
16481
16481
|
dropdowns: import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
16482
16482
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
16483
16483
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -16485,12 +16485,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16485
16485
|
dropdowns: import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
16486
16486
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
16487
16487
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
16488
|
-
}>, z.ZodObject<
|
|
16488
|
+
}>, z.ZodObject<{
|
|
16489
16489
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
16490
16490
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
16491
|
-
}
|
|
16491
|
+
} & {
|
|
16492
16492
|
anchors: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">>, "many">;
|
|
16493
|
-
}
|
|
16493
|
+
}, "strip", z.ZodTypeAny, {
|
|
16494
16494
|
anchors: import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
16495
16495
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
16496
16496
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -16498,10 +16498,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16498
16498
|
anchors: import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
16499
16499
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
16500
16500
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
16501
|
-
}>, z.ZodObject<
|
|
16501
|
+
}>, z.ZodObject<{
|
|
16502
16502
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
16503
16503
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
16504
|
-
}
|
|
16504
|
+
} & {
|
|
16505
16505
|
groups: z.ZodArray<z.ZodType<{
|
|
16506
16506
|
group: string;
|
|
16507
16507
|
icon?: string | {
|
|
@@ -16551,7 +16551,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16551
16551
|
} & {
|
|
16552
16552
|
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
16553
16553
|
}>, "many">;
|
|
16554
|
-
}
|
|
16554
|
+
}, "strip", z.ZodTypeAny, {
|
|
16555
16555
|
groups: ({
|
|
16556
16556
|
group: string;
|
|
16557
16557
|
icon?: string | {
|
|
@@ -16607,10 +16607,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16607
16607
|
})[];
|
|
16608
16608
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
16609
16609
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
16610
|
-
}>, z.ZodObject<
|
|
16610
|
+
}>, z.ZodObject<{
|
|
16611
16611
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
16612
16612
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
16613
|
-
}
|
|
16613
|
+
} & {
|
|
16614
16614
|
pages: z.ZodArray<z.ZodType<string | ({
|
|
16615
16615
|
group: string;
|
|
16616
16616
|
icon?: string | {
|
|
@@ -16660,7 +16660,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16660
16660
|
} & {
|
|
16661
16661
|
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
16662
16662
|
})>, "many">;
|
|
16663
|
-
}
|
|
16663
|
+
}, "strip", z.ZodTypeAny, {
|
|
16664
16664
|
pages: (string | ({
|
|
16665
16665
|
group: string;
|
|
16666
16666
|
icon?: string | {
|
|
@@ -18467,7 +18467,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18467
18467
|
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
18468
18468
|
}>>;
|
|
18469
18469
|
navbar: z.ZodOptional<z.ZodObject<{
|
|
18470
|
-
links: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<
|
|
18470
|
+
links: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
18471
18471
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
18472
18472
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
18473
18473
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -18482,10 +18482,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18482
18482
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
18483
18483
|
}>]>>;
|
|
18484
18484
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
18485
|
-
}
|
|
18485
|
+
} & {
|
|
18486
18486
|
label: z.ZodOptional<z.ZodString>;
|
|
18487
18487
|
type: z.ZodLiteral<"github">;
|
|
18488
|
-
}
|
|
18488
|
+
}, "strip", z.ZodTypeAny, {
|
|
18489
18489
|
type: "github";
|
|
18490
18490
|
href: string;
|
|
18491
18491
|
icon?: string | {
|
|
@@ -18503,7 +18503,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18503
18503
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
18504
18504
|
} | undefined;
|
|
18505
18505
|
label?: string | undefined;
|
|
18506
|
-
}>, z.ZodObject<
|
|
18506
|
+
}>, z.ZodObject<{
|
|
18507
18507
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
18508
18508
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
18509
18509
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -18518,10 +18518,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18518
18518
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
18519
18519
|
}>]>>;
|
|
18520
18520
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
18521
|
-
}
|
|
18521
|
+
} & {
|
|
18522
18522
|
label: z.ZodOptional<z.ZodString>;
|
|
18523
18523
|
type: z.ZodLiteral<"discord">;
|
|
18524
|
-
}
|
|
18524
|
+
}, "strip", z.ZodTypeAny, {
|
|
18525
18525
|
type: "discord";
|
|
18526
18526
|
href: string;
|
|
18527
18527
|
icon?: string | {
|
|
@@ -18539,7 +18539,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18539
18539
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
18540
18540
|
} | undefined;
|
|
18541
18541
|
label?: string | undefined;
|
|
18542
|
-
}>, z.ZodObject<
|
|
18542
|
+
}>, z.ZodObject<{
|
|
18543
18543
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
18544
18544
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
18545
18545
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -18554,10 +18554,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18554
18554
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
18555
18555
|
}>]>>;
|
|
18556
18556
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
18557
|
-
}
|
|
18557
|
+
} & {
|
|
18558
18558
|
label: z.ZodString;
|
|
18559
18559
|
type: z.ZodOptional<z.ZodString>;
|
|
18560
|
-
}
|
|
18560
|
+
}, "strip", z.ZodTypeAny, {
|
|
18561
18561
|
href: string;
|
|
18562
18562
|
label: string;
|
|
18563
18563
|
type?: string | undefined;
|
|
@@ -18698,12 +18698,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18698
18698
|
label?: string | undefined;
|
|
18699
18699
|
})[] | undefined;
|
|
18700
18700
|
}>>;
|
|
18701
|
-
navigation: z.ZodUnion<[z.ZodObject<
|
|
18701
|
+
navigation: z.ZodUnion<[z.ZodObject<{
|
|
18702
18702
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
18703
18703
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
18704
|
-
}
|
|
18704
|
+
} & {
|
|
18705
18705
|
products: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").ProductNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").ProductNavigation<"default">>, "many">;
|
|
18706
|
-
}
|
|
18706
|
+
}, "strip", z.ZodTypeAny, {
|
|
18707
18707
|
products: import("./properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
18708
18708
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
18709
18709
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -18711,12 +18711,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18711
18711
|
products: import("./properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
18712
18712
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
18713
18713
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
18714
|
-
}>, z.ZodObject<
|
|
18714
|
+
}>, z.ZodObject<{
|
|
18715
18715
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
18716
18716
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
18717
|
-
}
|
|
18717
|
+
} & {
|
|
18718
18718
|
languages: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">>, "many">;
|
|
18719
|
-
}
|
|
18719
|
+
}, "strip", z.ZodTypeAny, {
|
|
18720
18720
|
languages: import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
18721
18721
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
18722
18722
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -18724,12 +18724,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18724
18724
|
languages: import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
18725
18725
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
18726
18726
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
18727
|
-
}>, z.ZodObject<
|
|
18727
|
+
}>, z.ZodObject<{
|
|
18728
18728
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
18729
18729
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
18730
|
-
}
|
|
18730
|
+
} & {
|
|
18731
18731
|
versions: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").VersionNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").VersionNavigation<"default">>, "many">;
|
|
18732
|
-
}
|
|
18732
|
+
}, "strip", z.ZodTypeAny, {
|
|
18733
18733
|
versions: import("./properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
18734
18734
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
18735
18735
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -18737,12 +18737,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18737
18737
|
versions: import("./properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
18738
18738
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
18739
18739
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
18740
|
-
}>, z.ZodObject<
|
|
18740
|
+
}>, z.ZodObject<{
|
|
18741
18741
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
18742
18742
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
18743
|
-
}
|
|
18743
|
+
} & {
|
|
18744
18744
|
tabs: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").TabNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").TabNavigation<"default">>, "many">;
|
|
18745
|
-
}
|
|
18745
|
+
}, "strip", z.ZodTypeAny, {
|
|
18746
18746
|
tabs: import("./properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
18747
18747
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
18748
18748
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -18750,12 +18750,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18750
18750
|
tabs: import("./properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
18751
18751
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
18752
18752
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
18753
|
-
}>, z.ZodObject<
|
|
18753
|
+
}>, z.ZodObject<{
|
|
18754
18754
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
18755
18755
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
18756
|
-
}
|
|
18756
|
+
} & {
|
|
18757
18757
|
dropdowns: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">>, "many">;
|
|
18758
|
-
}
|
|
18758
|
+
}, "strip", z.ZodTypeAny, {
|
|
18759
18759
|
dropdowns: import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
18760
18760
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
18761
18761
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -18763,12 +18763,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18763
18763
|
dropdowns: import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
18764
18764
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
18765
18765
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
18766
|
-
}>, z.ZodObject<
|
|
18766
|
+
}>, z.ZodObject<{
|
|
18767
18767
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
18768
18768
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
18769
|
-
}
|
|
18769
|
+
} & {
|
|
18770
18770
|
anchors: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">>, "many">;
|
|
18771
|
-
}
|
|
18771
|
+
}, "strip", z.ZodTypeAny, {
|
|
18772
18772
|
anchors: import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
18773
18773
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
18774
18774
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -18776,10 +18776,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18776
18776
|
anchors: import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
18777
18777
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
18778
18778
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
18779
|
-
}>, z.ZodObject<
|
|
18779
|
+
}>, z.ZodObject<{
|
|
18780
18780
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
18781
18781
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
18782
|
-
}
|
|
18782
|
+
} & {
|
|
18783
18783
|
groups: z.ZodArray<z.ZodType<{
|
|
18784
18784
|
group: string;
|
|
18785
18785
|
icon?: string | {
|
|
@@ -18829,7 +18829,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18829
18829
|
} & {
|
|
18830
18830
|
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
18831
18831
|
}>, "many">;
|
|
18832
|
-
}
|
|
18832
|
+
}, "strip", z.ZodTypeAny, {
|
|
18833
18833
|
groups: ({
|
|
18834
18834
|
group: string;
|
|
18835
18835
|
icon?: string | {
|
|
@@ -18885,10 +18885,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18885
18885
|
})[];
|
|
18886
18886
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
18887
18887
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
18888
|
-
}>, z.ZodObject<
|
|
18888
|
+
}>, z.ZodObject<{
|
|
18889
18889
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
18890
18890
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
18891
|
-
}
|
|
18891
|
+
} & {
|
|
18892
18892
|
pages: z.ZodArray<z.ZodType<string | ({
|
|
18893
18893
|
group: string;
|
|
18894
18894
|
icon?: string | {
|
|
@@ -18938,7 +18938,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18938
18938
|
} & {
|
|
18939
18939
|
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
18940
18940
|
})>, "many">;
|
|
18941
|
-
}
|
|
18941
|
+
}, "strip", z.ZodTypeAny, {
|
|
18942
18942
|
pages: (string | ({
|
|
18943
18943
|
group: string;
|
|
18944
18944
|
icon?: string | {
|
|
@@ -20746,7 +20746,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
20746
20746
|
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
20747
20747
|
}>>;
|
|
20748
20748
|
navbar: z.ZodOptional<z.ZodObject<{
|
|
20749
|
-
links: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<
|
|
20749
|
+
links: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
20750
20750
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
20751
20751
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
20752
20752
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -20761,10 +20761,10 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
20761
20761
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
20762
20762
|
}>]>>;
|
|
20763
20763
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
20764
|
-
}
|
|
20764
|
+
} & {
|
|
20765
20765
|
label: z.ZodOptional<z.ZodString>;
|
|
20766
20766
|
type: z.ZodLiteral<"github">;
|
|
20767
|
-
}
|
|
20767
|
+
}, "strip", z.ZodTypeAny, {
|
|
20768
20768
|
type: "github";
|
|
20769
20769
|
href: string;
|
|
20770
20770
|
icon?: string | {
|
|
@@ -20782,7 +20782,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
20782
20782
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
20783
20783
|
} | undefined;
|
|
20784
20784
|
label?: string | undefined;
|
|
20785
|
-
}>, z.ZodObject<
|
|
20785
|
+
}>, z.ZodObject<{
|
|
20786
20786
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
20787
20787
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
20788
20788
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -20797,10 +20797,10 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
20797
20797
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
20798
20798
|
}>]>>;
|
|
20799
20799
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
20800
|
-
}
|
|
20800
|
+
} & {
|
|
20801
20801
|
label: z.ZodOptional<z.ZodString>;
|
|
20802
20802
|
type: z.ZodLiteral<"discord">;
|
|
20803
|
-
}
|
|
20803
|
+
}, "strip", z.ZodTypeAny, {
|
|
20804
20804
|
type: "discord";
|
|
20805
20805
|
href: string;
|
|
20806
20806
|
icon?: string | {
|
|
@@ -20818,7 +20818,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
20818
20818
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
20819
20819
|
} | undefined;
|
|
20820
20820
|
label?: string | undefined;
|
|
20821
|
-
}>, z.ZodObject<
|
|
20821
|
+
}>, z.ZodObject<{
|
|
20822
20822
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
20823
20823
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
20824
20824
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -20833,10 +20833,10 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
20833
20833
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
20834
20834
|
}>]>>;
|
|
20835
20835
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
20836
|
-
}
|
|
20836
|
+
} & {
|
|
20837
20837
|
label: z.ZodString;
|
|
20838
20838
|
type: z.ZodOptional<z.ZodString>;
|
|
20839
|
-
}
|
|
20839
|
+
}, "strip", z.ZodTypeAny, {
|
|
20840
20840
|
href: string;
|
|
20841
20841
|
label: string;
|
|
20842
20842
|
type?: string | undefined;
|
|
@@ -20977,12 +20977,12 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
20977
20977
|
label?: string | undefined;
|
|
20978
20978
|
})[] | undefined;
|
|
20979
20979
|
}>>;
|
|
20980
|
-
navigation: z.ZodUnion<[z.ZodObject<
|
|
20980
|
+
navigation: z.ZodUnion<[z.ZodObject<{
|
|
20981
20981
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
20982
20982
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
20983
|
-
}
|
|
20983
|
+
} & {
|
|
20984
20984
|
products: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").ProductNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").ProductNavigation<"default">>, "many">;
|
|
20985
|
-
}
|
|
20985
|
+
}, "strip", z.ZodTypeAny, {
|
|
20986
20986
|
products: import("./properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
20987
20987
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
20988
20988
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -20990,12 +20990,12 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
20990
20990
|
products: import("./properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
20991
20991
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
20992
20992
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
20993
|
-
}>, z.ZodObject<
|
|
20993
|
+
}>, z.ZodObject<{
|
|
20994
20994
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
20995
20995
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
20996
|
-
}
|
|
20996
|
+
} & {
|
|
20997
20997
|
languages: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">>, "many">;
|
|
20998
|
-
}
|
|
20998
|
+
}, "strip", z.ZodTypeAny, {
|
|
20999
20999
|
languages: import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
21000
21000
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
21001
21001
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -21003,12 +21003,12 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
21003
21003
|
languages: import("./properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
21004
21004
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
21005
21005
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
21006
|
-
}>, z.ZodObject<
|
|
21006
|
+
}>, z.ZodObject<{
|
|
21007
21007
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
21008
21008
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
21009
|
-
}
|
|
21009
|
+
} & {
|
|
21010
21010
|
versions: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").VersionNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").VersionNavigation<"default">>, "many">;
|
|
21011
|
-
}
|
|
21011
|
+
}, "strip", z.ZodTypeAny, {
|
|
21012
21012
|
versions: import("./properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
21013
21013
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
21014
21014
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -21016,12 +21016,12 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
21016
21016
|
versions: import("./properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
21017
21017
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
21018
21018
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
21019
|
-
}>, z.ZodObject<
|
|
21019
|
+
}>, z.ZodObject<{
|
|
21020
21020
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
21021
21021
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
21022
|
-
}
|
|
21022
|
+
} & {
|
|
21023
21023
|
tabs: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").TabNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").TabNavigation<"default">>, "many">;
|
|
21024
|
-
}
|
|
21024
|
+
}, "strip", z.ZodTypeAny, {
|
|
21025
21025
|
tabs: import("./properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
21026
21026
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
21027
21027
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -21029,12 +21029,12 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
21029
21029
|
tabs: import("./properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
21030
21030
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
21031
21031
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
21032
|
-
}>, z.ZodObject<
|
|
21032
|
+
}>, z.ZodObject<{
|
|
21033
21033
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
21034
21034
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
21035
|
-
}
|
|
21035
|
+
} & {
|
|
21036
21036
|
dropdowns: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">>, "many">;
|
|
21037
|
-
}
|
|
21037
|
+
}, "strip", z.ZodTypeAny, {
|
|
21038
21038
|
dropdowns: import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
21039
21039
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
21040
21040
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -21042,12 +21042,12 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
21042
21042
|
dropdowns: import("./properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
21043
21043
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
21044
21044
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
21045
|
-
}>, z.ZodObject<
|
|
21045
|
+
}>, z.ZodObject<{
|
|
21046
21046
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
21047
21047
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
21048
|
-
}
|
|
21048
|
+
} & {
|
|
21049
21049
|
anchors: z.ZodArray<z.ZodType<import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">>, "many">;
|
|
21050
|
-
}
|
|
21050
|
+
}, "strip", z.ZodTypeAny, {
|
|
21051
21051
|
anchors: import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
21052
21052
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
21053
21053
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -21055,10 +21055,10 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
21055
21055
|
anchors: import("./properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
21056
21056
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
21057
21057
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
21058
|
-
}>, z.ZodObject<
|
|
21058
|
+
}>, z.ZodObject<{
|
|
21059
21059
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
21060
21060
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
21061
|
-
}
|
|
21061
|
+
} & {
|
|
21062
21062
|
groups: z.ZodArray<z.ZodType<{
|
|
21063
21063
|
group: string;
|
|
21064
21064
|
icon?: string | {
|
|
@@ -21108,7 +21108,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
21108
21108
|
} & {
|
|
21109
21109
|
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
21110
21110
|
}>, "many">;
|
|
21111
|
-
}
|
|
21111
|
+
}, "strip", z.ZodTypeAny, {
|
|
21112
21112
|
groups: ({
|
|
21113
21113
|
group: string;
|
|
21114
21114
|
icon?: string | {
|
|
@@ -21164,10 +21164,10 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
21164
21164
|
})[];
|
|
21165
21165
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
21166
21166
|
global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
21167
|
-
}>, z.ZodObject<
|
|
21167
|
+
}>, z.ZodObject<{
|
|
21168
21168
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
21169
21169
|
global: z.ZodOptional<z.ZodType<import("./properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
21170
|
-
}
|
|
21170
|
+
} & {
|
|
21171
21171
|
pages: z.ZodArray<z.ZodType<string | ({
|
|
21172
21172
|
group: string;
|
|
21173
21173
|
icon?: string | {
|
|
@@ -21217,7 +21217,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
21217
21217
|
} & {
|
|
21218
21218
|
pages?: import("./properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
21219
21219
|
})>, "many">;
|
|
21220
|
-
}
|
|
21220
|
+
}, "strip", z.ZodTypeAny, {
|
|
21221
21221
|
pages: (string | ({
|
|
21222
21222
|
group: string;
|
|
21223
21223
|
icon?: string | {
|