docs: customer documentation for the September 2026 features - #10
Open
zackkatz wants to merge 1 commit into
Open
docs: customer documentation for the September 2026 features#10zackkatz wants to merge 1 commit into
zackkatz wants to merge 1 commit into
Conversation
Covers six trustedlogin-ecommerce features shipping this week, verified against their real PR diffs (not assumptions): - Annual billing toggle on the plan picker, "2 months free" (PR #1055, TL-127) — docs/Guides/change-plan.md - Trial-ending reminder emails at T-7 and T-1 (PR #1056, TL-129) — new docs/Guides/trial-ending-reminders.md - Cancellation exit conversation on "Switch to Free" (PR #1057, TL-132) — docs/Guides/change-plan.md - Enterprise qualification form replacing the static contact link (PR #1058, TL-130) — new docs/Guides/request-enterprise-access.md - Monthly value digest email to team owners (PR #1059, TL-133) — new docs/Guides/monthly-value-digest.md - Pricing 2.0 catalog: Free/Support/Growth/Scale/Enterprise tiers, new prices, and the hard site cap replacing the dead site-overage code path (PR #1060, TL-121/TL-128) — docs/Guides/change-plan.md, docs/Guides/buy-credits.md, docs/Guides/signup.md All six landed content is hand-written and flagged inline as a manual addition/correction — none of it has a matching Playwright doc-flow spec in trustedlogin-ecommerce yet, so there are no new screenshots. Whoever adds spec coverage for these flows should regenerate the affected sections and remove the manual-addition notices.
|
Warning Review limit reachedNext included review available in 18 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (7)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Summary
Customer documentation for six trustedlogin-ecommerce features shipping this week. Every fact below (prices, caps, field labels, copy) was pulled from the real PR diffs in
trustedlogin/trustedlogin-ecommerce, not assumed.docs/Guides/change-plan.md.docs/Guides/trial-ending-reminders.md.docs/Guides/change-plan.md.docs/Guides/request-enterprise-access.md.docs/Guides/monthly-value-digest.md.docs/Guides/change-plan.md,docs/Guides/buy-credits.md, anddocs/Guides/signup.md(corrected the Free-plan allotment new signups now see: 1 site / 5 logins, not the old 3/10).Notes for reviewers
trustedlogin-ecommerceyet (tests/Browser/docs/), so there are no new screenshots. Whoever adds spec coverage should regenerate those sections from the spec and delete the notices.docs/Guidessection is currently not linked from the site nav (see the comment insidebars.js) — these edits follow that existing state and don't change it.change-plan.mdstill describes "Cancel subscription" as a Stripe Billing Portal action (pre-existing content, unchanged) alongside the in-app "Switch to Free" flow I added — both may genuinely coexist, but I didn't have diff evidence either way for the portal's cancel button, so I left that claim as-is rather than removing it; (2) the Enterprise "sites under management" ranges (100–300 through 5,000+) come fromEnterpriseInquiry::SITES_RANGESin #1058 as shipped.Test plan
node_modulesin the worktree used for this change)change-plan.mdagainst the live plan picker once #1060 deploys