@redocly/config 0.20.0 → 0.20.1

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.
@@ -2441,7 +2441,7 @@ export declare const themeConfigSchema: {
2441
2441
  };
2442
2442
  readonly sideNavStyle: {
2443
2443
  readonly type: "string";
2444
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
2444
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
2445
2445
  };
2446
2446
  readonly simpleOneOfTypeLabel: {
2447
2447
  readonly type: "boolean";
@@ -6437,7 +6437,7 @@ export declare const closedThemeConfigSchema: {
6437
6437
  };
6438
6438
  readonly sideNavStyle: {
6439
6439
  readonly type: "string";
6440
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
6440
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
6441
6441
  };
6442
6442
  readonly simpleOneOfTypeLabel: {
6443
6443
  readonly type: "boolean";
@@ -2444,7 +2444,7 @@ export declare const openapiConfigSchema: {
2444
2444
  };
2445
2445
  readonly sideNavStyle: {
2446
2446
  readonly type: "string";
2447
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
2447
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
2448
2448
  };
2449
2449
  readonly simpleOneOfTypeLabel: {
2450
2450
  readonly type: "boolean";
@@ -1934,7 +1934,7 @@ export declare const productThemeOverrideSchema: {
1934
1934
  };
1935
1935
  readonly sideNavStyle: {
1936
1936
  readonly type: "string";
1937
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
1937
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
1938
1938
  };
1939
1939
  readonly simpleOneOfTypeLabel: {
1940
1940
  readonly type: "boolean";
@@ -4035,7 +4035,7 @@ export declare const productConfigOverrideSchema: {
4035
4035
  };
4036
4036
  readonly sideNavStyle: {
4037
4037
  readonly type: "string";
4038
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
4038
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
4039
4039
  };
4040
4040
  readonly simpleOneOfTypeLabel: {
4041
4041
  readonly type: "boolean";
@@ -6264,7 +6264,7 @@ export declare const productConfigOverrideSchema: {
6264
6264
  };
6265
6265
  readonly sideNavStyle: {
6266
6266
  readonly type: "string";
6267
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
6267
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
6268
6268
  };
6269
6269
  readonly simpleOneOfTypeLabel: {
6270
6270
  readonly type: "boolean";
@@ -9122,7 +9122,7 @@ export declare const productConfigOverrideSchema: {
9122
9122
  };
9123
9123
  readonly sideNavStyle: {
9124
9124
  readonly type: "string";
9125
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
9125
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
9126
9126
  };
9127
9127
  readonly simpleOneOfTypeLabel: {
9128
9128
  readonly type: "boolean";
@@ -11797,7 +11797,7 @@ export declare const productConfigOverrideSchema: {
11797
11797
  };
11798
11798
  readonly sideNavStyle: {
11799
11799
  readonly type: "string";
11800
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
11800
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
11801
11801
  };
11802
11802
  readonly simpleOneOfTypeLabel: {
11803
11803
  readonly type: "boolean";
@@ -1339,7 +1339,7 @@ export declare const deprecatedRefDocsSchema: {
1339
1339
  };
1340
1340
  readonly sideNavStyle: {
1341
1341
  readonly type: "string";
1342
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
1342
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
1343
1343
  };
1344
1344
  readonly simpleOneOfTypeLabel: {
1345
1345
  readonly type: "boolean";
@@ -494,7 +494,7 @@ exports.deprecatedRefDocsSchema = {
494
494
  showObjectSchemaExamples: { type: 'boolean' },
495
495
  disableTryItRequestUrlEncoding: { type: 'boolean' },
496
496
  sidebarLinks: ConfigSidebarLinks,
497
- sideNavStyle: { type: 'string', enum: ['summary-only', 'path-first', 'id-only'] },
497
+ sideNavStyle: { type: 'string', enum: ['summary-only', 'path-first', 'id-only', 'path-only'] },
498
498
  simpleOneOfTypeLabel: { type: 'boolean' },
499
499
  sortEnumValuesAlphabetically: { type: 'boolean' },
500
500
  sortOperationsAlphabetically: { type: 'boolean' },
@@ -1839,7 +1839,7 @@ export declare const apiConfigSchema: {
1839
1839
  };
1840
1840
  readonly sideNavStyle: {
1841
1841
  readonly type: "string";
1842
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
1842
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
1843
1843
  };
1844
1844
  readonly simpleOneOfTypeLabel: {
1845
1845
  readonly type: "boolean";
@@ -4071,7 +4071,7 @@ export declare const apiConfigSchema: {
4071
4071
  };
4072
4072
  readonly sideNavStyle: {
4073
4073
  readonly type: "string";
4074
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
4074
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
4075
4075
  };
4076
4076
  readonly simpleOneOfTypeLabel: {
4077
4077
  readonly type: "boolean";
@@ -7139,7 +7139,7 @@ export declare const redoclyConfigSchema: {
7139
7139
  };
7140
7140
  readonly sideNavStyle: {
7141
7141
  readonly type: "string";
7142
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
7142
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
7143
7143
  };
7144
7144
  readonly simpleOneOfTypeLabel: {
7145
7145
  readonly type: "boolean";
@@ -9371,7 +9371,7 @@ export declare const redoclyConfigSchema: {
9371
9371
  };
9372
9372
  readonly sideNavStyle: {
9373
9373
  readonly type: "string";
9374
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
9374
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
9375
9375
  };
9376
9376
  readonly simpleOneOfTypeLabel: {
9377
9377
  readonly type: "boolean";
@@ -13188,7 +13188,7 @@ export declare const redoclyConfigSchema: {
13188
13188
  };
13189
13189
  readonly sideNavStyle: {
13190
13190
  readonly type: "string";
13191
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
13191
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
13192
13192
  };
13193
13193
  readonly simpleOneOfTypeLabel: {
13194
13194
  readonly type: "boolean";
@@ -17243,7 +17243,7 @@ export declare const redoclyConfigSchema: {
17243
17243
  };
17244
17244
  readonly sideNavStyle: {
17245
17245
  readonly type: "string";
17246
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
17246
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
17247
17247
  };
17248
17248
  readonly simpleOneOfTypeLabel: {
17249
17249
  readonly type: "boolean";
@@ -20698,7 +20698,7 @@ export declare const rootRedoclyConfigSchema: {
20698
20698
  type: "object";
20699
20699
  };
20700
20700
  sideNavStyle: {
20701
- enum: ("summary-only" | "path-first" | "id-only")[];
20701
+ enum: ("path-only" | "summary-only" | "path-first" | "id-only")[];
20702
20702
  type: "string";
20703
20703
  };
20704
20704
  simpleOneOfTypeLabel: {
@@ -23423,7 +23423,7 @@ export declare const rootRedoclyConfigSchema: {
23423
23423
  type: "object";
23424
23424
  };
23425
23425
  sideNavStyle: {
23426
- enum: ("summary-only" | "path-first" | "id-only")[];
23426
+ enum: ("path-only" | "summary-only" | "path-first" | "id-only")[];
23427
23427
  type: "string";
23428
23428
  };
23429
23429
  simpleOneOfTypeLabel: {
@@ -25185,7 +25185,7 @@ export declare const rootRedoclyConfigSchema: {
25185
25185
  type: "object";
25186
25186
  };
25187
25187
  sideNavStyle: {
25188
- enum: ("summary-only" | "path-first" | "id-only")[];
25188
+ enum: ("path-only" | "summary-only" | "path-first" | "id-only")[];
25189
25189
  type: "string";
25190
25190
  };
25191
25191
  simpleOneOfTypeLabel: {
@@ -28143,7 +28143,7 @@ export declare const rootRedoclyConfigSchema: {
28143
28143
  type: "object";
28144
28144
  };
28145
28145
  sideNavStyle: {
28146
- enum: ("summary-only" | "path-first" | "id-only")[];
28146
+ enum: ("path-only" | "summary-only" | "path-first" | "id-only")[];
28147
28147
  type: "string";
28148
28148
  };
28149
28149
  simpleOneOfTypeLabel: {
@@ -31040,7 +31040,7 @@ export declare const rootRedoclyConfigSchema: {
31040
31040
  };
31041
31041
  readonly sideNavStyle: {
31042
31042
  readonly type: "string";
31043
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
31043
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
31044
31044
  };
31045
31045
  readonly simpleOneOfTypeLabel: {
31046
31046
  readonly type: "boolean";
@@ -33272,7 +33272,7 @@ export declare const rootRedoclyConfigSchema: {
33272
33272
  };
33273
33273
  readonly sideNavStyle: {
33274
33274
  readonly type: "string";
33275
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
33275
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
33276
33276
  };
33277
33277
  readonly simpleOneOfTypeLabel: {
33278
33278
  readonly type: "boolean";
@@ -37089,7 +37089,7 @@ export declare const rootRedoclyConfigSchema: {
37089
37089
  };
37090
37090
  readonly sideNavStyle: {
37091
37091
  readonly type: "string";
37092
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
37092
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
37093
37093
  };
37094
37094
  readonly simpleOneOfTypeLabel: {
37095
37095
  readonly type: "boolean";
@@ -41144,7 +41144,7 @@ export declare const rootRedoclyConfigSchema: {
41144
41144
  };
41145
41145
  readonly sideNavStyle: {
41146
41146
  readonly type: "string";
41147
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
41147
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
41148
41148
  };
41149
41149
  readonly simpleOneOfTypeLabel: {
41150
41150
  readonly type: "boolean";
@@ -29,6 +29,7 @@ export type CodeWalkthroughAttr = {
29
29
  preview: React.ReactNode[];
30
30
  inputs: InputsMarkdocAttr;
31
31
  toggles: TogglesMarkdocAttr;
32
+ __idx: number;
32
33
  };
33
34
  export type CodeWalkthroughFile = {
34
35
  path: string;
@@ -2441,7 +2441,7 @@ export declare const themeConfigSchema: {
2441
2441
  };
2442
2442
  readonly sideNavStyle: {
2443
2443
  readonly type: "string";
2444
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
2444
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
2445
2445
  };
2446
2446
  readonly simpleOneOfTypeLabel: {
2447
2447
  readonly type: "boolean";
@@ -6437,7 +6437,7 @@ export declare const closedThemeConfigSchema: {
6437
6437
  };
6438
6438
  readonly sideNavStyle: {
6439
6439
  readonly type: "string";
6440
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
6440
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
6441
6441
  };
6442
6442
  readonly simpleOneOfTypeLabel: {
6443
6443
  readonly type: "boolean";
@@ -2444,7 +2444,7 @@ export declare const openapiConfigSchema: {
2444
2444
  };
2445
2445
  readonly sideNavStyle: {
2446
2446
  readonly type: "string";
2447
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
2447
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
2448
2448
  };
2449
2449
  readonly simpleOneOfTypeLabel: {
2450
2450
  readonly type: "boolean";
@@ -1934,7 +1934,7 @@ export declare const productThemeOverrideSchema: {
1934
1934
  };
1935
1935
  readonly sideNavStyle: {
1936
1936
  readonly type: "string";
1937
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
1937
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
1938
1938
  };
1939
1939
  readonly simpleOneOfTypeLabel: {
1940
1940
  readonly type: "boolean";
@@ -4035,7 +4035,7 @@ export declare const productConfigOverrideSchema: {
4035
4035
  };
4036
4036
  readonly sideNavStyle: {
4037
4037
  readonly type: "string";
4038
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
4038
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
4039
4039
  };
4040
4040
  readonly simpleOneOfTypeLabel: {
4041
4041
  readonly type: "boolean";
@@ -6264,7 +6264,7 @@ export declare const productConfigOverrideSchema: {
6264
6264
  };
6265
6265
  readonly sideNavStyle: {
6266
6266
  readonly type: "string";
6267
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
6267
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
6268
6268
  };
6269
6269
  readonly simpleOneOfTypeLabel: {
6270
6270
  readonly type: "boolean";
@@ -9122,7 +9122,7 @@ export declare const productConfigOverrideSchema: {
9122
9122
  };
9123
9123
  readonly sideNavStyle: {
9124
9124
  readonly type: "string";
9125
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
9125
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
9126
9126
  };
9127
9127
  readonly simpleOneOfTypeLabel: {
9128
9128
  readonly type: "boolean";
@@ -11797,7 +11797,7 @@ export declare const productConfigOverrideSchema: {
11797
11797
  };
11798
11798
  readonly sideNavStyle: {
11799
11799
  readonly type: "string";
11800
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
11800
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
11801
11801
  };
11802
11802
  readonly simpleOneOfTypeLabel: {
11803
11803
  readonly type: "boolean";
@@ -1339,7 +1339,7 @@ export declare const deprecatedRefDocsSchema: {
1339
1339
  };
1340
1340
  readonly sideNavStyle: {
1341
1341
  readonly type: "string";
1342
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
1342
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
1343
1343
  };
1344
1344
  readonly simpleOneOfTypeLabel: {
1345
1345
  readonly type: "boolean";
@@ -491,7 +491,7 @@ export const deprecatedRefDocsSchema = {
491
491
  showObjectSchemaExamples: { type: 'boolean' },
492
492
  disableTryItRequestUrlEncoding: { type: 'boolean' },
493
493
  sidebarLinks: ConfigSidebarLinks,
494
- sideNavStyle: { type: 'string', enum: ['summary-only', 'path-first', 'id-only'] },
494
+ sideNavStyle: { type: 'string', enum: ['summary-only', 'path-first', 'id-only', 'path-only'] },
495
495
  simpleOneOfTypeLabel: { type: 'boolean' },
496
496
  sortEnumValuesAlphabetically: { type: 'boolean' },
497
497
  sortOperationsAlphabetically: { type: 'boolean' },
@@ -1839,7 +1839,7 @@ export declare const apiConfigSchema: {
1839
1839
  };
1840
1840
  readonly sideNavStyle: {
1841
1841
  readonly type: "string";
1842
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
1842
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
1843
1843
  };
1844
1844
  readonly simpleOneOfTypeLabel: {
1845
1845
  readonly type: "boolean";
@@ -4071,7 +4071,7 @@ export declare const apiConfigSchema: {
4071
4071
  };
4072
4072
  readonly sideNavStyle: {
4073
4073
  readonly type: "string";
4074
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
4074
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
4075
4075
  };
4076
4076
  readonly simpleOneOfTypeLabel: {
4077
4077
  readonly type: "boolean";
@@ -7139,7 +7139,7 @@ export declare const redoclyConfigSchema: {
7139
7139
  };
7140
7140
  readonly sideNavStyle: {
7141
7141
  readonly type: "string";
7142
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
7142
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
7143
7143
  };
7144
7144
  readonly simpleOneOfTypeLabel: {
7145
7145
  readonly type: "boolean";
@@ -9371,7 +9371,7 @@ export declare const redoclyConfigSchema: {
9371
9371
  };
9372
9372
  readonly sideNavStyle: {
9373
9373
  readonly type: "string";
9374
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
9374
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
9375
9375
  };
9376
9376
  readonly simpleOneOfTypeLabel: {
9377
9377
  readonly type: "boolean";
@@ -13188,7 +13188,7 @@ export declare const redoclyConfigSchema: {
13188
13188
  };
13189
13189
  readonly sideNavStyle: {
13190
13190
  readonly type: "string";
13191
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
13191
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
13192
13192
  };
13193
13193
  readonly simpleOneOfTypeLabel: {
13194
13194
  readonly type: "boolean";
@@ -17243,7 +17243,7 @@ export declare const redoclyConfigSchema: {
17243
17243
  };
17244
17244
  readonly sideNavStyle: {
17245
17245
  readonly type: "string";
17246
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
17246
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
17247
17247
  };
17248
17248
  readonly simpleOneOfTypeLabel: {
17249
17249
  readonly type: "boolean";
@@ -18859,19 +18859,13 @@ export declare const rootRedoclyConfigSchema: {
18859
18859
  href: {
18860
18860
  type: "string";
18861
18861
  };
18862
- crossorigin: {
18863
- type: "string";
18864
- };
18865
- fetchpriority: {
18866
- type: "string";
18867
- };
18868
- integrity: {
18862
+ as: {
18869
18863
  type: "string";
18870
18864
  };
18871
- referrerpolicy: {
18865
+ crossorigin: {
18872
18866
  type: "string";
18873
18867
  };
18874
- as: {
18868
+ fetchpriority: {
18875
18869
  type: "string";
18876
18870
  };
18877
18871
  hreflang: {
@@ -18883,12 +18877,18 @@ export declare const rootRedoclyConfigSchema: {
18883
18877
  imagesrcset: {
18884
18878
  type: "string";
18885
18879
  };
18880
+ integrity: {
18881
+ type: "string";
18882
+ };
18886
18883
  media: {
18887
18884
  type: "string";
18888
18885
  };
18889
18886
  prefetch: {
18890
18887
  type: "string";
18891
18888
  };
18889
+ referrerpolicy: {
18890
+ type: "string";
18891
+ };
18892
18892
  rel: {
18893
18893
  type: "string";
18894
18894
  };
@@ -18914,9 +18914,11 @@ export declare const rootRedoclyConfigSchema: {
18914
18914
  type: "string";
18915
18915
  };
18916
18916
  items: any;
18917
- page: any;
18918
18917
  href: any;
18918
+ page: any;
18919
18919
  icon: any;
18920
+ separatorLine: any;
18921
+ linePosition: any;
18920
18922
  directory: any;
18921
18923
  disconnect: any;
18922
18924
  group: any;
@@ -18924,8 +18926,6 @@ export declare const rootRedoclyConfigSchema: {
18924
18926
  labelTranslationKey: any;
18925
18927
  groupTranslationKey: any;
18926
18928
  separator: any;
18927
- separatorLine: any;
18928
- linePosition: any;
18929
18929
  version: any;
18930
18930
  menuStyle: any;
18931
18931
  expanded: any;
@@ -18937,10 +18937,10 @@ export declare const rootRedoclyConfigSchema: {
18937
18937
  };
18938
18938
  type: "array";
18939
18939
  };
18940
- page: {
18940
+ href: {
18941
18941
  type: "string";
18942
18942
  };
18943
- href: {
18943
+ page: {
18944
18944
  type: "string";
18945
18945
  };
18946
18946
  icon: {
@@ -18954,6 +18954,13 @@ export declare const rootRedoclyConfigSchema: {
18954
18954
  required: "srcSet"[];
18955
18955
  })[];
18956
18956
  };
18957
+ separatorLine: {
18958
+ type: "boolean";
18959
+ };
18960
+ linePosition: {
18961
+ enum: ("top" | "bottom")[];
18962
+ type: "string";
18963
+ };
18957
18964
  directory: {
18958
18965
  type: "string";
18959
18966
  };
@@ -18975,13 +18982,6 @@ export declare const rootRedoclyConfigSchema: {
18975
18982
  separator: {
18976
18983
  type: "string";
18977
18984
  };
18978
- separatorLine: {
18979
- type: "boolean";
18980
- };
18981
- linePosition: {
18982
- enum: ("top" | "bottom")[];
18983
- type: "string";
18984
- };
18985
18985
  version: {
18986
18986
  type: "string";
18987
18987
  };
@@ -19057,9 +19057,11 @@ export declare const rootRedoclyConfigSchema: {
19057
19057
  type: "string";
19058
19058
  };
19059
19059
  items: any;
19060
- page: any;
19061
19060
  href: any;
19061
+ page: any;
19062
19062
  icon: any;
19063
+ separatorLine: any;
19064
+ linePosition: any;
19063
19065
  directory: any;
19064
19066
  disconnect: any;
19065
19067
  group: any;
@@ -19067,8 +19069,6 @@ export declare const rootRedoclyConfigSchema: {
19067
19069
  labelTranslationKey: any;
19068
19070
  groupTranslationKey: any;
19069
19071
  separator: any;
19070
- separatorLine: any;
19071
- linePosition: any;
19072
19072
  version: any;
19073
19073
  menuStyle: any;
19074
19074
  expanded: any;
@@ -19080,10 +19080,10 @@ export declare const rootRedoclyConfigSchema: {
19080
19080
  };
19081
19081
  type: "array";
19082
19082
  };
19083
- page: {
19083
+ href: {
19084
19084
  type: "string";
19085
19085
  };
19086
- href: {
19086
+ page: {
19087
19087
  type: "string";
19088
19088
  };
19089
19089
  icon: {
@@ -19097,6 +19097,13 @@ export declare const rootRedoclyConfigSchema: {
19097
19097
  required: "srcSet"[];
19098
19098
  })[];
19099
19099
  };
19100
+ separatorLine: {
19101
+ type: "boolean";
19102
+ };
19103
+ linePosition: {
19104
+ enum: ("top" | "bottom")[];
19105
+ type: "string";
19106
+ };
19100
19107
  directory: {
19101
19108
  type: "string";
19102
19109
  };
@@ -19118,13 +19125,6 @@ export declare const rootRedoclyConfigSchema: {
19118
19125
  separator: {
19119
19126
  type: "string";
19120
19127
  };
19121
- separatorLine: {
19122
- type: "boolean";
19123
- };
19124
- linePosition: {
19125
- enum: ("top" | "bottom")[];
19126
- type: "string";
19127
- };
19128
19128
  version: {
19129
19129
  type: "string";
19130
19130
  };
@@ -19183,21 +19183,24 @@ export declare const rootRedoclyConfigSchema: {
19183
19183
  src: {
19184
19184
  type: "string";
19185
19185
  };
19186
- async: {
19187
- type: "boolean";
19188
- };
19189
19186
  crossorigin: {
19190
19187
  type: "string";
19191
19188
  };
19192
- defer: {
19193
- type: "boolean";
19194
- };
19195
19189
  fetchpriority: {
19196
19190
  type: "string";
19197
19191
  };
19198
19192
  integrity: {
19199
19193
  type: "string";
19200
19194
  };
19195
+ referrerpolicy: {
19196
+ type: "string";
19197
+ };
19198
+ async: {
19199
+ type: "boolean";
19200
+ };
19201
+ defer: {
19202
+ type: "boolean";
19203
+ };
19201
19204
  module: {
19202
19205
  type: "boolean";
19203
19206
  };
@@ -19207,9 +19210,6 @@ export declare const rootRedoclyConfigSchema: {
19207
19210
  nonce: {
19208
19211
  type: "string";
19209
19212
  };
19210
- referrerpolicy: {
19211
- type: "string";
19212
- };
19213
19213
  };
19214
19214
  additionalProperties: true;
19215
19215
  type: "object";
@@ -19226,21 +19226,24 @@ export declare const rootRedoclyConfigSchema: {
19226
19226
  src: {
19227
19227
  type: "string";
19228
19228
  };
19229
- async: {
19230
- type: "boolean";
19231
- };
19232
19229
  crossorigin: {
19233
19230
  type: "string";
19234
19231
  };
19235
- defer: {
19236
- type: "boolean";
19237
- };
19238
19232
  fetchpriority: {
19239
19233
  type: "string";
19240
19234
  };
19241
19235
  integrity: {
19242
19236
  type: "string";
19243
19237
  };
19238
+ referrerpolicy: {
19239
+ type: "string";
19240
+ };
19241
+ async: {
19242
+ type: "boolean";
19243
+ };
19244
+ defer: {
19245
+ type: "boolean";
19246
+ };
19244
19247
  module: {
19245
19248
  type: "boolean";
19246
19249
  };
@@ -19250,9 +19253,6 @@ export declare const rootRedoclyConfigSchema: {
19250
19253
  nonce: {
19251
19254
  type: "string";
19252
19255
  };
19253
- referrerpolicy: {
19254
- type: "string";
19255
- };
19256
19256
  };
19257
19257
  additionalProperties: true;
19258
19258
  type: "object";
@@ -20698,7 +20698,7 @@ export declare const rootRedoclyConfigSchema: {
20698
20698
  type: "object";
20699
20699
  };
20700
20700
  sideNavStyle: {
20701
- enum: ("summary-only" | "path-first" | "id-only")[];
20701
+ enum: ("path-only" | "summary-only" | "path-first" | "id-only")[];
20702
20702
  type: "string";
20703
20703
  };
20704
20704
  simpleOneOfTypeLabel: {
@@ -21432,10 +21432,10 @@ export declare const rootRedoclyConfigSchema: {
21432
21432
  href: {
21433
21433
  type: "string";
21434
21434
  };
21435
- imageUrl: {
21435
+ altText: {
21436
21436
  type: "string";
21437
21437
  };
21438
- altText: {
21438
+ imageUrl: {
21439
21439
  type: "string";
21440
21440
  };
21441
21441
  };
@@ -21704,10 +21704,10 @@ export declare const rootRedoclyConfigSchema: {
21704
21704
  link: {
21705
21705
  type: "string";
21706
21706
  };
21707
- external: {
21707
+ separatorLine: {
21708
21708
  type: "boolean";
21709
21709
  };
21710
- separatorLine: {
21710
+ external: {
21711
21711
  type: "boolean";
21712
21712
  };
21713
21713
  };
@@ -21781,9 +21781,11 @@ export declare const rootRedoclyConfigSchema: {
21781
21781
  type: "string";
21782
21782
  };
21783
21783
  items: any;
21784
- page: any;
21785
21784
  href: any;
21785
+ page: any;
21786
21786
  icon: any;
21787
+ separatorLine: any;
21788
+ linePosition: any;
21787
21789
  directory: any;
21788
21790
  disconnect: any;
21789
21791
  group: any;
@@ -21791,8 +21793,6 @@ export declare const rootRedoclyConfigSchema: {
21791
21793
  labelTranslationKey: any;
21792
21794
  groupTranslationKey: any;
21793
21795
  separator: any;
21794
- separatorLine: any;
21795
- linePosition: any;
21796
21796
  version: any;
21797
21797
  menuStyle: any;
21798
21798
  expanded: any;
@@ -21804,10 +21804,10 @@ export declare const rootRedoclyConfigSchema: {
21804
21804
  };
21805
21805
  type: "array";
21806
21806
  };
21807
- page: {
21807
+ href: {
21808
21808
  type: "string";
21809
21809
  };
21810
- href: {
21810
+ page: {
21811
21811
  type: "string";
21812
21812
  };
21813
21813
  icon: {
@@ -21821,6 +21821,13 @@ export declare const rootRedoclyConfigSchema: {
21821
21821
  required: "srcSet"[];
21822
21822
  })[];
21823
21823
  };
21824
+ separatorLine: {
21825
+ type: "boolean";
21826
+ };
21827
+ linePosition: {
21828
+ enum: ("top" | "bottom")[];
21829
+ type: "string";
21830
+ };
21824
21831
  directory: {
21825
21832
  type: "string";
21826
21833
  };
@@ -21842,13 +21849,6 @@ export declare const rootRedoclyConfigSchema: {
21842
21849
  separator: {
21843
21850
  type: "string";
21844
21851
  };
21845
- separatorLine: {
21846
- type: "boolean";
21847
- };
21848
- linePosition: {
21849
- enum: ("top" | "bottom")[];
21850
- type: "string";
21851
- };
21852
21852
  version: {
21853
21853
  type: "string";
21854
21854
  };
@@ -22096,19 +22096,13 @@ export declare const rootRedoclyConfigSchema: {
22096
22096
  href: {
22097
22097
  type: "string";
22098
22098
  };
22099
- crossorigin: {
22100
- type: "string";
22101
- };
22102
- fetchpriority: {
22103
- type: "string";
22104
- };
22105
- integrity: {
22099
+ as: {
22106
22100
  type: "string";
22107
22101
  };
22108
- referrerpolicy: {
22102
+ crossorigin: {
22109
22103
  type: "string";
22110
22104
  };
22111
- as: {
22105
+ fetchpriority: {
22112
22106
  type: "string";
22113
22107
  };
22114
22108
  hreflang: {
@@ -22120,12 +22114,18 @@ export declare const rootRedoclyConfigSchema: {
22120
22114
  imagesrcset: {
22121
22115
  type: "string";
22122
22116
  };
22117
+ integrity: {
22118
+ type: "string";
22119
+ };
22123
22120
  media: {
22124
22121
  type: "string";
22125
22122
  };
22126
22123
  prefetch: {
22127
22124
  type: "string";
22128
22125
  };
22126
+ referrerpolicy: {
22127
+ type: "string";
22128
+ };
22129
22129
  rel: {
22130
22130
  type: "string";
22131
22131
  };
@@ -22151,9 +22151,11 @@ export declare const rootRedoclyConfigSchema: {
22151
22151
  type: "string";
22152
22152
  };
22153
22153
  items: any;
22154
- page: any;
22155
22154
  href: any;
22155
+ page: any;
22156
22156
  icon: any;
22157
+ separatorLine: any;
22158
+ linePosition: any;
22157
22159
  directory: any;
22158
22160
  disconnect: any;
22159
22161
  group: any;
@@ -22161,8 +22163,6 @@ export declare const rootRedoclyConfigSchema: {
22161
22163
  labelTranslationKey: any;
22162
22164
  groupTranslationKey: any;
22163
22165
  separator: any;
22164
- separatorLine: any;
22165
- linePosition: any;
22166
22166
  version: any;
22167
22167
  menuStyle: any;
22168
22168
  expanded: any;
@@ -22174,10 +22174,10 @@ export declare const rootRedoclyConfigSchema: {
22174
22174
  };
22175
22175
  type: "array";
22176
22176
  };
22177
- page: {
22177
+ href: {
22178
22178
  type: "string";
22179
22179
  };
22180
- href: {
22180
+ page: {
22181
22181
  type: "string";
22182
22182
  };
22183
22183
  icon: {
@@ -22191,6 +22191,13 @@ export declare const rootRedoclyConfigSchema: {
22191
22191
  required: "srcSet"[];
22192
22192
  })[];
22193
22193
  };
22194
+ separatorLine: {
22195
+ type: "boolean";
22196
+ };
22197
+ linePosition: {
22198
+ enum: ("top" | "bottom")[];
22199
+ type: "string";
22200
+ };
22194
22201
  directory: {
22195
22202
  type: "string";
22196
22203
  };
@@ -22212,13 +22219,6 @@ export declare const rootRedoclyConfigSchema: {
22212
22219
  separator: {
22213
22220
  type: "string";
22214
22221
  };
22215
- separatorLine: {
22216
- type: "boolean";
22217
- };
22218
- linePosition: {
22219
- enum: ("top" | "bottom")[];
22220
- type: "string";
22221
- };
22222
22222
  version: {
22223
22223
  type: "string";
22224
22224
  };
@@ -23423,7 +23423,7 @@ export declare const rootRedoclyConfigSchema: {
23423
23423
  type: "object";
23424
23424
  };
23425
23425
  sideNavStyle: {
23426
- enum: ("summary-only" | "path-first" | "id-only")[];
23426
+ enum: ("path-only" | "summary-only" | "path-first" | "id-only")[];
23427
23427
  type: "string";
23428
23428
  };
23429
23429
  simpleOneOfTypeLabel: {
@@ -24157,10 +24157,10 @@ export declare const rootRedoclyConfigSchema: {
24157
24157
  href: {
24158
24158
  type: "string";
24159
24159
  };
24160
- imageUrl: {
24160
+ altText: {
24161
24161
  type: "string";
24162
24162
  };
24163
- altText: {
24163
+ imageUrl: {
24164
24164
  type: "string";
24165
24165
  };
24166
24166
  };
@@ -25185,7 +25185,7 @@ export declare const rootRedoclyConfigSchema: {
25185
25185
  type: "object";
25186
25186
  };
25187
25187
  sideNavStyle: {
25188
- enum: ("summary-only" | "path-first" | "id-only")[];
25188
+ enum: ("path-only" | "summary-only" | "path-first" | "id-only")[];
25189
25189
  type: "string";
25190
25190
  };
25191
25191
  simpleOneOfTypeLabel: {
@@ -25919,10 +25919,10 @@ export declare const rootRedoclyConfigSchema: {
25919
25919
  href: {
25920
25920
  type: "string";
25921
25921
  };
25922
- imageUrl: {
25922
+ altText: {
25923
25923
  type: "string";
25924
25924
  };
25925
- altText: {
25925
+ imageUrl: {
25926
25926
  type: "string";
25927
25927
  };
25928
25928
  };
@@ -26168,12 +26168,12 @@ export declare const rootRedoclyConfigSchema: {
26168
26168
  env: {
26169
26169
  type: "string";
26170
26170
  };
26171
- stage: {
26172
- type: "string";
26173
- };
26174
26171
  allowApiProductsOutsideCatalog: {
26175
26172
  type: "boolean";
26176
26173
  };
26174
+ stage: {
26175
+ type: "string";
26176
+ };
26177
26177
  };
26178
26178
  additionalProperties: false;
26179
26179
  type: "object";
@@ -26229,21 +26229,21 @@ export declare const rootRedoclyConfigSchema: {
26229
26229
  propertyName: "type";
26230
26230
  };
26231
26231
  };
26232
- apiUrl: {
26233
- type: "string";
26232
+ allowApiProductsOutsideCatalog: {
26233
+ type: "boolean";
26234
26234
  };
26235
26235
  stage: {
26236
26236
  type: "string";
26237
26237
  };
26238
+ apiUrl: {
26239
+ type: "string";
26240
+ };
26238
26241
  ignoreApiProducts: {
26239
26242
  items: {
26240
26243
  type: "string";
26241
26244
  };
26242
26245
  type: "array";
26243
26246
  };
26244
- allowApiProductsOutsideCatalog: {
26245
- type: "boolean";
26246
- };
26247
26247
  };
26248
26248
  additionalProperties: false;
26249
26249
  type: "object";
@@ -26299,21 +26299,21 @@ export declare const rootRedoclyConfigSchema: {
26299
26299
  propertyName: "type";
26300
26300
  };
26301
26301
  };
26302
- apiUrl: {
26303
- type: "string";
26302
+ allowApiProductsOutsideCatalog: {
26303
+ type: "boolean";
26304
26304
  };
26305
26305
  stage: {
26306
26306
  type: "string";
26307
26307
  };
26308
+ apiUrl: {
26309
+ type: "string";
26310
+ };
26308
26311
  ignoreApiProducts: {
26309
26312
  items: {
26310
26313
  type: "string";
26311
26314
  };
26312
26315
  type: "array";
26313
26316
  };
26314
- allowApiProductsOutsideCatalog: {
26315
- type: "boolean";
26316
- };
26317
26317
  };
26318
26318
  additionalProperties: false;
26319
26319
  type: "object";
@@ -26502,9 +26502,11 @@ export declare const rootRedoclyConfigSchema: {
26502
26502
  type: "string";
26503
26503
  };
26504
26504
  items: any;
26505
- page: any;
26506
26505
  href: any;
26506
+ page: any;
26507
26507
  icon: any;
26508
+ separatorLine: any;
26509
+ linePosition: any;
26508
26510
  directory: any;
26509
26511
  disconnect: any;
26510
26512
  group: any;
@@ -26512,8 +26514,6 @@ export declare const rootRedoclyConfigSchema: {
26512
26514
  labelTranslationKey: any;
26513
26515
  groupTranslationKey: any;
26514
26516
  separator: any;
26515
- separatorLine: any;
26516
- linePosition: any;
26517
26517
  version: any;
26518
26518
  menuStyle: any;
26519
26519
  expanded: any;
@@ -26525,10 +26525,10 @@ export declare const rootRedoclyConfigSchema: {
26525
26525
  };
26526
26526
  type: "array";
26527
26527
  };
26528
- page: {
26528
+ href: {
26529
26529
  type: "string";
26530
26530
  };
26531
- href: {
26531
+ page: {
26532
26532
  type: "string";
26533
26533
  };
26534
26534
  icon: {
@@ -26542,6 +26542,13 @@ export declare const rootRedoclyConfigSchema: {
26542
26542
  required: "srcSet"[];
26543
26543
  })[];
26544
26544
  };
26545
+ separatorLine: {
26546
+ type: "boolean";
26547
+ };
26548
+ linePosition: {
26549
+ enum: ("top" | "bottom")[];
26550
+ type: "string";
26551
+ };
26545
26552
  directory: {
26546
26553
  type: "string";
26547
26554
  };
@@ -26563,13 +26570,6 @@ export declare const rootRedoclyConfigSchema: {
26563
26570
  separator: {
26564
26571
  type: "string";
26565
26572
  };
26566
- separatorLine: {
26567
- type: "boolean";
26568
- };
26569
- linePosition: {
26570
- enum: ("top" | "bottom")[];
26571
- type: "string";
26572
- };
26573
26573
  version: {
26574
26574
  type: "string";
26575
26575
  };
@@ -26628,21 +26628,24 @@ export declare const rootRedoclyConfigSchema: {
26628
26628
  src: {
26629
26629
  type: "string";
26630
26630
  };
26631
- async: {
26632
- type: "boolean";
26633
- };
26634
26631
  crossorigin: {
26635
26632
  type: "string";
26636
26633
  };
26637
- defer: {
26638
- type: "boolean";
26639
- };
26640
26634
  fetchpriority: {
26641
26635
  type: "string";
26642
26636
  };
26643
26637
  integrity: {
26644
26638
  type: "string";
26645
26639
  };
26640
+ referrerpolicy: {
26641
+ type: "string";
26642
+ };
26643
+ async: {
26644
+ type: "boolean";
26645
+ };
26646
+ defer: {
26647
+ type: "boolean";
26648
+ };
26646
26649
  module: {
26647
26650
  type: "boolean";
26648
26651
  };
@@ -26652,9 +26655,6 @@ export declare const rootRedoclyConfigSchema: {
26652
26655
  nonce: {
26653
26656
  type: "string";
26654
26657
  };
26655
- referrerpolicy: {
26656
- type: "string";
26657
- };
26658
26658
  };
26659
26659
  additionalProperties: true;
26660
26660
  type: "object";
@@ -26671,21 +26671,24 @@ export declare const rootRedoclyConfigSchema: {
26671
26671
  src: {
26672
26672
  type: "string";
26673
26673
  };
26674
- async: {
26675
- type: "boolean";
26676
- };
26677
26674
  crossorigin: {
26678
26675
  type: "string";
26679
26676
  };
26680
- defer: {
26681
- type: "boolean";
26682
- };
26683
26677
  fetchpriority: {
26684
26678
  type: "string";
26685
26679
  };
26686
26680
  integrity: {
26687
26681
  type: "string";
26688
26682
  };
26683
+ referrerpolicy: {
26684
+ type: "string";
26685
+ };
26686
+ async: {
26687
+ type: "boolean";
26688
+ };
26689
+ defer: {
26690
+ type: "boolean";
26691
+ };
26689
26692
  module: {
26690
26693
  type: "boolean";
26691
26694
  };
@@ -26695,9 +26698,6 @@ export declare const rootRedoclyConfigSchema: {
26695
26698
  nonce: {
26696
26699
  type: "string";
26697
26700
  };
26698
- referrerpolicy: {
26699
- type: "string";
26700
- };
26701
26701
  };
26702
26702
  additionalProperties: true;
26703
26703
  type: "object";
@@ -28143,7 +28143,7 @@ export declare const rootRedoclyConfigSchema: {
28143
28143
  type: "object";
28144
28144
  };
28145
28145
  sideNavStyle: {
28146
- enum: ("summary-only" | "path-first" | "id-only")[];
28146
+ enum: ("path-only" | "summary-only" | "path-first" | "id-only")[];
28147
28147
  type: "string";
28148
28148
  };
28149
28149
  simpleOneOfTypeLabel: {
@@ -28877,10 +28877,10 @@ export declare const rootRedoclyConfigSchema: {
28877
28877
  href: {
28878
28878
  type: "string";
28879
28879
  };
28880
- imageUrl: {
28880
+ altText: {
28881
28881
  type: "string";
28882
28882
  };
28883
- altText: {
28883
+ imageUrl: {
28884
28884
  type: "string";
28885
28885
  };
28886
28886
  };
@@ -29149,10 +29149,10 @@ export declare const rootRedoclyConfigSchema: {
29149
29149
  link: {
29150
29150
  type: "string";
29151
29151
  };
29152
- external: {
29152
+ separatorLine: {
29153
29153
  type: "boolean";
29154
29154
  };
29155
- separatorLine: {
29155
+ external: {
29156
29156
  type: "boolean";
29157
29157
  };
29158
29158
  };
@@ -29226,9 +29226,11 @@ export declare const rootRedoclyConfigSchema: {
29226
29226
  type: "string";
29227
29227
  };
29228
29228
  items: any;
29229
- page: any;
29230
29229
  href: any;
29230
+ page: any;
29231
29231
  icon: any;
29232
+ separatorLine: any;
29233
+ linePosition: any;
29232
29234
  directory: any;
29233
29235
  disconnect: any;
29234
29236
  group: any;
@@ -29236,8 +29238,6 @@ export declare const rootRedoclyConfigSchema: {
29236
29238
  labelTranslationKey: any;
29237
29239
  groupTranslationKey: any;
29238
29240
  separator: any;
29239
- separatorLine: any;
29240
- linePosition: any;
29241
29241
  version: any;
29242
29242
  menuStyle: any;
29243
29243
  expanded: any;
@@ -29249,10 +29249,10 @@ export declare const rootRedoclyConfigSchema: {
29249
29249
  };
29250
29250
  type: "array";
29251
29251
  };
29252
- page: {
29252
+ href: {
29253
29253
  type: "string";
29254
29254
  };
29255
- href: {
29255
+ page: {
29256
29256
  type: "string";
29257
29257
  };
29258
29258
  icon: {
@@ -29266,6 +29266,13 @@ export declare const rootRedoclyConfigSchema: {
29266
29266
  required: "srcSet"[];
29267
29267
  })[];
29268
29268
  };
29269
+ separatorLine: {
29270
+ type: "boolean";
29271
+ };
29272
+ linePosition: {
29273
+ enum: ("top" | "bottom")[];
29274
+ type: "string";
29275
+ };
29269
29276
  directory: {
29270
29277
  type: "string";
29271
29278
  };
@@ -29287,13 +29294,6 @@ export declare const rootRedoclyConfigSchema: {
29287
29294
  separator: {
29288
29295
  type: "string";
29289
29296
  };
29290
- separatorLine: {
29291
- type: "boolean";
29292
- };
29293
- linePosition: {
29294
- enum: ("top" | "bottom")[];
29295
- type: "string";
29296
- };
29297
29297
  version: {
29298
29298
  type: "string";
29299
29299
  };
@@ -31040,7 +31040,7 @@ export declare const rootRedoclyConfigSchema: {
31040
31040
  };
31041
31041
  readonly sideNavStyle: {
31042
31042
  readonly type: "string";
31043
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
31043
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
31044
31044
  };
31045
31045
  readonly simpleOneOfTypeLabel: {
31046
31046
  readonly type: "boolean";
@@ -33272,7 +33272,7 @@ export declare const rootRedoclyConfigSchema: {
33272
33272
  };
33273
33273
  readonly sideNavStyle: {
33274
33274
  readonly type: "string";
33275
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
33275
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
33276
33276
  };
33277
33277
  readonly simpleOneOfTypeLabel: {
33278
33278
  readonly type: "boolean";
@@ -37089,7 +37089,7 @@ export declare const rootRedoclyConfigSchema: {
37089
37089
  };
37090
37090
  readonly sideNavStyle: {
37091
37091
  readonly type: "string";
37092
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
37092
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
37093
37093
  };
37094
37094
  readonly simpleOneOfTypeLabel: {
37095
37095
  readonly type: "boolean";
@@ -41144,7 +41144,7 @@ export declare const rootRedoclyConfigSchema: {
41144
41144
  };
41145
41145
  readonly sideNavStyle: {
41146
41146
  readonly type: "string";
41147
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
41147
+ readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
41148
41148
  };
41149
41149
  readonly simpleOneOfTypeLabel: {
41150
41150
  readonly type: "boolean";
@@ -29,6 +29,7 @@ export type CodeWalkthroughAttr = {
29
29
  preview: React.ReactNode[];
30
30
  inputs: InputsMarkdocAttr;
31
31
  toggles: TogglesMarkdocAttr;
32
+ __idx: number;
32
33
  };
33
34
  export type CodeWalkthroughFile = {
34
35
  path: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/config",
3
- "version": "0.20.0",
3
+ "version": "0.20.1",
4
4
  "license": "MIT",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib-esm/index.js",