[docs] Update documentation for features from 2026-06-18#40041
Merged
Conversation
…tes, custom span terms (#40039)
…ference Fix heading-level hierarchy skips (H2 -> H4) in cost-management.md flagged by the multi-device docs testing report, and add a canonical reference section for the experimental merge-pull-request safe output (including cross-repo target / target-repo / allowed-repos fields).
pelikhan
approved these changes
Jun 18, 2026
This was referenced Jun 18, 2026
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.
Summary
Documentation-only PR. No production code or configuration was changed.
Two areas of documentation are updated:
merge-pull-requestsafe output — full reference documentation for the new experimental safe output is added, covering configuration, gate semantics, staged mode, and cross-links to related specs. A table row is added to the safe-outputs overview table and a complete sub-section is written under the pull-requests reference.Heading hierarchy fix — eight sub-section headings in the cost-management reference page are promoted from
####(h4) to###(h3) to restore correct heading hierarchy and improve accessibility / nav rendering.A companion commit (
#40039) adds three new glossary terms:normalize-closing-keywords, OTLP resource attributes, and custom span terms.Changed files
docs/src/content/docs/reference/safe-outputs-pull-requests.mddocs/src/content/docs/reference/safe-outputs.mddocs/src/content/docs/reference/cost-management.mddocs/src/content/docs/reference/glossary.mdDetails
safe-outputs-pull-requests.md— newmerge-pull-requestsectionmerge-pull-request(experimental).max,required-labels,required-title-prefix,allowed-branches,target,target-repo,allowed-repos,staged,github-token.staged: true) for dry-run validation.safe-outputs.md— overview table updatemerge-pull-requestto the safe-outputs overview table (max: 1, experimental).cost-management.md— heading hierarchy fix####(h4) to###(h3).Glossary additions (
#40039)normalize-closing-keywords— new term.Risk assessment
Low. All changes are purely documentation. No code, schemas, or configuration files were modified. The only observable side-effects are corrected heading levels in rendered HTML (cost-management) and new content in the reference docs and glossary.