Ignore link checker
In the deploy process of every project, there is a link checker step to detect internal broken links. By default, production deploys containing broken links are not published. You have the option to override this default behavior by modifying the configuration file.
Publish deploys with broken links
To publish production deploys with broken links, set the ignoreLinkChecker
option to true
in the reunite
section of your redocly.yaml
configuration file:
reunite: ignoreLinkChecker: true