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/cli.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -63,12 +63,12 @@ In previous versions globbing was supported, but that has been **deprecated** in
63
63
64
64
:::
65
65
66
-
## Redoc config
66
+
## Redocly config
67
67
68
68
A `redocly.yaml` file isn’t required to use openapi-typescript. By default it extends the `"minimal"` built-in config. But it is recommended if you want to have custom validation rules (or build types for [multiple schemas](#multiple-schemas)). The CLI will try to automatically find a `redocly.yaml` in the root of your project, but you can also provide its location with the `--redoc` flag:
0 commit comments