-
Notifications
You must be signed in to change notification settings - Fork 852
feat(docs): add inbound integration page to documentation #2594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: canary
Are you sure you want to change the base?
Conversation
|
|
@R44VC0RP 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 issues found across 2 files
Prompt for AI agents (all 2 issues)
Understand the root cause of the following 2 issues and fix them.
<file name="apps/docs/integrations/inbound.mdx">
<violation number="1" location="apps/docs/integrations/inbound.mdx:2">
Typo: "recieve" should be spelled "receive" in the page title.</violation>
<violation number="2" location="apps/docs/integrations/inbound.mdx:4">
Typo in the description: "recieve" should be "receive".</violation>
</file>
Since this is your first cubic review, here's how it works:
- cubic automatically reviews your code and comments on bugs and improvements
- Teach cubic by replying to its comments. cubic learns from your replies and gets better over time
- Ask questions if you need clarification on any suggestion
React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai to give feedback, ask questions, or re-run the review.
| @@ -0,0 +1,99 @@ | |||
| --- | |||
| title: 'Send (& recieve) emails using Inbound' | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: "recieve" should be spelled "receive" in the page title.
Prompt for AI agents
Address the following comment on apps/docs/integrations/inbound.mdx at line 2:
<comment>Typo: "recieve" should be spelled "receive" in the page title.</comment>
<file context>
@@ -0,0 +1,99 @@
+---
+title: 'Send (& recieve) emails using Inbound'
+sidebarTitle: 'Inbound'
+description: 'Learn how to send and recieve emails using React Email and the Inbound Node.js SDK.'
</file context>
| title: 'Send (& recieve) emails using Inbound' | |
| +title: 'Send (& receive) emails using Inbound' |
| --- | ||
| title: 'Send (& recieve) emails using Inbound' | ||
| sidebarTitle: 'Inbound' | ||
| description: 'Learn how to send and recieve emails using React Email and the Inbound Node.js SDK.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo in the description: "recieve" should be "receive".
Prompt for AI agents
Address the following comment on apps/docs/integrations/inbound.mdx at line 4:
<comment>Typo in the description: "recieve" should be "receive".</comment>
<file context>
@@ -0,0 +1,99 @@
+---
+title: 'Send (& recieve) emails using Inbound'
+sidebarTitle: 'Inbound'
+description: 'Learn how to send and recieve emails using React Email and the Inbound Node.js SDK.'
+'og:image': 'https://react.email/static/covers/react-email.png'
+---
</file context>
| description: 'Learn how to send and recieve emails using React Email and the Inbound Node.js SDK.' | |
| +description: 'Learn how to send and receive emails using React Email and the Inbound Node.js SDK.' |
Added inbound integration to the react-email integrations page, PR will remain a draft as the inbound integration features unreleased changes.