Skip to content

docs: fix PagerDuty capitalization across provider documentation#6405

Open
ayoubil wants to merge 1 commit intokeephq:mainfrom
ayoubil:free-5405-pagerduty-capitalization
Open

docs: fix PagerDuty capitalization across provider documentation#6405
ayoubil wants to merge 1 commit intokeephq:mainfrom
ayoubil:free-5405-pagerduty-capitalization

Conversation

@ayoubil
Copy link
Copy Markdown

@ayoubil ayoubil commented May 5, 2026

Fixes #5405.

The product name PagerDuty (capital D) is currently rendered as Pagerduty (lowercase d) across multiple documentation pages. This PR normalizes all user-visible documentation references to the official capitalization.

Changes (10 string replacements across 4 files)

File Occurrences
docs/providers/overview.mdx Card title
docs/providers/overview.md List entry
docs/overview/servicetopology.mdx Card title
docs/providers/documentation/pagerduty-provider.mdx frontmatter title + description, body intro, two webhook-section mentions, two "Useful Links" entries

What stays unchanged (out of scope)

  • The provider's Python class name PagerdutyProvider and module path pagerduty_provider — renaming would be a breaking API change with cascading effects on user configs, imports, and serialized state.
  • The internal kebab-case URL slug pagerduty-provider — already lowercase by convention.
  • Existing log messages and Python docstrings (line: OAuth2 callback logic for Pagerduty, etc.) — not user-facing in the docs site, can be a separate cleanup if desired.

Verification

grep -rn 'Pagerduty' docs/    # before: 9 matches; after: 0

@dosubot dosubot Bot added size:S This PR changes 10-29 lines, ignoring generated files. Documentation Improvements or additions to documentation labels May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Documentation Improvements or additions to documentation size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[📃 Docs]: incorrect capitalization of “PagerDuty” in documentation

1 participant