From ba783b1a12c493ed7e306b3473898a58bc11c7dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 30 Apr 2026 17:54:46 +0000 Subject: [PATCH] chore: update documentation from upstream Bazel repo [skip ci] Synchronized pre-converted MDX files from upstream Bazel repository. --- navigation.json | 8 - reference/command-line-reference.mdx | 17980 +++++++++++++------------ upstream | 2 +- 3 files changed, 9280 insertions(+), 8710 deletions(-) diff --git a/navigation.json b/navigation.json index a3d046ca5..99f6ff9e9 100644 --- a/navigation.json +++ b/navigation.json @@ -87,14 +87,6 @@ "$ref": "./navigation/7.7.en.json" } ] - }, - { - "version": "6.5", - "languages": [ - { - "$ref": "./navigation/6.5.en.json" - } - ] } ] } diff --git a/reference/command-line-reference.mdx b/reference/command-line-reference.mdx index 0f00cb9d0..8f4bfbdda 100644 --- a/reference/command-line-reference.mdx +++ b/reference/command-line-reference.mdx @@ -1,68 +1,6 @@ ---- -title: 'Command-Line Reference' ---- - -``` -bazel [] [] -``` - -or - -``` -bazel [] [] -- [] -``` - -See the [User's Guide](/docs/build#specifying-build-targets) for the -target patterns syntax. - -## Option Syntax - -Options can be passed to Bazel in different ways. Options that require a value -can be passed with either an equals sign or a space: - -``` ---