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: - -``` ---