docs(conditions): add per-row anchors to the attributes tables#11994
Conversation
Contributor
Author
|
This pull request is part of a Mergify stack:
|
Contributor
Merge Protections🔴 3 of 7 protections blocking · waiting on 👀 reviews and 🙋 you
🔴 ⛓️ Depends-On RequirementsWaiting for
This rule is failing.Requirement based on the presence of
🔴 👀 Review RequirementsWaiting for
This rule is failing.
🔴 🔎 ReviewsWaiting for
This rule is failing.
Show 4 satisfied protections🟢 🤖 Continuous Integration
🟢 Enforce conventional commitMake sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 📕 PR description
🟢 🚦 Auto-queueWhen all merge protections are satisfied, this pull request will be queued automatically. |
d318936 to
89d432b
Compare
9e41ebb to
fe7fec9
Compare
Contributor
Author
Revision history
|
Each attribute row carries a stable `pull-request-attributes-<key>` id and a hover-revealed `#` link, so individual attributes are deep-linkable like config options (e.g. queue-rule-model-allow_inplace_checks). The id scheme reuses OptionsTable's defToIdPrefix, and the anchor styling mirrors the config-option pattern: scroll-margin for the sticky nav and a :target highlight. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Change-Id: Icad884bdd3c70cb3e90b12300d8e2af3832f7210
fe7fec9 to
9cde143
Compare
89d432b to
42f1b5e
Compare
kozlek
approved these changes
Jul 1, 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.
Each attribute row carries a stable
pull-request-attributes-<key>id and ahover-revealed
#link, so individual attributes are deep-linkable like configoptions (e.g. queue-rule-model-allow_inplace_checks). The id scheme reuses
OptionsTable's defToIdPrefix, and the anchor styling mirrors the config-option
pattern: scroll-margin for the sticky nav and a :target highlight.
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com
Depends-On: #11993