Images and Videos
Use images and videos when they make a workflow easier to follow. Keep media files inside this docs repository or link to a dedicated public media host.
Images
Section titled “Images”Use Markdown image syntax for screenshots:
Store durable documentation images in src/assets/images/. Use descriptive filenames and include meaningful alt text.
Hosted Videos
Section titled “Hosted Videos”For walkthrough videos, prefer embedding a hosted video instead of committing large video files to Git:
<VideoEmbed title="Create your first webinar walkthrough" src="https://example.com/embed/video-id"/>Local Video Files
Section titled “Local Video Files”Only use public/videos/ for small, durable files. Large walkthrough videos should live in a video host or CDN.
<video controls src="/videos/create-your-first-webinar.mp4"></video>