You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed from docs file 8090 port references (#143)
* chore(docs): restructure security docs and enhance API Keys documentation
Separated Users and Roles & Privileges into dedicated pages for better organization. Completely rewrote API Keys documentation with detailed instructions for creating, managing, and using API keys. Cleaned up navigation structure and removed duplicate content.
* docs: update OffSync page for v1.5.0 UI redesign
- Remove outdated video imports (old UI recordings)
- Add Enabling/Disabling OffSync section with dialog flow
- Rewrite Configuration tab: Database ID + SQL snippet + Push Notifications
- Add Metrics tab section (active devices, upload/download bytes)
- Update intro to reflect 4-tab layout
* docs: add enable/disable OffSync video to offsync page
* docs: remove obsolete section "Advanced: RLS and SQLite Sync"
* docs: enhance OffSync documentation for Database ID and Push Notifications configuration
* docs: comment out video player for OffSync enable/disable functionality
* docs: comment out video references in API Key management section
* docs: update OffSync configuration details and enhance tab descriptions
* Remove :8090 port from Weblite URLs
Update documentation examples to remove the explicit :8090 port from Weblite endpoints. Modified files under sqlite-cloud (create-database.mdx, multi-code-example.mdx, platform/weblite.mdx, write-data.mdx) so examples use https://<your-project-id>.sqlite.cloud/... instead of https://<your-project-id>.sqlite.cloud:8090/..., keeping examples consistent with the default service URL.
---------
Co-authored-by: Andrea Donetti <andinux@gmail.com>
@@ -52,7 +52,7 @@ The default encoding is set to UTF-8, and the default page size is 4096KB.
52
52
To create a new database or upload an existing database via [Weblite](/docs/weblite), our REST API, you can make a request with the following parameters:
0 commit comments