We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d7e28 commit ada6958Copy full SHA for ada6958
1 file changed
cli/commands.mdx
@@ -205,6 +205,7 @@ The command excludes files matching [.mintignore](/organize/mintignore) patterns
205
| --- | --- |
206
| `--check-anchors` | Also validate anchor links (for example, `/page#section`) against heading slugs. |
207
| `--check-external` | Also check external URLs for broken links. |
208
+| `--check-redirects` | Also check that redirect destinations in `docs.json` resolve to valid paths. |
209
| `--check-snippets` | Also check links inside `<Snippet>` components. |
210
211
---
0 commit comments