Skip to content

Update connector page title to include parent company name#25

Merged
mindymo merged 2 commits into
mainfrom
docs/add-parent-company-to-title
May 12, 2026
Merged

Update connector page title to include parent company name#25
mindymo merged 2 commits into
mainfrom
docs/add-parent-company-to-title

Conversation

@mindymo
Copy link
Copy Markdown
Contributor

@mindymo mindymo commented May 11, 2026

This PR updates the connector page title and og:title to include the parent company name for better discoverability and consistency across connector docs.

Also replaces any remaining instances of That's it! with Done.

@mindymo mindymo requested a review from a team May 11, 2026 23:19
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 11, 2026

Claude finished @mindymo's task in 34s —— View job


Review

  • Gather context and read changed files
  • Review changes
  • Post review feedback

Overall: Clean docs change — the "That's it!" → "Done." replacements and the parent company addition all look good in intent. However, there's a formatting issue in the frontmatter that should be fixed before merging.


Issue: Missing space after colon in frontmatter keys

The title and og:title fields lost the space between the colon and the opening quote. The other frontmatter fields (description, og:description, sidebarTitle) all retain the space. This inconsistency could cause YAML/MDX frontmatter parsing issues depending on the documentation framework.

# Current (lines 2, 4)
-title:"Set up an Atlassian OpsGenie connector"
-og:title:"Set up an Atlassian OpsGenie connector"

# Expected
+title: "Set up an Atlassian OpsGenie connector"
+og:title: "Set up an Atlassian OpsGenie connector"

Fix this →

Everything else looks good — the three "That's it!" → "Done." swaps are consistent and complete.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 11, 2026

Claude finished @mindymo's task in 26s —— View job


Review

  • Gather context and read changed files
  • Review changes
  • Post review feedback

Overall: Clean docs change. The frontmatter spacing issue from the first commit (f5f6102) was properly fixed in 440ae9b. Everything looks good — ready to merge.


Changes verified:

  1. Title updatetitle and og:title now include "Atlassian" as the parent company name ("Set up an Atlassian OpsGenie connector"), matching the existing sidebarTitle: "Atlassian OpsGenie" on line 6. Frontmatter spacing is correct (space after colon on all fields).

  2. "That's it!" → "Done." — All three instances replaced consistently (lines 55, 105, 216). No remaining occurrences.

No issues found. LGTM.

@mindymo mindymo requested a review from russellhaering May 11, 2026 23:27
@mindymo mindymo merged commit c1e94ca into main May 12, 2026
8 checks passed
@mindymo mindymo deleted the docs/add-parent-company-to-title branch May 12, 2026 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants