@mintlify/prebuild 1.0.321 → 1.0.323
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.
|
@@ -27,7 +27,39 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
27
27
|
light?: string | undefined;
|
|
28
28
|
dark?: string | undefined;
|
|
29
29
|
};
|
|
30
|
-
navigation: ({
|
|
30
|
+
navigation: (({
|
|
31
|
+
languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
32
|
+
} | {
|
|
33
|
+
versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
34
|
+
} | {
|
|
35
|
+
tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
36
|
+
} | {
|
|
37
|
+
dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
38
|
+
} | {
|
|
39
|
+
anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
40
|
+
} | {
|
|
41
|
+
groups: ({
|
|
42
|
+
group: string;
|
|
43
|
+
icon?: string | {
|
|
44
|
+
name: string;
|
|
45
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
46
|
+
} | undefined;
|
|
47
|
+
hidden?: boolean | undefined;
|
|
48
|
+
root?: string | undefined;
|
|
49
|
+
} & ({
|
|
50
|
+
openapi: (string | string[] | {
|
|
51
|
+
source: string;
|
|
52
|
+
directory?: string | undefined;
|
|
53
|
+
}) & (string | string[] | {
|
|
54
|
+
source: string;
|
|
55
|
+
directory?: string | undefined;
|
|
56
|
+
} | undefined);
|
|
57
|
+
} | {
|
|
58
|
+
pages: any[];
|
|
59
|
+
}))[];
|
|
60
|
+
} | {
|
|
61
|
+
pages: any[];
|
|
62
|
+
}) & {
|
|
31
63
|
global?: {
|
|
32
64
|
languages?: ({
|
|
33
65
|
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
@@ -76,16 +108,16 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
76
108
|
href: string;
|
|
77
109
|
})[] | undefined;
|
|
78
110
|
} | undefined;
|
|
79
|
-
} & ({
|
|
80
|
-
languages:
|
|
111
|
+
}) & ((({
|
|
112
|
+
languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
81
113
|
} | {
|
|
82
|
-
versions:
|
|
114
|
+
versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
83
115
|
} | {
|
|
84
|
-
tabs:
|
|
116
|
+
tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
85
117
|
} | {
|
|
86
|
-
dropdowns:
|
|
118
|
+
dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
87
119
|
} | {
|
|
88
|
-
anchors:
|
|
120
|
+
anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
89
121
|
} | {
|
|
90
122
|
groups: ({
|
|
91
123
|
group: string;
|
|
@@ -94,33 +126,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
94
126
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
95
127
|
} | undefined;
|
|
96
128
|
hidden?: boolean | undefined;
|
|
97
|
-
root?: string |
|
|
98
|
-
href: string;
|
|
99
|
-
title: string;
|
|
100
|
-
sidebarTitle?: string | undefined;
|
|
101
|
-
description?: string | undefined;
|
|
102
|
-
api?: string | undefined;
|
|
103
|
-
openapi?: string | undefined;
|
|
104
|
-
contentType?: string | undefined;
|
|
105
|
-
authMethod?: string | undefined;
|
|
106
|
-
auth?: string | undefined;
|
|
107
|
-
version?: string | undefined;
|
|
108
|
-
mode?: string | undefined;
|
|
109
|
-
hideFooterPagination?: boolean | undefined;
|
|
110
|
-
authors?: unknown;
|
|
111
|
-
lastUpdatedDate?: string | undefined;
|
|
112
|
-
createdDate?: string | undefined;
|
|
113
|
-
"openapi-schema"?: string | undefined;
|
|
114
|
-
icon?: string | {
|
|
115
|
-
name: string;
|
|
116
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
117
|
-
} | undefined;
|
|
118
|
-
tag?: string | undefined;
|
|
119
|
-
url?: string | undefined;
|
|
120
|
-
hideApiMarker?: boolean | undefined;
|
|
121
|
-
noindex?: boolean | undefined;
|
|
122
|
-
isPublic?: boolean | undefined;
|
|
123
|
-
} | undefined;
|
|
129
|
+
root?: string | undefined;
|
|
124
130
|
} & ({
|
|
125
131
|
openapi: (string | string[] | {
|
|
126
132
|
source: string;
|
|
@@ -134,7 +140,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
134
140
|
}))[];
|
|
135
141
|
} | {
|
|
136
142
|
pages: any[];
|
|
137
|
-
})
|
|
143
|
+
}) & {
|
|
138
144
|
global?: {
|
|
139
145
|
languages?: ({
|
|
140
146
|
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
@@ -183,65 +189,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
183
189
|
href: string;
|
|
184
190
|
})[] | undefined;
|
|
185
191
|
} | undefined;
|
|
186
|
-
}
|
|
187
|
-
languages: any[];
|
|
188
|
-
} | {
|
|
189
|
-
versions: any[];
|
|
190
|
-
} | {
|
|
191
|
-
tabs: any[];
|
|
192
|
-
} | {
|
|
193
|
-
dropdowns: any[];
|
|
194
|
-
} | {
|
|
195
|
-
anchors: any[];
|
|
196
|
-
} | {
|
|
197
|
-
groups: ({
|
|
198
|
-
group: string;
|
|
199
|
-
icon?: string | {
|
|
200
|
-
name: string;
|
|
201
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
202
|
-
} | undefined;
|
|
203
|
-
hidden?: boolean | undefined;
|
|
204
|
-
root?: string | {
|
|
205
|
-
href: string;
|
|
206
|
-
title: string;
|
|
207
|
-
sidebarTitle?: string | undefined;
|
|
208
|
-
description?: string | undefined;
|
|
209
|
-
api?: string | undefined;
|
|
210
|
-
openapi?: string | undefined;
|
|
211
|
-
contentType?: string | undefined;
|
|
212
|
-
authMethod?: string | undefined;
|
|
213
|
-
auth?: string | undefined;
|
|
214
|
-
version?: string | undefined;
|
|
215
|
-
mode?: string | undefined;
|
|
216
|
-
hideFooterPagination?: boolean | undefined;
|
|
217
|
-
authors?: unknown;
|
|
218
|
-
lastUpdatedDate?: string | undefined;
|
|
219
|
-
createdDate?: string | undefined;
|
|
220
|
-
"openapi-schema"?: string | undefined;
|
|
221
|
-
icon?: string | {
|
|
222
|
-
name: string;
|
|
223
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
224
|
-
} | undefined;
|
|
225
|
-
tag?: string | undefined;
|
|
226
|
-
url?: string | undefined;
|
|
227
|
-
hideApiMarker?: boolean | undefined;
|
|
228
|
-
noindex?: boolean | undefined;
|
|
229
|
-
isPublic?: boolean | undefined;
|
|
230
|
-
} | undefined;
|
|
231
|
-
} & ({
|
|
232
|
-
openapi: (string | string[] | {
|
|
233
|
-
source: string;
|
|
234
|
-
directory?: string | undefined;
|
|
235
|
-
}) & (string | string[] | {
|
|
236
|
-
source: string;
|
|
237
|
-
directory?: string | undefined;
|
|
238
|
-
} | undefined);
|
|
239
|
-
} | {
|
|
240
|
-
pages: any[];
|
|
241
|
-
}))[];
|
|
242
|
-
} | {
|
|
243
|
-
pages: any[];
|
|
244
|
-
})) | undefined);
|
|
192
|
+
}) | undefined);
|
|
245
193
|
description?: string | undefined;
|
|
246
194
|
logo?: string | {
|
|
247
195
|
light: string;
|
|
@@ -412,7 +360,39 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
412
360
|
light?: string | undefined;
|
|
413
361
|
dark?: string | undefined;
|
|
414
362
|
};
|
|
415
|
-
navigation: ({
|
|
363
|
+
navigation: (({
|
|
364
|
+
languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
365
|
+
} | {
|
|
366
|
+
versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
367
|
+
} | {
|
|
368
|
+
tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
369
|
+
} | {
|
|
370
|
+
dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
371
|
+
} | {
|
|
372
|
+
anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
373
|
+
} | {
|
|
374
|
+
groups: ({
|
|
375
|
+
group: string;
|
|
376
|
+
icon?: string | {
|
|
377
|
+
name: string;
|
|
378
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
379
|
+
} | undefined;
|
|
380
|
+
hidden?: boolean | undefined;
|
|
381
|
+
root?: string | undefined;
|
|
382
|
+
} & ({
|
|
383
|
+
openapi: (string | string[] | {
|
|
384
|
+
source: string;
|
|
385
|
+
directory?: string | undefined;
|
|
386
|
+
}) & (string | string[] | {
|
|
387
|
+
source: string;
|
|
388
|
+
directory?: string | undefined;
|
|
389
|
+
} | undefined);
|
|
390
|
+
} | {
|
|
391
|
+
pages: any[];
|
|
392
|
+
}))[];
|
|
393
|
+
} | {
|
|
394
|
+
pages: any[];
|
|
395
|
+
}) & {
|
|
416
396
|
global?: {
|
|
417
397
|
languages?: ({
|
|
418
398
|
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
@@ -461,16 +441,16 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
461
441
|
href: string;
|
|
462
442
|
})[] | undefined;
|
|
463
443
|
} | undefined;
|
|
464
|
-
} & ({
|
|
465
|
-
languages:
|
|
444
|
+
}) & ((({
|
|
445
|
+
languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
466
446
|
} | {
|
|
467
|
-
versions:
|
|
447
|
+
versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
468
448
|
} | {
|
|
469
|
-
tabs:
|
|
449
|
+
tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
470
450
|
} | {
|
|
471
|
-
dropdowns:
|
|
451
|
+
dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
472
452
|
} | {
|
|
473
|
-
anchors:
|
|
453
|
+
anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
474
454
|
} | {
|
|
475
455
|
groups: ({
|
|
476
456
|
group: string;
|
|
@@ -479,33 +459,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
479
459
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
480
460
|
} | undefined;
|
|
481
461
|
hidden?: boolean | undefined;
|
|
482
|
-
root?: string |
|
|
483
|
-
href: string;
|
|
484
|
-
title: string;
|
|
485
|
-
sidebarTitle?: string | undefined;
|
|
486
|
-
description?: string | undefined;
|
|
487
|
-
api?: string | undefined;
|
|
488
|
-
openapi?: string | undefined;
|
|
489
|
-
contentType?: string | undefined;
|
|
490
|
-
authMethod?: string | undefined;
|
|
491
|
-
auth?: string | undefined;
|
|
492
|
-
version?: string | undefined;
|
|
493
|
-
mode?: string | undefined;
|
|
494
|
-
hideFooterPagination?: boolean | undefined;
|
|
495
|
-
authors?: unknown;
|
|
496
|
-
lastUpdatedDate?: string | undefined;
|
|
497
|
-
createdDate?: string | undefined;
|
|
498
|
-
"openapi-schema"?: string | undefined;
|
|
499
|
-
icon?: string | {
|
|
500
|
-
name: string;
|
|
501
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
502
|
-
} | undefined;
|
|
503
|
-
tag?: string | undefined;
|
|
504
|
-
url?: string | undefined;
|
|
505
|
-
hideApiMarker?: boolean | undefined;
|
|
506
|
-
noindex?: boolean | undefined;
|
|
507
|
-
isPublic?: boolean | undefined;
|
|
508
|
-
} | undefined;
|
|
462
|
+
root?: string | undefined;
|
|
509
463
|
} & ({
|
|
510
464
|
openapi: (string | string[] | {
|
|
511
465
|
source: string;
|
|
@@ -519,7 +473,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
519
473
|
}))[];
|
|
520
474
|
} | {
|
|
521
475
|
pages: any[];
|
|
522
|
-
})
|
|
476
|
+
}) & {
|
|
523
477
|
global?: {
|
|
524
478
|
languages?: ({
|
|
525
479
|
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
@@ -568,65 +522,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
568
522
|
href: string;
|
|
569
523
|
})[] | undefined;
|
|
570
524
|
} | undefined;
|
|
571
|
-
}
|
|
572
|
-
languages: any[];
|
|
573
|
-
} | {
|
|
574
|
-
versions: any[];
|
|
575
|
-
} | {
|
|
576
|
-
tabs: any[];
|
|
577
|
-
} | {
|
|
578
|
-
dropdowns: any[];
|
|
579
|
-
} | {
|
|
580
|
-
anchors: any[];
|
|
581
|
-
} | {
|
|
582
|
-
groups: ({
|
|
583
|
-
group: string;
|
|
584
|
-
icon?: string | {
|
|
585
|
-
name: string;
|
|
586
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
587
|
-
} | undefined;
|
|
588
|
-
hidden?: boolean | undefined;
|
|
589
|
-
root?: string | {
|
|
590
|
-
href: string;
|
|
591
|
-
title: string;
|
|
592
|
-
sidebarTitle?: string | undefined;
|
|
593
|
-
description?: string | undefined;
|
|
594
|
-
api?: string | undefined;
|
|
595
|
-
openapi?: string | undefined;
|
|
596
|
-
contentType?: string | undefined;
|
|
597
|
-
authMethod?: string | undefined;
|
|
598
|
-
auth?: string | undefined;
|
|
599
|
-
version?: string | undefined;
|
|
600
|
-
mode?: string | undefined;
|
|
601
|
-
hideFooterPagination?: boolean | undefined;
|
|
602
|
-
authors?: unknown;
|
|
603
|
-
lastUpdatedDate?: string | undefined;
|
|
604
|
-
createdDate?: string | undefined;
|
|
605
|
-
"openapi-schema"?: string | undefined;
|
|
606
|
-
icon?: string | {
|
|
607
|
-
name: string;
|
|
608
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
609
|
-
} | undefined;
|
|
610
|
-
tag?: string | undefined;
|
|
611
|
-
url?: string | undefined;
|
|
612
|
-
hideApiMarker?: boolean | undefined;
|
|
613
|
-
noindex?: boolean | undefined;
|
|
614
|
-
isPublic?: boolean | undefined;
|
|
615
|
-
} | undefined;
|
|
616
|
-
} & ({
|
|
617
|
-
openapi: (string | string[] | {
|
|
618
|
-
source: string;
|
|
619
|
-
directory?: string | undefined;
|
|
620
|
-
}) & (string | string[] | {
|
|
621
|
-
source: string;
|
|
622
|
-
directory?: string | undefined;
|
|
623
|
-
} | undefined);
|
|
624
|
-
} | {
|
|
625
|
-
pages: any[];
|
|
626
|
-
}))[];
|
|
627
|
-
} | {
|
|
628
|
-
pages: any[];
|
|
629
|
-
})) | undefined);
|
|
525
|
+
}) | undefined);
|
|
630
526
|
description?: string | undefined;
|
|
631
527
|
logo?: string | {
|
|
632
528
|
light: string;
|
|
@@ -797,7 +693,39 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
797
693
|
light?: string | undefined;
|
|
798
694
|
dark?: string | undefined;
|
|
799
695
|
};
|
|
800
|
-
navigation: ({
|
|
696
|
+
navigation: (({
|
|
697
|
+
languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
698
|
+
} | {
|
|
699
|
+
versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
700
|
+
} | {
|
|
701
|
+
tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
702
|
+
} | {
|
|
703
|
+
dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
704
|
+
} | {
|
|
705
|
+
anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
706
|
+
} | {
|
|
707
|
+
groups: ({
|
|
708
|
+
group: string;
|
|
709
|
+
icon?: string | {
|
|
710
|
+
name: string;
|
|
711
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
712
|
+
} | undefined;
|
|
713
|
+
hidden?: boolean | undefined;
|
|
714
|
+
root?: string | undefined;
|
|
715
|
+
} & ({
|
|
716
|
+
openapi: (string | string[] | {
|
|
717
|
+
source: string;
|
|
718
|
+
directory?: string | undefined;
|
|
719
|
+
}) & (string | string[] | {
|
|
720
|
+
source: string;
|
|
721
|
+
directory?: string | undefined;
|
|
722
|
+
} | undefined);
|
|
723
|
+
} | {
|
|
724
|
+
pages: any[];
|
|
725
|
+
}))[];
|
|
726
|
+
} | {
|
|
727
|
+
pages: any[];
|
|
728
|
+
}) & {
|
|
801
729
|
global?: {
|
|
802
730
|
languages?: ({
|
|
803
731
|
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
@@ -846,16 +774,16 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
846
774
|
href: string;
|
|
847
775
|
})[] | undefined;
|
|
848
776
|
} | undefined;
|
|
849
|
-
} & ({
|
|
850
|
-
languages:
|
|
777
|
+
}) & ((({
|
|
778
|
+
languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
851
779
|
} | {
|
|
852
|
-
versions:
|
|
780
|
+
versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
853
781
|
} | {
|
|
854
|
-
tabs:
|
|
782
|
+
tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
855
783
|
} | {
|
|
856
|
-
dropdowns:
|
|
784
|
+
dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
857
785
|
} | {
|
|
858
|
-
anchors:
|
|
786
|
+
anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
859
787
|
} | {
|
|
860
788
|
groups: ({
|
|
861
789
|
group: string;
|
|
@@ -864,33 +792,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
864
792
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
865
793
|
} | undefined;
|
|
866
794
|
hidden?: boolean | undefined;
|
|
867
|
-
root?: string |
|
|
868
|
-
href: string;
|
|
869
|
-
title: string;
|
|
870
|
-
sidebarTitle?: string | undefined;
|
|
871
|
-
description?: string | undefined;
|
|
872
|
-
api?: string | undefined;
|
|
873
|
-
openapi?: string | undefined;
|
|
874
|
-
contentType?: string | undefined;
|
|
875
|
-
authMethod?: string | undefined;
|
|
876
|
-
auth?: string | undefined;
|
|
877
|
-
version?: string | undefined;
|
|
878
|
-
mode?: string | undefined;
|
|
879
|
-
hideFooterPagination?: boolean | undefined;
|
|
880
|
-
authors?: unknown;
|
|
881
|
-
lastUpdatedDate?: string | undefined;
|
|
882
|
-
createdDate?: string | undefined;
|
|
883
|
-
"openapi-schema"?: string | undefined;
|
|
884
|
-
icon?: string | {
|
|
885
|
-
name: string;
|
|
886
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
887
|
-
} | undefined;
|
|
888
|
-
tag?: string | undefined;
|
|
889
|
-
url?: string | undefined;
|
|
890
|
-
hideApiMarker?: boolean | undefined;
|
|
891
|
-
noindex?: boolean | undefined;
|
|
892
|
-
isPublic?: boolean | undefined;
|
|
893
|
-
} | undefined;
|
|
795
|
+
root?: string | undefined;
|
|
894
796
|
} & ({
|
|
895
797
|
openapi: (string | string[] | {
|
|
896
798
|
source: string;
|
|
@@ -904,7 +806,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
904
806
|
}))[];
|
|
905
807
|
} | {
|
|
906
808
|
pages: any[];
|
|
907
|
-
})
|
|
809
|
+
}) & {
|
|
908
810
|
global?: {
|
|
909
811
|
languages?: ({
|
|
910
812
|
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
@@ -953,65 +855,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
953
855
|
href: string;
|
|
954
856
|
})[] | undefined;
|
|
955
857
|
} | undefined;
|
|
956
|
-
}
|
|
957
|
-
languages: any[];
|
|
958
|
-
} | {
|
|
959
|
-
versions: any[];
|
|
960
|
-
} | {
|
|
961
|
-
tabs: any[];
|
|
962
|
-
} | {
|
|
963
|
-
dropdowns: any[];
|
|
964
|
-
} | {
|
|
965
|
-
anchors: any[];
|
|
966
|
-
} | {
|
|
967
|
-
groups: ({
|
|
968
|
-
group: string;
|
|
969
|
-
icon?: string | {
|
|
970
|
-
name: string;
|
|
971
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
972
|
-
} | undefined;
|
|
973
|
-
hidden?: boolean | undefined;
|
|
974
|
-
root?: string | {
|
|
975
|
-
href: string;
|
|
976
|
-
title: string;
|
|
977
|
-
sidebarTitle?: string | undefined;
|
|
978
|
-
description?: string | undefined;
|
|
979
|
-
api?: string | undefined;
|
|
980
|
-
openapi?: string | undefined;
|
|
981
|
-
contentType?: string | undefined;
|
|
982
|
-
authMethod?: string | undefined;
|
|
983
|
-
auth?: string | undefined;
|
|
984
|
-
version?: string | undefined;
|
|
985
|
-
mode?: string | undefined;
|
|
986
|
-
hideFooterPagination?: boolean | undefined;
|
|
987
|
-
authors?: unknown;
|
|
988
|
-
lastUpdatedDate?: string | undefined;
|
|
989
|
-
createdDate?: string | undefined;
|
|
990
|
-
"openapi-schema"?: string | undefined;
|
|
991
|
-
icon?: string | {
|
|
992
|
-
name: string;
|
|
993
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
994
|
-
} | undefined;
|
|
995
|
-
tag?: string | undefined;
|
|
996
|
-
url?: string | undefined;
|
|
997
|
-
hideApiMarker?: boolean | undefined;
|
|
998
|
-
noindex?: boolean | undefined;
|
|
999
|
-
isPublic?: boolean | undefined;
|
|
1000
|
-
} | undefined;
|
|
1001
|
-
} & ({
|
|
1002
|
-
openapi: (string | string[] | {
|
|
1003
|
-
source: string;
|
|
1004
|
-
directory?: string | undefined;
|
|
1005
|
-
}) & (string | string[] | {
|
|
1006
|
-
source: string;
|
|
1007
|
-
directory?: string | undefined;
|
|
1008
|
-
} | undefined);
|
|
1009
|
-
} | {
|
|
1010
|
-
pages: any[];
|
|
1011
|
-
}))[];
|
|
1012
|
-
} | {
|
|
1013
|
-
pages: any[];
|
|
1014
|
-
})) | undefined);
|
|
858
|
+
}) | undefined);
|
|
1015
859
|
description?: string | undefined;
|
|
1016
860
|
logo?: string | {
|
|
1017
861
|
light: string;
|
|
@@ -1182,7 +1026,39 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1182
1026
|
light?: string | undefined;
|
|
1183
1027
|
dark?: string | undefined;
|
|
1184
1028
|
};
|
|
1185
|
-
navigation: ({
|
|
1029
|
+
navigation: (({
|
|
1030
|
+
languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
1031
|
+
} | {
|
|
1032
|
+
versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
1033
|
+
} | {
|
|
1034
|
+
tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
1035
|
+
} | {
|
|
1036
|
+
dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
1037
|
+
} | {
|
|
1038
|
+
anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
1039
|
+
} | {
|
|
1040
|
+
groups: ({
|
|
1041
|
+
group: string;
|
|
1042
|
+
icon?: string | {
|
|
1043
|
+
name: string;
|
|
1044
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1045
|
+
} | undefined;
|
|
1046
|
+
hidden?: boolean | undefined;
|
|
1047
|
+
root?: string | undefined;
|
|
1048
|
+
} & ({
|
|
1049
|
+
openapi: (string | string[] | {
|
|
1050
|
+
source: string;
|
|
1051
|
+
directory?: string | undefined;
|
|
1052
|
+
}) & (string | string[] | {
|
|
1053
|
+
source: string;
|
|
1054
|
+
directory?: string | undefined;
|
|
1055
|
+
} | undefined);
|
|
1056
|
+
} | {
|
|
1057
|
+
pages: any[];
|
|
1058
|
+
}))[];
|
|
1059
|
+
} | {
|
|
1060
|
+
pages: any[];
|
|
1061
|
+
}) & {
|
|
1186
1062
|
global?: {
|
|
1187
1063
|
languages?: ({
|
|
1188
1064
|
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
@@ -1231,16 +1107,16 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1231
1107
|
href: string;
|
|
1232
1108
|
})[] | undefined;
|
|
1233
1109
|
} | undefined;
|
|
1234
|
-
} & ({
|
|
1235
|
-
languages:
|
|
1110
|
+
}) & ((({
|
|
1111
|
+
languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
1236
1112
|
} | {
|
|
1237
|
-
versions:
|
|
1113
|
+
versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
1238
1114
|
} | {
|
|
1239
|
-
tabs:
|
|
1115
|
+
tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
1240
1116
|
} | {
|
|
1241
|
-
dropdowns:
|
|
1117
|
+
dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
1242
1118
|
} | {
|
|
1243
|
-
anchors:
|
|
1119
|
+
anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
1244
1120
|
} | {
|
|
1245
1121
|
groups: ({
|
|
1246
1122
|
group: string;
|
|
@@ -1249,33 +1125,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1249
1125
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1250
1126
|
} | undefined;
|
|
1251
1127
|
hidden?: boolean | undefined;
|
|
1252
|
-
root?: string |
|
|
1253
|
-
href: string;
|
|
1254
|
-
title: string;
|
|
1255
|
-
sidebarTitle?: string | undefined;
|
|
1256
|
-
description?: string | undefined;
|
|
1257
|
-
api?: string | undefined;
|
|
1258
|
-
openapi?: string | undefined;
|
|
1259
|
-
contentType?: string | undefined;
|
|
1260
|
-
authMethod?: string | undefined;
|
|
1261
|
-
auth?: string | undefined;
|
|
1262
|
-
version?: string | undefined;
|
|
1263
|
-
mode?: string | undefined;
|
|
1264
|
-
hideFooterPagination?: boolean | undefined;
|
|
1265
|
-
authors?: unknown;
|
|
1266
|
-
lastUpdatedDate?: string | undefined;
|
|
1267
|
-
createdDate?: string | undefined;
|
|
1268
|
-
"openapi-schema"?: string | undefined;
|
|
1269
|
-
icon?: string | {
|
|
1270
|
-
name: string;
|
|
1271
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1272
|
-
} | undefined;
|
|
1273
|
-
tag?: string | undefined;
|
|
1274
|
-
url?: string | undefined;
|
|
1275
|
-
hideApiMarker?: boolean | undefined;
|
|
1276
|
-
noindex?: boolean | undefined;
|
|
1277
|
-
isPublic?: boolean | undefined;
|
|
1278
|
-
} | undefined;
|
|
1128
|
+
root?: string | undefined;
|
|
1279
1129
|
} & ({
|
|
1280
1130
|
openapi: (string | string[] | {
|
|
1281
1131
|
source: string;
|
|
@@ -1289,7 +1139,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1289
1139
|
}))[];
|
|
1290
1140
|
} | {
|
|
1291
1141
|
pages: any[];
|
|
1292
|
-
})
|
|
1142
|
+
}) & {
|
|
1293
1143
|
global?: {
|
|
1294
1144
|
languages?: ({
|
|
1295
1145
|
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
@@ -1338,65 +1188,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1338
1188
|
href: string;
|
|
1339
1189
|
})[] | undefined;
|
|
1340
1190
|
} | undefined;
|
|
1341
|
-
}
|
|
1342
|
-
languages: any[];
|
|
1343
|
-
} | {
|
|
1344
|
-
versions: any[];
|
|
1345
|
-
} | {
|
|
1346
|
-
tabs: any[];
|
|
1347
|
-
} | {
|
|
1348
|
-
dropdowns: any[];
|
|
1349
|
-
} | {
|
|
1350
|
-
anchors: any[];
|
|
1351
|
-
} | {
|
|
1352
|
-
groups: ({
|
|
1353
|
-
group: string;
|
|
1354
|
-
icon?: string | {
|
|
1355
|
-
name: string;
|
|
1356
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1357
|
-
} | undefined;
|
|
1358
|
-
hidden?: boolean | undefined;
|
|
1359
|
-
root?: string | {
|
|
1360
|
-
href: string;
|
|
1361
|
-
title: string;
|
|
1362
|
-
sidebarTitle?: string | undefined;
|
|
1363
|
-
description?: string | undefined;
|
|
1364
|
-
api?: string | undefined;
|
|
1365
|
-
openapi?: string | undefined;
|
|
1366
|
-
contentType?: string | undefined;
|
|
1367
|
-
authMethod?: string | undefined;
|
|
1368
|
-
auth?: string | undefined;
|
|
1369
|
-
version?: string | undefined;
|
|
1370
|
-
mode?: string | undefined;
|
|
1371
|
-
hideFooterPagination?: boolean | undefined;
|
|
1372
|
-
authors?: unknown;
|
|
1373
|
-
lastUpdatedDate?: string | undefined;
|
|
1374
|
-
createdDate?: string | undefined;
|
|
1375
|
-
"openapi-schema"?: string | undefined;
|
|
1376
|
-
icon?: string | {
|
|
1377
|
-
name: string;
|
|
1378
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1379
|
-
} | undefined;
|
|
1380
|
-
tag?: string | undefined;
|
|
1381
|
-
url?: string | undefined;
|
|
1382
|
-
hideApiMarker?: boolean | undefined;
|
|
1383
|
-
noindex?: boolean | undefined;
|
|
1384
|
-
isPublic?: boolean | undefined;
|
|
1385
|
-
} | undefined;
|
|
1386
|
-
} & ({
|
|
1387
|
-
openapi: (string | string[] | {
|
|
1388
|
-
source: string;
|
|
1389
|
-
directory?: string | undefined;
|
|
1390
|
-
}) & (string | string[] | {
|
|
1391
|
-
source: string;
|
|
1392
|
-
directory?: string | undefined;
|
|
1393
|
-
} | undefined);
|
|
1394
|
-
} | {
|
|
1395
|
-
pages: any[];
|
|
1396
|
-
}))[];
|
|
1397
|
-
} | {
|
|
1398
|
-
pages: any[];
|
|
1399
|
-
})) | undefined);
|
|
1191
|
+
}) | undefined);
|
|
1400
1192
|
description?: string | undefined;
|
|
1401
1193
|
logo?: string | {
|
|
1402
1194
|
light: string;
|
|
@@ -1567,7 +1359,39 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1567
1359
|
light?: string | undefined;
|
|
1568
1360
|
dark?: string | undefined;
|
|
1569
1361
|
};
|
|
1570
|
-
navigation: ({
|
|
1362
|
+
navigation: (({
|
|
1363
|
+
languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
1364
|
+
} | {
|
|
1365
|
+
versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
1366
|
+
} | {
|
|
1367
|
+
tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
1368
|
+
} | {
|
|
1369
|
+
dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
1370
|
+
} | {
|
|
1371
|
+
anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
1372
|
+
} | {
|
|
1373
|
+
groups: ({
|
|
1374
|
+
group: string;
|
|
1375
|
+
icon?: string | {
|
|
1376
|
+
name: string;
|
|
1377
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1378
|
+
} | undefined;
|
|
1379
|
+
hidden?: boolean | undefined;
|
|
1380
|
+
root?: string | undefined;
|
|
1381
|
+
} & ({
|
|
1382
|
+
openapi: (string | string[] | {
|
|
1383
|
+
source: string;
|
|
1384
|
+
directory?: string | undefined;
|
|
1385
|
+
}) & (string | string[] | {
|
|
1386
|
+
source: string;
|
|
1387
|
+
directory?: string | undefined;
|
|
1388
|
+
} | undefined);
|
|
1389
|
+
} | {
|
|
1390
|
+
pages: any[];
|
|
1391
|
+
}))[];
|
|
1392
|
+
} | {
|
|
1393
|
+
pages: any[];
|
|
1394
|
+
}) & {
|
|
1571
1395
|
global?: {
|
|
1572
1396
|
languages?: ({
|
|
1573
1397
|
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
@@ -1616,16 +1440,16 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1616
1440
|
href: string;
|
|
1617
1441
|
})[] | undefined;
|
|
1618
1442
|
} | undefined;
|
|
1619
|
-
} & ({
|
|
1620
|
-
languages:
|
|
1443
|
+
}) & ((({
|
|
1444
|
+
languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
1621
1445
|
} | {
|
|
1622
|
-
versions:
|
|
1446
|
+
versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
1623
1447
|
} | {
|
|
1624
|
-
tabs:
|
|
1448
|
+
tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
1625
1449
|
} | {
|
|
1626
|
-
dropdowns:
|
|
1450
|
+
dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
1627
1451
|
} | {
|
|
1628
|
-
anchors:
|
|
1452
|
+
anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
1629
1453
|
} | {
|
|
1630
1454
|
groups: ({
|
|
1631
1455
|
group: string;
|
|
@@ -1634,33 +1458,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1634
1458
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1635
1459
|
} | undefined;
|
|
1636
1460
|
hidden?: boolean | undefined;
|
|
1637
|
-
root?: string |
|
|
1638
|
-
href: string;
|
|
1639
|
-
title: string;
|
|
1640
|
-
sidebarTitle?: string | undefined;
|
|
1641
|
-
description?: string | undefined;
|
|
1642
|
-
api?: string | undefined;
|
|
1643
|
-
openapi?: string | undefined;
|
|
1644
|
-
contentType?: string | undefined;
|
|
1645
|
-
authMethod?: string | undefined;
|
|
1646
|
-
auth?: string | undefined;
|
|
1647
|
-
version?: string | undefined;
|
|
1648
|
-
mode?: string | undefined;
|
|
1649
|
-
hideFooterPagination?: boolean | undefined;
|
|
1650
|
-
authors?: unknown;
|
|
1651
|
-
lastUpdatedDate?: string | undefined;
|
|
1652
|
-
createdDate?: string | undefined;
|
|
1653
|
-
"openapi-schema"?: string | undefined;
|
|
1654
|
-
icon?: string | {
|
|
1655
|
-
name: string;
|
|
1656
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1657
|
-
} | undefined;
|
|
1658
|
-
tag?: string | undefined;
|
|
1659
|
-
url?: string | undefined;
|
|
1660
|
-
hideApiMarker?: boolean | undefined;
|
|
1661
|
-
noindex?: boolean | undefined;
|
|
1662
|
-
isPublic?: boolean | undefined;
|
|
1663
|
-
} | undefined;
|
|
1461
|
+
root?: string | undefined;
|
|
1664
1462
|
} & ({
|
|
1665
1463
|
openapi: (string | string[] | {
|
|
1666
1464
|
source: string;
|
|
@@ -1674,7 +1472,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1674
1472
|
}))[];
|
|
1675
1473
|
} | {
|
|
1676
1474
|
pages: any[];
|
|
1677
|
-
})
|
|
1475
|
+
}) & {
|
|
1678
1476
|
global?: {
|
|
1679
1477
|
languages?: ({
|
|
1680
1478
|
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
@@ -1723,65 +1521,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1723
1521
|
href: string;
|
|
1724
1522
|
})[] | undefined;
|
|
1725
1523
|
} | undefined;
|
|
1726
|
-
}
|
|
1727
|
-
languages: any[];
|
|
1728
|
-
} | {
|
|
1729
|
-
versions: any[];
|
|
1730
|
-
} | {
|
|
1731
|
-
tabs: any[];
|
|
1732
|
-
} | {
|
|
1733
|
-
dropdowns: any[];
|
|
1734
|
-
} | {
|
|
1735
|
-
anchors: any[];
|
|
1736
|
-
} | {
|
|
1737
|
-
groups: ({
|
|
1738
|
-
group: string;
|
|
1739
|
-
icon?: string | {
|
|
1740
|
-
name: string;
|
|
1741
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1742
|
-
} | undefined;
|
|
1743
|
-
hidden?: boolean | undefined;
|
|
1744
|
-
root?: string | {
|
|
1745
|
-
href: string;
|
|
1746
|
-
title: string;
|
|
1747
|
-
sidebarTitle?: string | undefined;
|
|
1748
|
-
description?: string | undefined;
|
|
1749
|
-
api?: string | undefined;
|
|
1750
|
-
openapi?: string | undefined;
|
|
1751
|
-
contentType?: string | undefined;
|
|
1752
|
-
authMethod?: string | undefined;
|
|
1753
|
-
auth?: string | undefined;
|
|
1754
|
-
version?: string | undefined;
|
|
1755
|
-
mode?: string | undefined;
|
|
1756
|
-
hideFooterPagination?: boolean | undefined;
|
|
1757
|
-
authors?: unknown;
|
|
1758
|
-
lastUpdatedDate?: string | undefined;
|
|
1759
|
-
createdDate?: string | undefined;
|
|
1760
|
-
"openapi-schema"?: string | undefined;
|
|
1761
|
-
icon?: string | {
|
|
1762
|
-
name: string;
|
|
1763
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1764
|
-
} | undefined;
|
|
1765
|
-
tag?: string | undefined;
|
|
1766
|
-
url?: string | undefined;
|
|
1767
|
-
hideApiMarker?: boolean | undefined;
|
|
1768
|
-
noindex?: boolean | undefined;
|
|
1769
|
-
isPublic?: boolean | undefined;
|
|
1770
|
-
} | undefined;
|
|
1771
|
-
} & ({
|
|
1772
|
-
openapi: (string | string[] | {
|
|
1773
|
-
source: string;
|
|
1774
|
-
directory?: string | undefined;
|
|
1775
|
-
}) & (string | string[] | {
|
|
1776
|
-
source: string;
|
|
1777
|
-
directory?: string | undefined;
|
|
1778
|
-
} | undefined);
|
|
1779
|
-
} | {
|
|
1780
|
-
pages: any[];
|
|
1781
|
-
}))[];
|
|
1782
|
-
} | {
|
|
1783
|
-
pages: any[];
|
|
1784
|
-
})) | undefined);
|
|
1524
|
+
}) | undefined);
|
|
1785
1525
|
description?: string | undefined;
|
|
1786
1526
|
logo?: string | {
|
|
1787
1527
|
light: string;
|