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:
Vance Ingalls
2026-06-30 15:57:56 -07:00
parent 9140ee51b3
commit bd27ea31ad
14 changed files with 14 additions and 0 deletions
+1
View File
@@ -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>