Skip to content

Conversation

@ptgott
Copy link
Contributor

@ptgott ptgott commented Jan 8, 2026

Backport #61978 to branch/v18

The resourcer reference generator splits camel-cased type names in order
to create section headings. However, for terms that are already camel
cased, such a `MySQL`, the splitting logic creates headings that make
type names difficult to reason about.

This change allows us to pass a configurable list of camel-cased
keywords and abbreviations to the generator. The generator only adds
spaces after these strings, not within them. While the generator
previously preserved abbreviations automatically, we now need to pass
abbreviatons to the exception list.

This change adds camel case exceptions to the configuration in order to
preserve the two pages that we currently generate.
@ptgott ptgott added the no-changelog Indicates that a PR does not require a changelog entry label Jan 8, 2026
@github-actions github-actions bot requested review from aadc-dev and zmb3 January 8, 2026 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport no-changelog Indicates that a PR does not require a changelog entry size/sm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants