Sentence-case the SDK community headings - #5141
Merged
Merged
Conversation
Temporal.Headings flagged all seven "Get Connected with the Temporal <X> Community" headings. Community is not a Temporal term: it's absent from Temporal/terms.yml and the accept vocabulary, and the surrounding prose already writes "the Temporal community" in lowercase. STYLE.md limits heading capitals to proper nouns and the first word. Also promotes the TypeScript and Rust headings from h3 to h2, matching the other five SDK landing pages. They are peer sections, not subsections of the technical resources heading above them. Anchors are unchanged: the slugs already lowercased to get-connected-with-the-temporal-<sdk>-community, verified against github-slugger. Nothing in the repo links to them either way. Slack link text such as "Temporal Go Community Slack" is left alone, since that names the workspace rather than describing the community.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📖 Docs PR preview links |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates SDK landing-page community headings to sentence case and correct peer-section hierarchy.
Changes:
- Sentence-cases seven community headings.
- Promotes TypeScript and Rust headings from H3 to H2.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
docs/develop/go/index.mdx |
Sentence-cases the Go community heading. |
docs/develop/java/index.mdx |
Sentence-cases the Java community heading. |
docs/develop/php/index.mdx |
Sentence-cases the PHP community heading. |
docs/develop/python/index.mdx |
Sentence-cases the Python community heading. |
docs/develop/ruby/index.mdx |
Sentence-cases the Ruby community heading. |
docs/develop/rust/index.mdx |
Sentence-cases and promotes the Rust community heading. |
docs/develop/typescript/index.mdx |
Sentence-cases and promotes the TypeScript community heading. |
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Duncanma
enabled auto-merge (squash)
August 19, 2026 15:58
Duncanma
approved these changes
Aug 19, 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.
What
Sentence-cases the seven
## Get Connected with the Temporal <X> Communityheadings on the SDK landing pages, and promotes the TypeScript and Rust ones fromh3toh2.develop/go/index.mdx## Get Connected with the Temporal Go Community## Get connected with the Temporal Go communitydevelop/java/index.mdx## ...Java Community## ...Java communitydevelop/python/index.mdx## ...Python Community## ...Python communitydevelop/ruby/index.mdx## ...Ruby Community## ...Ruby communitydevelop/php/index.mdx## ...PHP Community## ...PHP communitydevelop/typescript/index.mdx### ...TypeScript Community## ...TypeScript communitydevelop/rust/index.mdx### ...Rust Community## ...Rust communityWhy sentence case rather than a Vale exception
Temporal.Headingsflagged all seven. I checked whetherCommunitydeserved an exception instead, and the repo's own sources say no:readme/STYLE.md:91— "Sentence casing means that only proper nouns and the first letter of the first word are capitalized."Communitydoes not appear invale/styles/Temporal/terms.ymlorvocabularies/Temporal/accept.txt, so the repo does not treat it as a Temporal term.Connectedis a verb here, not a proper noun.Temporaland the SDK language names stay capitalized (both are in theTemporal.Headingsexception list already).Heading level
Five of the seven pages already used
h2. TypeScript and Rust usedh3, which nested them under the preceding "Temporal<X>technical resources" section. They're peer sections, not subsections, so this normalizes them toh2.No URL impact
Docusaurus lowercases heading slugs, so the anchors are byte-identical before and after. Verified against
github-slugger(the slugger Docusaurus uses) and then in the built HTML:unchanged, now on an
<h2>. Nothing indocs/,src/,sidebars.js, orvercel.jsonlinks to these anchors either way, so no redirect is needed.Checks
vale --config .vale-ci.inion all seven files: 0 errors, 0 warnings, 0 suggestions (was 7 suggestions)yarn build: passesyarn check:orphans: no orphaned pagesyarn lint:mermaid: passesRelated
Temporal.Headingsexception list. It is complementary, not overlapping — I verifiedGet Connectedis still flagged after that config change, becauseConnectedandCommunityare genuine violations rather than false positives.Temporal.Headingsviolations across the repo, this PR clears 7. The rest are a separate backlog and are best done in per-section batches, after Add missing proper nouns to the Temporal.Headings exception list #5140 lands so false positives don't get "fixed" into incorrect prose.┆Attachments: EDU-6988 Sentence-case the SDK community headings