Building a Zoho skill
This walkthrough takes a new contributor through the full skill-building flow. The summary view is shown by default — expand any step for the full before / during / after detail.
Phase 1: Source collection
~2 hoursPull together every official doc, reference, and known gotcha for the product before writing anything.
Dig deeper
How this page is built
Section titled “How this page is built”The walkthrough you just clicked through is one React component (<Walkthrough />)
embedded as a client island on
this otherwise-static MDX page. Authoring future walkthroughs means writing MDX
plus a step list — no React knowledge required for content.
In a real internal version, each step would be its own MDX file under
src/content/docs/walkthroughs/<flow>/steps/ so writers and engineers could
edit them independently. This POC keeps everything in src/data/steps.ts for
a clean apples-to-apples comparison with the Next.js POC.