Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/html-pages/low-code-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ This is the complete, working page. Copy all of it into a plain text editor (or
</form>
</div>

<script src="https://unpkg.com/seatable-html-page-sdk@latest/dist/index.min.js"></script>
<!-- Using the "latest" tag is not recommended for production - use a pinned version to ensure stability -->
<script src="https://unpkg.com/seatable-html-page-sdk@0.0.13/dist/index.min.js"></script>
<script>
let sdk;

Expand Down
2 changes: 1 addition & 1 deletion docs/html-pages/sdk/initialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The `seatable-html-page-sdk` is the bridge between an HTML page and its Universa
</script>
```

!!! tip "Pin a version"
!!! warning "Pin a version"

`@latest` always resolves to the newest release. For production pages, pin an explicit version (for example `seatable-html-page-sdk@1.0.0`) so a new release cannot change behavior unexpectedly.

Expand Down
Loading