mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
* 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
8 lines
272 B
TOML
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"
|