@mintlify/prebuild 1.0.388 → 1.0.390
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.
|
@@ -58,6 +58,21 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
58
58
|
} | undefined;
|
|
59
59
|
hidden?: boolean | undefined;
|
|
60
60
|
root?: string | undefined;
|
|
61
|
+
} | {
|
|
62
|
+
group: string;
|
|
63
|
+
asyncapi: (string | string[] | {
|
|
64
|
+
source: string;
|
|
65
|
+
directory?: string | undefined;
|
|
66
|
+
}) & (string | string[] | {
|
|
67
|
+
source: string;
|
|
68
|
+
directory?: string | undefined;
|
|
69
|
+
} | undefined);
|
|
70
|
+
icon?: string | {
|
|
71
|
+
name: string;
|
|
72
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
73
|
+
} | undefined;
|
|
74
|
+
hidden?: boolean | undefined;
|
|
75
|
+
root?: string | undefined;
|
|
61
76
|
} | {
|
|
62
77
|
group: string;
|
|
63
78
|
pages: any[];
|
|
@@ -103,6 +118,21 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
103
118
|
} | undefined;
|
|
104
119
|
hidden?: boolean | undefined;
|
|
105
120
|
root?: string | undefined;
|
|
121
|
+
} | {
|
|
122
|
+
group: string;
|
|
123
|
+
asyncapi: (string | string[] | {
|
|
124
|
+
source: string;
|
|
125
|
+
directory?: string | undefined;
|
|
126
|
+
}) & (string | string[] | {
|
|
127
|
+
source: string;
|
|
128
|
+
directory?: string | undefined;
|
|
129
|
+
} | undefined);
|
|
130
|
+
icon?: string | {
|
|
131
|
+
name: string;
|
|
132
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
133
|
+
} | undefined;
|
|
134
|
+
hidden?: boolean | undefined;
|
|
135
|
+
root?: string | undefined;
|
|
106
136
|
} | {
|
|
107
137
|
group: string;
|
|
108
138
|
pages: any[];
|
|
@@ -133,6 +163,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
133
163
|
source: string;
|
|
134
164
|
directory?: string | undefined;
|
|
135
165
|
} | undefined;
|
|
166
|
+
asyncapi?: string | string[] | {
|
|
167
|
+
source: string;
|
|
168
|
+
directory?: string | undefined;
|
|
169
|
+
} | undefined;
|
|
136
170
|
playground?: {
|
|
137
171
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
138
172
|
proxy?: boolean | undefined;
|
|
@@ -332,6 +366,21 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
332
366
|
} | undefined;
|
|
333
367
|
hidden?: boolean | undefined;
|
|
334
368
|
root?: string | undefined;
|
|
369
|
+
} | {
|
|
370
|
+
group: string;
|
|
371
|
+
asyncapi: (string | string[] | {
|
|
372
|
+
source: string;
|
|
373
|
+
directory?: string | undefined;
|
|
374
|
+
}) & (string | string[] | {
|
|
375
|
+
source: string;
|
|
376
|
+
directory?: string | undefined;
|
|
377
|
+
} | undefined);
|
|
378
|
+
icon?: string | {
|
|
379
|
+
name: string;
|
|
380
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
381
|
+
} | undefined;
|
|
382
|
+
hidden?: boolean | undefined;
|
|
383
|
+
root?: string | undefined;
|
|
335
384
|
} | {
|
|
336
385
|
group: string;
|
|
337
386
|
pages: any[];
|
|
@@ -377,6 +426,21 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
377
426
|
} | undefined;
|
|
378
427
|
hidden?: boolean | undefined;
|
|
379
428
|
root?: string | undefined;
|
|
429
|
+
} | {
|
|
430
|
+
group: string;
|
|
431
|
+
asyncapi: (string | string[] | {
|
|
432
|
+
source: string;
|
|
433
|
+
directory?: string | undefined;
|
|
434
|
+
}) & (string | string[] | {
|
|
435
|
+
source: string;
|
|
436
|
+
directory?: string | undefined;
|
|
437
|
+
} | undefined);
|
|
438
|
+
icon?: string | {
|
|
439
|
+
name: string;
|
|
440
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
441
|
+
} | undefined;
|
|
442
|
+
hidden?: boolean | undefined;
|
|
443
|
+
root?: string | undefined;
|
|
380
444
|
} | {
|
|
381
445
|
group: string;
|
|
382
446
|
pages: any[];
|
|
@@ -407,6 +471,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
407
471
|
source: string;
|
|
408
472
|
directory?: string | undefined;
|
|
409
473
|
} | undefined;
|
|
474
|
+
asyncapi?: string | string[] | {
|
|
475
|
+
source: string;
|
|
476
|
+
directory?: string | undefined;
|
|
477
|
+
} | undefined;
|
|
410
478
|
playground?: {
|
|
411
479
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
412
480
|
proxy?: boolean | undefined;
|
|
@@ -606,6 +674,21 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
606
674
|
} | undefined;
|
|
607
675
|
hidden?: boolean | undefined;
|
|
608
676
|
root?: string | undefined;
|
|
677
|
+
} | {
|
|
678
|
+
group: string;
|
|
679
|
+
asyncapi: (string | string[] | {
|
|
680
|
+
source: string;
|
|
681
|
+
directory?: string | undefined;
|
|
682
|
+
}) & (string | string[] | {
|
|
683
|
+
source: string;
|
|
684
|
+
directory?: string | undefined;
|
|
685
|
+
} | undefined);
|
|
686
|
+
icon?: string | {
|
|
687
|
+
name: string;
|
|
688
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
689
|
+
} | undefined;
|
|
690
|
+
hidden?: boolean | undefined;
|
|
691
|
+
root?: string | undefined;
|
|
609
692
|
} | {
|
|
610
693
|
group: string;
|
|
611
694
|
pages: any[];
|
|
@@ -651,6 +734,21 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
651
734
|
} | undefined;
|
|
652
735
|
hidden?: boolean | undefined;
|
|
653
736
|
root?: string | undefined;
|
|
737
|
+
} | {
|
|
738
|
+
group: string;
|
|
739
|
+
asyncapi: (string | string[] | {
|
|
740
|
+
source: string;
|
|
741
|
+
directory?: string | undefined;
|
|
742
|
+
}) & (string | string[] | {
|
|
743
|
+
source: string;
|
|
744
|
+
directory?: string | undefined;
|
|
745
|
+
} | undefined);
|
|
746
|
+
icon?: string | {
|
|
747
|
+
name: string;
|
|
748
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
749
|
+
} | undefined;
|
|
750
|
+
hidden?: boolean | undefined;
|
|
751
|
+
root?: string | undefined;
|
|
654
752
|
} | {
|
|
655
753
|
group: string;
|
|
656
754
|
pages: any[];
|
|
@@ -681,6 +779,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
681
779
|
source: string;
|
|
682
780
|
directory?: string | undefined;
|
|
683
781
|
} | undefined;
|
|
782
|
+
asyncapi?: string | string[] | {
|
|
783
|
+
source: string;
|
|
784
|
+
directory?: string | undefined;
|
|
785
|
+
} | undefined;
|
|
684
786
|
playground?: {
|
|
685
787
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
686
788
|
proxy?: boolean | undefined;
|
|
@@ -880,6 +982,21 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
880
982
|
} | undefined;
|
|
881
983
|
hidden?: boolean | undefined;
|
|
882
984
|
root?: string | undefined;
|
|
985
|
+
} | {
|
|
986
|
+
group: string;
|
|
987
|
+
asyncapi: (string | string[] | {
|
|
988
|
+
source: string;
|
|
989
|
+
directory?: string | undefined;
|
|
990
|
+
}) & (string | string[] | {
|
|
991
|
+
source: string;
|
|
992
|
+
directory?: string | undefined;
|
|
993
|
+
} | undefined);
|
|
994
|
+
icon?: string | {
|
|
995
|
+
name: string;
|
|
996
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
997
|
+
} | undefined;
|
|
998
|
+
hidden?: boolean | undefined;
|
|
999
|
+
root?: string | undefined;
|
|
883
1000
|
} | {
|
|
884
1001
|
group: string;
|
|
885
1002
|
pages: any[];
|
|
@@ -925,6 +1042,21 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
925
1042
|
} | undefined;
|
|
926
1043
|
hidden?: boolean | undefined;
|
|
927
1044
|
root?: string | undefined;
|
|
1045
|
+
} | {
|
|
1046
|
+
group: string;
|
|
1047
|
+
asyncapi: (string | string[] | {
|
|
1048
|
+
source: string;
|
|
1049
|
+
directory?: string | undefined;
|
|
1050
|
+
}) & (string | string[] | {
|
|
1051
|
+
source: string;
|
|
1052
|
+
directory?: string | undefined;
|
|
1053
|
+
} | undefined);
|
|
1054
|
+
icon?: string | {
|
|
1055
|
+
name: string;
|
|
1056
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1057
|
+
} | undefined;
|
|
1058
|
+
hidden?: boolean | undefined;
|
|
1059
|
+
root?: string | undefined;
|
|
928
1060
|
} | {
|
|
929
1061
|
group: string;
|
|
930
1062
|
pages: any[];
|
|
@@ -955,6 +1087,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
955
1087
|
source: string;
|
|
956
1088
|
directory?: string | undefined;
|
|
957
1089
|
} | undefined;
|
|
1090
|
+
asyncapi?: string | string[] | {
|
|
1091
|
+
source: string;
|
|
1092
|
+
directory?: string | undefined;
|
|
1093
|
+
} | undefined;
|
|
958
1094
|
playground?: {
|
|
959
1095
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
960
1096
|
proxy?: boolean | undefined;
|
|
@@ -1154,6 +1290,21 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1154
1290
|
} | undefined;
|
|
1155
1291
|
hidden?: boolean | undefined;
|
|
1156
1292
|
root?: string | undefined;
|
|
1293
|
+
} | {
|
|
1294
|
+
group: string;
|
|
1295
|
+
asyncapi: (string | string[] | {
|
|
1296
|
+
source: string;
|
|
1297
|
+
directory?: string | undefined;
|
|
1298
|
+
}) & (string | string[] | {
|
|
1299
|
+
source: string;
|
|
1300
|
+
directory?: string | undefined;
|
|
1301
|
+
} | undefined);
|
|
1302
|
+
icon?: string | {
|
|
1303
|
+
name: string;
|
|
1304
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1305
|
+
} | undefined;
|
|
1306
|
+
hidden?: boolean | undefined;
|
|
1307
|
+
root?: string | undefined;
|
|
1157
1308
|
} | {
|
|
1158
1309
|
group: string;
|
|
1159
1310
|
pages: any[];
|
|
@@ -1199,6 +1350,21 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1199
1350
|
} | undefined;
|
|
1200
1351
|
hidden?: boolean | undefined;
|
|
1201
1352
|
root?: string | undefined;
|
|
1353
|
+
} | {
|
|
1354
|
+
group: string;
|
|
1355
|
+
asyncapi: (string | string[] | {
|
|
1356
|
+
source: string;
|
|
1357
|
+
directory?: string | undefined;
|
|
1358
|
+
}) & (string | string[] | {
|
|
1359
|
+
source: string;
|
|
1360
|
+
directory?: string | undefined;
|
|
1361
|
+
} | undefined);
|
|
1362
|
+
icon?: string | {
|
|
1363
|
+
name: string;
|
|
1364
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1365
|
+
} | undefined;
|
|
1366
|
+
hidden?: boolean | undefined;
|
|
1367
|
+
root?: string | undefined;
|
|
1202
1368
|
} | {
|
|
1203
1369
|
group: string;
|
|
1204
1370
|
pages: any[];
|
|
@@ -1229,6 +1395,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1229
1395
|
source: string;
|
|
1230
1396
|
directory?: string | undefined;
|
|
1231
1397
|
} | undefined;
|
|
1398
|
+
asyncapi?: string | string[] | {
|
|
1399
|
+
source: string;
|
|
1400
|
+
directory?: string | undefined;
|
|
1401
|
+
} | undefined;
|
|
1232
1402
|
playground?: {
|
|
1233
1403
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
1234
1404
|
proxy?: boolean | undefined;
|
|
@@ -39,6 +39,21 @@ export declare const update: (contentDirectoryPath: string, staticFilenames: str
|
|
|
39
39
|
} | undefined;
|
|
40
40
|
hidden?: boolean | undefined;
|
|
41
41
|
root?: string | undefined;
|
|
42
|
+
} | {
|
|
43
|
+
group: string;
|
|
44
|
+
asyncapi: (string | string[] | {
|
|
45
|
+
source: string;
|
|
46
|
+
directory?: string | undefined;
|
|
47
|
+
}) & (string | string[] | {
|
|
48
|
+
source: string;
|
|
49
|
+
directory?: string | undefined;
|
|
50
|
+
} | undefined);
|
|
51
|
+
icon?: string | {
|
|
52
|
+
name: string;
|
|
53
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
54
|
+
} | undefined;
|
|
55
|
+
hidden?: boolean | undefined;
|
|
56
|
+
root?: string | undefined;
|
|
42
57
|
} | {
|
|
43
58
|
group: string;
|
|
44
59
|
pages: any[];
|
|
@@ -84,6 +99,21 @@ export declare const update: (contentDirectoryPath: string, staticFilenames: str
|
|
|
84
99
|
} | undefined;
|
|
85
100
|
hidden?: boolean | undefined;
|
|
86
101
|
root?: string | undefined;
|
|
102
|
+
} | {
|
|
103
|
+
group: string;
|
|
104
|
+
asyncapi: (string | string[] | {
|
|
105
|
+
source: string;
|
|
106
|
+
directory?: string | undefined;
|
|
107
|
+
}) & (string | string[] | {
|
|
108
|
+
source: string;
|
|
109
|
+
directory?: string | undefined;
|
|
110
|
+
} | undefined);
|
|
111
|
+
icon?: string | {
|
|
112
|
+
name: string;
|
|
113
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
114
|
+
} | undefined;
|
|
115
|
+
hidden?: boolean | undefined;
|
|
116
|
+
root?: string | undefined;
|
|
87
117
|
} | {
|
|
88
118
|
group: string;
|
|
89
119
|
pages: any[];
|
|
@@ -114,6 +144,10 @@ export declare const update: (contentDirectoryPath: string, staticFilenames: str
|
|
|
114
144
|
source: string;
|
|
115
145
|
directory?: string | undefined;
|
|
116
146
|
} | undefined;
|
|
147
|
+
asyncapi?: string | string[] | {
|
|
148
|
+
source: string;
|
|
149
|
+
directory?: string | undefined;
|
|
150
|
+
} | undefined;
|
|
117
151
|
playground?: {
|
|
118
152
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
119
153
|
proxy?: boolean | undefined;
|
|
@@ -313,6 +347,21 @@ export declare const update: (contentDirectoryPath: string, staticFilenames: str
|
|
|
313
347
|
} | undefined;
|
|
314
348
|
hidden?: boolean | undefined;
|
|
315
349
|
root?: string | undefined;
|
|
350
|
+
} | {
|
|
351
|
+
group: string;
|
|
352
|
+
asyncapi: (string | string[] | {
|
|
353
|
+
source: string;
|
|
354
|
+
directory?: string | undefined;
|
|
355
|
+
}) & (string | string[] | {
|
|
356
|
+
source: string;
|
|
357
|
+
directory?: string | undefined;
|
|
358
|
+
} | undefined);
|
|
359
|
+
icon?: string | {
|
|
360
|
+
name: string;
|
|
361
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
362
|
+
} | undefined;
|
|
363
|
+
hidden?: boolean | undefined;
|
|
364
|
+
root?: string | undefined;
|
|
316
365
|
} | {
|
|
317
366
|
group: string;
|
|
318
367
|
pages: any[];
|
|
@@ -358,6 +407,21 @@ export declare const update: (contentDirectoryPath: string, staticFilenames: str
|
|
|
358
407
|
} | undefined;
|
|
359
408
|
hidden?: boolean | undefined;
|
|
360
409
|
root?: string | undefined;
|
|
410
|
+
} | {
|
|
411
|
+
group: string;
|
|
412
|
+
asyncapi: (string | string[] | {
|
|
413
|
+
source: string;
|
|
414
|
+
directory?: string | undefined;
|
|
415
|
+
}) & (string | string[] | {
|
|
416
|
+
source: string;
|
|
417
|
+
directory?: string | undefined;
|
|
418
|
+
} | undefined);
|
|
419
|
+
icon?: string | {
|
|
420
|
+
name: string;
|
|
421
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
422
|
+
} | undefined;
|
|
423
|
+
hidden?: boolean | undefined;
|
|
424
|
+
root?: string | undefined;
|
|
361
425
|
} | {
|
|
362
426
|
group: string;
|
|
363
427
|
pages: any[];
|
|
@@ -388,6 +452,10 @@ export declare const update: (contentDirectoryPath: string, staticFilenames: str
|
|
|
388
452
|
source: string;
|
|
389
453
|
directory?: string | undefined;
|
|
390
454
|
} | undefined;
|
|
455
|
+
asyncapi?: string | string[] | {
|
|
456
|
+
source: string;
|
|
457
|
+
directory?: string | undefined;
|
|
458
|
+
} | undefined;
|
|
391
459
|
playground?: {
|
|
392
460
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
393
461
|
proxy?: boolean | undefined;
|
|
@@ -587,6 +655,21 @@ export declare const update: (contentDirectoryPath: string, staticFilenames: str
|
|
|
587
655
|
} | undefined;
|
|
588
656
|
hidden?: boolean | undefined;
|
|
589
657
|
root?: string | undefined;
|
|
658
|
+
} | {
|
|
659
|
+
group: string;
|
|
660
|
+
asyncapi: (string | string[] | {
|
|
661
|
+
source: string;
|
|
662
|
+
directory?: string | undefined;
|
|
663
|
+
}) & (string | string[] | {
|
|
664
|
+
source: string;
|
|
665
|
+
directory?: string | undefined;
|
|
666
|
+
} | undefined);
|
|
667
|
+
icon?: string | {
|
|
668
|
+
name: string;
|
|
669
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
670
|
+
} | undefined;
|
|
671
|
+
hidden?: boolean | undefined;
|
|
672
|
+
root?: string | undefined;
|
|
590
673
|
} | {
|
|
591
674
|
group: string;
|
|
592
675
|
pages: any[];
|
|
@@ -632,6 +715,21 @@ export declare const update: (contentDirectoryPath: string, staticFilenames: str
|
|
|
632
715
|
} | undefined;
|
|
633
716
|
hidden?: boolean | undefined;
|
|
634
717
|
root?: string | undefined;
|
|
718
|
+
} | {
|
|
719
|
+
group: string;
|
|
720
|
+
asyncapi: (string | string[] | {
|
|
721
|
+
source: string;
|
|
722
|
+
directory?: string | undefined;
|
|
723
|
+
}) & (string | string[] | {
|
|
724
|
+
source: string;
|
|
725
|
+
directory?: string | undefined;
|
|
726
|
+
} | undefined);
|
|
727
|
+
icon?: string | {
|
|
728
|
+
name: string;
|
|
729
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
730
|
+
} | undefined;
|
|
731
|
+
hidden?: boolean | undefined;
|
|
732
|
+
root?: string | undefined;
|
|
635
733
|
} | {
|
|
636
734
|
group: string;
|
|
637
735
|
pages: any[];
|
|
@@ -662,6 +760,10 @@ export declare const update: (contentDirectoryPath: string, staticFilenames: str
|
|
|
662
760
|
source: string;
|
|
663
761
|
directory?: string | undefined;
|
|
664
762
|
} | undefined;
|
|
763
|
+
asyncapi?: string | string[] | {
|
|
764
|
+
source: string;
|
|
765
|
+
directory?: string | undefined;
|
|
766
|
+
} | undefined;
|
|
665
767
|
playground?: {
|
|
666
768
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
667
769
|
proxy?: boolean | undefined;
|
|
@@ -861,6 +963,21 @@ export declare const update: (contentDirectoryPath: string, staticFilenames: str
|
|
|
861
963
|
} | undefined;
|
|
862
964
|
hidden?: boolean | undefined;
|
|
863
965
|
root?: string | undefined;
|
|
966
|
+
} | {
|
|
967
|
+
group: string;
|
|
968
|
+
asyncapi: (string | string[] | {
|
|
969
|
+
source: string;
|
|
970
|
+
directory?: string | undefined;
|
|
971
|
+
}) & (string | string[] | {
|
|
972
|
+
source: string;
|
|
973
|
+
directory?: string | undefined;
|
|
974
|
+
} | undefined);
|
|
975
|
+
icon?: string | {
|
|
976
|
+
name: string;
|
|
977
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
978
|
+
} | undefined;
|
|
979
|
+
hidden?: boolean | undefined;
|
|
980
|
+
root?: string | undefined;
|
|
864
981
|
} | {
|
|
865
982
|
group: string;
|
|
866
983
|
pages: any[];
|
|
@@ -906,6 +1023,21 @@ export declare const update: (contentDirectoryPath: string, staticFilenames: str
|
|
|
906
1023
|
} | undefined;
|
|
907
1024
|
hidden?: boolean | undefined;
|
|
908
1025
|
root?: string | undefined;
|
|
1026
|
+
} | {
|
|
1027
|
+
group: string;
|
|
1028
|
+
asyncapi: (string | string[] | {
|
|
1029
|
+
source: string;
|
|
1030
|
+
directory?: string | undefined;
|
|
1031
|
+
}) & (string | string[] | {
|
|
1032
|
+
source: string;
|
|
1033
|
+
directory?: string | undefined;
|
|
1034
|
+
} | undefined);
|
|
1035
|
+
icon?: string | {
|
|
1036
|
+
name: string;
|
|
1037
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1038
|
+
} | undefined;
|
|
1039
|
+
hidden?: boolean | undefined;
|
|
1040
|
+
root?: string | undefined;
|
|
909
1041
|
} | {
|
|
910
1042
|
group: string;
|
|
911
1043
|
pages: any[];
|
|
@@ -936,6 +1068,10 @@ export declare const update: (contentDirectoryPath: string, staticFilenames: str
|
|
|
936
1068
|
source: string;
|
|
937
1069
|
directory?: string | undefined;
|
|
938
1070
|
} | undefined;
|
|
1071
|
+
asyncapi?: string | string[] | {
|
|
1072
|
+
source: string;
|
|
1073
|
+
directory?: string | undefined;
|
|
1074
|
+
} | undefined;
|
|
939
1075
|
playground?: {
|
|
940
1076
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
941
1077
|
proxy?: boolean | undefined;
|
|
@@ -1135,6 +1271,21 @@ export declare const update: (contentDirectoryPath: string, staticFilenames: str
|
|
|
1135
1271
|
} | undefined;
|
|
1136
1272
|
hidden?: boolean | undefined;
|
|
1137
1273
|
root?: string | undefined;
|
|
1274
|
+
} | {
|
|
1275
|
+
group: string;
|
|
1276
|
+
asyncapi: (string | string[] | {
|
|
1277
|
+
source: string;
|
|
1278
|
+
directory?: string | undefined;
|
|
1279
|
+
}) & (string | string[] | {
|
|
1280
|
+
source: string;
|
|
1281
|
+
directory?: string | undefined;
|
|
1282
|
+
} | undefined);
|
|
1283
|
+
icon?: string | {
|
|
1284
|
+
name: string;
|
|
1285
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1286
|
+
} | undefined;
|
|
1287
|
+
hidden?: boolean | undefined;
|
|
1288
|
+
root?: string | undefined;
|
|
1138
1289
|
} | {
|
|
1139
1290
|
group: string;
|
|
1140
1291
|
pages: any[];
|
|
@@ -1180,6 +1331,21 @@ export declare const update: (contentDirectoryPath: string, staticFilenames: str
|
|
|
1180
1331
|
} | undefined;
|
|
1181
1332
|
hidden?: boolean | undefined;
|
|
1182
1333
|
root?: string | undefined;
|
|
1334
|
+
} | {
|
|
1335
|
+
group: string;
|
|
1336
|
+
asyncapi: (string | string[] | {
|
|
1337
|
+
source: string;
|
|
1338
|
+
directory?: string | undefined;
|
|
1339
|
+
}) & (string | string[] | {
|
|
1340
|
+
source: string;
|
|
1341
|
+
directory?: string | undefined;
|
|
1342
|
+
} | undefined);
|
|
1343
|
+
icon?: string | {
|
|
1344
|
+
name: string;
|
|
1345
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1346
|
+
} | undefined;
|
|
1347
|
+
hidden?: boolean | undefined;
|
|
1348
|
+
root?: string | undefined;
|
|
1183
1349
|
} | {
|
|
1184
1350
|
group: string;
|
|
1185
1351
|
pages: any[];
|
|
@@ -1210,6 +1376,10 @@ export declare const update: (contentDirectoryPath: string, staticFilenames: str
|
|
|
1210
1376
|
source: string;
|
|
1211
1377
|
directory?: string | undefined;
|
|
1212
1378
|
} | undefined;
|
|
1379
|
+
asyncapi?: string | string[] | {
|
|
1380
|
+
source: string;
|
|
1381
|
+
directory?: string | undefined;
|
|
1382
|
+
} | undefined;
|
|
1213
1383
|
playground?: {
|
|
1214
1384
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
1215
1385
|
proxy?: boolean | undefined;
|