mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-01 19:42:03 +00:00
docs(sdk): republish SDK tab pages (Mintlify incremental deploy skipped the new files)
The #1817 deploy added 15 pages but Mintlify only published changed files
incrementally; the 14 unmodified pages 404'd on production while
editing-affordances (touched in 9140ee51b) deployed fine. Trailing-newline
touch forces Mintlify to re-emit all SDK pages.
This commit is contained in:
@@ -183,3 +183,4 @@ Once hit-testing and drag are working, you can use the affordance resolver to dr
|
||||
Resolve which edit controls to show for the selected element.
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
|
||||
@@ -194,3 +194,4 @@ async function openUserSession(
|
||||
Wiring the SDK to a live preview iframe inside an editor canvas.
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
|
||||
@@ -216,3 +216,4 @@ export function createHttpAdapter(baseUrl: string): PersistAdapter {
|
||||
All `OpenCompositionOptions` fields including `persist`, `persistPath`, `preview`, and `overrides`.
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
|
||||
@@ -253,3 +253,4 @@ comp.setSelection([]); // clear
|
||||
Every EditOp variant — for the dispatch() and can() layers.
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
|
||||
@@ -286,3 +286,4 @@ For lower-level operations — individual keyframe mutations (`addGsapKeyframe`,
|
||||
Keyframe authoring patterns and best practices.
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
|
||||
@@ -240,3 +240,4 @@ See [Embedded Override Mode](/sdk/guides/embedded-override-mode) for the full T3
|
||||
Full T3 embedded integration with host-owned history.
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
|
||||
@@ -76,3 +76,4 @@ npm install @hyperframes/sdk
|
||||
<Tip>
|
||||
If you want to render a composition to MP4 or WebM rather than edit it, see the [CLI](/packages/cli) or [producer](/packages/producer). The SDK is the editing layer — rendering is a separate pipeline.
|
||||
</Tip>
|
||||
|
||||
|
||||
@@ -148,3 +148,4 @@ The adapter writes `./project/index.html` after every mutation and keeps up to 2
|
||||
Full option reference — adapters, overrides, coalesce window, and more.
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
|
||||
@@ -319,3 +319,4 @@ preview.commitPreview();
|
||||
Building a visual editor canvas with the iframe preview adapter and hit-testing.
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
|
||||
@@ -636,3 +636,4 @@ comp.dispose();
|
||||
Template-driven products with host-owned history.
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
|
||||
@@ -538,3 +538,4 @@ comp.dispatch({
|
||||
update: { curviness: 2, cp1: { x: 220, y: -100 } },
|
||||
});
|
||||
```
|
||||
|
||||
|
||||
@@ -172,3 +172,4 @@ const comp = await openComposition(html, {
|
||||
Template-driven products with host-owned history.
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
|
||||
@@ -665,3 +665,4 @@ interface PersistErrorEvent {
|
||||
<ResponseField name="error.cause" type="unknown">
|
||||
Underlying error object, if available.
|
||||
</ResponseField>
|
||||
|
||||
|
||||
@@ -327,3 +327,4 @@ Determines which editing operations are available for a live element given its c
|
||||
Wiring a PersistAdapter, handling errors, and restoring from version history.
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user