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/src/pages/reference/configuration/overview.mdx
+31-24Lines changed: 31 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,30 +10,37 @@ Using an `orval.config.(js|mjs|ts)` configuration file, placed at the root of a
10
10
Configuration options for the following are described on this page:
11
11
12
12
<div>
13
-
<tableclassName="table-auto">
14
-
<thead>
15
-
<tr>
16
-
<thclassName="px-4 py-2">Category</th>
17
-
<thclassName="px-4 py-2">Description</th>
18
-
</tr>
19
-
</thead>
20
-
<tbody>
21
-
<tr>
22
-
<tdclassName="border px-4 py-2">Input</td>
23
-
<tdclassName="border px-4 py-2">The path to the specification, or a configuration object specifying how to transform the specification before generation.
24
-
</td>
25
-
</tr>
26
-
<trclassName="bg-gray-100">
27
-
<tdclassName="border px-4 py-2">Output</td>
28
-
<tdclassName="border px-4 py-2">The output path for Orval's auto-generated files, or a configuration object specifying what is generated and how, as well as where to save the generated files.</td>
29
-
</tr>
30
-
<tr>
31
-
<tdclassName="border px-4 py-2">Hooks</td>
32
-
<tdclassName="border px-4 py-2">Allows running scripts on certain events.
33
-
</td>
34
-
</tr>
35
-
</tbody>
36
-
</table>
13
+
<tableclassName="table-auto">
14
+
<thead>
15
+
<tr>
16
+
<thclassName="px-4 py-2">Category</th>
17
+
<thclassName="px-4 py-2">Description</th>
18
+
</tr>
19
+
</thead>
20
+
<tbody>
21
+
<tr>
22
+
<tdclassName="border px-4 py-2">Input</td>
23
+
<tdclassName="border px-4 py-2">
24
+
The path to the specification, or a configuration object specifying
25
+
how to transform the specification before generation.
26
+
</td>
27
+
</tr>
28
+
<trclassName="bg-gray-100">
29
+
<tdclassName="border px-4 py-2">Output</td>
30
+
<tdclassName="border px-4 py-2">
31
+
The output path for Orval's auto-generated files, or a configuration
32
+
object specifying what is generated and how, as well as where to save
0 commit comments