Consider allowing bypassing the internal mint broken-links checker with links that reference OpenAPI spec pages that do not have MDX files generated locally
#1516
novusnota
started this conversation in
Feature Requests
Replies: 1 comment
-
|
same as #814 :-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, if one specifies an URL in a MDX file to a route that:
.jsonspecification file/api-reference/...page URLThen that route would still will be flagged as a broken link in the Mintlify's
link-rotCI:However, this might be undesired since introducing such files would make new changes in the spec harder — one would then have to update the spec AND all the files produced from that spec, removing old or obsolete ones.
An alternative solution would be to allow configuring a list of ignored paths, e.g., some option in
docs.jsonor some separate.ignore-like file, which will be picked up both by the localmintCLI and by thelink-rotCI job done by Mintlify. Then, people could ignore whatever glob or concrete paths to files that they want to ignore.Instead of ignoring paths, you can allow ignoring certain links or link prefixes/globs. This can be even more useful.
Beta Was this translation helpful? Give feedback.
All reactions