docs: use sentence case for tab panel headers#578
Merged
Conversation
Per the marketing content guidelines, headers (including tab panel headers) should use sentence case. Fixes the four TabItem labels on the getting-started page: "Install Script", "Manual Install", "New App", and "Existing App".
dawn-ducky
approved these changes
Jul 2, 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.
Status
READY
Description
Per the marketing content guidelines (see #576), headers, including tab panel headers, should use sentence case. This fixes the four
<TabItem label="...">values on the getting-started page:This is one of several small content PRs split out of #576 so the
lint-component-labels.mjscheck for tab headers can eventually be made blocking without a giant, hard-to-review PR.Test plan
npm run buildsucceeds, no broken linkslint-component-labels.mjscheck from docs: add style checks for headings and content guidelines #576 — all four flagged tab labels now pass