docs: Automated documentation sync from recent code commits.#29170
Open
deepalak56 wants to merge 1 commit intobazelbuild:masterfrom
Open
docs: Automated documentation sync from recent code commits.#29170deepalak56 wants to merge 1 commit intobazelbuild:masterfrom
deepalak56 wants to merge 1 commit intobazelbuild:masterfrom
Conversation
fweikert
requested changes
Apr 1, 2026
| to be watched in other ways. | ||
| * When `bazel fetch --force` is executed. | ||
|
|
||
| There are two parameters of `repository_rule` that control when the repositories |
Member
There was a problem hiding this comment.
I don't think this block should have been deleted
| ```python | ||
| # @rules_jvm_external//:extensions.bzl | ||
|
|
||
| Each tag instance object now has an implicit `_sort_key` integer field. |
Member
There was a problem hiding this comment.
This text block should not be inside the fenced code block.
|
|
||
| The function has exactly one input parameter, `repository_ctx`. The function | ||
|
|
||
| * **Remote Caching:** The remote repository contents cache (`--experimental_remote_repo_cache`) now supports all reproducible repository rules, including those with dynamic inputs discovered during execution. |
Member
There was a problem hiding this comment.
This block was inserted into a sentence and should be moved
| load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file") # a repo rule | ||
| def _maven_impl(ctx): | ||
|
|
||
| Each tag instance object now has an implicit `_sort_key` integer field. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR performs an automated synchronization of technical documentation based on recent Bazel code changes. This is to surgically update, replace, or append documentation notes to both DevSite (.md) and Mintlify (.mdx) files.
Commits processed in this run:
14fc007: Added disk cache support for default locations (Updated remote/cache-local).
ffebc5b: Added support for dynamic inputs with remote repository content (Updated external/repo).
a39cef7: Introduced an implicit _sort_key field to module extensions (Updated external/extension).
Motivation
This change ensures that Bazel's technical documentation remains in lockstep with the source code. By automating the mapping of RELNOTES and commit diffs to the relevant documentation sections, we reduce manual maintenance toil and prevent documentation rot.
Build API Changes
No
Checklist
[ ] I have added tests for the new use cases (if any).
[x] I have updated the documentation (if applicable).
Release Notes
RELNOTES: None