@mintlify/validation 0.1.229 → 0.1.231
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 +188 -280
- package/dist/mint-config/schemas/v2/properties/navigation/anchors.js +6 -6
- package/dist/mint-config/schemas/v2/properties/navigation/dropdown.js +6 -6
- package/dist/mint-config/schemas/v2/properties/navigation/groups.d.ts +10 -10
- package/dist/mint-config/schemas/v2/properties/navigation/groups.js +1 -1
- package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +31 -31
- package/dist/mint-config/schemas/v2/properties/navigation/languages.d.ts +17 -17
- package/dist/mint-config/schemas/v2/properties/navigation/languages.js +6 -6
- package/dist/mint-config/schemas/v2/properties/navigation/pages.d.ts +1 -13
- package/dist/mint-config/schemas/v2/properties/navigation/tabs.js +6 -6
- package/dist/mint-config/schemas/v2/properties/navigation/version.js +6 -6
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +47 -70
- package/dist/mint-config/schemas/v2/themes/prism.d.ts +47 -70
- package/dist/mint-config/schemas/v2/themes/quill.d.ts +47 -70
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +31 -44
- package/dist/mint-config/schemas/v2/themes/reusable/index.js +0 -2
- package/dist/mint-config/schemas/v2/themes/venus.d.ts +47 -70
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/dist/mint-config/schemas/v2/properties/feedback.d.ts +0 -14
- package/dist/mint-config/schemas/v2/properties/feedback.js +0 -8
|
@@ -210,31 +210,31 @@ export declare const quillConfigSchema: z.ZodObject<{
|
|
|
210
210
|
href: string;
|
|
211
211
|
}, {
|
|
212
212
|
href: string;
|
|
213
|
-
}>, z.ZodObject<{
|
|
213
|
+
}>, z.ZodLazy<z.ZodObject<{
|
|
214
214
|
versions: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
215
215
|
}, "strip", z.ZodTypeAny, {
|
|
216
216
|
versions: any[];
|
|
217
217
|
}, {
|
|
218
218
|
versions: any[];
|
|
219
|
-
}
|
|
219
|
+
}>>, z.ZodLazy<z.ZodObject<{
|
|
220
220
|
tabs: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
221
221
|
}, "strip", z.ZodTypeAny, {
|
|
222
222
|
tabs: any[];
|
|
223
223
|
}, {
|
|
224
224
|
tabs: any[];
|
|
225
|
-
}
|
|
225
|
+
}>>, z.ZodLazy<z.ZodObject<{
|
|
226
226
|
dropdowns: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
227
227
|
}, "strip", z.ZodTypeAny, {
|
|
228
228
|
dropdowns: any[];
|
|
229
229
|
}, {
|
|
230
230
|
dropdowns: any[];
|
|
231
|
-
}
|
|
231
|
+
}>>, z.ZodLazy<z.ZodObject<{
|
|
232
232
|
anchors: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
233
233
|
}, "strip", z.ZodTypeAny, {
|
|
234
234
|
anchors: any[];
|
|
235
235
|
}, {
|
|
236
236
|
anchors: any[];
|
|
237
|
-
}
|
|
237
|
+
}>>, z.ZodLazy<z.ZodObject<{
|
|
238
238
|
groups: z.ZodArray<z.ZodIntersection<z.ZodObject<{
|
|
239
239
|
group: z.ZodString;
|
|
240
240
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -271,13 +271,13 @@ export declare const quillConfigSchema: z.ZodObject<{
|
|
|
271
271
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
272
272
|
}, {
|
|
273
273
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
274
|
-
}>, z.ZodObject<{
|
|
275
|
-
pages: z.ZodArray<z.ZodType<
|
|
274
|
+
}>, z.ZodLazy<z.ZodObject<{
|
|
275
|
+
pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
276
276
|
}, "strip", z.ZodTypeAny, {
|
|
277
|
-
pages:
|
|
277
|
+
pages: any[];
|
|
278
278
|
}, {
|
|
279
|
-
pages:
|
|
280
|
-
}
|
|
279
|
+
pages: any[];
|
|
280
|
+
}>>]>>, "many">;
|
|
281
281
|
}, "strip", z.ZodTypeAny, {
|
|
282
282
|
groups: ({
|
|
283
283
|
group: string;
|
|
@@ -290,7 +290,7 @@ export declare const quillConfigSchema: z.ZodObject<{
|
|
|
290
290
|
} & ({
|
|
291
291
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
292
292
|
} | {
|
|
293
|
-
pages:
|
|
293
|
+
pages: any[];
|
|
294
294
|
}))[];
|
|
295
295
|
}, {
|
|
296
296
|
groups: ({
|
|
@@ -304,15 +304,15 @@ export declare const quillConfigSchema: z.ZodObject<{
|
|
|
304
304
|
} & ({
|
|
305
305
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
306
306
|
} | {
|
|
307
|
-
pages:
|
|
307
|
+
pages: any[];
|
|
308
308
|
}))[];
|
|
309
|
-
}
|
|
310
|
-
pages: z.ZodArray<z.ZodType<
|
|
309
|
+
}>>, z.ZodLazy<z.ZodObject<{
|
|
310
|
+
pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
311
311
|
}, "strip", z.ZodTypeAny, {
|
|
312
|
-
pages:
|
|
312
|
+
pages: any[];
|
|
313
313
|
}, {
|
|
314
|
-
pages:
|
|
315
|
-
}
|
|
314
|
+
pages: any[];
|
|
315
|
+
}>>]>>, "many">;
|
|
316
316
|
}, "strip", z.ZodTypeAny, {
|
|
317
317
|
languages: ({
|
|
318
318
|
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
@@ -341,10 +341,10 @@ export declare const quillConfigSchema: z.ZodObject<{
|
|
|
341
341
|
} & ({
|
|
342
342
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
343
343
|
} | {
|
|
344
|
-
pages:
|
|
344
|
+
pages: any[];
|
|
345
345
|
}))[];
|
|
346
346
|
} | {
|
|
347
|
-
pages:
|
|
347
|
+
pages: any[];
|
|
348
348
|
}))[];
|
|
349
349
|
}, {
|
|
350
350
|
languages: ({
|
|
@@ -374,10 +374,10 @@ export declare const quillConfigSchema: z.ZodObject<{
|
|
|
374
374
|
} & ({
|
|
375
375
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
376
376
|
} | {
|
|
377
|
-
pages:
|
|
377
|
+
pages: any[];
|
|
378
378
|
}))[];
|
|
379
379
|
} | {
|
|
380
|
-
pages:
|
|
380
|
+
pages: any[];
|
|
381
381
|
}))[];
|
|
382
382
|
}>, z.ZodObject<{
|
|
383
383
|
versions: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
@@ -440,13 +440,13 @@ export declare const quillConfigSchema: z.ZodObject<{
|
|
|
440
440
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
441
441
|
}, {
|
|
442
442
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
443
|
-
}>, z.ZodObject<{
|
|
444
|
-
pages: z.ZodArray<z.ZodType<
|
|
443
|
+
}>, z.ZodLazy<z.ZodObject<{
|
|
444
|
+
pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
445
445
|
}, "strip", z.ZodTypeAny, {
|
|
446
|
-
pages:
|
|
446
|
+
pages: any[];
|
|
447
447
|
}, {
|
|
448
|
-
pages:
|
|
449
|
-
}
|
|
448
|
+
pages: any[];
|
|
449
|
+
}>>]>>, "many">;
|
|
450
450
|
}, "strip", z.ZodTypeAny, {
|
|
451
451
|
groups: ({
|
|
452
452
|
group: string;
|
|
@@ -459,7 +459,7 @@ export declare const quillConfigSchema: z.ZodObject<{
|
|
|
459
459
|
} & ({
|
|
460
460
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
461
461
|
} | {
|
|
462
|
-
pages:
|
|
462
|
+
pages: any[];
|
|
463
463
|
}))[];
|
|
464
464
|
}, {
|
|
465
465
|
groups: ({
|
|
@@ -473,14 +473,14 @@ export declare const quillConfigSchema: z.ZodObject<{
|
|
|
473
473
|
} & ({
|
|
474
474
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
475
475
|
} | {
|
|
476
|
-
pages:
|
|
476
|
+
pages: any[];
|
|
477
477
|
}))[];
|
|
478
478
|
}>, z.ZodObject<{
|
|
479
|
-
pages: z.ZodArray<z.ZodType<
|
|
479
|
+
pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
480
480
|
}, "strip", z.ZodTypeAny, {
|
|
481
|
-
pages:
|
|
481
|
+
pages: any[];
|
|
482
482
|
}, {
|
|
483
|
-
pages:
|
|
483
|
+
pages: any[];
|
|
484
484
|
}>]>;
|
|
485
485
|
footer: z.ZodOptional<z.ZodObject<{
|
|
486
486
|
socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, z.ZodString>>;
|
|
@@ -528,19 +528,6 @@ export declare const quillConfigSchema: z.ZodObject<{
|
|
|
528
528
|
header?: string | undefined;
|
|
529
529
|
}[] | undefined;
|
|
530
530
|
}>>;
|
|
531
|
-
feedback: z.ZodOptional<z.ZodObject<{
|
|
532
|
-
thumbs: z.ZodOptional<z.ZodBoolean>;
|
|
533
|
-
edits: z.ZodOptional<z.ZodBoolean>;
|
|
534
|
-
issues: z.ZodOptional<z.ZodBoolean>;
|
|
535
|
-
}, "strip", z.ZodTypeAny, {
|
|
536
|
-
thumbs?: boolean | undefined;
|
|
537
|
-
edits?: boolean | undefined;
|
|
538
|
-
issues?: boolean | undefined;
|
|
539
|
-
}, {
|
|
540
|
-
thumbs?: boolean | undefined;
|
|
541
|
-
edits?: boolean | undefined;
|
|
542
|
-
issues?: boolean | undefined;
|
|
543
|
-
}>>;
|
|
544
531
|
search: z.ZodOptional<z.ZodObject<{
|
|
545
532
|
prompt: z.ZodOptional<z.ZodString>;
|
|
546
533
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -992,10 +979,10 @@ export declare const quillConfigSchema: z.ZodObject<{
|
|
|
992
979
|
} & ({
|
|
993
980
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
994
981
|
} | {
|
|
995
|
-
pages:
|
|
982
|
+
pages: any[];
|
|
996
983
|
}))[];
|
|
997
984
|
} | {
|
|
998
|
-
pages:
|
|
985
|
+
pages: any[];
|
|
999
986
|
}))[];
|
|
1000
987
|
} | {
|
|
1001
988
|
versions: any[];
|
|
@@ -1017,10 +1004,10 @@ export declare const quillConfigSchema: z.ZodObject<{
|
|
|
1017
1004
|
} & ({
|
|
1018
1005
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
1019
1006
|
} | {
|
|
1020
|
-
pages:
|
|
1007
|
+
pages: any[];
|
|
1021
1008
|
}))[];
|
|
1022
1009
|
} | {
|
|
1023
|
-
pages:
|
|
1010
|
+
pages: any[];
|
|
1024
1011
|
}) & ({
|
|
1025
1012
|
languages: ({
|
|
1026
1013
|
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
@@ -1049,10 +1036,10 @@ export declare const quillConfigSchema: z.ZodObject<{
|
|
|
1049
1036
|
} & ({
|
|
1050
1037
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
1051
1038
|
} | {
|
|
1052
|
-
pages:
|
|
1039
|
+
pages: any[];
|
|
1053
1040
|
}))[];
|
|
1054
1041
|
} | {
|
|
1055
|
-
pages:
|
|
1042
|
+
pages: any[];
|
|
1056
1043
|
}))[];
|
|
1057
1044
|
} | {
|
|
1058
1045
|
versions: any[];
|
|
@@ -1074,10 +1061,10 @@ export declare const quillConfigSchema: z.ZodObject<{
|
|
|
1074
1061
|
} & ({
|
|
1075
1062
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
1076
1063
|
} | {
|
|
1077
|
-
pages:
|
|
1064
|
+
pages: any[];
|
|
1078
1065
|
}))[];
|
|
1079
1066
|
} | {
|
|
1080
|
-
pages:
|
|
1067
|
+
pages: any[];
|
|
1081
1068
|
} | undefined);
|
|
1082
1069
|
description?: string | undefined;
|
|
1083
1070
|
logo?: string | {
|
|
@@ -1138,11 +1125,6 @@ export declare const quillConfigSchema: z.ZodObject<{
|
|
|
1138
1125
|
header?: string | undefined;
|
|
1139
1126
|
}[] | undefined;
|
|
1140
1127
|
} | undefined;
|
|
1141
|
-
feedback?: {
|
|
1142
|
-
thumbs?: boolean | undefined;
|
|
1143
|
-
edits?: boolean | undefined;
|
|
1144
|
-
issues?: boolean | undefined;
|
|
1145
|
-
} | undefined;
|
|
1146
1128
|
search?: {
|
|
1147
1129
|
prompt?: string | undefined;
|
|
1148
1130
|
} | undefined;
|
|
@@ -1278,10 +1260,10 @@ export declare const quillConfigSchema: z.ZodObject<{
|
|
|
1278
1260
|
} & ({
|
|
1279
1261
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
1280
1262
|
} | {
|
|
1281
|
-
pages:
|
|
1263
|
+
pages: any[];
|
|
1282
1264
|
}))[];
|
|
1283
1265
|
} | {
|
|
1284
|
-
pages:
|
|
1266
|
+
pages: any[];
|
|
1285
1267
|
}))[];
|
|
1286
1268
|
} | {
|
|
1287
1269
|
versions: any[];
|
|
@@ -1303,10 +1285,10 @@ export declare const quillConfigSchema: z.ZodObject<{
|
|
|
1303
1285
|
} & ({
|
|
1304
1286
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
1305
1287
|
} | {
|
|
1306
|
-
pages:
|
|
1288
|
+
pages: any[];
|
|
1307
1289
|
}))[];
|
|
1308
1290
|
} | {
|
|
1309
|
-
pages:
|
|
1291
|
+
pages: any[];
|
|
1310
1292
|
}) & ({
|
|
1311
1293
|
languages: ({
|
|
1312
1294
|
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
@@ -1335,10 +1317,10 @@ export declare const quillConfigSchema: z.ZodObject<{
|
|
|
1335
1317
|
} & ({
|
|
1336
1318
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
1337
1319
|
} | {
|
|
1338
|
-
pages:
|
|
1320
|
+
pages: any[];
|
|
1339
1321
|
}))[];
|
|
1340
1322
|
} | {
|
|
1341
|
-
pages:
|
|
1323
|
+
pages: any[];
|
|
1342
1324
|
}))[];
|
|
1343
1325
|
} | {
|
|
1344
1326
|
versions: any[];
|
|
@@ -1360,10 +1342,10 @@ export declare const quillConfigSchema: z.ZodObject<{
|
|
|
1360
1342
|
} & ({
|
|
1361
1343
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
1362
1344
|
} | {
|
|
1363
|
-
pages:
|
|
1345
|
+
pages: any[];
|
|
1364
1346
|
}))[];
|
|
1365
1347
|
} | {
|
|
1366
|
-
pages:
|
|
1348
|
+
pages: any[];
|
|
1367
1349
|
} | undefined);
|
|
1368
1350
|
$schema?: string | undefined;
|
|
1369
1351
|
description?: string | undefined;
|
|
@@ -1425,11 +1407,6 @@ export declare const quillConfigSchema: z.ZodObject<{
|
|
|
1425
1407
|
header?: string | undefined;
|
|
1426
1408
|
}[] | undefined;
|
|
1427
1409
|
} | undefined;
|
|
1428
|
-
feedback?: {
|
|
1429
|
-
thumbs?: boolean | undefined;
|
|
1430
|
-
edits?: boolean | undefined;
|
|
1431
|
-
issues?: boolean | undefined;
|
|
1432
|
-
} | undefined;
|
|
1433
1410
|
search?: {
|
|
1434
1411
|
prompt?: string | undefined;
|
|
1435
1412
|
} | undefined;
|
|
@@ -209,31 +209,31 @@ export declare const standardConfigSchema: {
|
|
|
209
209
|
href: string;
|
|
210
210
|
}, {
|
|
211
211
|
href: string;
|
|
212
|
-
}>, import("zod").ZodObject<{
|
|
212
|
+
}>, import("zod").ZodLazy<import("zod").ZodObject<{
|
|
213
213
|
versions: import("zod").ZodArray<import("zod").ZodType<any, import("zod").ZodTypeDef, any>, "many">;
|
|
214
214
|
}, "strip", import("zod").ZodTypeAny, {
|
|
215
215
|
versions: any[];
|
|
216
216
|
}, {
|
|
217
217
|
versions: any[];
|
|
218
|
-
}
|
|
218
|
+
}>>, import("zod").ZodLazy<import("zod").ZodObject<{
|
|
219
219
|
tabs: import("zod").ZodArray<import("zod").ZodType<any, import("zod").ZodTypeDef, any>, "many">;
|
|
220
220
|
}, "strip", import("zod").ZodTypeAny, {
|
|
221
221
|
tabs: any[];
|
|
222
222
|
}, {
|
|
223
223
|
tabs: any[];
|
|
224
|
-
}
|
|
224
|
+
}>>, import("zod").ZodLazy<import("zod").ZodObject<{
|
|
225
225
|
dropdowns: import("zod").ZodArray<import("zod").ZodType<any, import("zod").ZodTypeDef, any>, "many">;
|
|
226
226
|
}, "strip", import("zod").ZodTypeAny, {
|
|
227
227
|
dropdowns: any[];
|
|
228
228
|
}, {
|
|
229
229
|
dropdowns: any[];
|
|
230
|
-
}
|
|
230
|
+
}>>, import("zod").ZodLazy<import("zod").ZodObject<{
|
|
231
231
|
anchors: import("zod").ZodArray<import("zod").ZodType<any, import("zod").ZodTypeDef, any>, "many">;
|
|
232
232
|
}, "strip", import("zod").ZodTypeAny, {
|
|
233
233
|
anchors: any[];
|
|
234
234
|
}, {
|
|
235
235
|
anchors: any[];
|
|
236
|
-
}
|
|
236
|
+
}>>, import("zod").ZodLazy<import("zod").ZodObject<{
|
|
237
237
|
groups: import("zod").ZodArray<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
238
238
|
group: import("zod").ZodString;
|
|
239
239
|
icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
|
|
@@ -270,13 +270,13 @@ export declare const standardConfigSchema: {
|
|
|
270
270
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
271
271
|
}, {
|
|
272
272
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
273
|
-
}>, import("zod").ZodObject<{
|
|
274
|
-
pages: import("zod").ZodArray<import("zod").ZodType<
|
|
273
|
+
}>, import("zod").ZodLazy<import("zod").ZodObject<{
|
|
274
|
+
pages: import("zod").ZodArray<import("zod").ZodType<any, import("zod").ZodTypeDef, any>, "many">;
|
|
275
275
|
}, "strip", import("zod").ZodTypeAny, {
|
|
276
|
-
pages:
|
|
276
|
+
pages: any[];
|
|
277
277
|
}, {
|
|
278
|
-
pages:
|
|
279
|
-
}
|
|
278
|
+
pages: any[];
|
|
279
|
+
}>>]>>, "many">;
|
|
280
280
|
}, "strip", import("zod").ZodTypeAny, {
|
|
281
281
|
groups: ({
|
|
282
282
|
group: string;
|
|
@@ -289,7 +289,7 @@ export declare const standardConfigSchema: {
|
|
|
289
289
|
} & ({
|
|
290
290
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
291
291
|
} | {
|
|
292
|
-
pages:
|
|
292
|
+
pages: any[];
|
|
293
293
|
}))[];
|
|
294
294
|
}, {
|
|
295
295
|
groups: ({
|
|
@@ -303,15 +303,15 @@ export declare const standardConfigSchema: {
|
|
|
303
303
|
} & ({
|
|
304
304
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
305
305
|
} | {
|
|
306
|
-
pages:
|
|
306
|
+
pages: any[];
|
|
307
307
|
}))[];
|
|
308
|
-
}
|
|
309
|
-
pages: import("zod").ZodArray<import("zod").ZodType<
|
|
308
|
+
}>>, import("zod").ZodLazy<import("zod").ZodObject<{
|
|
309
|
+
pages: import("zod").ZodArray<import("zod").ZodType<any, import("zod").ZodTypeDef, any>, "many">;
|
|
310
310
|
}, "strip", import("zod").ZodTypeAny, {
|
|
311
|
-
pages:
|
|
311
|
+
pages: any[];
|
|
312
312
|
}, {
|
|
313
|
-
pages:
|
|
314
|
-
}
|
|
313
|
+
pages: any[];
|
|
314
|
+
}>>]>>, "many">;
|
|
315
315
|
}, "strip", import("zod").ZodTypeAny, {
|
|
316
316
|
languages: ({
|
|
317
317
|
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
@@ -340,10 +340,10 @@ export declare const standardConfigSchema: {
|
|
|
340
340
|
} & ({
|
|
341
341
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
342
342
|
} | {
|
|
343
|
-
pages:
|
|
343
|
+
pages: any[];
|
|
344
344
|
}))[];
|
|
345
345
|
} | {
|
|
346
|
-
pages:
|
|
346
|
+
pages: any[];
|
|
347
347
|
}))[];
|
|
348
348
|
}, {
|
|
349
349
|
languages: ({
|
|
@@ -373,10 +373,10 @@ export declare const standardConfigSchema: {
|
|
|
373
373
|
} & ({
|
|
374
374
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
375
375
|
} | {
|
|
376
|
-
pages:
|
|
376
|
+
pages: any[];
|
|
377
377
|
}))[];
|
|
378
378
|
} | {
|
|
379
|
-
pages:
|
|
379
|
+
pages: any[];
|
|
380
380
|
}))[];
|
|
381
381
|
}>, import("zod").ZodObject<{
|
|
382
382
|
versions: import("zod").ZodArray<import("zod").ZodType<any, import("zod").ZodTypeDef, any>, "many">;
|
|
@@ -439,13 +439,13 @@ export declare const standardConfigSchema: {
|
|
|
439
439
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
440
440
|
}, {
|
|
441
441
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
442
|
-
}>, import("zod").ZodObject<{
|
|
443
|
-
pages: import("zod").ZodArray<import("zod").ZodType<
|
|
442
|
+
}>, import("zod").ZodLazy<import("zod").ZodObject<{
|
|
443
|
+
pages: import("zod").ZodArray<import("zod").ZodType<any, import("zod").ZodTypeDef, any>, "many">;
|
|
444
444
|
}, "strip", import("zod").ZodTypeAny, {
|
|
445
|
-
pages:
|
|
445
|
+
pages: any[];
|
|
446
446
|
}, {
|
|
447
|
-
pages:
|
|
448
|
-
}
|
|
447
|
+
pages: any[];
|
|
448
|
+
}>>]>>, "many">;
|
|
449
449
|
}, "strip", import("zod").ZodTypeAny, {
|
|
450
450
|
groups: ({
|
|
451
451
|
group: string;
|
|
@@ -458,7 +458,7 @@ export declare const standardConfigSchema: {
|
|
|
458
458
|
} & ({
|
|
459
459
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
460
460
|
} | {
|
|
461
|
-
pages:
|
|
461
|
+
pages: any[];
|
|
462
462
|
}))[];
|
|
463
463
|
}, {
|
|
464
464
|
groups: ({
|
|
@@ -472,14 +472,14 @@ export declare const standardConfigSchema: {
|
|
|
472
472
|
} & ({
|
|
473
473
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
474
474
|
} | {
|
|
475
|
-
pages:
|
|
475
|
+
pages: any[];
|
|
476
476
|
}))[];
|
|
477
477
|
}>, import("zod").ZodObject<{
|
|
478
|
-
pages: import("zod").ZodArray<import("zod").ZodType<
|
|
478
|
+
pages: import("zod").ZodArray<import("zod").ZodType<any, import("zod").ZodTypeDef, any>, "many">;
|
|
479
479
|
}, "strip", import("zod").ZodTypeAny, {
|
|
480
|
-
pages:
|
|
480
|
+
pages: any[];
|
|
481
481
|
}, {
|
|
482
|
-
pages:
|
|
482
|
+
pages: any[];
|
|
483
483
|
}>]>;
|
|
484
484
|
footer: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
485
485
|
socials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, import("zod").ZodString>>;
|
|
@@ -527,19 +527,6 @@ export declare const standardConfigSchema: {
|
|
|
527
527
|
header?: string | undefined;
|
|
528
528
|
}[] | undefined;
|
|
529
529
|
}>>;
|
|
530
|
-
feedback: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
531
|
-
thumbs: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
532
|
-
edits: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
533
|
-
issues: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
534
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
535
|
-
thumbs?: boolean | undefined;
|
|
536
|
-
edits?: boolean | undefined;
|
|
537
|
-
issues?: boolean | undefined;
|
|
538
|
-
}, {
|
|
539
|
-
thumbs?: boolean | undefined;
|
|
540
|
-
edits?: boolean | undefined;
|
|
541
|
-
issues?: boolean | undefined;
|
|
542
|
-
}>>;
|
|
543
530
|
search: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
544
531
|
prompt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
545
532
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -6,7 +6,6 @@ import { backgroundSchema } from '../../properties/background.js';
|
|
|
6
6
|
import { colorsSchema } from '../../properties/colors.js';
|
|
7
7
|
import { descriptionSchema } from '../../properties/description.js';
|
|
8
8
|
import { faviconSchema } from '../../properties/favicon.js';
|
|
9
|
-
import { feedbackSchema } from '../../properties/feedback.js';
|
|
10
9
|
import { fontsSchema } from '../../properties/font.js';
|
|
11
10
|
import { footerSchema } from '../../properties/footer.js';
|
|
12
11
|
import { iconsSchema } from '../../properties/icons.js';
|
|
@@ -34,7 +33,6 @@ export const standardConfigSchema = {
|
|
|
34
33
|
topbar: topbarSchema.optional(),
|
|
35
34
|
navigation: navigationSchema,
|
|
36
35
|
footer: footerSchema.optional(),
|
|
37
|
-
feedback: feedbackSchema.optional(),
|
|
38
36
|
search: searchSchema.optional(),
|
|
39
37
|
seo: seoSchema.optional(),
|
|
40
38
|
fonts: fontsSchema.optional(),
|