Skip to content

Commit bd27ea3

Browse files
committed
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 9140ee5) deployed fine. Trailing-newline touch forces Mintlify to re-emit all SDK pages.
1 parent 9140ee5 commit bd27ea3

14 files changed

Lines changed: 14 additions & 0 deletions

docs/sdk/guides/canvas-integration.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,3 +183,4 @@ Once hit-testing and drag are working, you can use the affordance resolver to dr
183183
Resolve which edit controls to show for the selected element.
184184
</Card>
185185
</CardGroup>
186+

docs/sdk/guides/embedded-override-mode.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,4 @@ async function openUserSession(
194194
Wiring the SDK to a live preview iframe inside an editor canvas.
195195
</Card>
196196
</CardGroup>
197+

docs/sdk/guides/persistence.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,3 +216,4 @@ export function createHttpAdapter(baseUrl: string): PersistAdapter {
216216
All `OpenCompositionOptions` fields including `persist`, `persistPath`, `preview`, and `overrides`.
217217
</Card>
218218
</CardGroup>
219+

docs/sdk/guides/querying-and-editing.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,3 +253,4 @@ comp.setSelection([]); // clear
253253
Every EditOp variant — for the dispatch() and can() layers.
254254
</Card>
255255
</CardGroup>
256+

docs/sdk/guides/timing-and-animation.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,3 +286,4 @@ For lower-level operations — individual keyframe mutations (`addGsapKeyframe`,
286286
Keyframe authoring patterns and best practices.
287287
</Card>
288288
</CardGroup>
289+

docs/sdk/guides/undo-redo-and-patches.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,3 +240,4 @@ See [Embedded Override Mode](/sdk/guides/embedded-override-mode) for the full T3
240240
Full T3 embedded integration with host-owned history.
241241
</Card>
242242
</CardGroup>
243+

docs/sdk/overview.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,4 @@ npm install @hyperframes/sdk
7676
<Tip>
7777
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.
7878
</Tip>
79+

docs/sdk/quickstart.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,4 @@ The adapter writes `./project/index.html` after every mutation and keeps up to 2
148148
Full option reference — adapters, overrides, coalesce window, and more.
149149
</Card>
150150
</CardGroup>
151+

docs/sdk/reference/adapters.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,3 +319,4 @@ preview.commitPreview();
319319
Building a visual editor canvas with the iframe preview adapter and hit-testing.
320320
</Card>
321321
</CardGroup>
322+

docs/sdk/reference/composition.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,3 +636,4 @@ comp.dispose();
636636
Template-driven products with host-owned history.
637637
</Card>
638638
</CardGroup>
639+

0 commit comments

Comments
 (0)