fix(docs): remove stray + chars in inbound integration frontmatter#3469
fix(docs): remove stray + chars in inbound integration frontmatter#3469ibrahim123-sia wants to merge 1 commit intoresend:canaryfrom
Conversation
The title and description keys in the YAML frontmatter were prefixed with `+` (leftover diff markers from a previous patch), making them `+title` and `+description`. The docs site can't pick those up, leaving the page without a proper title or description. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
|
@ibrahim123-sia is attempting to deploy a commit to the resend Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
No issues found across 1 file
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Auto-approved: Trivial fix removing stray diff marker characters from YAML frontmatter in docs. No logic changes, extremely low risk.
The title and description keys in the YAML frontmatter were prefixed with
+(leftover diff markers from a previous patch), making them+titleand+description. The docs site can't pick those up, leaving the page without a proper title or description.Summary by cubic
Restored the Inbound integration docs title and description by fixing the YAML frontmatter. Removed stray
+prefixes from thetitleanddescriptionkeys inapps/docs/integrations/inbound.mdxso the page metadata renders correctly.Written for commit bbcb9e4. Summary will update on new commits.