docs(ngc-managed): fix broken links in cluster-management docs#242
Conversation
Related Documentation links in reference.md and the feature-flag link in kai-scheduler.md pointed to page slugs that do not exist. Point them at the real configuration.md and helm-managed.md files and sections. JIRA: NO-REF NVBug: none Signed-off-by: mesutoezdil <mesudozdil@gmail.com>
📝 WalkthroughWalkthroughUpdated cluster management documentation links for KAI Scheduler feature flags, configuration, Helm-managed clusters, and agent configuration merging. ChangesCluster management documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
This PR is one of four that together fix the lychee link check failures currently blocking CI on other PRs (e.g. #252). Verified locally: with #240, #241, #242, and #261 all applied, Note: broader broken-link issues remain visible via @sbaum1994 -- can you review and approve so these can merge? |
Related Documentation links in reference.md and kai-scheduler.md used slugs that match no real file. Pointed them at the real configuration.md and helm-managed.md files/sections.
Tested: verified each target exists, ran ./tools/ci/check-docs (0 errors).
Refs: NO-REF