Skip to content

Update AI extension docs and navigation#144

Merged
TizianoT merged 10 commits into
stagefrom
codex/update-ai-extension-docs
May 21, 2026
Merged

Update AI extension docs and navigation#144
TizianoT merged 10 commits into
stagefrom
codex/update-ai-extension-docs

Conversation

@marcobambini
Copy link
Copy Markdown
Member

Summary

  • reorganize the docs navigation around SQLite AI, SQLite Cloud, Platform, SDKs, and Reference
  • add/refresh extension docs for SQLite-AI, SQLite-Memory, SQLite-Vector, SQLite-Sync, SQLite-Columnar, and SQLite-JS from the local extension repos
  • remove Pub/Sub from published navigation/content and fix stale docs links

Verification

  • npm run build-docs-website
  • static link check over generated docs HTML
  • preview smoke checks on localhost:4321

Note

This branch starts from the docs submodule commit currently referenced by sqlitecloud/website main (f5073e9), then adds the docs update commit on top.

TizianoT and others added 8 commits April 2, 2026 18:23
* 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

---------

Co-authored-by: Andrea Donetti <andinux@gmail.com>
* 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>
@TizianoT TizianoT changed the base branch from main to stage May 21, 2026 09:01
TizianoT and others added 2 commits May 21, 2026 11:15
Rename the platform/offsync page to platform/cloudsync (title, slug, and
in-page text), update the sidebar nav entry and the RLS page link, and
update the "OffSync page" dashboard references in the sqlite-sync guides.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…nsion-docs

# Conflicts:
#	sqlite-cloud/platform/offsync.mdx
@TizianoT TizianoT merged commit 4b44314 into stage May 21, 2026
@TizianoT TizianoT deleted the codex/update-ai-extension-docs branch May 21, 2026 09:37
TizianoT added a commit that referenced this pull request May 21, 2026
* 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.

* Update AI extension docs and navigation (#144)

* chore: improved dashboard offsync page (#142)

* 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

---------

Co-authored-by: Andrea Donetti <andinux@gmail.com>

* 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>

* docs: update AI extension documentation

* docs: remove extension installation instructions

* docs: clarify cloud-installed extensions

* docs: fix extension badges and nav labels

* docs: update sidebar navigation references for SDKs

* docs: rename OffSync to CloudSync

Rename the platform/offsync page to platform/cloudsync (title, slug, and
in-page text), update the sidebar nav entry and the RLS page link, and
update the "OffSync page" dashboard references in the sqlite-sync guides.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

---------

Co-authored-by: Tiziano Tuccella <tiziano.tuccella@gmail.com>
Co-authored-by: Andrea Donetti <andinux@gmail.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

---------

Co-authored-by: Andrea Donetti <andinux@gmail.com>
Co-authored-by: Marco Bambini <marco@creolabs.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants