@mintlify/validation 0.1.679 → 0.1.681
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mint-config/schemas/v2/index.d.ts +120 -0
- package/dist/mint-config/schemas/v2/properties/navigation/groups.d.ts +7 -0
- package/dist/mint-config/schemas/v2/properties/navigation/groups.js +8 -2
- package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +20 -0
- package/dist/mint-config/schemas/v2/properties/navigation/pages.d.ts +6 -0
- package/dist/mint-config/schemas/v2/properties/reusable/page.d.ts +3 -0
- package/dist/mint-config/schemas/v2/properties/reusable/page.js +1 -0
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +12 -0
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +12 -0
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +12 -0
- package/dist/mint-config/schemas/v2/themes/luma.d.ts +12 -0
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +12 -0
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +12 -0
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +12 -0
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +8 -0
- package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +12 -0
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +12 -0
- package/dist/mint-config/validateConfig.d.ts +36 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/deployment/editor.d.ts +1 -0
- package/package.json +3 -3
|
@@ -572,6 +572,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
572
572
|
public?: boolean | undefined;
|
|
573
573
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
574
574
|
tag?: string | undefined;
|
|
575
|
+
boost?: number | undefined;
|
|
575
576
|
hidden?: boolean | undefined;
|
|
576
577
|
root?: string | undefined;
|
|
577
578
|
} & {
|
|
@@ -596,6 +597,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
596
597
|
public?: boolean | undefined;
|
|
597
598
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
598
599
|
tag?: string | undefined;
|
|
600
|
+
boost?: number | undefined;
|
|
599
601
|
hidden?: boolean | undefined;
|
|
600
602
|
root?: string | undefined;
|
|
601
603
|
} & {
|
|
@@ -622,6 +624,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
622
624
|
public?: boolean | undefined;
|
|
623
625
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
624
626
|
tag?: string | undefined;
|
|
627
|
+
boost?: number | undefined;
|
|
625
628
|
hidden?: boolean | undefined;
|
|
626
629
|
root?: string | undefined;
|
|
627
630
|
} & {
|
|
@@ -650,6 +653,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
650
653
|
public?: boolean | undefined;
|
|
651
654
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
652
655
|
tag?: string | undefined;
|
|
656
|
+
boost?: number | undefined;
|
|
653
657
|
hidden?: boolean | undefined;
|
|
654
658
|
root?: string | undefined;
|
|
655
659
|
} & {
|
|
@@ -681,6 +685,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
681
685
|
public?: boolean | undefined;
|
|
682
686
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
683
687
|
tag?: string | undefined;
|
|
688
|
+
boost?: number | undefined;
|
|
684
689
|
hidden?: boolean | undefined;
|
|
685
690
|
root?: string | undefined;
|
|
686
691
|
} & {
|
|
@@ -705,6 +710,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
705
710
|
public?: boolean | undefined;
|
|
706
711
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
707
712
|
tag?: string | undefined;
|
|
713
|
+
boost?: number | undefined;
|
|
708
714
|
hidden?: boolean | undefined;
|
|
709
715
|
root?: string | undefined;
|
|
710
716
|
} & {
|
|
@@ -731,6 +737,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
731
737
|
public?: boolean | undefined;
|
|
732
738
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
733
739
|
tag?: string | undefined;
|
|
740
|
+
boost?: number | undefined;
|
|
734
741
|
hidden?: boolean | undefined;
|
|
735
742
|
root?: string | undefined;
|
|
736
743
|
} & {
|
|
@@ -759,6 +766,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
759
766
|
public?: boolean | undefined;
|
|
760
767
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
761
768
|
tag?: string | undefined;
|
|
769
|
+
boost?: number | undefined;
|
|
762
770
|
hidden?: boolean | undefined;
|
|
763
771
|
root?: string | undefined;
|
|
764
772
|
} & {
|
|
@@ -1625,6 +1633,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1625
1633
|
public?: boolean | undefined;
|
|
1626
1634
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1627
1635
|
tag?: string | undefined;
|
|
1636
|
+
boost?: number | undefined;
|
|
1628
1637
|
hidden?: boolean | undefined;
|
|
1629
1638
|
root?: string | undefined;
|
|
1630
1639
|
} & {
|
|
@@ -1653,6 +1662,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1653
1662
|
public?: boolean | undefined;
|
|
1654
1663
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1655
1664
|
tag?: string | undefined;
|
|
1665
|
+
boost?: number | undefined;
|
|
1656
1666
|
hidden?: boolean | undefined;
|
|
1657
1667
|
root?: string | undefined;
|
|
1658
1668
|
} & {
|
|
@@ -1993,6 +2003,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1993
2003
|
public?: boolean | undefined;
|
|
1994
2004
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1995
2005
|
tag?: string | undefined;
|
|
2006
|
+
boost?: number | undefined;
|
|
1996
2007
|
hidden?: boolean | undefined;
|
|
1997
2008
|
root?: string | undefined;
|
|
1998
2009
|
} & {
|
|
@@ -2021,6 +2032,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2021
2032
|
public?: boolean | undefined;
|
|
2022
2033
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2023
2034
|
tag?: string | undefined;
|
|
2035
|
+
boost?: number | undefined;
|
|
2024
2036
|
hidden?: boolean | undefined;
|
|
2025
2037
|
root?: string | undefined;
|
|
2026
2038
|
} & {
|
|
@@ -2888,6 +2900,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2888
2900
|
public?: boolean | undefined;
|
|
2889
2901
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2890
2902
|
tag?: string | undefined;
|
|
2903
|
+
boost?: number | undefined;
|
|
2891
2904
|
hidden?: boolean | undefined;
|
|
2892
2905
|
root?: string | undefined;
|
|
2893
2906
|
} & {
|
|
@@ -2912,6 +2925,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2912
2925
|
public?: boolean | undefined;
|
|
2913
2926
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2914
2927
|
tag?: string | undefined;
|
|
2928
|
+
boost?: number | undefined;
|
|
2915
2929
|
hidden?: boolean | undefined;
|
|
2916
2930
|
root?: string | undefined;
|
|
2917
2931
|
} & {
|
|
@@ -2938,6 +2952,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2938
2952
|
public?: boolean | undefined;
|
|
2939
2953
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2940
2954
|
tag?: string | undefined;
|
|
2955
|
+
boost?: number | undefined;
|
|
2941
2956
|
hidden?: boolean | undefined;
|
|
2942
2957
|
root?: string | undefined;
|
|
2943
2958
|
} & {
|
|
@@ -2966,6 +2981,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2966
2981
|
public?: boolean | undefined;
|
|
2967
2982
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2968
2983
|
tag?: string | undefined;
|
|
2984
|
+
boost?: number | undefined;
|
|
2969
2985
|
hidden?: boolean | undefined;
|
|
2970
2986
|
root?: string | undefined;
|
|
2971
2987
|
} & {
|
|
@@ -2997,6 +3013,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2997
3013
|
public?: boolean | undefined;
|
|
2998
3014
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2999
3015
|
tag?: string | undefined;
|
|
3016
|
+
boost?: number | undefined;
|
|
3000
3017
|
hidden?: boolean | undefined;
|
|
3001
3018
|
root?: string | undefined;
|
|
3002
3019
|
} & {
|
|
@@ -3021,6 +3038,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3021
3038
|
public?: boolean | undefined;
|
|
3022
3039
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3023
3040
|
tag?: string | undefined;
|
|
3041
|
+
boost?: number | undefined;
|
|
3024
3042
|
hidden?: boolean | undefined;
|
|
3025
3043
|
root?: string | undefined;
|
|
3026
3044
|
} & {
|
|
@@ -3047,6 +3065,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3047
3065
|
public?: boolean | undefined;
|
|
3048
3066
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3049
3067
|
tag?: string | undefined;
|
|
3068
|
+
boost?: number | undefined;
|
|
3050
3069
|
hidden?: boolean | undefined;
|
|
3051
3070
|
root?: string | undefined;
|
|
3052
3071
|
} & {
|
|
@@ -3075,6 +3094,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3075
3094
|
public?: boolean | undefined;
|
|
3076
3095
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3077
3096
|
tag?: string | undefined;
|
|
3097
|
+
boost?: number | undefined;
|
|
3078
3098
|
hidden?: boolean | undefined;
|
|
3079
3099
|
root?: string | undefined;
|
|
3080
3100
|
} & {
|
|
@@ -3941,6 +3961,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3941
3961
|
public?: boolean | undefined;
|
|
3942
3962
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3943
3963
|
tag?: string | undefined;
|
|
3964
|
+
boost?: number | undefined;
|
|
3944
3965
|
hidden?: boolean | undefined;
|
|
3945
3966
|
root?: string | undefined;
|
|
3946
3967
|
} & {
|
|
@@ -3969,6 +3990,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3969
3990
|
public?: boolean | undefined;
|
|
3970
3991
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3971
3992
|
tag?: string | undefined;
|
|
3993
|
+
boost?: number | undefined;
|
|
3972
3994
|
hidden?: boolean | undefined;
|
|
3973
3995
|
root?: string | undefined;
|
|
3974
3996
|
} & {
|
|
@@ -4309,6 +4331,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4309
4331
|
public?: boolean | undefined;
|
|
4310
4332
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4311
4333
|
tag?: string | undefined;
|
|
4334
|
+
boost?: number | undefined;
|
|
4312
4335
|
hidden?: boolean | undefined;
|
|
4313
4336
|
root?: string | undefined;
|
|
4314
4337
|
} & {
|
|
@@ -4337,6 +4360,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4337
4360
|
public?: boolean | undefined;
|
|
4338
4361
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4339
4362
|
tag?: string | undefined;
|
|
4363
|
+
boost?: number | undefined;
|
|
4340
4364
|
hidden?: boolean | undefined;
|
|
4341
4365
|
root?: string | undefined;
|
|
4342
4366
|
} & {
|
|
@@ -5204,6 +5228,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5204
5228
|
public?: boolean | undefined;
|
|
5205
5229
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5206
5230
|
tag?: string | undefined;
|
|
5231
|
+
boost?: number | undefined;
|
|
5207
5232
|
hidden?: boolean | undefined;
|
|
5208
5233
|
root?: string | undefined;
|
|
5209
5234
|
} & {
|
|
@@ -5228,6 +5253,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5228
5253
|
public?: boolean | undefined;
|
|
5229
5254
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5230
5255
|
tag?: string | undefined;
|
|
5256
|
+
boost?: number | undefined;
|
|
5231
5257
|
hidden?: boolean | undefined;
|
|
5232
5258
|
root?: string | undefined;
|
|
5233
5259
|
} & {
|
|
@@ -5254,6 +5280,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5254
5280
|
public?: boolean | undefined;
|
|
5255
5281
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5256
5282
|
tag?: string | undefined;
|
|
5283
|
+
boost?: number | undefined;
|
|
5257
5284
|
hidden?: boolean | undefined;
|
|
5258
5285
|
root?: string | undefined;
|
|
5259
5286
|
} & {
|
|
@@ -5282,6 +5309,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5282
5309
|
public?: boolean | undefined;
|
|
5283
5310
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5284
5311
|
tag?: string | undefined;
|
|
5312
|
+
boost?: number | undefined;
|
|
5285
5313
|
hidden?: boolean | undefined;
|
|
5286
5314
|
root?: string | undefined;
|
|
5287
5315
|
} & {
|
|
@@ -5313,6 +5341,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5313
5341
|
public?: boolean | undefined;
|
|
5314
5342
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5315
5343
|
tag?: string | undefined;
|
|
5344
|
+
boost?: number | undefined;
|
|
5316
5345
|
hidden?: boolean | undefined;
|
|
5317
5346
|
root?: string | undefined;
|
|
5318
5347
|
} & {
|
|
@@ -5337,6 +5366,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5337
5366
|
public?: boolean | undefined;
|
|
5338
5367
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5339
5368
|
tag?: string | undefined;
|
|
5369
|
+
boost?: number | undefined;
|
|
5340
5370
|
hidden?: boolean | undefined;
|
|
5341
5371
|
root?: string | undefined;
|
|
5342
5372
|
} & {
|
|
@@ -5363,6 +5393,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5363
5393
|
public?: boolean | undefined;
|
|
5364
5394
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5365
5395
|
tag?: string | undefined;
|
|
5396
|
+
boost?: number | undefined;
|
|
5366
5397
|
hidden?: boolean | undefined;
|
|
5367
5398
|
root?: string | undefined;
|
|
5368
5399
|
} & {
|
|
@@ -5391,6 +5422,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5391
5422
|
public?: boolean | undefined;
|
|
5392
5423
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5393
5424
|
tag?: string | undefined;
|
|
5425
|
+
boost?: number | undefined;
|
|
5394
5426
|
hidden?: boolean | undefined;
|
|
5395
5427
|
root?: string | undefined;
|
|
5396
5428
|
} & {
|
|
@@ -6257,6 +6289,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6257
6289
|
public?: boolean | undefined;
|
|
6258
6290
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6259
6291
|
tag?: string | undefined;
|
|
6292
|
+
boost?: number | undefined;
|
|
6260
6293
|
hidden?: boolean | undefined;
|
|
6261
6294
|
root?: string | undefined;
|
|
6262
6295
|
} & {
|
|
@@ -6285,6 +6318,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6285
6318
|
public?: boolean | undefined;
|
|
6286
6319
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6287
6320
|
tag?: string | undefined;
|
|
6321
|
+
boost?: number | undefined;
|
|
6288
6322
|
hidden?: boolean | undefined;
|
|
6289
6323
|
root?: string | undefined;
|
|
6290
6324
|
} & {
|
|
@@ -6625,6 +6659,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6625
6659
|
public?: boolean | undefined;
|
|
6626
6660
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6627
6661
|
tag?: string | undefined;
|
|
6662
|
+
boost?: number | undefined;
|
|
6628
6663
|
hidden?: boolean | undefined;
|
|
6629
6664
|
root?: string | undefined;
|
|
6630
6665
|
} & {
|
|
@@ -6653,6 +6688,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6653
6688
|
public?: boolean | undefined;
|
|
6654
6689
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6655
6690
|
tag?: string | undefined;
|
|
6691
|
+
boost?: number | undefined;
|
|
6656
6692
|
hidden?: boolean | undefined;
|
|
6657
6693
|
root?: string | undefined;
|
|
6658
6694
|
} & {
|
|
@@ -7520,6 +7556,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7520
7556
|
public?: boolean | undefined;
|
|
7521
7557
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7522
7558
|
tag?: string | undefined;
|
|
7559
|
+
boost?: number | undefined;
|
|
7523
7560
|
hidden?: boolean | undefined;
|
|
7524
7561
|
root?: string | undefined;
|
|
7525
7562
|
} & {
|
|
@@ -7544,6 +7581,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7544
7581
|
public?: boolean | undefined;
|
|
7545
7582
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7546
7583
|
tag?: string | undefined;
|
|
7584
|
+
boost?: number | undefined;
|
|
7547
7585
|
hidden?: boolean | undefined;
|
|
7548
7586
|
root?: string | undefined;
|
|
7549
7587
|
} & {
|
|
@@ -7570,6 +7608,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7570
7608
|
public?: boolean | undefined;
|
|
7571
7609
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7572
7610
|
tag?: string | undefined;
|
|
7611
|
+
boost?: number | undefined;
|
|
7573
7612
|
hidden?: boolean | undefined;
|
|
7574
7613
|
root?: string | undefined;
|
|
7575
7614
|
} & {
|
|
@@ -7598,6 +7637,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7598
7637
|
public?: boolean | undefined;
|
|
7599
7638
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7600
7639
|
tag?: string | undefined;
|
|
7640
|
+
boost?: number | undefined;
|
|
7601
7641
|
hidden?: boolean | undefined;
|
|
7602
7642
|
root?: string | undefined;
|
|
7603
7643
|
} & {
|
|
@@ -7629,6 +7669,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7629
7669
|
public?: boolean | undefined;
|
|
7630
7670
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7631
7671
|
tag?: string | undefined;
|
|
7672
|
+
boost?: number | undefined;
|
|
7632
7673
|
hidden?: boolean | undefined;
|
|
7633
7674
|
root?: string | undefined;
|
|
7634
7675
|
} & {
|
|
@@ -7653,6 +7694,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7653
7694
|
public?: boolean | undefined;
|
|
7654
7695
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7655
7696
|
tag?: string | undefined;
|
|
7697
|
+
boost?: number | undefined;
|
|
7656
7698
|
hidden?: boolean | undefined;
|
|
7657
7699
|
root?: string | undefined;
|
|
7658
7700
|
} & {
|
|
@@ -7679,6 +7721,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7679
7721
|
public?: boolean | undefined;
|
|
7680
7722
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7681
7723
|
tag?: string | undefined;
|
|
7724
|
+
boost?: number | undefined;
|
|
7682
7725
|
hidden?: boolean | undefined;
|
|
7683
7726
|
root?: string | undefined;
|
|
7684
7727
|
} & {
|
|
@@ -7707,6 +7750,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7707
7750
|
public?: boolean | undefined;
|
|
7708
7751
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7709
7752
|
tag?: string | undefined;
|
|
7753
|
+
boost?: number | undefined;
|
|
7710
7754
|
hidden?: boolean | undefined;
|
|
7711
7755
|
root?: string | undefined;
|
|
7712
7756
|
} & {
|
|
@@ -8573,6 +8617,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8573
8617
|
public?: boolean | undefined;
|
|
8574
8618
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
8575
8619
|
tag?: string | undefined;
|
|
8620
|
+
boost?: number | undefined;
|
|
8576
8621
|
hidden?: boolean | undefined;
|
|
8577
8622
|
root?: string | undefined;
|
|
8578
8623
|
} & {
|
|
@@ -8601,6 +8646,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8601
8646
|
public?: boolean | undefined;
|
|
8602
8647
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
8603
8648
|
tag?: string | undefined;
|
|
8649
|
+
boost?: number | undefined;
|
|
8604
8650
|
hidden?: boolean | undefined;
|
|
8605
8651
|
root?: string | undefined;
|
|
8606
8652
|
} & {
|
|
@@ -8941,6 +8987,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8941
8987
|
public?: boolean | undefined;
|
|
8942
8988
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
8943
8989
|
tag?: string | undefined;
|
|
8990
|
+
boost?: number | undefined;
|
|
8944
8991
|
hidden?: boolean | undefined;
|
|
8945
8992
|
root?: string | undefined;
|
|
8946
8993
|
} & {
|
|
@@ -8969,6 +9016,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8969
9016
|
public?: boolean | undefined;
|
|
8970
9017
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
8971
9018
|
tag?: string | undefined;
|
|
9019
|
+
boost?: number | undefined;
|
|
8972
9020
|
hidden?: boolean | undefined;
|
|
8973
9021
|
root?: string | undefined;
|
|
8974
9022
|
} & {
|
|
@@ -9836,6 +9884,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9836
9884
|
public?: boolean | undefined;
|
|
9837
9885
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
9838
9886
|
tag?: string | undefined;
|
|
9887
|
+
boost?: number | undefined;
|
|
9839
9888
|
hidden?: boolean | undefined;
|
|
9840
9889
|
root?: string | undefined;
|
|
9841
9890
|
} & {
|
|
@@ -9860,6 +9909,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9860
9909
|
public?: boolean | undefined;
|
|
9861
9910
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
9862
9911
|
tag?: string | undefined;
|
|
9912
|
+
boost?: number | undefined;
|
|
9863
9913
|
hidden?: boolean | undefined;
|
|
9864
9914
|
root?: string | undefined;
|
|
9865
9915
|
} & {
|
|
@@ -9886,6 +9936,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9886
9936
|
public?: boolean | undefined;
|
|
9887
9937
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
9888
9938
|
tag?: string | undefined;
|
|
9939
|
+
boost?: number | undefined;
|
|
9889
9940
|
hidden?: boolean | undefined;
|
|
9890
9941
|
root?: string | undefined;
|
|
9891
9942
|
} & {
|
|
@@ -9914,6 +9965,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9914
9965
|
public?: boolean | undefined;
|
|
9915
9966
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
9916
9967
|
tag?: string | undefined;
|
|
9968
|
+
boost?: number | undefined;
|
|
9917
9969
|
hidden?: boolean | undefined;
|
|
9918
9970
|
root?: string | undefined;
|
|
9919
9971
|
} & {
|
|
@@ -9945,6 +9997,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9945
9997
|
public?: boolean | undefined;
|
|
9946
9998
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
9947
9999
|
tag?: string | undefined;
|
|
10000
|
+
boost?: number | undefined;
|
|
9948
10001
|
hidden?: boolean | undefined;
|
|
9949
10002
|
root?: string | undefined;
|
|
9950
10003
|
} & {
|
|
@@ -9969,6 +10022,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9969
10022
|
public?: boolean | undefined;
|
|
9970
10023
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
9971
10024
|
tag?: string | undefined;
|
|
10025
|
+
boost?: number | undefined;
|
|
9972
10026
|
hidden?: boolean | undefined;
|
|
9973
10027
|
root?: string | undefined;
|
|
9974
10028
|
} & {
|
|
@@ -9995,6 +10049,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9995
10049
|
public?: boolean | undefined;
|
|
9996
10050
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
9997
10051
|
tag?: string | undefined;
|
|
10052
|
+
boost?: number | undefined;
|
|
9998
10053
|
hidden?: boolean | undefined;
|
|
9999
10054
|
root?: string | undefined;
|
|
10000
10055
|
} & {
|
|
@@ -10023,6 +10078,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10023
10078
|
public?: boolean | undefined;
|
|
10024
10079
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
10025
10080
|
tag?: string | undefined;
|
|
10081
|
+
boost?: number | undefined;
|
|
10026
10082
|
hidden?: boolean | undefined;
|
|
10027
10083
|
root?: string | undefined;
|
|
10028
10084
|
} & {
|
|
@@ -10889,6 +10945,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10889
10945
|
public?: boolean | undefined;
|
|
10890
10946
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
10891
10947
|
tag?: string | undefined;
|
|
10948
|
+
boost?: number | undefined;
|
|
10892
10949
|
hidden?: boolean | undefined;
|
|
10893
10950
|
root?: string | undefined;
|
|
10894
10951
|
} & {
|
|
@@ -10917,6 +10974,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10917
10974
|
public?: boolean | undefined;
|
|
10918
10975
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
10919
10976
|
tag?: string | undefined;
|
|
10977
|
+
boost?: number | undefined;
|
|
10920
10978
|
hidden?: boolean | undefined;
|
|
10921
10979
|
root?: string | undefined;
|
|
10922
10980
|
} & {
|
|
@@ -11257,6 +11315,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11257
11315
|
public?: boolean | undefined;
|
|
11258
11316
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
11259
11317
|
tag?: string | undefined;
|
|
11318
|
+
boost?: number | undefined;
|
|
11260
11319
|
hidden?: boolean | undefined;
|
|
11261
11320
|
root?: string | undefined;
|
|
11262
11321
|
} & {
|
|
@@ -11285,6 +11344,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11285
11344
|
public?: boolean | undefined;
|
|
11286
11345
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
11287
11346
|
tag?: string | undefined;
|
|
11347
|
+
boost?: number | undefined;
|
|
11288
11348
|
hidden?: boolean | undefined;
|
|
11289
11349
|
root?: string | undefined;
|
|
11290
11350
|
} & {
|
|
@@ -12152,6 +12212,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12152
12212
|
public?: boolean | undefined;
|
|
12153
12213
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
12154
12214
|
tag?: string | undefined;
|
|
12215
|
+
boost?: number | undefined;
|
|
12155
12216
|
hidden?: boolean | undefined;
|
|
12156
12217
|
root?: string | undefined;
|
|
12157
12218
|
} & {
|
|
@@ -12176,6 +12237,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12176
12237
|
public?: boolean | undefined;
|
|
12177
12238
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
12178
12239
|
tag?: string | undefined;
|
|
12240
|
+
boost?: number | undefined;
|
|
12179
12241
|
hidden?: boolean | undefined;
|
|
12180
12242
|
root?: string | undefined;
|
|
12181
12243
|
} & {
|
|
@@ -12202,6 +12264,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12202
12264
|
public?: boolean | undefined;
|
|
12203
12265
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
12204
12266
|
tag?: string | undefined;
|
|
12267
|
+
boost?: number | undefined;
|
|
12205
12268
|
hidden?: boolean | undefined;
|
|
12206
12269
|
root?: string | undefined;
|
|
12207
12270
|
} & {
|
|
@@ -12230,6 +12293,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12230
12293
|
public?: boolean | undefined;
|
|
12231
12294
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
12232
12295
|
tag?: string | undefined;
|
|
12296
|
+
boost?: number | undefined;
|
|
12233
12297
|
hidden?: boolean | undefined;
|
|
12234
12298
|
root?: string | undefined;
|
|
12235
12299
|
} & {
|
|
@@ -12261,6 +12325,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12261
12325
|
public?: boolean | undefined;
|
|
12262
12326
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
12263
12327
|
tag?: string | undefined;
|
|
12328
|
+
boost?: number | undefined;
|
|
12264
12329
|
hidden?: boolean | undefined;
|
|
12265
12330
|
root?: string | undefined;
|
|
12266
12331
|
} & {
|
|
@@ -12285,6 +12350,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12285
12350
|
public?: boolean | undefined;
|
|
12286
12351
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
12287
12352
|
tag?: string | undefined;
|
|
12353
|
+
boost?: number | undefined;
|
|
12288
12354
|
hidden?: boolean | undefined;
|
|
12289
12355
|
root?: string | undefined;
|
|
12290
12356
|
} & {
|
|
@@ -12311,6 +12377,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12311
12377
|
public?: boolean | undefined;
|
|
12312
12378
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
12313
12379
|
tag?: string | undefined;
|
|
12380
|
+
boost?: number | undefined;
|
|
12314
12381
|
hidden?: boolean | undefined;
|
|
12315
12382
|
root?: string | undefined;
|
|
12316
12383
|
} & {
|
|
@@ -12339,6 +12406,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12339
12406
|
public?: boolean | undefined;
|
|
12340
12407
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
12341
12408
|
tag?: string | undefined;
|
|
12409
|
+
boost?: number | undefined;
|
|
12342
12410
|
hidden?: boolean | undefined;
|
|
12343
12411
|
root?: string | undefined;
|
|
12344
12412
|
} & {
|
|
@@ -13205,6 +13273,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13205
13273
|
public?: boolean | undefined;
|
|
13206
13274
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
13207
13275
|
tag?: string | undefined;
|
|
13276
|
+
boost?: number | undefined;
|
|
13208
13277
|
hidden?: boolean | undefined;
|
|
13209
13278
|
root?: string | undefined;
|
|
13210
13279
|
} & {
|
|
@@ -13233,6 +13302,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13233
13302
|
public?: boolean | undefined;
|
|
13234
13303
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
13235
13304
|
tag?: string | undefined;
|
|
13305
|
+
boost?: number | undefined;
|
|
13236
13306
|
hidden?: boolean | undefined;
|
|
13237
13307
|
root?: string | undefined;
|
|
13238
13308
|
} & {
|
|
@@ -13573,6 +13643,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13573
13643
|
public?: boolean | undefined;
|
|
13574
13644
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
13575
13645
|
tag?: string | undefined;
|
|
13646
|
+
boost?: number | undefined;
|
|
13576
13647
|
hidden?: boolean | undefined;
|
|
13577
13648
|
root?: string | undefined;
|
|
13578
13649
|
} & {
|
|
@@ -13601,6 +13672,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13601
13672
|
public?: boolean | undefined;
|
|
13602
13673
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
13603
13674
|
tag?: string | undefined;
|
|
13675
|
+
boost?: number | undefined;
|
|
13604
13676
|
hidden?: boolean | undefined;
|
|
13605
13677
|
root?: string | undefined;
|
|
13606
13678
|
} & {
|
|
@@ -14468,6 +14540,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14468
14540
|
public?: boolean | undefined;
|
|
14469
14541
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
14470
14542
|
tag?: string | undefined;
|
|
14543
|
+
boost?: number | undefined;
|
|
14471
14544
|
hidden?: boolean | undefined;
|
|
14472
14545
|
root?: string | undefined;
|
|
14473
14546
|
} & {
|
|
@@ -14492,6 +14565,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14492
14565
|
public?: boolean | undefined;
|
|
14493
14566
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
14494
14567
|
tag?: string | undefined;
|
|
14568
|
+
boost?: number | undefined;
|
|
14495
14569
|
hidden?: boolean | undefined;
|
|
14496
14570
|
root?: string | undefined;
|
|
14497
14571
|
} & {
|
|
@@ -14518,6 +14592,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14518
14592
|
public?: boolean | undefined;
|
|
14519
14593
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
14520
14594
|
tag?: string | undefined;
|
|
14595
|
+
boost?: number | undefined;
|
|
14521
14596
|
hidden?: boolean | undefined;
|
|
14522
14597
|
root?: string | undefined;
|
|
14523
14598
|
} & {
|
|
@@ -14546,6 +14621,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14546
14621
|
public?: boolean | undefined;
|
|
14547
14622
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
14548
14623
|
tag?: string | undefined;
|
|
14624
|
+
boost?: number | undefined;
|
|
14549
14625
|
hidden?: boolean | undefined;
|
|
14550
14626
|
root?: string | undefined;
|
|
14551
14627
|
} & {
|
|
@@ -14577,6 +14653,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14577
14653
|
public?: boolean | undefined;
|
|
14578
14654
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
14579
14655
|
tag?: string | undefined;
|
|
14656
|
+
boost?: number | undefined;
|
|
14580
14657
|
hidden?: boolean | undefined;
|
|
14581
14658
|
root?: string | undefined;
|
|
14582
14659
|
} & {
|
|
@@ -14601,6 +14678,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14601
14678
|
public?: boolean | undefined;
|
|
14602
14679
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
14603
14680
|
tag?: string | undefined;
|
|
14681
|
+
boost?: number | undefined;
|
|
14604
14682
|
hidden?: boolean | undefined;
|
|
14605
14683
|
root?: string | undefined;
|
|
14606
14684
|
} & {
|
|
@@ -14627,6 +14705,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14627
14705
|
public?: boolean | undefined;
|
|
14628
14706
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
14629
14707
|
tag?: string | undefined;
|
|
14708
|
+
boost?: number | undefined;
|
|
14630
14709
|
hidden?: boolean | undefined;
|
|
14631
14710
|
root?: string | undefined;
|
|
14632
14711
|
} & {
|
|
@@ -14655,6 +14734,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14655
14734
|
public?: boolean | undefined;
|
|
14656
14735
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
14657
14736
|
tag?: string | undefined;
|
|
14737
|
+
boost?: number | undefined;
|
|
14658
14738
|
hidden?: boolean | undefined;
|
|
14659
14739
|
root?: string | undefined;
|
|
14660
14740
|
} & {
|
|
@@ -15521,6 +15601,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
15521
15601
|
public?: boolean | undefined;
|
|
15522
15602
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
15523
15603
|
tag?: string | undefined;
|
|
15604
|
+
boost?: number | undefined;
|
|
15524
15605
|
hidden?: boolean | undefined;
|
|
15525
15606
|
root?: string | undefined;
|
|
15526
15607
|
} & {
|
|
@@ -15549,6 +15630,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
15549
15630
|
public?: boolean | undefined;
|
|
15550
15631
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
15551
15632
|
tag?: string | undefined;
|
|
15633
|
+
boost?: number | undefined;
|
|
15552
15634
|
hidden?: boolean | undefined;
|
|
15553
15635
|
root?: string | undefined;
|
|
15554
15636
|
} & {
|
|
@@ -15889,6 +15971,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
15889
15971
|
public?: boolean | undefined;
|
|
15890
15972
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
15891
15973
|
tag?: string | undefined;
|
|
15974
|
+
boost?: number | undefined;
|
|
15892
15975
|
hidden?: boolean | undefined;
|
|
15893
15976
|
root?: string | undefined;
|
|
15894
15977
|
} & {
|
|
@@ -15917,6 +16000,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
15917
16000
|
public?: boolean | undefined;
|
|
15918
16001
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
15919
16002
|
tag?: string | undefined;
|
|
16003
|
+
boost?: number | undefined;
|
|
15920
16004
|
hidden?: boolean | undefined;
|
|
15921
16005
|
root?: string | undefined;
|
|
15922
16006
|
} & {
|
|
@@ -16784,6 +16868,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16784
16868
|
public?: boolean | undefined;
|
|
16785
16869
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
16786
16870
|
tag?: string | undefined;
|
|
16871
|
+
boost?: number | undefined;
|
|
16787
16872
|
hidden?: boolean | undefined;
|
|
16788
16873
|
root?: string | undefined;
|
|
16789
16874
|
} & {
|
|
@@ -16808,6 +16893,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16808
16893
|
public?: boolean | undefined;
|
|
16809
16894
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
16810
16895
|
tag?: string | undefined;
|
|
16896
|
+
boost?: number | undefined;
|
|
16811
16897
|
hidden?: boolean | undefined;
|
|
16812
16898
|
root?: string | undefined;
|
|
16813
16899
|
} & {
|
|
@@ -16834,6 +16920,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16834
16920
|
public?: boolean | undefined;
|
|
16835
16921
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
16836
16922
|
tag?: string | undefined;
|
|
16923
|
+
boost?: number | undefined;
|
|
16837
16924
|
hidden?: boolean | undefined;
|
|
16838
16925
|
root?: string | undefined;
|
|
16839
16926
|
} & {
|
|
@@ -16862,6 +16949,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16862
16949
|
public?: boolean | undefined;
|
|
16863
16950
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
16864
16951
|
tag?: string | undefined;
|
|
16952
|
+
boost?: number | undefined;
|
|
16865
16953
|
hidden?: boolean | undefined;
|
|
16866
16954
|
root?: string | undefined;
|
|
16867
16955
|
} & {
|
|
@@ -16893,6 +16981,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16893
16981
|
public?: boolean | undefined;
|
|
16894
16982
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
16895
16983
|
tag?: string | undefined;
|
|
16984
|
+
boost?: number | undefined;
|
|
16896
16985
|
hidden?: boolean | undefined;
|
|
16897
16986
|
root?: string | undefined;
|
|
16898
16987
|
} & {
|
|
@@ -16917,6 +17006,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16917
17006
|
public?: boolean | undefined;
|
|
16918
17007
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
16919
17008
|
tag?: string | undefined;
|
|
17009
|
+
boost?: number | undefined;
|
|
16920
17010
|
hidden?: boolean | undefined;
|
|
16921
17011
|
root?: string | undefined;
|
|
16922
17012
|
} & {
|
|
@@ -16943,6 +17033,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16943
17033
|
public?: boolean | undefined;
|
|
16944
17034
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
16945
17035
|
tag?: string | undefined;
|
|
17036
|
+
boost?: number | undefined;
|
|
16946
17037
|
hidden?: boolean | undefined;
|
|
16947
17038
|
root?: string | undefined;
|
|
16948
17039
|
} & {
|
|
@@ -16971,6 +17062,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16971
17062
|
public?: boolean | undefined;
|
|
16972
17063
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
16973
17064
|
tag?: string | undefined;
|
|
17065
|
+
boost?: number | undefined;
|
|
16974
17066
|
hidden?: boolean | undefined;
|
|
16975
17067
|
root?: string | undefined;
|
|
16976
17068
|
} & {
|
|
@@ -17837,6 +17929,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
17837
17929
|
public?: boolean | undefined;
|
|
17838
17930
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
17839
17931
|
tag?: string | undefined;
|
|
17932
|
+
boost?: number | undefined;
|
|
17840
17933
|
hidden?: boolean | undefined;
|
|
17841
17934
|
root?: string | undefined;
|
|
17842
17935
|
} & {
|
|
@@ -17865,6 +17958,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
17865
17958
|
public?: boolean | undefined;
|
|
17866
17959
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
17867
17960
|
tag?: string | undefined;
|
|
17961
|
+
boost?: number | undefined;
|
|
17868
17962
|
hidden?: boolean | undefined;
|
|
17869
17963
|
root?: string | undefined;
|
|
17870
17964
|
} & {
|
|
@@ -18205,6 +18299,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18205
18299
|
public?: boolean | undefined;
|
|
18206
18300
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
18207
18301
|
tag?: string | undefined;
|
|
18302
|
+
boost?: number | undefined;
|
|
18208
18303
|
hidden?: boolean | undefined;
|
|
18209
18304
|
root?: string | undefined;
|
|
18210
18305
|
} & {
|
|
@@ -18233,6 +18328,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18233
18328
|
public?: boolean | undefined;
|
|
18234
18329
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
18235
18330
|
tag?: string | undefined;
|
|
18331
|
+
boost?: number | undefined;
|
|
18236
18332
|
hidden?: boolean | undefined;
|
|
18237
18333
|
root?: string | undefined;
|
|
18238
18334
|
} & {
|
|
@@ -19100,6 +19196,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19100
19196
|
public?: boolean | undefined;
|
|
19101
19197
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
19102
19198
|
tag?: string | undefined;
|
|
19199
|
+
boost?: number | undefined;
|
|
19103
19200
|
hidden?: boolean | undefined;
|
|
19104
19201
|
root?: string | undefined;
|
|
19105
19202
|
} & {
|
|
@@ -19124,6 +19221,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19124
19221
|
public?: boolean | undefined;
|
|
19125
19222
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
19126
19223
|
tag?: string | undefined;
|
|
19224
|
+
boost?: number | undefined;
|
|
19127
19225
|
hidden?: boolean | undefined;
|
|
19128
19226
|
root?: string | undefined;
|
|
19129
19227
|
} & {
|
|
@@ -19150,6 +19248,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19150
19248
|
public?: boolean | undefined;
|
|
19151
19249
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
19152
19250
|
tag?: string | undefined;
|
|
19251
|
+
boost?: number | undefined;
|
|
19153
19252
|
hidden?: boolean | undefined;
|
|
19154
19253
|
root?: string | undefined;
|
|
19155
19254
|
} & {
|
|
@@ -19178,6 +19277,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19178
19277
|
public?: boolean | undefined;
|
|
19179
19278
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
19180
19279
|
tag?: string | undefined;
|
|
19280
|
+
boost?: number | undefined;
|
|
19181
19281
|
hidden?: boolean | undefined;
|
|
19182
19282
|
root?: string | undefined;
|
|
19183
19283
|
} & {
|
|
@@ -19209,6 +19309,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19209
19309
|
public?: boolean | undefined;
|
|
19210
19310
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
19211
19311
|
tag?: string | undefined;
|
|
19312
|
+
boost?: number | undefined;
|
|
19212
19313
|
hidden?: boolean | undefined;
|
|
19213
19314
|
root?: string | undefined;
|
|
19214
19315
|
} & {
|
|
@@ -19233,6 +19334,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19233
19334
|
public?: boolean | undefined;
|
|
19234
19335
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
19235
19336
|
tag?: string | undefined;
|
|
19337
|
+
boost?: number | undefined;
|
|
19236
19338
|
hidden?: boolean | undefined;
|
|
19237
19339
|
root?: string | undefined;
|
|
19238
19340
|
} & {
|
|
@@ -19259,6 +19361,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19259
19361
|
public?: boolean | undefined;
|
|
19260
19362
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
19261
19363
|
tag?: string | undefined;
|
|
19364
|
+
boost?: number | undefined;
|
|
19262
19365
|
hidden?: boolean | undefined;
|
|
19263
19366
|
root?: string | undefined;
|
|
19264
19367
|
} & {
|
|
@@ -19287,6 +19390,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19287
19390
|
public?: boolean | undefined;
|
|
19288
19391
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
19289
19392
|
tag?: string | undefined;
|
|
19393
|
+
boost?: number | undefined;
|
|
19290
19394
|
hidden?: boolean | undefined;
|
|
19291
19395
|
root?: string | undefined;
|
|
19292
19396
|
} & {
|
|
@@ -20153,6 +20257,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
20153
20257
|
public?: boolean | undefined;
|
|
20154
20258
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
20155
20259
|
tag?: string | undefined;
|
|
20260
|
+
boost?: number | undefined;
|
|
20156
20261
|
hidden?: boolean | undefined;
|
|
20157
20262
|
root?: string | undefined;
|
|
20158
20263
|
} & {
|
|
@@ -20181,6 +20286,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
20181
20286
|
public?: boolean | undefined;
|
|
20182
20287
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
20183
20288
|
tag?: string | undefined;
|
|
20289
|
+
boost?: number | undefined;
|
|
20184
20290
|
hidden?: boolean | undefined;
|
|
20185
20291
|
root?: string | undefined;
|
|
20186
20292
|
} & {
|
|
@@ -20521,6 +20627,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
20521
20627
|
public?: boolean | undefined;
|
|
20522
20628
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
20523
20629
|
tag?: string | undefined;
|
|
20630
|
+
boost?: number | undefined;
|
|
20524
20631
|
hidden?: boolean | undefined;
|
|
20525
20632
|
root?: string | undefined;
|
|
20526
20633
|
} & {
|
|
@@ -20549,6 +20656,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
20549
20656
|
public?: boolean | undefined;
|
|
20550
20657
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
20551
20658
|
tag?: string | undefined;
|
|
20659
|
+
boost?: number | undefined;
|
|
20552
20660
|
hidden?: boolean | undefined;
|
|
20553
20661
|
root?: string | undefined;
|
|
20554
20662
|
} & {
|
|
@@ -21417,6 +21525,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
21417
21525
|
public?: boolean | undefined;
|
|
21418
21526
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
21419
21527
|
tag?: string | undefined;
|
|
21528
|
+
boost?: number | undefined;
|
|
21420
21529
|
hidden?: boolean | undefined;
|
|
21421
21530
|
root?: string | undefined;
|
|
21422
21531
|
} & {
|
|
@@ -21441,6 +21550,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
21441
21550
|
public?: boolean | undefined;
|
|
21442
21551
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
21443
21552
|
tag?: string | undefined;
|
|
21553
|
+
boost?: number | undefined;
|
|
21444
21554
|
hidden?: boolean | undefined;
|
|
21445
21555
|
root?: string | undefined;
|
|
21446
21556
|
} & {
|
|
@@ -21467,6 +21577,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
21467
21577
|
public?: boolean | undefined;
|
|
21468
21578
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
21469
21579
|
tag?: string | undefined;
|
|
21580
|
+
boost?: number | undefined;
|
|
21470
21581
|
hidden?: boolean | undefined;
|
|
21471
21582
|
root?: string | undefined;
|
|
21472
21583
|
} & {
|
|
@@ -21495,6 +21606,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
21495
21606
|
public?: boolean | undefined;
|
|
21496
21607
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
21497
21608
|
tag?: string | undefined;
|
|
21609
|
+
boost?: number | undefined;
|
|
21498
21610
|
hidden?: boolean | undefined;
|
|
21499
21611
|
root?: string | undefined;
|
|
21500
21612
|
} & {
|
|
@@ -21526,6 +21638,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
21526
21638
|
public?: boolean | undefined;
|
|
21527
21639
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
21528
21640
|
tag?: string | undefined;
|
|
21641
|
+
boost?: number | undefined;
|
|
21529
21642
|
hidden?: boolean | undefined;
|
|
21530
21643
|
root?: string | undefined;
|
|
21531
21644
|
} & {
|
|
@@ -21550,6 +21663,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
21550
21663
|
public?: boolean | undefined;
|
|
21551
21664
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
21552
21665
|
tag?: string | undefined;
|
|
21666
|
+
boost?: number | undefined;
|
|
21553
21667
|
hidden?: boolean | undefined;
|
|
21554
21668
|
root?: string | undefined;
|
|
21555
21669
|
} & {
|
|
@@ -21576,6 +21690,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
21576
21690
|
public?: boolean | undefined;
|
|
21577
21691
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
21578
21692
|
tag?: string | undefined;
|
|
21693
|
+
boost?: number | undefined;
|
|
21579
21694
|
hidden?: boolean | undefined;
|
|
21580
21695
|
root?: string | undefined;
|
|
21581
21696
|
} & {
|
|
@@ -21604,6 +21719,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
21604
21719
|
public?: boolean | undefined;
|
|
21605
21720
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
21606
21721
|
tag?: string | undefined;
|
|
21722
|
+
boost?: number | undefined;
|
|
21607
21723
|
hidden?: boolean | undefined;
|
|
21608
21724
|
root?: string | undefined;
|
|
21609
21725
|
} & {
|
|
@@ -22470,6 +22586,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
22470
22586
|
public?: boolean | undefined;
|
|
22471
22587
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
22472
22588
|
tag?: string | undefined;
|
|
22589
|
+
boost?: number | undefined;
|
|
22473
22590
|
hidden?: boolean | undefined;
|
|
22474
22591
|
root?: string | undefined;
|
|
22475
22592
|
} & {
|
|
@@ -22498,6 +22615,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
22498
22615
|
public?: boolean | undefined;
|
|
22499
22616
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
22500
22617
|
tag?: string | undefined;
|
|
22618
|
+
boost?: number | undefined;
|
|
22501
22619
|
hidden?: boolean | undefined;
|
|
22502
22620
|
root?: string | undefined;
|
|
22503
22621
|
} & {
|
|
@@ -22838,6 +22956,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
22838
22956
|
public?: boolean | undefined;
|
|
22839
22957
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
22840
22958
|
tag?: string | undefined;
|
|
22959
|
+
boost?: number | undefined;
|
|
22841
22960
|
hidden?: boolean | undefined;
|
|
22842
22961
|
root?: string | undefined;
|
|
22843
22962
|
} & {
|
|
@@ -22866,6 +22985,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
22866
22985
|
public?: boolean | undefined;
|
|
22867
22986
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
22868
22987
|
tag?: string | undefined;
|
|
22988
|
+
boost?: number | undefined;
|
|
22869
22989
|
hidden?: boolean | undefined;
|
|
22870
22990
|
root?: string | undefined;
|
|
22871
22991
|
} & {
|