mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-09 20:57:44 +00:00
Add MLC for link checking (#1097)
* docs: add mlc config and github action to check links Ignores relative links since we can only check those from the main website project. * docs: update redirecting links and configure some ignore patterns
This commit is contained in:
committed by
GitHub
parent
38a5bf478f
commit
3e461d5cc4
@@ -26,7 +26,7 @@ api | string | Path to the API definition filename or alias that you want to gen
|
||||
--cdn | boolean | Uses the CDN pointing to the latest version of Redoc. If not enabled, the Redoc version is selected from Redocly CLI's associated dependency (and to update Redoc requires updating the CLI and building the docs again). The default value is `false`.
|
||||
--template, -t | string | Uses custom [Handlebars](https://handlebarsjs.com/) templates to render your OpenAPI definition.
|
||||
--templateOptions | string | Adds template options you want to pass to your custom Handlebars template. To add options, use dot notation.
|
||||
--theme.openapi | string | Customizes your output using [Redoc functionality options](https://redocly.com/docs/api-reference-docs/configuration/functionality) or [Redoc theming options](https://redocly.com/docs/api-reference-docs/configuration/theming).
|
||||
--theme.openapi | string | Customizes your output using [Redoc functionality options](https://redocly.com/docs/api-reference-docs/configuration/functionality/) or [Redoc theming options](https://redocly.com/docs/api-reference-docs/configuration/theming/).
|
||||
--config | string | Specifies path to the [configuration file](#custom-configuration-file).
|
||||
--help | boolean | Shows help.
|
||||
--version | boolean | Shows version number.
|
||||
|
||||
Reference in New Issue
Block a user