docs: remove title case - #2534
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR standardizes documentation heading capitalization to “normal case” across the main docs and multiple translations, reducing inconsistency in how section titles are written.
Changes:
- Converts many top-level and section headings from Title Case to sentence/normal case.
- Applies the same capitalization style consistently across translated documentation files.
- Updates some link text in lists to match the new heading style.
Reviewed changes
Copilot reviewed 51 out of 51 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| SECURITY.md | Normalizes section heading capitalization. |
| README.md | Normalizes headings/link text capitalization in the main README. |
| docs/tr/worker.md | Normalizes Turkish doc headings. |
| docs/tr/static.md | Normalizes Turkish doc headings. |
| docs/tr/README.md | Normalizes Turkish README headings. |
| docs/tr/production.md | Normalizes Turkish doc headings/link text. |
| docs/tr/performance.md | Normalizes Turkish doc headings. |
| docs/tr/mercure.md | Normalizes Turkish doc heading. |
| docs/tr/laravel.md | Normalizes Turkish doc headings. |
| docs/tr/known-issues.md | Normalizes Turkish doc headings. |
| docs/tr/hot-reload.md | Normalizes Turkish doc headings. |
| docs/tr/github-actions.md | Normalizes Turkish doc headings. |
| docs/tr/extensions.md | Normalizes Turkish doc headings/table header capitalization. |
| docs/tr/extension-workers.md | Normalizes Turkish doc headings/table header capitalization. |
| docs/tr/embed.md | Normalizes Turkish doc headings (including English headings inside). |
| docs/tr/docker.md | Normalizes Turkish doc headings. |
| docs/tr/CONTRIBUTING.md | Normalizes Turkish contributing doc headings. |
| docs/tr/config.md | Normalizes Turkish doc headings. |
| docs/tr/compile.md | Normalizes Turkish doc headings. |
| docs/ru/README.md | Normalizes Russian README heading. |
| docs/ru/hot-reload.md | Normalizes Russian doc heading capitalization. |
| docs/ru/extensions.md | Normalizes Russian doc headings. |
| docs/ru/extension-workers.md | Normalizes Russian doc headings. |
| docs/ru/config.md | Normalizes Russian doc heading capitalization. |
| docs/pt-br/worker.md | Normalizes Brazilian Portuguese doc headings. |
| docs/pt-br/production.md | Normalizes Brazilian Portuguese doc heading capitalization. |
| docs/pt-br/performance.md | Normalizes Brazilian Portuguese doc heading capitalization. |
| docs/pt-br/hot-reload.md | Normalizes Brazilian Portuguese doc headings. |
| docs/pt-br/extension-workers.md | Normalizes Brazilian Portuguese doc headings/table headers. |
| docs/pt-br/docker.md | Normalizes Brazilian Portuguese doc headings. |
| docs/pt-br/config.md | Normalizes Brazilian Portuguese doc headings. |
| docs/production.md | Normalizes an English inline heading reference. |
| docs/migrate.md | Normalizes an English inline heading reference. |
| docs/ja/performance.md | Normalizes Japanese doc heading capitalization for “runtime”. |
| docs/ja/extensions.md | Normalizes Japanese doc heading capitalization. |
| docs/ja/config.md | Normalizes Japanese doc heading capitalization. |
| docs/it/static.md | Normalizes Italian doc heading capitalization. |
| docs/it/README.md | Normalizes Italian README heading capitalization. |
| docs/fr/hot-reload.md | Normalizes French doc heading capitalization. |
| docs/fr/extension-workers.md | Normalizes French doc table header capitalization. |
| docs/fr/config.md | Normalizes French doc headings. |
| docs/extensions.md | Normalizes English doc headings/table header capitalization. |
| docs/extension-workers.md | Normalizes English doc table header capitalization. |
| docs/es/README.md | Normalizes Spanish README heading capitalization. |
| docs/es/extension-workers.md | Normalizes Spanish doc heading capitalization. |
| docs/cn/worker.md | Normalizes Chinese doc headings (worker capitalization). |
| docs/cn/static.md | Normalizes Chinese doc heading capitalization. |
| docs/cn/performance.md | Normalizes Chinese doc heading capitalization (worker). |
| docs/cn/extension-workers.md | Normalizes Chinese doc headings (worker capitalization). |
| docs/cn/embed.md | Normalizes Chinese doc heading capitalization. |
| CONTRIBUTING.md | Normalizes English contributing doc headings. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Align everything on "normal case" as it's pretty inconsistent across the docs. Latest changes show we don't want to use title case.