Files
redocly-cli/.mlc.toml
Lorna Jane Mitchell 3e461d5cc4 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
2023-05-25 15:12:36 +01:00

8 lines
272 B
TOML

# Ignore these links, we can't check them from this subproject
ignore-links=["../../*", "/docs/*",
# skip this, it redirects to user login
"https://github.com/Redocly/redocly-cli/issues/*"
]
# Path to the root folder used to resolve all relative paths
root-dir="./docs"