You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Style consistency pass on the editor pages updated in #6176; fixes casing deviations in editor/configurations.mdx.
Changes
Title-case bullet labels that were lowercase to match the rest of the page (Dismissible, Drilldown, Metatags, MDX schema).
Rename the ## Codeblocks heading to ## Code blocks for sentence case and to match the two-word form used in the bullets below it.
Context
Reviewed the editor pages updated in the editor UI / ask-agent PR for second-person voice, active voice, sentence-case headings, and consistent terminology. Voice, tense, and click/select usage are already consistent — the only deviations were the casing fixes above.
Note
Low Risk
Copy-only MDX edits with no runtime, config schema, or behavioral impact.
Overview
Documentation-only style pass on editor/configurations.mdx so labels and headings match the rest of the Configurations page.
Bullet labels are title-cased where they were lowercase or code-style: Dismissible, Drilldown, Metatags, and MDX schema (replacing a backtick-wrapped mdx.schema label).
The ## Code blocks section heading is renamed from ## Codeblocks for sentence case and to align with the two-word “code block” wording in the bullets below.
Reviewed by Cursor Bugbot for commit a0d613d. Bugbot is set up for automated code reviews on this repo. Configure here.
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
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
Style consistency pass on the editor pages updated in #6176; fixes casing deviations in
editor/configurations.mdx.Changes
## Codeblocksheading to## Code blocksfor sentence case and to match the two-word form used in the bullets below it.Context
Reviewed the editor pages updated in the editor UI / ask-agent PR for second-person voice, active voice, sentence-case headings, and consistent terminology. Voice, tense, and click/select usage are already consistent — the only deviations were the casing fixes above.
Note
Low Risk
Copy-only MDX edits with no runtime, config schema, or behavioral impact.
Overview
Documentation-only style pass on
editor/configurations.mdxso labels and headings match the rest of the Configurations page.Bullet labels are title-cased where they were lowercase or code-style: Dismissible, Drilldown, Metatags, and MDX schema (replacing a backtick-wrapped
mdx.schemalabel).The
## Code blockssection heading is renamed from## Codeblocksfor sentence case and to align with the two-word “code block” wording in the bullets below.Reviewed by Cursor Bugbot for commit a0d613d. Bugbot is set up for automated code reviews on this repo. Configure here.