You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/config.md
+5-25
Original file line number
Diff line number
Diff line change
@@ -26,19 +26,7 @@ Sets the minimum amount of characters that need to be typed into the search dial
26
26
27
27
_Default: 3_
28
28
29
-
### expandDefaultServerVariables
30
-
31
-
Enables or disables expanding default server variables.
32
-
33
-
### expandResponses
34
-
35
-
Controls which responses to expand by default. Specify one or more responses by providing their response codes as a comma-separated list without spaces, for example `expandResponses='200,201'`. Special value 'all' expands all responses by default. Be careful: this option can slow down documentation rendering time.
36
-
37
-
### expandSingleSchemaField
38
-
39
-
Automatically expands the single field in a schema.
40
-
41
-
### hideDownloadButton
29
+
### hideDownloadButtons
42
30
43
31
Hides the 'Download' button for saving the API definition source file. **This setting does not make the API definition private**; it just hides the button.
44
32
@@ -78,7 +66,7 @@ Hides the request sample tab for requests with only one sample.
78
66
79
67
Sets the path to the optional HTML file used to modify the layout of the reference docs page.
80
68
81
-
### jsonSampleExpandLevel
69
+
### jsonSamplesExpandLevel
82
70
83
71
Sets the default expand level for JSON payload samples (response and request body). The default value is 2, and the maximum supported value is '+Infinity'. It can also be configured as a string with the special value `all` that expands all levels.
84
72
@@ -102,21 +90,13 @@ If set to `true`, the sidebar uses the native scrollbar instead of perfect-scrol
102
90
103
91
Shows only required fields in request samples.
104
92
105
-
### pathInMiddlePanel
106
-
107
-
Shows the path link and HTTP verb in the middle panel instead of the right panel.
108
-
109
-
### payloadSampleIdx
110
-
111
-
If set, the payload sample is inserted at the specified index. If there are `N` payload samples and the value configured here is bigger than `N`, the payload sample is inserted last. Indexes start from 0.
112
-
113
-
### requiredPropsFirst
93
+
### sortRequiredPropsFirst
114
94
115
95
Shows required properties in schemas first, ordered in the same order as in the required array.
116
96
117
-
### schemaExpansionLevel
97
+
### schemasExpansionLevel
118
98
119
-
Specifies whether to automatically expand schemas in Reference docs. Set it to `all` to expand all schemas regardless of their level, or set it to a number to expand schemas up to the specified level. For example, `schemaExpansionLevel: 3` expands schemas up to three levels deep. The default value is `0`, meaning no schemas are expanded automatically.
99
+
Specifies whether to automatically expand schemas in Reference docs. Set it to `all` to expand all schemas regardless of their level, or set it to a number to expand schemas up to the specified level. For example, `schemasExpansionLevel: 3` expands schemas up to three levels deep. The default value is `0`, meaning no schemas are expanded automatically.
0 commit comments