From d824e952c0b77bd933ce01b0aae5949f5a15760e Mon Sep 17 00:00:00 2001 From: mesutoezdil Date: Fri, 17 Jul 2026 18:39:28 +0200 Subject: [PATCH] docs(dev): drop dead links to unwritten local-dev flow pages 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 --- docs/dev/local-development.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/dev/local-development.md b/docs/dev/local-development.md index 5600bb8a0..3a19a1f2a 100644 --- a/docs/dev/local-development.md +++ b/docs/dev/local-development.md @@ -19,14 +19,16 @@ cd nvcf ## Pick a flow -Four canonical flows are documented, one per page. +Four canonical flows are covered below: pick a topology from +[Topologies](#topologies) and an install path from +[Install paths](#install-paths). -| Topology | Install path | Page | -|---|---|---| -| Single-cluster | CLI (`nvcf-cli self-hosted install`) | [Single-cluster CLI](./local-development/single-cluster-cli.md) | -| Single-cluster | Helmfile (`make install HELMFILE_ENV=...`) | [Single-cluster Helmfile](./local-development/single-cluster-helmfile.md) | -| Multi-cluster | CLI (`nvcf-cli self-hosted install`) | [Multi-cluster CLI](./local-development/multi-cluster-cli.md) | -| Multi-cluster | Helmfile (`make install HELMFILE_ENV=...`) | [Multi-cluster Helmfile](./local-development/multi-cluster-helmfile.md) | +| Topology | Install path | +|---|---| +| Single-cluster | CLI (`nvcf-cli self-hosted install`) | +| Single-cluster | Helmfile (`make install HELMFILE_ENV=...`) | +| Multi-cluster | CLI (`nvcf-cli self-hosted install`) | +| Multi-cluster | Helmfile (`make install HELMFILE_ENV=...`) | ## Topologies @@ -87,8 +89,6 @@ the rationale. go build -C src/clis/nvcf-cli -o ../../../nvcf-cli . ``` -Each flow page restates exactly the prerequisites that flow needs. - ## Cleanup The BDD suite ships destructive cleanup helpers reused for hand-driven