Am/cus 289/remove slack ctas from turnkey docs - #772
Open
am-hernandez wants to merge 3 commits into
Open
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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.
docs(support): add a Support page and remove Slack CTAs
Why
Turnkey Docs still pointed developers to the public Club Turnkey Slack community as a support channel. Pylon is the support surface now, so those CTAs needed to go and the docs needed a single page describing how to actually get help.
What
New Support page (
solutions/support/overview.mdx, added to the Solutions nav):help@turnkey.comfor support,hello@turnkey.comfor commercial), the Enterprise shared Slack channel, X, and the status page.assets/files/: launcher location, both dashboard Support CTAs, and two captioned shots of the open panel.CTA cleanup (
docs.json):/solutions/support/overviewinstead of the Slack invite.slacksocial removed with no replacement.Reusable callout (
snippets/support-callout.mdx), replacing 18 Slack/hello@turnkey.comsign-offs across 17 files:SupportCallouttakes an optionalpromptand renders the shared "reach out through any of our support channels" sentence. It returns a fragment rather than a<Note>, so it drops into a paragraph, a list item, or an accordion without changing the visual weight of the copy it replaces.SupportLinkis the inline anchor, for the two cases that live inside bullet lists.reference/faq.mdx(2),features/authentication/passkeys/integration.mdx, andsolutions/cookbooks/tron-gasless-transactions.mdx.Scope and non-goals
features/networks/others.mdxcarried the same sign-off as unlinked plain text, so the ticket's URL grep missed it. It is fixed here, which makes 14 network pages rather than the 13 the ticket lists.tvc-beta-callout.mdx,time-based-policies-beta-callout.mdx,verifiable-cloud/onboarding.mdx, andmanifest-sets-and-share-sets.mdx. Those are the Enterprise shared channel, not the community.hello@turnkey.comasks are left alone, since they are not multi-channel support sign-offs: bespoke email templates, Python SDK prioritization,wallets.mdx,faq.mdx(2),migration-guide.mdx, and thehelp@turnkey.comguidance inapi-reference/overview/errors.mdx, though they may warrant a folloew-up.Testing
Verified locally: the page renders, all four screenshots resolve, and every internal link in it points at a real page (
/reference/faq,/api-reference/overview/errors,/api-reference/overview/intro,/sdks/introduction).Reviewers should check:
SupportCalloutfragment renders inline correctly in all three positions, especially inside the FAQ accordions.mintlify dev.Ticket
Closes CUS-289