docs(dev): drop dead links to unwritten local-dev flow pages#241
Conversation
The four per-flow pages under docs/dev/local-development/ were never written. Point readers at the Topologies and Install paths sections on this same page instead of a dead link. JIRA: NO-REF NVBug: none Signed-off-by: mesutoezdil <mesudozdil@gmail.com>
📝 WalkthroughWalkthroughThe local-development guide now documents four canonical development flows using topology and installation path, and removes a redundant statement about flow-specific prerequisite pages. ChangesLocal development documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
sbaum1994
left a comment
There was a problem hiding this comment.
This will need a rebase before merge - repo does have all of these files - they just were blocked by our internal mirror accidentally (we retired the mirror and have to manually bring them over)
|
@sbaum1994 does the same internal mirror issue apply to imports.yaml and .gitlab-ci.yml? opened #258 and #260 assuming those are permanently internal and not present in this public snapshot, want to confirm before those merge |
|
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? |
docs/dev/local-development.md linked to 4 per-flow pages that were never written. Removed the dead links and pointed readers to the Topologies and Install paths sections on the same page.
Tested: no remaining dead links, ran ./tools/ci/check-docs (0 errors).
Refs: NO-REF