From a1d9f6760ed9cb51921c35ed5b80c8c27b430539 Mon Sep 17 00:00:00 2001 From: Anthony Shew Date: Sun, 17 Aug 2025 21:52:04 -0600 Subject: [PATCH] fix(docs): Fix broken anchor links to --graph option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed broken links pointing to #--graph-file-type, which should be #--graph-file-name to match the actual anchor in run.mdx 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- docs/site/content/docs/guides/migrating-from-nx.mdx | 2 +- docs/site/content/docs/reference/options-overview.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/site/content/docs/guides/migrating-from-nx.mdx b/docs/site/content/docs/guides/migrating-from-nx.mdx index cb387254c79b7..3fca82a61d623 100644 --- a/docs/site/content/docs/guides/migrating-from-nx.mdx +++ b/docs/site/content/docs/guides/migrating-from-nx.mdx @@ -538,7 +538,7 @@ Configuration found in `nx.json` can be mapped to `turbo.json` using the tables | `--parallel` | [`--concurrency`](/docs/reference/run#--concurrency-number--percentage) | | `--nxBail` | [`--continue`](/docs/reference/run#--continueoption) | | `--projects` | [`--filter`](/docs/reference/run#--filter-string) | -| `--graph` | [`--graph`](/docs/reference/run#--graph-file-type) | +| `--graph` | [`--graph`](/docs/reference/run#--graph-file-name) | | `--output-style` | [`--log-order`](/docs/reference/run#--log-order-option) | | `--no-cloud` | [`--cache`](/docs/reference/run#--cache-options) | | `--verbose` | [`--verbosity`](/docs/reference/run#--verbosity) | diff --git a/docs/site/content/docs/reference/options-overview.mdx b/docs/site/content/docs/reference/options-overview.mdx index e1495dbe31644..ff10103ba7526 100644 --- a/docs/site/content/docs/reference/options-overview.mdx +++ b/docs/site/content/docs/reference/options-overview.mdx @@ -88,7 +88,7 @@ The three strategies listed above are in order of precedence. Where a flag value | Behavior | Flags | Environment Variables | turbo.json | | ------------------- | -------------------------------------------------- | ------------------------------------------------------------------------------------- | ---------- | | Run Summaries | [`--summarize`](/docs/reference/run#--summarize) | [`TURBO_RUN_SUMMARY`](/docs/reference/system-environment-variables#turbo_run_summary) | - | -| Graph visualization | [`--graph`](/docs/reference/run#--graph-file-type) | - | - | +| Graph visualization | [`--graph`](/docs/reference/run#--graph-file-name) | - | - | | Dry run | [`--dry`](/docs/reference/run#--dry----dry-run) | - | - |