Helios Documentation

Placeholders to Replace

A list of all placeholders that need to be replaced with actual content.

This document lists all the placeholder images and videos that need to be replaced with actual content.

Dashboard Navigation

Dashboard Tour Video

Description: A short screencast for a full tour of the dashboard's features.

Location: content/docs/dashboard.mdx

Original Content:

<div style="position: 'relative', paddingBottom: '56.25%', height: 0, marginTop: '1rem'">
  <iframe 
    src="https://www.youtube.com/embed/Y_VqV_d6z_c" 
    frameBorder="0" 
    allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" 
    allowFullScreen
    style="position: 'absolute', top: 0, left: 0, width: '100%', height: '100%'"
  ></iframe>
</div>

Annotated Dashboard Screenshot

Description: An overview of the main dashboard with callouts for each major section.

Location: content/docs/dashboard.mdx

Original Content:

![Annotated dashboard screenshot](https://placehold.co/800x450.png?text=Helios+Dashboard+Overview)

Getting Started

2-Minute Demo Video

Description: A short walkthrough showing how to go from sign-up to a live deployment.

Location: content/docs/getting-started.mdx

Original Content:

<div style="position: 'relative', paddingBottom: '56.25%', height: 0, marginTop: '1rem'">
  <iframe 
    src="https://www.youtube.com/embed/example-video-id" 
    frameBorder="0" 
    allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" 
    allowFullScreen
    style="position: 'absolute', top: 0, left: 0, width: '100%', height: '100%'"
  ></iframe>
</div>

Workspaces & Tenants

Workspace Diagram

Description: A diagram showing the relationship between workspaces, users, and tenants.

Location: content/docs/workspaces.mdx

Original Content:

![Workspace Diagram](https://placehold.co/600x400.png?text=Workspace+<-->+Users+<-->+Tenants)