Add free trial note to Signals tutorial intros - #1884
Conversation
Add a Snowplow free trial access note to the intro page of the seven Signals tutorials that were missing one, and retarget "get access" links from the Signals connection page to the Signals setup page. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Docs style reviewScope: writing quality, style guide, terminology, structure, links, MDX components. Nothing technical. Overall this is a clean, well-targeted change. The A few things worth fixing: 1. "deploy and use a Snowplow free trial" doesn't fit where the antecedent is an account
In the note this was modeled on ( Fix: use "you can sign up for a Snowplow free trial" in these two files. The wording is fine as-is in 2. Each note restates the prerequisite immediately above it
and the note directly below opens:
Same pattern in Fix: drop the restatement clause and let each note carry only what's new — the trial pointer. For example, in the quickstart: "Signals calculates attributes from events flowing through your Snowplow pipeline. If you don't have an account, you can sign up for a Snowplow free trial to follow along." Calling this out once; it applies across the five files listed. 3. Inconsistent link text for the same targetThree files use a state as the link text:
while Fix: prefer "Enable Signals" or "with Signals enabled (see Set up Signals)" in Related, and worth deciding deliberately since this PR is standardizing the wording: 4. MinorIn
|
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
documentation | 77083c0 | Commit Preview URL Branch Preview URL |
Jul 30 2026, 12:58 PM |
…ink text - 'sign up for' where the antecedent is an account (quickstart, interventions) - notes no longer restate the adjacent prerequisite (5 tutorials) - imperative/titled link text for /docs/signals/setup/ across intros - retarget python-tracking-and-signals to /docs/signals/setup/ for uniformity - quickstart heading echo reworded; stray trailing blank line trimmed Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Pushed
Build passes (exit 0, links validated). 🤖 Generated with Claude Code |
What changed?
Only 1 of the 8 Signals tutorials mentioned the Snowplow free trial, even though the trial includes Signals. This PR adds an access note to the intro page of the other 7 tutorials, modeled on the one in
tutorials/python-tracking-and-signals/introduction.md. Each note is worded to fit the page and ends with the same sentence pointing to the Snowplow free trial.While editing the intros, "get access" wording was retargeted from
/docs/signals/connection/(the credentials page) to/docs/signals/setup/(the enable-Signals page):signals-quickstart/start.md: "set up a Signals connection" is now "enable Signals", the "Connecting to Signals" heading is now "Enable Signals", and the "A Signals connection" prerequisite is now "Signals enabled on your Snowplow account"signals-ai-agent-context/introduction.mdandsignals-google-adk-agent/introduction.md: "Signals deployed" links now point to the setup page as "Signals enabled"signals-ml-prospect-scoring/intro.md: the "Connect to Signals" prerequisite step now says "Enable Signals" and links to the setup pagesignals-agentic-accelerator/intro.mdandsignals-personalize-travel/intro.md: existing "Signals enabled" prerequisites now link to the setup pageWhy?
The free trial includes Signals, but readers landing on these tutorials without a Snowplow account had no pointer to it. The connection page links sent readers to a credentials page when they actually needed to enable Signals first.
AI reviews
Claude will automatically review this PR against the docs style guide.
If you have questions or want it to look again at something specific, tag
@claudein a comment.🤖 Generated with Claude Code