@redocly/config 0.8.1 → 0.9.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.
@@ -3320,17 +3320,6 @@ export declare const themeConfigSchema: {
3320
3320
  readonly type: "string";
3321
3321
  readonly enum: readonly ["none", "section", "item"];
3322
3322
  };
3323
- readonly navigation: {
3324
- readonly type: "object";
3325
- readonly properties: {
3326
- readonly contentPrefix: {
3327
- readonly type: "string";
3328
- };
3329
- readonly menuPrefix: {
3330
- readonly type: "string";
3331
- };
3332
- };
3333
- };
3334
3323
  readonly hidePaginationButtons: {
3335
3324
  readonly type: "boolean";
3336
3325
  };
@@ -3464,10 +3453,6 @@ export declare const themeConfigSchema: {
3464
3453
  readonly otherItemsGroupName: {
3465
3454
  readonly type: "string";
3466
3455
  };
3467
- readonly initialLoadState: {
3468
- readonly type: "string";
3469
- readonly enum: readonly ["all-expanded", "default"];
3470
- };
3471
3456
  };
3472
3457
  readonly additionalProperties: false;
3473
3458
  };
@@ -3496,10 +3481,10 @@ export declare const themeConfigSchema: {
3496
3481
  };
3497
3482
  };
3498
3483
  };
3499
- readonly jsonSamplesExpandLevel: {
3484
+ readonly jsonSamplesDepth: {
3500
3485
  readonly type: "number";
3501
3486
  };
3502
- readonly sampleMaxInlineArgs: {
3487
+ readonly samplesMaxInlineArgs: {
3503
3488
  readonly type: "number";
3504
3489
  };
3505
3490
  readonly licenseKey: {
@@ -6887,17 +6872,6 @@ export declare const closedThemeConfigSchema: {
6887
6872
  readonly type: "string";
6888
6873
  readonly enum: readonly ["none", "section", "item"];
6889
6874
  };
6890
- readonly navigation: {
6891
- readonly type: "object";
6892
- readonly properties: {
6893
- readonly contentPrefix: {
6894
- readonly type: "string";
6895
- };
6896
- readonly menuPrefix: {
6897
- readonly type: "string";
6898
- };
6899
- };
6900
- };
6901
6875
  readonly hidePaginationButtons: {
6902
6876
  readonly type: "boolean";
6903
6877
  };
@@ -7031,10 +7005,6 @@ export declare const closedThemeConfigSchema: {
7031
7005
  readonly otherItemsGroupName: {
7032
7006
  readonly type: "string";
7033
7007
  };
7034
- readonly initialLoadState: {
7035
- readonly type: "string";
7036
- readonly enum: readonly ["all-expanded", "default"];
7037
- };
7038
7008
  };
7039
7009
  readonly additionalProperties: false;
7040
7010
  };
@@ -7063,10 +7033,10 @@ export declare const closedThemeConfigSchema: {
7063
7033
  };
7064
7034
  };
7065
7035
  };
7066
- readonly jsonSamplesExpandLevel: {
7036
+ readonly jsonSamplesDepth: {
7067
7037
  readonly type: "number";
7068
7038
  };
7069
- readonly sampleMaxInlineArgs: {
7039
+ readonly samplesMaxInlineArgs: {
7070
7040
  readonly type: "number";
7071
7041
  };
7072
7042
  readonly licenseKey: {
@@ -5,17 +5,6 @@ export declare const graphqlConfigSchema: {
5
5
  readonly type: "string";
6
6
  readonly enum: readonly ["none", "section", "item"];
7
7
  };
8
- readonly navigation: {
9
- readonly type: "object";
10
- readonly properties: {
11
- readonly contentPrefix: {
12
- readonly type: "string";
13
- };
14
- readonly menuPrefix: {
15
- readonly type: "string";
16
- };
17
- };
18
- };
19
8
  readonly hidePaginationButtons: {
20
9
  readonly type: "boolean";
21
10
  };
@@ -149,10 +138,6 @@ export declare const graphqlConfigSchema: {
149
138
  readonly otherItemsGroupName: {
150
139
  readonly type: "string";
151
140
  };
152
- readonly initialLoadState: {
153
- readonly type: "string";
154
- readonly enum: readonly ["all-expanded", "default"];
155
- };
156
141
  };
157
142
  readonly additionalProperties: false;
158
143
  };
@@ -181,10 +166,10 @@ export declare const graphqlConfigSchema: {
181
166
  };
182
167
  };
183
168
  };
184
- readonly jsonSamplesExpandLevel: {
169
+ readonly jsonSamplesDepth: {
185
170
  readonly type: "number";
186
171
  };
187
- readonly sampleMaxInlineArgs: {
172
+ readonly samplesMaxInlineArgs: {
188
173
  readonly type: "number";
189
174
  };
190
175
  readonly licenseKey: {
@@ -60,26 +60,12 @@ exports.graphqlConfigSchema = {
60
60
  type: 'string',
61
61
  enum: ['none', 'section', 'item'],
62
62
  },
63
- navigation: {
64
- type: 'object',
65
- properties: {
66
- contentPrefix: {
67
- type: 'string',
68
- },
69
- menuPrefix: {
70
- type: 'string',
71
- },
72
- },
73
- },
74
63
  hidePaginationButtons: {
75
64
  type: 'boolean',
76
65
  },
77
66
  menu: {
78
67
  type: 'object',
79
- properties: Object.assign({ initialLoadState: {
80
- type: 'string',
81
- enum: ['all-expanded', 'default'],
82
- } }, menuGroupingConfig.properties),
68
+ properties: Object.assign({}, menuGroupingConfig.properties),
83
69
  additionalProperties: false,
84
70
  },
85
71
  sidebar: {
@@ -107,10 +93,10 @@ exports.graphqlConfigSchema = {
107
93
  },
108
94
  },
109
95
  },
110
- jsonSamplesExpandLevel: {
96
+ jsonSamplesDepth: {
111
97
  type: 'number',
112
98
  },
113
- sampleMaxInlineArgs: {
99
+ samplesMaxInlineArgs: {
114
100
  type: 'number',
115
101
  },
116
102
  licenseKey: {