Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5caa50b8bb
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 5caa50b. Configure here.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
superwall-docs-staging | 6d046fd | Commit Preview URL Branch Preview URL |
Apr 08 2026, 12:29 AM |

Removes the unused SDK-specific 'vibe-coding-guide' pages and the shared base include they depended on. Updates the vibe coding overview plus the Superwall MCP and Superwall Skill guides to remove references to the retired Superwall Docs MCP and Superwall GPT app, and to clarify the distinction between the Superwall MCP and the Superwall Skill. Validation: 'bun test' passes. Validation: 'bun run build:cf' currently fails because prerender still reaches /docs/react-native/vibe-coding-guide from stale changelog links.
Note
Low Risk
Low risk documentation cleanup plus a small UI safeguard that filters changelog entries to valid page URLs, reducing chances of broken prerender links.
Overview
Removes the unused SDK-specific
vibe-coding-guide.mdxpages (and the sharedvibe-coding-guide-base.mdxinclude) that they depended on.Updates the Vibe Coding and dashboard guides to drop references to the retired Superwall Docs MCP/Docs GPT and to clarify positioning between Superwall Skill vs Superwall MCP.
Hardens
ChangelogTimelineby filtering recent changelog entries to only those whoseurlexists insource.getPages(), preventing stale changelog links from rendering.Reviewed by Cursor Bugbot for commit 6d046fd. Bugbot is set up for automated code reviews on this repo. Configure here.