Skip to content

Commit a3e5405

Browse files
committed
update docs
1 parent d55bae3 commit a3e5405

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/@v2/commands/split.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ redocly split --version
2424

2525
## Options
2626

27-
| Option | Type | Description |
28-
| ------------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
29-
| api | string | **REQUIRED.** Path to the API description file that you want to split into a multi-file structure. |
30-
| --config | string | Specify path to the [configuration file](../configuration/index.md). |
31-
| --help | boolean | Show help. |
32-
| --lint-config | string | Specify the severity level for the configuration file. <br/> **Possible values:** `warn`, `error`, `off`. Default value is `warn`. |
33-
| --outDir | string | **REQUIRED.** Path to the directory where you want to save the split files. If the specified directory doesn't exist, it is created automatically. |
34-
| --separator | string | File path separator used while splitting. The default value is `_`. This controls the file names generated in the `paths` folder (e.g. `/users/create` path becomes `user_create.yaml`). |
35-
| --version | boolean | Show version number. |
27+
| Option | Type | Description |
28+
| ------------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
29+
| api | string | **REQUIRED.** Path to the API description file that you want to split into a multi-file structure. |
30+
| --config | string | Specify path to the [configuration file](../configuration/index.md). |
31+
| --help | boolean | Show help. |
32+
| --lint-config | string | Specify the severity level for the configuration file. <br/> **Possible values:** `warn`, `error`, `off`. Default value is `warn`. |
33+
| --outDir | string | **REQUIRED.** Path to the directory where you want to save the split files. If the specified directory doesn't exist, it is created automatically. |
34+
| --separator | string | File path separator used while splitting. The default value is `_`. This controls the file names generated in the `paths` folder (e.g. `/users/create` path becomes `user_create.yaml`, root level path `/` becomes `_.yaml`, and so on). |
35+
| --version | boolean | Show version number. |
3636

3737
## Examples
3838

0 commit comments

Comments
 (0)