From 87edf9e5e4adb33197c2c958e6f1b3298336470d Mon Sep 17 00:00:00 2001 From: Brett Bond Date: Fri, 11 Sep 2026 14:09:39 +1000 Subject: [PATCH] docs: point campaign API key steps at the Developer button 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 --- content/docs/campaigns/index.mdx | 2 +- content/docs/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/campaigns/index.mdx b/content/docs/campaigns/index.mdx index b59b460..9c93098 100644 --- a/content/docs/campaigns/index.mdx +++ b/content/docs/campaigns/index.mdx @@ -17,7 +17,7 @@ The fastest path from zero to a working funnel on localhost is the **[Campaign P - **Node.js 18+** - A **Next Commerce store** with a campaign created in the Campaigns App -- Your **Campaign API key** — find it under your campaign's *Integration* tab +- Your **Campaign API key**: select **Developer** in the campaign header to open the Developer workspace, then copy the key from the **Campaigns API** section ### 2. Initialize a new project diff --git a/content/docs/index.mdx b/content/docs/index.mdx index d4abee3..f886044 100644 --- a/content/docs/index.mdx +++ b/content/docs/index.mdx @@ -81,7 +81,7 @@ Use campaigns to build external checkout experiences that run outside the storef 1. In your dashboard, install the **Campaigns App** and create a campaign 2. Add packages linked to product variants in your catalog -3. Get your **API Key** from the campaign's **Integration** tab +3. Get your **API Key**: select **Developer** in the campaign header to open the Developer workspace, then copy the key from the **Campaigns API** section 4. Clone the [Campaign Cart Starter Template](https://github.com/NextCommerceCo/campaign-cart-example) — a pre-built landing page, checkout, upsell, and receipt flow ready to customize **Resources**