mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-08-31 02:41:44 +00:00
Adds the pages the rebuilt navigation is organised around, and moves the sidebar onto that structure. Every entry points at a file that exists after this commit; nothing is rewritten or removed yet, and no redirect is claimed yet. - Studio (13 pages) — the editor had no section of its own - One guide per creation workflow, matching the shipped agent skills - Section hubs: Concepts, Catalog, Developers, Deploy, Workflows, Help, Go further, Product updates, 30 Days of HyperFrames Pages a later commit retires drop out of the sidebar here but still exist and still resolve, so the site stays navigable at this commit. Incidentally fixes a link to /concepts from the Lambda migration guide that is broken on main today — the destination did not exist.
20 lines
590 B
Plaintext
20 lines
590 B
Plaintext
---
|
|
title: "Choose a workflow"
|
|
sidebarTitle: "Choose a workflow"
|
|
description: "Start from the material you already have."
|
|
---
|
|
|
|
import { WorkflowChooser } from "/snippets/workflow-chooser.jsx";
|
|
|
|
<WorkflowChooser />
|
|
|
|
When several source types matter equally, use **Direct a custom video**.
|
|
You can also make a plain `/hyperframes` request; the agent selects the matching
|
|
workflow after it understands what you want.
|
|
|
|
## Related topics
|
|
|
|
- [Make your first video](/quickstart)
|
|
- [Create a product or website video](/guides/product-launch-video)
|
|
- [Direct a custom video](/guides/general-video)
|