Skip to content

Commit d1f821e

Browse files
chore: update documentation from upstream Bazel repo
Generated by GitHub Actions workflow from upstream Bazel repository. This commit includes transformed documentation files ready for Mintlify deployment.
1 parent 646545a commit d1f821e

File tree

861 files changed

+2
-195309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

861 files changed

+2
-195309
lines changed

release/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ information about Bazel's release model.
1616
| ----------- | ------------- | -------------- | -------------- |
1717
| Bazel 9 | Rolling| [Check rolling release page](/release/rolling) | N/A |
1818
| Bazel 8 | Active| [8.4.2](https://github.com/bazelbuild/bazel/releases/tag/8.4.2) | December 2027 |
19-
| Bazel 7 | Maintenance| [7.7.0](https://github.com/bazelbuild/bazel/releases/tag/7.7.0) | Dec 2026 |
19+
| Bazel 7 | Maintenance| [7.6.2](https://github.com/bazelbuild/bazel/releases/tag/7.6.2) | Dec 2026 |
2020
| Bazel 6 | Maintenance | [6.5.0](https://github.com/bazelbuild/bazel/releases/tag/6.5.0) | Dec 2025 |
2121
| Bazel 5 | Deprecated | [5.4.1](https://github.com/bazelbuild/bazel/releases/tag/5.4.1) | Jan 2025 |
2222
| Bazel 4 | Deprecated | [4.2.4](https://github.com/bazelbuild/bazel/releases/tag/4.2.4) | Jan 2024 |

rules/bzl-style.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ not instantiated by that macro), follow these best practices:
143143
* A macro should take a `name` argument and define a target with that name.
144144
That target becomes that macro's *main target*.
145145
* Generated targets, that is all other targets defined by a macro, should:
146-
* Have their names prefixed by `<name>`. For example, using
146+
* Have their names prefixed by `<name>` or `_<name>`. For example, using
147147
`name = '%s_bar' % (name)`.
148148
* Have restricted visibility (`//visibility:private`), and
149149
* Have a `manual` tag to avoid expansion in wildcard targets (`:all`,

versions/6.5.0/about/faq.mdx

Lines changed: 0 additions & 208 deletions
This file was deleted.

0 commit comments

Comments
 (0)