docs: remove performance marketing rollout callout from Meta Ads page - #276
Merged
drvarmin merged 1 commit intoAug 21, 2026
Merged
Conversation
Performance Marketing is fully rolled out, so the Meta Ads page no longer needs the note telling readers to email support to get it enabled. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EUnutqycQWcj97dawvUMdF
drvarmin
deleted the
docs/remove-meta-ads-performance-marketing-rollout-callout
branch
August 21, 2026 14:46
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requested by Armin Dervisagic · Slack thread
Before: The Meta Ads page opened with a note saying performance marketing was being gradually rolled out, and telling readers to email support@superwall.com if they didn't see Performance Marketing under Integrations.
After: That note is gone. The page goes straight from the intro into Requirements. Nothing else on the page changed.
What/How: Deleted the
<Note>block at the top ofcontent/docs/integrations/meta-ads.mdx(7 lines, no other edits — the callout used a globally available MDX component, so there was no import to clean up). This was the only occurrence of the text anywhere in the repo.bun run buildpasses.Generated by Claude Code