@redocly/config 0.12.1 → 0.14.0
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/lib/default-theme-config-schema.d.ts +6 -14
- package/lib/ex-theme-config-schemas.d.ts +3 -0
- package/lib/ex-theme-config-schemas.js +2 -0
- package/lib/graphql-config-schema.d.ts +0 -4
- package/lib/graphql-config-schema.js +0 -4
- package/lib/product-override-schema.d.ts +9 -8
- package/lib/remove-property-recursively.js +1 -2
- package/lib/root-config-schema.d.ts +80 -148
- package/lib/root-config-schema.js +2 -2
- package/lib-esm/default-theme-config-schema.d.ts +6 -14
- package/lib-esm/ex-theme-config-schemas.d.ts +3 -0
- package/lib-esm/ex-theme-config-schemas.js +2 -0
- package/lib-esm/graphql-config-schema.d.ts +0 -4
- package/lib-esm/graphql-config-schema.js +0 -4
- package/lib-esm/product-override-schema.d.ts +9 -8
- package/lib-esm/root-config-schema.d.ts +80 -148
- package/lib-esm/root-config-schema.js +2 -2
- package/package.json +3 -3
|
@@ -1063,9 +1063,6 @@ export declare const apiConfigSchema: {
|
|
|
1063
1063
|
readonly maxHeight: {
|
|
1064
1064
|
readonly type: "string";
|
|
1065
1065
|
};
|
|
1066
|
-
/**
|
|
1067
|
-
* @deprecated Should use `plugins` instead
|
|
1068
|
-
*/
|
|
1069
1066
|
readonly maxWidth: {
|
|
1070
1067
|
readonly type: "string";
|
|
1071
1068
|
};
|
|
@@ -2178,10 +2175,6 @@ export declare const apiConfigSchema: {
|
|
|
2178
2175
|
readonly graphql: {
|
|
2179
2176
|
readonly type: "object";
|
|
2180
2177
|
readonly properties: {
|
|
2181
|
-
readonly pagination: {
|
|
2182
|
-
readonly type: "string";
|
|
2183
|
-
readonly enum: readonly ["none", "section", "item"];
|
|
2184
|
-
};
|
|
2185
2178
|
readonly hidePaginationButtons: {
|
|
2186
2179
|
readonly type: "boolean";
|
|
2187
2180
|
};
|
|
@@ -3030,9 +3023,6 @@ export declare const apiConfigSchema: {
|
|
|
3030
3023
|
readonly maxHeight: {
|
|
3031
3024
|
readonly type: "string";
|
|
3032
3025
|
};
|
|
3033
|
-
/**
|
|
3034
|
-
* @deprecated Should use `plugins` instead
|
|
3035
|
-
*/
|
|
3036
3026
|
readonly maxWidth: {
|
|
3037
3027
|
readonly type: "string";
|
|
3038
3028
|
};
|
|
@@ -4145,10 +4135,6 @@ export declare const apiConfigSchema: {
|
|
|
4145
4135
|
readonly graphql: {
|
|
4146
4136
|
readonly type: "object";
|
|
4147
4137
|
readonly properties: {
|
|
4148
|
-
readonly pagination: {
|
|
4149
|
-
readonly type: "string";
|
|
4150
|
-
readonly enum: readonly ["none", "section", "item"];
|
|
4151
|
-
};
|
|
4152
4138
|
readonly hidePaginationButtons: {
|
|
4153
4139
|
readonly type: "boolean";
|
|
4154
4140
|
};
|
|
@@ -5809,9 +5795,6 @@ export declare const redoclyConfigSchema: {
|
|
|
5809
5795
|
readonly maxHeight: {
|
|
5810
5796
|
readonly type: "string";
|
|
5811
5797
|
};
|
|
5812
|
-
/**
|
|
5813
|
-
* @deprecated Should use `plugins` instead
|
|
5814
|
-
*/
|
|
5815
5798
|
readonly maxWidth: {
|
|
5816
5799
|
readonly type: "string";
|
|
5817
5800
|
};
|
|
@@ -6924,10 +6907,6 @@ export declare const redoclyConfigSchema: {
|
|
|
6924
6907
|
readonly graphql: {
|
|
6925
6908
|
readonly type: "object";
|
|
6926
6909
|
readonly properties: {
|
|
6927
|
-
readonly pagination: {
|
|
6928
|
-
readonly type: "string";
|
|
6929
|
-
readonly enum: readonly ["none", "section", "item"];
|
|
6930
|
-
};
|
|
6931
6910
|
readonly hidePaginationButtons: {
|
|
6932
6911
|
readonly type: "boolean";
|
|
6933
6912
|
};
|
|
@@ -7776,9 +7755,6 @@ export declare const redoclyConfigSchema: {
|
|
|
7776
7755
|
readonly maxHeight: {
|
|
7777
7756
|
readonly type: "string";
|
|
7778
7757
|
};
|
|
7779
|
-
/**
|
|
7780
|
-
* @deprecated Should use `plugins` instead
|
|
7781
|
-
*/
|
|
7782
7758
|
readonly maxWidth: {
|
|
7783
7759
|
readonly type: "string";
|
|
7784
7760
|
};
|
|
@@ -8891,10 +8867,6 @@ export declare const redoclyConfigSchema: {
|
|
|
8891
8867
|
readonly graphql: {
|
|
8892
8868
|
readonly type: "object";
|
|
8893
8869
|
readonly properties: {
|
|
8894
|
-
readonly pagination: {
|
|
8895
|
-
readonly type: "string";
|
|
8896
|
-
readonly enum: readonly ["none", "section", "item"];
|
|
8897
|
-
};
|
|
8898
8870
|
readonly hidePaginationButtons: {
|
|
8899
8871
|
readonly type: "boolean";
|
|
8900
8872
|
};
|
|
@@ -10364,6 +10336,9 @@ export declare const redoclyConfigSchema: {
|
|
|
10364
10336
|
readonly enum: readonly ["flexsearch", "typesense"];
|
|
10365
10337
|
readonly default: "flexsearch";
|
|
10366
10338
|
};
|
|
10339
|
+
readonly askAi: {
|
|
10340
|
+
readonly type: "boolean";
|
|
10341
|
+
};
|
|
10367
10342
|
readonly facets: {
|
|
10368
10343
|
readonly type: "array";
|
|
10369
10344
|
readonly items: {
|
|
@@ -11173,9 +11148,6 @@ export declare const redoclyConfigSchema: {
|
|
|
11173
11148
|
readonly maxHeight: {
|
|
11174
11149
|
readonly type: "string";
|
|
11175
11150
|
};
|
|
11176
|
-
/**
|
|
11177
|
-
* @deprecated Should use `plugins` instead
|
|
11178
|
-
*/
|
|
11179
11151
|
readonly maxWidth: {
|
|
11180
11152
|
readonly type: "string";
|
|
11181
11153
|
};
|
|
@@ -12288,10 +12260,6 @@ export declare const redoclyConfigSchema: {
|
|
|
12288
12260
|
readonly graphql: {
|
|
12289
12261
|
readonly type: "object";
|
|
12290
12262
|
readonly properties: {
|
|
12291
|
-
readonly pagination: {
|
|
12292
|
-
readonly type: "string";
|
|
12293
|
-
readonly enum: readonly ["none", "section", "item"];
|
|
12294
|
-
};
|
|
12295
12263
|
readonly hidePaginationButtons: {
|
|
12296
12264
|
readonly type: "boolean";
|
|
12297
12265
|
};
|
|
@@ -13933,6 +13901,9 @@ export declare const redoclyConfigSchema: {
|
|
|
13933
13901
|
readonly enum: readonly ["flexsearch", "typesense"];
|
|
13934
13902
|
readonly default: "flexsearch";
|
|
13935
13903
|
};
|
|
13904
|
+
readonly askAi: {
|
|
13905
|
+
readonly type: "boolean";
|
|
13906
|
+
};
|
|
13936
13907
|
readonly facets: {
|
|
13937
13908
|
readonly type: "array";
|
|
13938
13909
|
readonly items: {
|
|
@@ -14742,9 +14713,6 @@ export declare const redoclyConfigSchema: {
|
|
|
14742
14713
|
readonly maxHeight: {
|
|
14743
14714
|
readonly type: "string";
|
|
14744
14715
|
};
|
|
14745
|
-
/**
|
|
14746
|
-
* @deprecated Should use `plugins` instead
|
|
14747
|
-
*/
|
|
14748
14716
|
readonly maxWidth: {
|
|
14749
14717
|
readonly type: "string";
|
|
14750
14718
|
};
|
|
@@ -15857,10 +15825,6 @@ export declare const redoclyConfigSchema: {
|
|
|
15857
15825
|
readonly graphql: {
|
|
15858
15826
|
readonly type: "object";
|
|
15859
15827
|
readonly properties: {
|
|
15860
|
-
readonly pagination: {
|
|
15861
|
-
readonly type: "string";
|
|
15862
|
-
readonly enum: readonly ["none", "section", "item"];
|
|
15863
|
-
};
|
|
15864
15828
|
readonly hidePaginationButtons: {
|
|
15865
15829
|
readonly type: "boolean";
|
|
15866
15830
|
};
|
|
@@ -16917,8 +16881,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
16917
16881
|
page: any;
|
|
16918
16882
|
href: any;
|
|
16919
16883
|
icon: any;
|
|
16920
|
-
separatorLine: any;
|
|
16921
|
-
linePosition: any;
|
|
16922
16884
|
directory: any;
|
|
16923
16885
|
disconnect: any;
|
|
16924
16886
|
group: any;
|
|
@@ -16926,6 +16888,8 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
16926
16888
|
labelTranslationKey: any;
|
|
16927
16889
|
groupTranslationKey: any;
|
|
16928
16890
|
separator: any;
|
|
16891
|
+
separatorLine: any;
|
|
16892
|
+
linePosition: any;
|
|
16929
16893
|
version: any;
|
|
16930
16894
|
menuStyle: any;
|
|
16931
16895
|
expanded: any;
|
|
@@ -16954,13 +16918,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
16954
16918
|
required: "srcSet"[];
|
|
16955
16919
|
})[];
|
|
16956
16920
|
};
|
|
16957
|
-
separatorLine: {
|
|
16958
|
-
type: "boolean";
|
|
16959
|
-
};
|
|
16960
|
-
linePosition: {
|
|
16961
|
-
enum: ("top" | "bottom")[];
|
|
16962
|
-
type: "string";
|
|
16963
|
-
};
|
|
16964
16921
|
directory: {
|
|
16965
16922
|
type: "string";
|
|
16966
16923
|
};
|
|
@@ -16982,6 +16939,13 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
16982
16939
|
separator: {
|
|
16983
16940
|
type: "string";
|
|
16984
16941
|
};
|
|
16942
|
+
separatorLine: {
|
|
16943
|
+
type: "boolean";
|
|
16944
|
+
};
|
|
16945
|
+
linePosition: {
|
|
16946
|
+
enum: ("top" | "bottom")[];
|
|
16947
|
+
type: "string";
|
|
16948
|
+
};
|
|
16985
16949
|
version: {
|
|
16986
16950
|
type: "string";
|
|
16987
16951
|
};
|
|
@@ -17154,8 +17118,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
17154
17118
|
page: any;
|
|
17155
17119
|
href: any;
|
|
17156
17120
|
icon: any;
|
|
17157
|
-
separatorLine: any;
|
|
17158
|
-
linePosition: any;
|
|
17159
17121
|
directory: any;
|
|
17160
17122
|
disconnect: any;
|
|
17161
17123
|
group: any;
|
|
@@ -17163,6 +17125,8 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
17163
17125
|
labelTranslationKey: any;
|
|
17164
17126
|
groupTranslationKey: any;
|
|
17165
17127
|
separator: any;
|
|
17128
|
+
separatorLine: any;
|
|
17129
|
+
linePosition: any;
|
|
17166
17130
|
version: any;
|
|
17167
17131
|
menuStyle: any;
|
|
17168
17132
|
expanded: any;
|
|
@@ -17191,13 +17155,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
17191
17155
|
required: "srcSet"[];
|
|
17192
17156
|
})[];
|
|
17193
17157
|
};
|
|
17194
|
-
separatorLine: {
|
|
17195
|
-
type: "boolean";
|
|
17196
|
-
};
|
|
17197
|
-
linePosition: {
|
|
17198
|
-
enum: ("top" | "bottom")[];
|
|
17199
|
-
type: "string";
|
|
17200
|
-
};
|
|
17201
17158
|
directory: {
|
|
17202
17159
|
type: "string";
|
|
17203
17160
|
};
|
|
@@ -17219,6 +17176,13 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
17219
17176
|
separator: {
|
|
17220
17177
|
type: "string";
|
|
17221
17178
|
};
|
|
17179
|
+
separatorLine: {
|
|
17180
|
+
type: "boolean";
|
|
17181
|
+
};
|
|
17182
|
+
linePosition: {
|
|
17183
|
+
enum: ("top" | "bottom")[];
|
|
17184
|
+
type: "string";
|
|
17185
|
+
};
|
|
17222
17186
|
version: {
|
|
17223
17187
|
type: "string";
|
|
17224
17188
|
};
|
|
@@ -17367,6 +17331,9 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
17367
17331
|
enum: ("flexsearch" | "typesense")[];
|
|
17368
17332
|
type: "string";
|
|
17369
17333
|
};
|
|
17334
|
+
askAi: {
|
|
17335
|
+
type: "boolean";
|
|
17336
|
+
};
|
|
17370
17337
|
facets: {
|
|
17371
17338
|
items: {
|
|
17372
17339
|
properties: {
|
|
@@ -18193,7 +18160,7 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
18193
18160
|
type: "object";
|
|
18194
18161
|
};
|
|
18195
18162
|
smoothing: {
|
|
18196
|
-
enum: ("
|
|
18163
|
+
enum: ("auto" | "none" | "antialiased" | "subpixel-antialiased" | "grayscale")[];
|
|
18197
18164
|
type: "string";
|
|
18198
18165
|
};
|
|
18199
18166
|
code: {
|
|
@@ -18868,10 +18835,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
18868
18835
|
};
|
|
18869
18836
|
graphql: {
|
|
18870
18837
|
properties: {
|
|
18871
|
-
pagination: {
|
|
18872
|
-
enum: ("none" | "section" | "item")[];
|
|
18873
|
-
type: "string";
|
|
18874
|
-
};
|
|
18875
18838
|
sidebar: {
|
|
18876
18839
|
properties: {
|
|
18877
18840
|
hide: {
|
|
@@ -19315,10 +19278,10 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
19315
19278
|
link: {
|
|
19316
19279
|
type: "string";
|
|
19317
19280
|
};
|
|
19318
|
-
|
|
19281
|
+
external: {
|
|
19319
19282
|
type: "boolean";
|
|
19320
19283
|
};
|
|
19321
|
-
|
|
19284
|
+
separatorLine: {
|
|
19322
19285
|
type: "boolean";
|
|
19323
19286
|
};
|
|
19324
19287
|
};
|
|
@@ -19395,8 +19358,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
19395
19358
|
page: any;
|
|
19396
19359
|
href: any;
|
|
19397
19360
|
icon: any;
|
|
19398
|
-
separatorLine: any;
|
|
19399
|
-
linePosition: any;
|
|
19400
19361
|
directory: any;
|
|
19401
19362
|
disconnect: any;
|
|
19402
19363
|
group: any;
|
|
@@ -19404,6 +19365,8 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
19404
19365
|
labelTranslationKey: any;
|
|
19405
19366
|
groupTranslationKey: any;
|
|
19406
19367
|
separator: any;
|
|
19368
|
+
separatorLine: any;
|
|
19369
|
+
linePosition: any;
|
|
19407
19370
|
version: any;
|
|
19408
19371
|
menuStyle: any;
|
|
19409
19372
|
expanded: any;
|
|
@@ -19432,13 +19395,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
19432
19395
|
required: "srcSet"[];
|
|
19433
19396
|
})[];
|
|
19434
19397
|
};
|
|
19435
|
-
separatorLine: {
|
|
19436
|
-
type: "boolean";
|
|
19437
|
-
};
|
|
19438
|
-
linePosition: {
|
|
19439
|
-
enum: ("top" | "bottom")[];
|
|
19440
|
-
type: "string";
|
|
19441
|
-
};
|
|
19442
19398
|
directory: {
|
|
19443
19399
|
type: "string";
|
|
19444
19400
|
};
|
|
@@ -19460,6 +19416,13 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
19460
19416
|
separator: {
|
|
19461
19417
|
type: "string";
|
|
19462
19418
|
};
|
|
19419
|
+
separatorLine: {
|
|
19420
|
+
type: "boolean";
|
|
19421
|
+
};
|
|
19422
|
+
linePosition: {
|
|
19423
|
+
enum: ("top" | "bottom")[];
|
|
19424
|
+
type: "string";
|
|
19425
|
+
};
|
|
19463
19426
|
version: {
|
|
19464
19427
|
type: "string";
|
|
19465
19428
|
};
|
|
@@ -19755,8 +19718,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
19755
19718
|
page: any;
|
|
19756
19719
|
href: any;
|
|
19757
19720
|
icon: any;
|
|
19758
|
-
separatorLine: any;
|
|
19759
|
-
linePosition: any;
|
|
19760
19721
|
directory: any;
|
|
19761
19722
|
disconnect: any;
|
|
19762
19723
|
group: any;
|
|
@@ -19764,6 +19725,8 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
19764
19725
|
labelTranslationKey: any;
|
|
19765
19726
|
groupTranslationKey: any;
|
|
19766
19727
|
separator: any;
|
|
19728
|
+
separatorLine: any;
|
|
19729
|
+
linePosition: any;
|
|
19767
19730
|
version: any;
|
|
19768
19731
|
menuStyle: any;
|
|
19769
19732
|
expanded: any;
|
|
@@ -19792,13 +19755,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
19792
19755
|
required: "srcSet"[];
|
|
19793
19756
|
})[];
|
|
19794
19757
|
};
|
|
19795
|
-
separatorLine: {
|
|
19796
|
-
type: "boolean";
|
|
19797
|
-
};
|
|
19798
|
-
linePosition: {
|
|
19799
|
-
enum: ("top" | "bottom")[];
|
|
19800
|
-
type: "string";
|
|
19801
|
-
};
|
|
19802
19758
|
directory: {
|
|
19803
19759
|
type: "string";
|
|
19804
19760
|
};
|
|
@@ -19820,6 +19776,13 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
19820
19776
|
separator: {
|
|
19821
19777
|
type: "string";
|
|
19822
19778
|
};
|
|
19779
|
+
separatorLine: {
|
|
19780
|
+
type: "boolean";
|
|
19781
|
+
};
|
|
19782
|
+
linePosition: {
|
|
19783
|
+
enum: ("top" | "bottom")[];
|
|
19784
|
+
type: "string";
|
|
19785
|
+
};
|
|
19823
19786
|
version: {
|
|
19824
19787
|
type: "string";
|
|
19825
19788
|
};
|
|
@@ -20744,7 +20707,7 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
20744
20707
|
type: "object";
|
|
20745
20708
|
};
|
|
20746
20709
|
smoothing: {
|
|
20747
|
-
enum: ("
|
|
20710
|
+
enum: ("auto" | "none" | "antialiased" | "subpixel-antialiased" | "grayscale")[];
|
|
20748
20711
|
type: "string";
|
|
20749
20712
|
};
|
|
20750
20713
|
code: {
|
|
@@ -21419,10 +21382,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
21419
21382
|
};
|
|
21420
21383
|
graphql: {
|
|
21421
21384
|
properties: {
|
|
21422
|
-
pagination: {
|
|
21423
|
-
enum: ("none" | "section" | "item")[];
|
|
21424
|
-
type: "string";
|
|
21425
|
-
};
|
|
21426
21385
|
sidebar: {
|
|
21427
21386
|
properties: {
|
|
21428
21387
|
hide: {
|
|
@@ -22260,7 +22219,7 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
22260
22219
|
type: "object";
|
|
22261
22220
|
};
|
|
22262
22221
|
smoothing: {
|
|
22263
|
-
enum: ("
|
|
22222
|
+
enum: ("auto" | "none" | "antialiased" | "subpixel-antialiased" | "grayscale")[];
|
|
22264
22223
|
type: "string";
|
|
22265
22224
|
};
|
|
22266
22225
|
code: {
|
|
@@ -22935,10 +22894,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
22935
22894
|
};
|
|
22936
22895
|
graphql: {
|
|
22937
22896
|
properties: {
|
|
22938
|
-
pagination: {
|
|
22939
|
-
enum: ("none" | "section" | "item")[];
|
|
22940
|
-
type: "string";
|
|
22941
|
-
};
|
|
22942
22897
|
sidebar: {
|
|
22943
22898
|
properties: {
|
|
22944
22899
|
hide: {
|
|
@@ -23640,8 +23595,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
23640
23595
|
page: any;
|
|
23641
23596
|
href: any;
|
|
23642
23597
|
icon: any;
|
|
23643
|
-
separatorLine: any;
|
|
23644
|
-
linePosition: any;
|
|
23645
23598
|
directory: any;
|
|
23646
23599
|
disconnect: any;
|
|
23647
23600
|
group: any;
|
|
@@ -23649,6 +23602,8 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
23649
23602
|
labelTranslationKey: any;
|
|
23650
23603
|
groupTranslationKey: any;
|
|
23651
23604
|
separator: any;
|
|
23605
|
+
separatorLine: any;
|
|
23606
|
+
linePosition: any;
|
|
23652
23607
|
version: any;
|
|
23653
23608
|
menuStyle: any;
|
|
23654
23609
|
expanded: any;
|
|
@@ -23677,13 +23632,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
23677
23632
|
required: "srcSet"[];
|
|
23678
23633
|
})[];
|
|
23679
23634
|
};
|
|
23680
|
-
separatorLine: {
|
|
23681
|
-
type: "boolean";
|
|
23682
|
-
};
|
|
23683
|
-
linePosition: {
|
|
23684
|
-
enum: ("top" | "bottom")[];
|
|
23685
|
-
type: "string";
|
|
23686
|
-
};
|
|
23687
23635
|
directory: {
|
|
23688
23636
|
type: "string";
|
|
23689
23637
|
};
|
|
@@ -23705,6 +23653,13 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
23705
23653
|
separator: {
|
|
23706
23654
|
type: "string";
|
|
23707
23655
|
};
|
|
23656
|
+
separatorLine: {
|
|
23657
|
+
type: "boolean";
|
|
23658
|
+
};
|
|
23659
|
+
linePosition: {
|
|
23660
|
+
enum: ("top" | "bottom")[];
|
|
23661
|
+
type: "string";
|
|
23662
|
+
};
|
|
23708
23663
|
version: {
|
|
23709
23664
|
type: "string";
|
|
23710
23665
|
};
|
|
@@ -23853,6 +23808,9 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
23853
23808
|
enum: ("flexsearch" | "typesense")[];
|
|
23854
23809
|
type: "string";
|
|
23855
23810
|
};
|
|
23811
|
+
askAi: {
|
|
23812
|
+
type: "boolean";
|
|
23813
|
+
};
|
|
23856
23814
|
facets: {
|
|
23857
23815
|
items: {
|
|
23858
23816
|
properties: {
|
|
@@ -24679,7 +24637,7 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
24679
24637
|
type: "object";
|
|
24680
24638
|
};
|
|
24681
24639
|
smoothing: {
|
|
24682
|
-
enum: ("
|
|
24640
|
+
enum: ("auto" | "none" | "antialiased" | "subpixel-antialiased" | "grayscale")[];
|
|
24683
24641
|
type: "string";
|
|
24684
24642
|
};
|
|
24685
24643
|
code: {
|
|
@@ -25354,10 +25312,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
25354
25312
|
};
|
|
25355
25313
|
graphql: {
|
|
25356
25314
|
properties: {
|
|
25357
|
-
pagination: {
|
|
25358
|
-
enum: ("none" | "section" | "item")[];
|
|
25359
|
-
type: "string";
|
|
25360
|
-
};
|
|
25361
25315
|
sidebar: {
|
|
25362
25316
|
properties: {
|
|
25363
25317
|
hide: {
|
|
@@ -25801,10 +25755,10 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
25801
25755
|
link: {
|
|
25802
25756
|
type: "string";
|
|
25803
25757
|
};
|
|
25804
|
-
|
|
25758
|
+
external: {
|
|
25805
25759
|
type: "boolean";
|
|
25806
25760
|
};
|
|
25807
|
-
|
|
25761
|
+
separatorLine: {
|
|
25808
25762
|
type: "boolean";
|
|
25809
25763
|
};
|
|
25810
25764
|
};
|
|
@@ -25881,8 +25835,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
25881
25835
|
page: any;
|
|
25882
25836
|
href: any;
|
|
25883
25837
|
icon: any;
|
|
25884
|
-
separatorLine: any;
|
|
25885
|
-
linePosition: any;
|
|
25886
25838
|
directory: any;
|
|
25887
25839
|
disconnect: any;
|
|
25888
25840
|
group: any;
|
|
@@ -25890,6 +25842,8 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
25890
25842
|
labelTranslationKey: any;
|
|
25891
25843
|
groupTranslationKey: any;
|
|
25892
25844
|
separator: any;
|
|
25845
|
+
separatorLine: any;
|
|
25846
|
+
linePosition: any;
|
|
25893
25847
|
version: any;
|
|
25894
25848
|
menuStyle: any;
|
|
25895
25849
|
expanded: any;
|
|
@@ -25918,13 +25872,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
25918
25872
|
required: "srcSet"[];
|
|
25919
25873
|
})[];
|
|
25920
25874
|
};
|
|
25921
|
-
separatorLine: {
|
|
25922
|
-
type: "boolean";
|
|
25923
|
-
};
|
|
25924
|
-
linePosition: {
|
|
25925
|
-
enum: ("top" | "bottom")[];
|
|
25926
|
-
type: "string";
|
|
25927
|
-
};
|
|
25928
25875
|
directory: {
|
|
25929
25876
|
type: "string";
|
|
25930
25877
|
};
|
|
@@ -25946,6 +25893,13 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
25946
25893
|
separator: {
|
|
25947
25894
|
type: "string";
|
|
25948
25895
|
};
|
|
25896
|
+
separatorLine: {
|
|
25897
|
+
type: "boolean";
|
|
25898
|
+
};
|
|
25899
|
+
linePosition: {
|
|
25900
|
+
enum: ("top" | "bottom")[];
|
|
25901
|
+
type: "string";
|
|
25902
|
+
};
|
|
25949
25903
|
version: {
|
|
25950
25904
|
type: "string";
|
|
25951
25905
|
};
|
|
@@ -26894,9 +26848,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
26894
26848
|
readonly maxHeight: {
|
|
26895
26849
|
readonly type: "string";
|
|
26896
26850
|
};
|
|
26897
|
-
/**
|
|
26898
|
-
* @deprecated Should use `plugins` instead
|
|
26899
|
-
*/
|
|
26900
26851
|
readonly maxWidth: {
|
|
26901
26852
|
readonly type: "string";
|
|
26902
26853
|
};
|
|
@@ -28009,10 +27960,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
28009
27960
|
readonly graphql: {
|
|
28010
27961
|
readonly type: "object";
|
|
28011
27962
|
readonly properties: {
|
|
28012
|
-
readonly pagination: {
|
|
28013
|
-
readonly type: "string";
|
|
28014
|
-
readonly enum: readonly ["none", "section", "item"];
|
|
28015
|
-
};
|
|
28016
27963
|
readonly hidePaginationButtons: {
|
|
28017
27964
|
readonly type: "boolean";
|
|
28018
27965
|
};
|
|
@@ -28861,9 +28808,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
28861
28808
|
readonly maxHeight: {
|
|
28862
28809
|
readonly type: "string";
|
|
28863
28810
|
};
|
|
28864
|
-
/**
|
|
28865
|
-
* @deprecated Should use `plugins` instead
|
|
28866
|
-
*/
|
|
28867
28811
|
readonly maxWidth: {
|
|
28868
28812
|
readonly type: "string";
|
|
28869
28813
|
};
|
|
@@ -29976,10 +29920,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
29976
29920
|
readonly graphql: {
|
|
29977
29921
|
readonly type: "object";
|
|
29978
29922
|
readonly properties: {
|
|
29979
|
-
readonly pagination: {
|
|
29980
|
-
readonly type: "string";
|
|
29981
|
-
readonly enum: readonly ["none", "section", "item"];
|
|
29982
|
-
};
|
|
29983
29923
|
readonly hidePaginationButtons: {
|
|
29984
29924
|
readonly type: "boolean";
|
|
29985
29925
|
};
|
|
@@ -31449,6 +31389,9 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
31449
31389
|
readonly enum: readonly ["flexsearch", "typesense"];
|
|
31450
31390
|
readonly default: "flexsearch";
|
|
31451
31391
|
};
|
|
31392
|
+
readonly askAi: {
|
|
31393
|
+
readonly type: "boolean";
|
|
31394
|
+
};
|
|
31452
31395
|
readonly facets: {
|
|
31453
31396
|
readonly type: "array";
|
|
31454
31397
|
readonly items: {
|
|
@@ -32258,9 +32201,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
32258
32201
|
readonly maxHeight: {
|
|
32259
32202
|
readonly type: "string";
|
|
32260
32203
|
};
|
|
32261
|
-
/**
|
|
32262
|
-
* @deprecated Should use `plugins` instead
|
|
32263
|
-
*/
|
|
32264
32204
|
readonly maxWidth: {
|
|
32265
32205
|
readonly type: "string";
|
|
32266
32206
|
};
|
|
@@ -33373,10 +33313,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
33373
33313
|
readonly graphql: {
|
|
33374
33314
|
readonly type: "object";
|
|
33375
33315
|
readonly properties: {
|
|
33376
|
-
readonly pagination: {
|
|
33377
|
-
readonly type: "string";
|
|
33378
|
-
readonly enum: readonly ["none", "section", "item"];
|
|
33379
|
-
};
|
|
33380
33316
|
readonly hidePaginationButtons: {
|
|
33381
33317
|
readonly type: "boolean";
|
|
33382
33318
|
};
|
|
@@ -35018,6 +34954,9 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
35018
34954
|
readonly enum: readonly ["flexsearch", "typesense"];
|
|
35019
34955
|
readonly default: "flexsearch";
|
|
35020
34956
|
};
|
|
34957
|
+
readonly askAi: {
|
|
34958
|
+
readonly type: "boolean";
|
|
34959
|
+
};
|
|
35021
34960
|
readonly facets: {
|
|
35022
34961
|
readonly type: "array";
|
|
35023
34962
|
readonly items: {
|
|
@@ -35827,9 +35766,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
35827
35766
|
readonly maxHeight: {
|
|
35828
35767
|
readonly type: "string";
|
|
35829
35768
|
};
|
|
35830
|
-
/**
|
|
35831
|
-
* @deprecated Should use `plugins` instead
|
|
35832
|
-
*/
|
|
35833
35769
|
readonly maxWidth: {
|
|
35834
35770
|
readonly type: "string";
|
|
35835
35771
|
};
|
|
@@ -36942,10 +36878,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
36942
36878
|
readonly graphql: {
|
|
36943
36879
|
readonly type: "object";
|
|
36944
36880
|
readonly properties: {
|
|
36945
|
-
readonly pagination: {
|
|
36946
|
-
readonly type: "string";
|
|
36947
|
-
readonly enum: readonly ["none", "section", "item"];
|
|
36948
|
-
};
|
|
36949
36881
|
readonly hidePaginationButtons: {
|
|
36950
36882
|
readonly type: "boolean";
|
|
36951
36883
|
};
|
|
@@ -176,7 +176,7 @@ exports.rbacConfigSchema = {
|
|
|
176
176
|
teamNamePatterns: { type: 'array', items: { type: 'string' } },
|
|
177
177
|
teamFolders: { type: 'array', items: { type: 'string' } },
|
|
178
178
|
teamFoldersBaseRoles: exports.rbacScopeItemsSchema,
|
|
179
|
-
cms: exports.rbacScopeItemsSchema,
|
|
179
|
+
cms: exports.rbacScopeItemsSchema, // deprecated in favor of reunite
|
|
180
180
|
reunite: exports.rbacScopeItemsSchema,
|
|
181
181
|
content: {
|
|
182
182
|
type: 'object',
|
|
@@ -349,7 +349,7 @@ exports.redoclyConfigSchema = {
|
|
|
349
349
|
residency: { type: 'string' },
|
|
350
350
|
developerOnboarding: devOnboardingConfigSchema,
|
|
351
351
|
removeAttribution: { type: 'boolean' },
|
|
352
|
-
i18n: exports.l10nConfigSchema,
|
|
352
|
+
i18n: exports.l10nConfigSchema, // deprecated
|
|
353
353
|
l10n: exports.l10nConfigSchema,
|
|
354
354
|
metadata: metadataConfigSchema,
|
|
355
355
|
metadataGlobs: metadataGlobsConfigSchema,
|