docs: point campaign API key steps at the Developer button - #55
Conversation
Two getting-started pages told developers to find the campaign API key on an Integration tab. Campaigns App removed that tab in NextCommerceCo/campaigns-app#479 (closed 2026-05-11). Campaign pages now have Analytics, Packages and Settings tabs, and install details moved into a Developer button in the campaign header. The modal it opens shows the key in its Campaigns API section. Both lines now point there and use the merchant docs' name for the modal, the campaign's Developer workspace (https://docs.nextcommerce.com/docs/apps/campaigns-app). llms-full.txt and the campaigns bundle (llms/campaigns.txt) render page body text at build time, so they pick up the fix on the next deploy. llms.txt lists only titles and descriptions and never carried the line. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Docs-only change: two prerequisite lines now point at the Developer button / Campaigns API section instead of the removed Integration tab. Wording is identical on both pages, no links or code paths changed, and a repo-wide search confirms no remaining Assumption stated: the external merchant page ( Files Reviewed (2 files)
Reviewed by minimax-m3 · Input: 0 · Output: 0 · Cached: 0 |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
developer-docs | 87edf9e | Commit Preview URL Branch Preview URL |
Sep 11 2026, 05:18 AM |
The Campaigns App no longer has an Integration tab on a campaign, but two of our getting-started pages still send developers there for the campaign API key. This rewrites both lines to point at the Developer button in the campaign header and the Campaigns API section of the modal it opens, using the same name the merchant docs use for it. The generated text bundles for AI readers pick up the change on the next deploy, so nothing else needs editing. Merging it means the two pages match the app as it ships today.
···
What changed
Two lines, one on the docs landing page and one on the Campaigns quick start, now read:
content/docs/index.mdx(Get started, step 3)content/docs/campaigns/index.mdx(Quick Start prerequisites)Why
Campaigns App removed the Integration tab in NextCommerceCo/campaigns-app#479 (closed 2026-05-11). Campaign pages now have Analytics, Packages and Settings tabs, and install details moved into a Developer button in the campaign header. The modal it opens shows the API key under a Campaigns API heading. The merchant docs call this the campaign's Developer workspace (https://docs.nextcommerce.com/docs/apps/campaigns-app), so the wording now matches across both doc sites.
Reviewer notes
llms-full.txtandllms/campaigns.txtrender page bodies at build time and carried the stale line. They regenerate from these MDX files on deploy.llms.txtlists titles and descriptions only and never had it.npm ci && npm run build && npm run checkpass locally on Node 22.🤖 Generated with Claude Code