mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-09 20:57:44 +00:00
docs: made content more consistent on the cli commands home page
This commit is contained in:
@@ -20,4 +20,10 @@ To define the behavior of the commands, you can use configuration files:
|
||||
- `.redocly.yaml` - define the location of your root files, linting rules, and reference docs configuration information.
|
||||
- `.redocly.lint-ignore.yaml` - ignore specific lint messages.
|
||||
|
||||
For more information about configuration, please refer to the [corresponding](../configuration/index.mdx) section.
|
||||
For more information, refer to the [configuration section](../configuration/index.mdx).
|
||||
|
||||
:::warning
|
||||
The CLI tool looks for configuration files in the current working directory. If it detects them, it will use the options set in those configuration files for the commands. Learn more about the [configuration file structure and options](../configuration/index.mdx).
|
||||
|
||||
When executing any of the commands, you can override the default configuration file by providing a path to another configuration file with the `--config` option.
|
||||
:::
|
||||
Reference in New Issue
Block a user