guides/ folder with a video at the top. Five minutes, no code knowledge needed.
1
Record the video
Loom, YouTube (unlisted), or Mux all work: anything that gives you an embed URL. Keep guides under ~5 minutes; one task per guide.
2
Copy an existing guide
Duplicate
guides/welcome-tour.mdx, rename the file to your topic in kebab-case (e.g. guides/creating-a-cohort-channel.mdx), and update the frontmatter title, description, and icon.3
Paste your video embed
Replace the placeholder with your embed:Optionally add 3-5 written steps below the video so the guide works without sound.
Loom
YouTube
4
Register the page
Add the page path to the Guides tab in
docs.json ("guides/creating-a-cohort-channel"), and add a <Card> for it on guides/index.mdx so it shows in the hub.5
Open a PR and merge
All changes go through a pull request:
main is protected and publishes the live site the moment a PR merges. Every PR runs a Validate Docs check (links and style); the merge button unlocks when it’s green. If it fails, the check names exactly what to fix.