@mintlify/prebuild 1.0.849 → 1.0.851
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/generate.js +5 -1
- package/dist/prebuild/update/ConfigUpdater.d.ts +168 -175
- package/dist/prebuild/update/docsConfig/generateAsyncApiFromDocsConfig.js +3 -1
- package/dist/prebuild/update/docsConfig/generateOpenApiFromDocsConfig.js +9 -3
- package/dist/prebuild/update/index.d.ts +168 -175
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +6 -6
|
@@ -45,12 +45,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
45
45
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
46
46
|
} | {
|
|
47
47
|
groups: ({
|
|
48
|
-
openapi: string | string[] | {
|
|
49
|
-
source: string;
|
|
50
|
-
directory?: string | undefined;
|
|
51
|
-
};
|
|
52
48
|
group: string;
|
|
53
|
-
pages: any[];
|
|
54
49
|
icon?: string | {
|
|
55
50
|
name: string;
|
|
56
51
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -61,26 +56,22 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
61
56
|
tag?: string | undefined;
|
|
62
57
|
hidden?: boolean | undefined;
|
|
63
58
|
root?: string | undefined;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
pages: any[];
|
|
67
|
-
asyncapi: string | string[] | {
|
|
59
|
+
} & {
|
|
60
|
+
openapi?: string | string[] | {
|
|
68
61
|
source: string;
|
|
69
62
|
directory?: string | undefined;
|
|
70
|
-
};
|
|
71
|
-
icon?: string | {
|
|
72
|
-
name: string;
|
|
73
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
74
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
75
63
|
} | undefined;
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
64
|
+
asyncapi?: string | string[] | {
|
|
65
|
+
source: string;
|
|
66
|
+
directory?: string | undefined;
|
|
67
|
+
} | undefined;
|
|
68
|
+
} & {
|
|
69
|
+
pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
70
|
+
})[];
|
|
71
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
72
|
+
} | {
|
|
73
|
+
pages: (string | ({
|
|
82
74
|
group: string;
|
|
83
|
-
pages: any[];
|
|
84
75
|
icon?: string | {
|
|
85
76
|
name: string;
|
|
86
77
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -91,10 +82,18 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
91
82
|
tag?: string | undefined;
|
|
92
83
|
hidden?: boolean | undefined;
|
|
93
84
|
root?: string | undefined;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
85
|
+
} & {
|
|
86
|
+
openapi?: string | string[] | {
|
|
87
|
+
source: string;
|
|
88
|
+
directory?: string | undefined;
|
|
89
|
+
} | undefined;
|
|
90
|
+
asyncapi?: string | string[] | {
|
|
91
|
+
source: string;
|
|
92
|
+
directory?: string | undefined;
|
|
93
|
+
} | undefined;
|
|
94
|
+
} & {
|
|
95
|
+
pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
96
|
+
}))[];
|
|
98
97
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
99
98
|
};
|
|
100
99
|
background?: {
|
|
@@ -391,12 +390,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
391
390
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
392
391
|
} | {
|
|
393
392
|
groups: ({
|
|
394
|
-
openapi: string | string[] | {
|
|
395
|
-
source: string;
|
|
396
|
-
directory?: string | undefined;
|
|
397
|
-
};
|
|
398
393
|
group: string;
|
|
399
|
-
pages: any[];
|
|
400
394
|
icon?: string | {
|
|
401
395
|
name: string;
|
|
402
396
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -407,26 +401,22 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
407
401
|
tag?: string | undefined;
|
|
408
402
|
hidden?: boolean | undefined;
|
|
409
403
|
root?: string | undefined;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
pages: any[];
|
|
413
|
-
asyncapi: string | string[] | {
|
|
404
|
+
} & {
|
|
405
|
+
openapi?: string | string[] | {
|
|
414
406
|
source: string;
|
|
415
407
|
directory?: string | undefined;
|
|
416
|
-
};
|
|
417
|
-
icon?: string | {
|
|
418
|
-
name: string;
|
|
419
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
420
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
421
408
|
} | undefined;
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
409
|
+
asyncapi?: string | string[] | {
|
|
410
|
+
source: string;
|
|
411
|
+
directory?: string | undefined;
|
|
412
|
+
} | undefined;
|
|
413
|
+
} & {
|
|
414
|
+
pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
415
|
+
})[];
|
|
416
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
417
|
+
} | {
|
|
418
|
+
pages: (string | ({
|
|
428
419
|
group: string;
|
|
429
|
-
pages: any[];
|
|
430
420
|
icon?: string | {
|
|
431
421
|
name: string;
|
|
432
422
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -437,10 +427,18 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
437
427
|
tag?: string | undefined;
|
|
438
428
|
hidden?: boolean | undefined;
|
|
439
429
|
root?: string | undefined;
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
430
|
+
} & {
|
|
431
|
+
openapi?: string | string[] | {
|
|
432
|
+
source: string;
|
|
433
|
+
directory?: string | undefined;
|
|
434
|
+
} | undefined;
|
|
435
|
+
asyncapi?: string | string[] | {
|
|
436
|
+
source: string;
|
|
437
|
+
directory?: string | undefined;
|
|
438
|
+
} | undefined;
|
|
439
|
+
} & {
|
|
440
|
+
pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
441
|
+
}))[];
|
|
444
442
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
445
443
|
};
|
|
446
444
|
background?: {
|
|
@@ -737,12 +735,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
737
735
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
738
736
|
} | {
|
|
739
737
|
groups: ({
|
|
740
|
-
openapi: string | string[] | {
|
|
741
|
-
source: string;
|
|
742
|
-
directory?: string | undefined;
|
|
743
|
-
};
|
|
744
738
|
group: string;
|
|
745
|
-
pages: any[];
|
|
746
739
|
icon?: string | {
|
|
747
740
|
name: string;
|
|
748
741
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -753,26 +746,22 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
753
746
|
tag?: string | undefined;
|
|
754
747
|
hidden?: boolean | undefined;
|
|
755
748
|
root?: string | undefined;
|
|
756
|
-
}
|
|
757
|
-
|
|
758
|
-
pages: any[];
|
|
759
|
-
asyncapi: string | string[] | {
|
|
749
|
+
} & {
|
|
750
|
+
openapi?: string | string[] | {
|
|
760
751
|
source: string;
|
|
761
752
|
directory?: string | undefined;
|
|
762
|
-
};
|
|
763
|
-
icon?: string | {
|
|
764
|
-
name: string;
|
|
765
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
766
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
767
753
|
} | undefined;
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
754
|
+
asyncapi?: string | string[] | {
|
|
755
|
+
source: string;
|
|
756
|
+
directory?: string | undefined;
|
|
757
|
+
} | undefined;
|
|
758
|
+
} & {
|
|
759
|
+
pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
760
|
+
})[];
|
|
761
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
762
|
+
} | {
|
|
763
|
+
pages: (string | ({
|
|
774
764
|
group: string;
|
|
775
|
-
pages: any[];
|
|
776
765
|
icon?: string | {
|
|
777
766
|
name: string;
|
|
778
767
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -783,10 +772,18 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
783
772
|
tag?: string | undefined;
|
|
784
773
|
hidden?: boolean | undefined;
|
|
785
774
|
root?: string | undefined;
|
|
786
|
-
}
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
775
|
+
} & {
|
|
776
|
+
openapi?: string | string[] | {
|
|
777
|
+
source: string;
|
|
778
|
+
directory?: string | undefined;
|
|
779
|
+
} | undefined;
|
|
780
|
+
asyncapi?: string | string[] | {
|
|
781
|
+
source: string;
|
|
782
|
+
directory?: string | undefined;
|
|
783
|
+
} | undefined;
|
|
784
|
+
} & {
|
|
785
|
+
pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
786
|
+
}))[];
|
|
790
787
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
791
788
|
};
|
|
792
789
|
background?: {
|
|
@@ -1083,12 +1080,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1083
1080
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1084
1081
|
} | {
|
|
1085
1082
|
groups: ({
|
|
1086
|
-
openapi: string | string[] | {
|
|
1087
|
-
source: string;
|
|
1088
|
-
directory?: string | undefined;
|
|
1089
|
-
};
|
|
1090
1083
|
group: string;
|
|
1091
|
-
pages: any[];
|
|
1092
1084
|
icon?: string | {
|
|
1093
1085
|
name: string;
|
|
1094
1086
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -1099,26 +1091,22 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1099
1091
|
tag?: string | undefined;
|
|
1100
1092
|
hidden?: boolean | undefined;
|
|
1101
1093
|
root?: string | undefined;
|
|
1102
|
-
}
|
|
1103
|
-
|
|
1104
|
-
pages: any[];
|
|
1105
|
-
asyncapi: string | string[] | {
|
|
1094
|
+
} & {
|
|
1095
|
+
openapi?: string | string[] | {
|
|
1106
1096
|
source: string;
|
|
1107
1097
|
directory?: string | undefined;
|
|
1108
|
-
};
|
|
1109
|
-
icon?: string | {
|
|
1110
|
-
name: string;
|
|
1111
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1112
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1113
1098
|
} | undefined;
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1099
|
+
asyncapi?: string | string[] | {
|
|
1100
|
+
source: string;
|
|
1101
|
+
directory?: string | undefined;
|
|
1102
|
+
} | undefined;
|
|
1103
|
+
} & {
|
|
1104
|
+
pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
1105
|
+
})[];
|
|
1106
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1107
|
+
} | {
|
|
1108
|
+
pages: (string | ({
|
|
1120
1109
|
group: string;
|
|
1121
|
-
pages: any[];
|
|
1122
1110
|
icon?: string | {
|
|
1123
1111
|
name: string;
|
|
1124
1112
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -1129,10 +1117,18 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1129
1117
|
tag?: string | undefined;
|
|
1130
1118
|
hidden?: boolean | undefined;
|
|
1131
1119
|
root?: string | undefined;
|
|
1132
|
-
}
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1120
|
+
} & {
|
|
1121
|
+
openapi?: string | string[] | {
|
|
1122
|
+
source: string;
|
|
1123
|
+
directory?: string | undefined;
|
|
1124
|
+
} | undefined;
|
|
1125
|
+
asyncapi?: string | string[] | {
|
|
1126
|
+
source: string;
|
|
1127
|
+
directory?: string | undefined;
|
|
1128
|
+
} | undefined;
|
|
1129
|
+
} & {
|
|
1130
|
+
pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
1131
|
+
}))[];
|
|
1136
1132
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1137
1133
|
};
|
|
1138
1134
|
background?: {
|
|
@@ -1429,12 +1425,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1429
1425
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1430
1426
|
} | {
|
|
1431
1427
|
groups: ({
|
|
1432
|
-
openapi: string | string[] | {
|
|
1433
|
-
source: string;
|
|
1434
|
-
directory?: string | undefined;
|
|
1435
|
-
};
|
|
1436
1428
|
group: string;
|
|
1437
|
-
pages: any[];
|
|
1438
1429
|
icon?: string | {
|
|
1439
1430
|
name: string;
|
|
1440
1431
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -1445,26 +1436,22 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1445
1436
|
tag?: string | undefined;
|
|
1446
1437
|
hidden?: boolean | undefined;
|
|
1447
1438
|
root?: string | undefined;
|
|
1448
|
-
}
|
|
1449
|
-
|
|
1450
|
-
pages: any[];
|
|
1451
|
-
asyncapi: string | string[] | {
|
|
1439
|
+
} & {
|
|
1440
|
+
openapi?: string | string[] | {
|
|
1452
1441
|
source: string;
|
|
1453
1442
|
directory?: string | undefined;
|
|
1454
|
-
};
|
|
1455
|
-
icon?: string | {
|
|
1456
|
-
name: string;
|
|
1457
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1458
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1459
1443
|
} | undefined;
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1444
|
+
asyncapi?: string | string[] | {
|
|
1445
|
+
source: string;
|
|
1446
|
+
directory?: string | undefined;
|
|
1447
|
+
} | undefined;
|
|
1448
|
+
} & {
|
|
1449
|
+
pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
1450
|
+
})[];
|
|
1451
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1452
|
+
} | {
|
|
1453
|
+
pages: (string | ({
|
|
1466
1454
|
group: string;
|
|
1467
|
-
pages: any[];
|
|
1468
1455
|
icon?: string | {
|
|
1469
1456
|
name: string;
|
|
1470
1457
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -1475,10 +1462,18 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1475
1462
|
tag?: string | undefined;
|
|
1476
1463
|
hidden?: boolean | undefined;
|
|
1477
1464
|
root?: string | undefined;
|
|
1478
|
-
}
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1465
|
+
} & {
|
|
1466
|
+
openapi?: string | string[] | {
|
|
1467
|
+
source: string;
|
|
1468
|
+
directory?: string | undefined;
|
|
1469
|
+
} | undefined;
|
|
1470
|
+
asyncapi?: string | string[] | {
|
|
1471
|
+
source: string;
|
|
1472
|
+
directory?: string | undefined;
|
|
1473
|
+
} | undefined;
|
|
1474
|
+
} & {
|
|
1475
|
+
pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
1476
|
+
}))[];
|
|
1482
1477
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1483
1478
|
};
|
|
1484
1479
|
background?: {
|
|
@@ -1775,12 +1770,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1775
1770
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1776
1771
|
} | {
|
|
1777
1772
|
groups: ({
|
|
1778
|
-
openapi: string | string[] | {
|
|
1779
|
-
source: string;
|
|
1780
|
-
directory?: string | undefined;
|
|
1781
|
-
};
|
|
1782
1773
|
group: string;
|
|
1783
|
-
pages: any[];
|
|
1784
1774
|
icon?: string | {
|
|
1785
1775
|
name: string;
|
|
1786
1776
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -1791,26 +1781,22 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1791
1781
|
tag?: string | undefined;
|
|
1792
1782
|
hidden?: boolean | undefined;
|
|
1793
1783
|
root?: string | undefined;
|
|
1794
|
-
}
|
|
1795
|
-
|
|
1796
|
-
pages: any[];
|
|
1797
|
-
asyncapi: string | string[] | {
|
|
1784
|
+
} & {
|
|
1785
|
+
openapi?: string | string[] | {
|
|
1798
1786
|
source: string;
|
|
1799
1787
|
directory?: string | undefined;
|
|
1800
|
-
};
|
|
1801
|
-
icon?: string | {
|
|
1802
|
-
name: string;
|
|
1803
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1804
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1805
1788
|
} | undefined;
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1789
|
+
asyncapi?: string | string[] | {
|
|
1790
|
+
source: string;
|
|
1791
|
+
directory?: string | undefined;
|
|
1792
|
+
} | undefined;
|
|
1793
|
+
} & {
|
|
1794
|
+
pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
1795
|
+
})[];
|
|
1796
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1797
|
+
} | {
|
|
1798
|
+
pages: (string | ({
|
|
1812
1799
|
group: string;
|
|
1813
|
-
pages: any[];
|
|
1814
1800
|
icon?: string | {
|
|
1815
1801
|
name: string;
|
|
1816
1802
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -1821,10 +1807,18 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1821
1807
|
tag?: string | undefined;
|
|
1822
1808
|
hidden?: boolean | undefined;
|
|
1823
1809
|
root?: string | undefined;
|
|
1824
|
-
}
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1810
|
+
} & {
|
|
1811
|
+
openapi?: string | string[] | {
|
|
1812
|
+
source: string;
|
|
1813
|
+
directory?: string | undefined;
|
|
1814
|
+
} | undefined;
|
|
1815
|
+
asyncapi?: string | string[] | {
|
|
1816
|
+
source: string;
|
|
1817
|
+
directory?: string | undefined;
|
|
1818
|
+
} | undefined;
|
|
1819
|
+
} & {
|
|
1820
|
+
pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
1821
|
+
}))[];
|
|
1828
1822
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1829
1823
|
};
|
|
1830
1824
|
background?: {
|
|
@@ -2121,12 +2115,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2121
2115
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2122
2116
|
} | {
|
|
2123
2117
|
groups: ({
|
|
2124
|
-
openapi: string | string[] | {
|
|
2125
|
-
source: string;
|
|
2126
|
-
directory?: string | undefined;
|
|
2127
|
-
};
|
|
2128
2118
|
group: string;
|
|
2129
|
-
pages: any[];
|
|
2130
2119
|
icon?: string | {
|
|
2131
2120
|
name: string;
|
|
2132
2121
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -2137,26 +2126,22 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2137
2126
|
tag?: string | undefined;
|
|
2138
2127
|
hidden?: boolean | undefined;
|
|
2139
2128
|
root?: string | undefined;
|
|
2140
|
-
}
|
|
2141
|
-
|
|
2142
|
-
pages: any[];
|
|
2143
|
-
asyncapi: string | string[] | {
|
|
2129
|
+
} & {
|
|
2130
|
+
openapi?: string | string[] | {
|
|
2144
2131
|
source: string;
|
|
2145
2132
|
directory?: string | undefined;
|
|
2146
|
-
};
|
|
2147
|
-
icon?: string | {
|
|
2148
|
-
name: string;
|
|
2149
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2150
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2151
2133
|
} | undefined;
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2134
|
+
asyncapi?: string | string[] | {
|
|
2135
|
+
source: string;
|
|
2136
|
+
directory?: string | undefined;
|
|
2137
|
+
} | undefined;
|
|
2138
|
+
} & {
|
|
2139
|
+
pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
2140
|
+
})[];
|
|
2141
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2142
|
+
} | {
|
|
2143
|
+
pages: (string | ({
|
|
2158
2144
|
group: string;
|
|
2159
|
-
pages: any[];
|
|
2160
2145
|
icon?: string | {
|
|
2161
2146
|
name: string;
|
|
2162
2147
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -2167,10 +2152,18 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2167
2152
|
tag?: string | undefined;
|
|
2168
2153
|
hidden?: boolean | undefined;
|
|
2169
2154
|
root?: string | undefined;
|
|
2170
|
-
}
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2155
|
+
} & {
|
|
2156
|
+
openapi?: string | string[] | {
|
|
2157
|
+
source: string;
|
|
2158
|
+
directory?: string | undefined;
|
|
2159
|
+
} | undefined;
|
|
2160
|
+
asyncapi?: string | string[] | {
|
|
2161
|
+
source: string;
|
|
2162
|
+
directory?: string | undefined;
|
|
2163
|
+
} | undefined;
|
|
2164
|
+
} & {
|
|
2165
|
+
pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
2166
|
+
}))[];
|
|
2174
2167
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2175
2168
|
};
|
|
2176
2169
|
background?: {
|