Fix broken build: bad cross-file link in AA 2601 requirements - #1488
Conversation
The relative link to install-commands.md#choosing-a-deployment-size failed MDX/broken-link resolution during the Docusaurus build (introduced by #1487, broke the dev build). Switch to the absolute /docs/... path convention already used elsewhere in these files. Generated with AI Co-Authored-By: Claude Code <ai@netwrix.com>
Auto-Fix Summary2 issues fixed, 4 skipped across 1 files
| Ask |
install-commands.md is draft:true, so it has no route in the production build. Linking to it from a non-draft page (this one) fails Docusaurus's broken-link check even though the target file exists on disk. Reference the --size flag by name instead. Generated with AI Co-Authored-By: Claude Code <ai@netwrix.com>
Documentation PR ReviewEditorial Reviewdocs/accessanalyzer/2601/install/system/requirements.md
Summary2 editorial suggestions across 1 file. Vale and Dale issues are auto-fixed separately. What to do next: Comment
You can ask Claude anything about the review or about Netwrix writing standards.
|
Auto-Fix Summary1 issues fixed, 5 skipped across 1 files
| Ask |
Summary
../install-commands.md#choosing-a-deployment-size) fromdocs/accessanalyzer/2601/install/system/requirements.mdthat Docusaurus's broken-link check couldn't resolve, breaking thedevbuild (see failed run https://github.com/netwrix/docs/actions/runs/33915663171)./docs/accessanalyzer/2601/install/install-commands#...form already used elsewhere in this file (e.g. the "Network and Port Requirements" link), which resolves correctly.Test plan
Generated with AI
Co-Authored-By: Claude Code ai@netwrix.com