Skip to content

Add Sales Implementation Guides with L1-L4 autonomy ladder#627

Open
jordanc-relevanceai wants to merge 20 commits into
mainfrom
feature/implementation-guides
Open

Add Sales Implementation Guides with L1-L4 autonomy ladder#627
jordanc-relevanceai wants to merge 20 commits into
mainfrom
feature/implementation-guides

Conversation

@jordanc-relevanceai
Copy link
Copy Markdown
Collaborator

@jordanc-relevanceai jordanc-relevanceai commented May 15, 2026

Summary

Adds a Guides tab to the docs — a function-by-function persona walkthrough of building with Relevance — now built out across all six GTM/CX functions (Sales, Marketing, Customer Success, Support, Solution Engineering, RevOps).

  • Autonomy ladder is defined once on the Guides landing page (/use-cases/guides): L1 Assisted → L2 Copilot → L3 Autopilot → L4 Self-driving. Each function's landing page references it rather than redefining it (the ladder cards are display-only, not links).
  • Each function landing page forks into three persona paths — No build / Build visually / Build with AI — with shared scaffolding (Marketplace template, autonomy ladder, motions) pulled out of the tab bodies so each path carries only what's unique to it.
  • 21 motion docs across the six functions all follow one shape: When this pays off → The shape of this motion → Where to start → Where to take it → Common pitfalls.
    • Where to start — clone a real, linked Marketplace agent, or build your own (visual builder / Programmatic GTM).
    • Where to take it — give it a playbook (prompt + Knowledge), automate it on a trigger, and let it improve by feeding outcomes back into evals.
  • Substance pass on the copy — L4 "the Agent self-learns / retrains" claims reframed to the real eval-feedback loop; fabricated target metrics dropped; "open in chat" reduced to "open"; the inaccurate "full list at Integrations" wording corrected; the niche "Drop into code" subsection removed from the landing pages.
  • Styling scoped — the in-page Tabs pill/centered treatment is confined to the Guides path-picker (.path-picker), so the other ~42 <Tabs> pages across the docs keep Mintlify's native tab style.
  • Merged latest main — resolved a style.css conflict by keeping both sides (main's changelog styling + this branch's path-picker/tab styling); everything else auto-merged.

Test plan

  • mintlify dev — the Guides tab renders at the end of the tab list, after Enterprise
  • On each function's getting-started, flick through the No build / Build visually / Build with AI tabs — each path reads as distinct, not three copies of the same page
  • On each of the 21 motion pages, confirm Where to start / Where to take it / Common pitfalls render cleanly and the clone-card Marketplace links resolve
  • Confirm the autonomy-ladder cards on each landing page are display-only (non-clickable), and the in-body "autonomy ladder" link jumps to the L1-L4 section on /use-cases/guides
  • Click the SuperGTM links on the motion pages and confirm they land on /get-started/chat/super-gtm/introduction
  • Confirm the pill tab styling appears only inside the Guides; spot-check a non-Guides <Tabs> page (e.g. a build/tools/tool-steps/* page) renders native Mintlify tabs

Resolved since the first draft

  • All six functions are now built out (was Sales-only, with the others as stubs)
  • Motion docs moved from a literal L1-L4 ladder to Where to start / Where to take it
  • use-cases/talent-hr.mdx (orphaned, not in nav) removed, along with its unused .agent-card CSS
  • RevOps nav now points to use-cases/revops/* (the earlier enrichment.mdx naming mismatch is gone)

🤖 Generated with Claude Code

jordanc-relevanceai and others added 14 commits May 15, 2026 12:30
…e case pages

New Implementation Guides tab with vertical sections (Sales, Marketing,
Customer Success, Support, Solution Engineering, RevOps, Human Resources).
Sales section includes overview with agent cards, quickstart guide, individual
use case docs, and video library. Agent card CSS, Build overview page, and
updated use case content for all verticals.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Restructure the Sales section into a GAME START overview that forks into
three persona Tabs (Just results / Customize / Build with code) on a single
getting-started page. Tabs deep-link via URL hash so cards on the overview
land on the correct tab pre-selected.

Styling: new path-picker wrapper with a soft blue-to-purple gradient and
layered shadow, pill-style tabs with an indigo gradient active state and
a glow accent. Replaces hard borders with shadow-led depth to align with
the Relevance AI brand language.

Also: rename "Super GTM" to "SuperGTM" (one word) across all pages,
redirect old templates page links to the Marketplace overview, and retire
the top-level use-case stubs replaced by the sales/* tree.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
New /use-cases/blueprints landing as the entry point for the Blueprints
tab — a hook plus cards for each function (Sales, Marketing, Customer
Success, Support, Solution Engineering, RevOps, HR) and a brief
explainer on the persona-picker pattern.

Sales overview retired. Its hook, motions, and Lightspeed customer story
move into use-cases/sales/getting-started.mdx — motions are integrated
naturally at the end of each persona tab (no shared "Or pick a play"
header), with the customer story framed per-persona inside each tab.

Build with code tab rewritten to reflect what's actually there:
Programmatic GTM as an MCP for AI coding assistants, custom Python/JS
code blocks inside Tools, and the JS SDK for calling Agents from your
own apps. Drops earlier overstatements ("git-versioned prompts",
"workforces defined in code").

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
All six motion pages were walls of H2 + bullet list. Convert the
repeating sections to visual components so the page reads at a glance:

- "What the Agent does" → CardGroup with icons
- "How to set it up" → Steps component
- "Scaling it" → CardGroup
- "Common pitfalls" (prospect-research only) → AccordionGroup

Also fixes broken internal links uncovered while editing — the older
motion pages used /agent/..., /knowledge/..., /workforce/..., and
/agent/build-your-agent/escalations paths that don't exist in this
repo. Redirected to the canonical /build/... paths and to /alerts in
place of the missing escalations doc.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Rename Blueprints to Guides; the landing page defines L1-L4 once for all verticals
- Refactor Sales getting-started to pull shared scaffolding (Marketplace, motions, video, ladder) out of the persona tabs so each path carries only what's unique to it
- Rename persona tabs to "No build / Build visually / Build with AI" so they describe the actual surface, not a muddled "Customize"
- Apply the prospect-research shape across all 6 sales motion docs: When this pays off / The shape / L1-L4 ladder / Common pitfalls
- Replace <Steps> blocks with prose under the ladder per house style
…cture

Main restructured SuperGTM from a single page into a directory of pages.
A redirect from the old URL still exists in docs.json, but the canonical
path is now /get-started/chat/super-gtm/introduction.
The auto-merge of docs.json during rebase promoted the Guides tab
to a top-level product entry, which mintlify's schema rejected.
Moved it back into navigation.products[0].tabs and positioned it
at the end of the tab list after Enterprise.
Per team decision: existing SuperGTM docs stay, but no new content
should reference it. Rewrote each motion doc's L1 to "Ask the Agent
in chat" (open a cloned or built Agent, no super-agent dependency)
and dropped the SuperGTM sections from the Sales getting-started
No-build and Build-with-AI tabs.
Pre-SuperGTM-removal, L1 was "talk to SuperGTM" and L2 was "clone or
build a reusable Agent." Now L1 already establishes the Agent exists
(cloned or built), so L2's "Build a reusable X Agent" intro became
redundant. Reframed L2 across crm-data-enrichment, meeting-briefs,
lead-scoring, and competitive-intelligence to focus on shaping the
Agent rather than re-introducing it.
Marketing  → Autodesk (Allen Roh) + Lightspeed (Miles Smith)
CS         → Canva (Rob Giglio, CCO)
Support    → Canva (Behind the Scenes: AI Agent Strategy)
SE         → Canva (Michael Denari, Head of IT) + KPMG (Levi Watters, Partner)
RevOps     → KPMG (Lachlan Hardisty, Director of AI Lab)

This is the video swap only. The full Sales-shape rebuild (per-vertical
getting-started page + motion docs) is the next step.
Move use-cases/lifecycle-marketing.mdx → use-cases/marketing/getting-started.mdx
and reshape it: intro, Marketplace cards, persona tabs (No build / Build visually
/ Build with AI), four levels in marketing, motion cards, two Agents@Work videos.

Add three Marketing motion docs following the same shape as Sales motions:
- lifecycle-campaigns.mdx
- content-repurposing.mdx
- campaign-analytics.mdx

Each carries: When this pays off / The shape / L1-L4 ladder /
For technical teams card / Common pitfalls.

Update docs.json nav to add the Motions sub-group under Marketing and
add a redirect from the old /use-cases/lifecycle-marketing path.
The Marketplace template cards (3 cards) and motion cards (3 cards) were
in cols=2 grids, which left the third card orphaned on its own row.
Switched to cols=3 so each row fills evenly.
Move and reshape each vertical to match the Sales pattern: a getting-started
page (intro, Marketplace cards, persona tabs, autonomy ladder, motion cards,
Agents@Work videos) plus three motion docs (When this pays off, The shape,
L1-L4 ladder, Common pitfalls).

Renames + new files:
- customer-success.mdx → customer-success/getting-started.mdx
  + account-health, qbr-prep, renewal-expansion
- customer-support.mdx → customer-support/getting-started.mdx
  + ticket-triage, response-drafting, kb-generation
- solution-engineering.mdx → solution-engineering/getting-started.mdx
  + rfp-responses, demo-prep, discovery-summaries
- enrichment.mdx → revops/getting-started.mdx
  + pipeline-hygiene, lead-routing, data-dedup

Update docs.json: replace each flat vertical group with a Sales-style
group (getting-started + Motions sub-group), add redirects from old URLs.
Fix the function-picker cards on use-cases/guides.mdx to point at the new
landing pages.

All 3-card CardGroups use cols=3 to avoid the orphan-card layout issue.
Each vertical's getting-started.mdx had sidebarTitle "Getting started",
which differs from Sales (sidebarTitle "Sales"). The sidebar should show
the function name on the landing page so users can navigate by vertical.
@jordanc-relevanceai jordanc-relevanceai self-assigned this May 19, 2026
jordanc-relevanceai and others added 5 commits June 2, 2026 15:43
- Replace the L1–L4 ladder with Where to start / Where to take it on all
  21 motion docs; clone cards now link real Marketplace agents
- Reframe L4 "self-learning" claims to the eval-feedback loop and drop
  fabricated target percentages
- Fix the inaccurate "full list at Integrations" wording
- Drop the chat-surface phrasing ("open in chat" -> "open")
- Remove the "Drop into code" subsection from getting-started pages
- Make the autonomy-ladder cards non-clickable

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Resolved style.css by keeping both additions: main's changelog timeline /
tag / availability styles and this branch's path-picker, in-page Tabs, and
agent-card styles. They target different selectors, so nothing was dropped.
All other files auto-merged.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
talent-hr.mdx was a "Coming soon" stub not in docs.json nav and with no
inbound links; .agent-card CSS was used only by that page. Both removed.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The pill/centered tab styling was global, hitting all 48 <Tabs> pages.
Scoped the seven tab rules under .path-picker so only the use-case
getting-started Guides get the pill look; every other page falls back to
Mintlify's native tab styling.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- Renamed use-cases/ -> guides/ (tracked as renames); the overview is now
  guides.mdx at repo root, giving /guides (same file+folder pattern as
  changelog.mdx + changelog/)
- Updated nav paths, in-page links, and the autonomy-ladder link to /guides/...
- Pointed the five legacy redirect destinations at /guides/...; kept their
  /use-cases/... sources so old links still resolve
- Reverted the api-integration.mdx wording change (left as-is)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@jordanc-relevanceai jordanc-relevanceai marked this pull request as ready for review June 3, 2026 00:27
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 3, 2026

🎯 Vibe check

Reviewed: 27 files (2 with issues, 25 clean) — 4 additional files were deleted (use-cases/) and are not reviewable.

Scores

Dimension Score What's holding it back
🟢 Consistency 9/10 One banned-word form: "leveraged" in kb-generation.mdx:7. Everything else is clean — sentence case throughout, no British spellings, product term capitalization is handled well (including the human-agent / AI-Agent disambiguation in the support pages).
🟡 Technical clarity 8/10 use-cases/prospect-research.mdx was deleted but no redirect was added to docs.json. Anyone with that URL bookmarked hits a 404. All other internal links checked out.
🟢 Non-technical clarity 9/10 No issues found. The "day one prompts" in every motion page are the standout — they give non-technical readers an immediate, concrete entry point. The "When this pays off" framing lets readers self-identify in four seconds.
🟢 Structure 9/10 No issues found. Template consistency across all 18 motion pages and 6 getting-started pages is excellent. The path-picker Tabs pattern works well for the three-persona audience split.

Score key: 🟢 9–10, 🟡 6–8, 🔴 1–5.

Overall vibe: This is a well-executed, high-volume PR — 26 new pages with near-perfect template discipline. The consistent L1–L4 autonomy ladder, day-one prompts, and "Common pitfalls" pattern across every motion page would make any technical writer proud. Two small fixes needed: one banned word and one missing redirect.

🔧 Issues (2)
  • guides/customer-support/kb-generation.mdx:7 — "leveraged" is a form of the banned word "leverage". Rewrite: "the KB is the highest-return resource in the operation" (or "the KB pays back more than anything else in the operation").

  • docs.json (redirects section, after line 792) — use-cases/prospect-research.mdx was deleted in this PR but no redirect was added. Add:

    {
      "source": "/use-cases/prospect-research",
      "destination": "/guides/sales/prospect-research-use-case"
    }

    All other deleted use-cases/ files have corresponding redirects; this one was missed.

✅ Clean files (25)

guides.mdx, style.css, docs.json (bar the missing redirect), guides/sales/getting-started.mdx, guides/sales/prospect-research-use-case.mdx, guides/sales/crm-data-enrichment.mdx, guides/sales/personalized-outbound.mdx, guides/sales/lead-scoring.mdx, guides/sales/meeting-briefs.mdx, guides/sales/competitive-intelligence.mdx, guides/marketing/getting-started.mdx, guides/marketing/lifecycle-campaigns.mdx, guides/marketing/content-repurposing.mdx, guides/marketing/campaign-analytics.mdx, guides/customer-success/getting-started.mdx, guides/customer-success/account-health.mdx, guides/customer-success/qbr-prep.mdx, guides/customer-success/renewal-expansion.mdx, guides/customer-support/getting-started.mdx, guides/customer-support/ticket-triage.mdx, guides/customer-support/response-drafting.mdx, guides/revops/getting-started.mdx, guides/revops/pipeline-hygiene.mdx, guides/revops/lead-routing.mdx, guides/revops/data-dedup.mdx, guides/solution-engineering/getting-started.mdx, guides/solution-engineering/rfp-responses.mdx, guides/solution-engineering/demo-prep.mdx, guides/solution-engineering/discovery-summaries.mdx

🔋 Credit usage
Item Count
Files reviewed 27
Context pages read 0
Total lines processed ~4,100

Files read: docs.json (1117 lines), guides.mdx (52 lines), style.css (379 lines), guides/sales/getting-started.mdx (196 lines), guides/sales/prospect-research-use-case.mdx (104 lines), guides/sales/crm-data-enrichment.mdx (96 lines), guides/sales/personalized-outbound.mdx (95 lines), guides/sales/lead-scoring.mdx (96 lines), guides/sales/meeting-briefs.mdx (96 lines), guides/sales/competitive-intelligence.mdx (96 lines), guides/marketing/getting-started.mdx (196 lines), guides/marketing/lifecycle-campaigns.mdx (96 lines), guides/marketing/content-repurposing.mdx (96 lines), guides/marketing/campaign-analytics.mdx (95 lines), guides/customer-success/getting-started.mdx (187 lines), guides/customer-success/account-health.mdx (96 lines), guides/customer-success/qbr-prep.mdx (96 lines), guides/customer-success/renewal-expansion.mdx (96 lines), guides/customer-support/getting-started.mdx (187 lines), guides/customer-support/ticket-triage.mdx (96 lines), guides/customer-support/response-drafting.mdx (96 lines), guides/customer-support/kb-generation.mdx (96 lines), guides/revops/getting-started.mdx (189 lines), guides/revops/pipeline-hygiene.mdx (96 lines), guides/revops/lead-routing.mdx (96 lines), guides/revops/data-dedup.mdx (96 lines), guides/solution-engineering/getting-started.mdx (196 lines), guides/solution-engineering/rfp-responses.mdx (96 lines), guides/solution-engineering/demo-prep.mdx (96 lines), guides/solution-engineering/discovery-summaries.mdx (96 lines)

Non-doc files: style.css adds .path-picker CSS scoped to the Tabs inside the 6 getting-started guide pages — required for the pill-button tab styling. docs.json adds the Guides tab to navigation plus redirects from the old use-cases/ URLs to the new guides/ URLs (one redirect missing, see Issues).

Copy link
Copy Markdown
Member

@alexrelevanceai alexrelevanceai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added comments in Slack

- Landing-page sidebarTitle -> "Getting started" (was duplicating the
  vertical group name, e.g. Sales > Sales)
- Nav subgroup "Motions" -> "Use cases"
- In-page "motion(s)" -> "use case(s)" throughout the Guides
- Common pitfalls: replaced the stacked, identical circle-exclamation
  icons with a distinct, content-fitting icon per pitfall across all 21
  use-case docs

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 3, 2026

🎯 Vibe check

Reviewed: 29 files (27 with issues, 2 clean) — plus docs.json and style.css. Four use-cases/ files were deleted; redirects are in place for most.

Scores

Dimension Score What's holding it back
🟡 Consistency 7/10 Two product terms — Knowledge and Workforce — are lowercased in headings and card titles across virtually every file. Same pattern, same fix, 40+ instances. Grammar nit ("fit" → "fits") hits all 6 landing pages.
🟢 Technical clarity 9/10 Missing redirect for deleted /use-cases/prospect-research; /use-cases/enrichment redirects to the RevOps landing page rather than directly to the enrichment use-case page where the content now lives.
🟢 Non-technical clarity 9/10 The human support "agent" vs. AI "Agent" pairing in the customer-support pages creates a double-take on first read. MEDDICC used once without expansion.
🟢 Structure 9/10 Heading hierarchy inside tabs will generate duplicate TOC entries per page — not broken, but worth Mintlify-testing. No missing CTAs; "Where to take it" serves that purpose cleanly.

Score key: 🟢 9–10, 🟡 6–8, 🔴 1–5.

Overall vibe: This is a well-executed, high-volume PR — 27 pages, consistent template, zero banned words, no structural problems, solid concrete examples throughout. The only thing dragging it down is a mechanical find-and-replace job on two product terms (Knowledge, Workforce) that were lowercased in the section headings and card titles inside the tab components, while being correctly capitalized in all the body text around them.

🔧 Issues (9)

Product term: knowledgeKnowledge (6 headings + 6 card titles in getting-started pages)

  • guides/sales/getting-started.mdx:36## Sharpen the answers with knowledge## Sharpen the answers with Knowledge (Knowledge is a Relevance AI product term). Same line appears in all 6 getting-started files.
  • guides/sales/getting-started.mdx:40<Card title="Add knowledge""Add Knowledge". Inconsistent with the capitalized <Card title="Knowledge" in the Build visually tab of the same file. All 6 getting-started files.

Product term: workforceWorkforce (6 headings + 6 card titles in getting-started pages)

  • guides/sales/getting-started.mdx:95## Chain Agents into a workforce## Chain Agents into a Workforce. Line 97 of the same file correctly capitalizes it in body text ("on the Workforce canvas"), making this inconsistent. All 6 getting-started files.
  • guides/sales/getting-started.mdx:99<Card title="Build a workforce""Build a Workforce". All 6 getting-started files.

Product terms: workflowWorkforce, triggerTrigger (all 24 use-case pages)

  • guides/sales/lead-scoring.mdx:73Wrap it in a [workflow](/build/workforces/create-a-workforce) that fires on a [trigger](/build/agents/build-your-agent/triggers). The link destination for "workflow" is the Workforce creation page; the link destination for "trigger" is the Triggers product page. Both should use the product term: Wrap it in a [Workforce](/build/workforces/create-a-workforce) that fires on a [Trigger](/build/agents/build-your-agent/triggers). This pattern appears identically in every "Automate it on signals" card across all 24 use-case pages.

Grammar (6 getting-started pages)

  • guides/sales/getting-started.mdx:163 — "depending on which tab fit you" → "depending on which tab fits you" (present tense: the tab fits the reader, not "was a fit for you"). All 6 getting-started files.

Navigation: missing redirect (docs.json)

  • docs.jsonuse-cases/prospect-research.mdx was deleted in this PR but there is no redirect rule for /use-cases/prospect-research. The other four deleted use-cases files all have redirects. Anyone with an external link or bookmark to that URL will hit a 404. Add: { "source": "/use-cases/prospect-research", "destination": "/guides/sales/prospect-research-use-case" }.

Navigation: redirect destination mismatch (docs.json)

  • docs.json:776–777/use-cases/enrichment redirects to /guides/revops/getting-started. The enrichment content now lives at /guides/sales/crm-data-enrichment. The RevOps landing page itself tells readers to go to the Sales section for enrichment, so the redirect puts users one extra hop away from the content they were looking for. Consider: "destination": "/guides/sales/crm-data-enrichment".
🧩 Component suggestions (1)
  • guides/*/[use-case].mdx — "The shape of this use case" section uses a 4-card <CardGroup> (Inputs / Sources / Output / Delivery) in every use-case page. These four items are structured metadata about the use case, not navigable options or feature benefits — they're always the same four fields with descriptions. A 2-column markdown table (Field | Details) would let readers scan the structure faster and is more appropriate for reference-style content with consistent attributes. That said, the icons do add scanability, so this is a mild suggestion, not a hard call.
🏗️ Page structure (1)
  • guides/*/getting-started.mdx (all 6) — The ## Sharpen the answers with knowledge, ## Make it run on its own, and ## Ready to go further? headings live inside <Tab> components. Mintlify will include these in the page's right-sidebar TOC regardless of which tab is active, producing 3–4 duplicate-looking entries. This isn't a content authoring error — it's a Mintlify rendering behavior — but worth checking in a preview build to confirm the sidebar TOC doesn't look confusing. The custom .path-picker styling in style.css is clean and scoped correctly.
⚠️ Contradictions (1)
  • guides/customer-support/getting-started.mdx:4,148,151 — The description reads "so agents handle the cases that need a human" (lowercase = human support staff). The L1 and L2 cards then use the same word in both senses within a single sentence: "An agent opens a ticket and asks the Agent to summarize…" The capitalization distinction is correct per the style rules, but readers unfamiliar with the dual usage will stumble. This is the only place in the PR where the word is used for both referents on the same page. Consider rewording to "A support rep opens a ticket…" in the L1/L2 cards to remove the ambiguity entirely. Not a contradiction between files, but a within-file clarity issue significant enough to note here.
✅ Clean files (2)

guides.mdx, style.css

🔋 Credit usage
Item Count
Files reviewed 29 MDX + docs.json + style.css = 31
Context pages read 0 (all changed files reviewed directly; no linked context pages needed given consistent template)
Total lines processed ~4,100

Files read: guides.mdx (51 lines), style.css (379 lines), guides/sales/getting-started.mdx (196 lines), guides/sales/lead-scoring.mdx (96 lines), guides/sales/meeting-briefs.mdx (96 lines), guides/sales/personalized-outbound.mdx (96 lines), guides/sales/competitive-intelligence.mdx (96 lines), guides/sales/crm-data-enrichment.mdx (96 lines), guides/sales/prospect-research-use-case.mdx (105 lines), guides/marketing/getting-started.mdx (196 lines), guides/marketing/campaign-analytics.mdx (96 lines), guides/marketing/content-repurposing.mdx (96 lines), guides/marketing/lifecycle-campaigns.mdx (96 lines), guides/customer-support/getting-started.mdx (187 lines), guides/customer-support/kb-generation.mdx (96 lines), guides/customer-support/response-drafting.mdx (96 lines), guides/customer-support/ticket-triage.mdx (96 lines), guides/customer-success/getting-started.mdx (187 lines), guides/customer-success/account-health.mdx (96 lines), guides/customer-success/qbr-prep.mdx (96 lines), guides/customer-success/renewal-expansion.mdx (96 lines), guides/solution-engineering/getting-started.mdx (196 lines), guides/solution-engineering/demo-prep.mdx (96 lines), guides/solution-engineering/discovery-summaries.mdx (96 lines), guides/solution-engineering/rfp-responses.mdx (96 lines), guides/revops/getting-started.mdx (189 lines), guides/revops/data-dedup.mdx (96 lines), guides/revops/lead-routing.mdx (96 lines), guides/revops/pipeline-hygiene.mdx (96 lines), docs.json (partial, ~50 lines)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants