mirror of
https://github.com/supabase/supabase.git
synced 2026-06-21 17:03:18 +08:00
* docs: Update from supabase-py PRs #1240, #1283, #1318 - Add upsert option to create_signed_upload_url (PR #1283) - Add vector and analytics bucket methods documentation (PR #1318) - Add OAuth 2.1 admin endpoints documentation (PR #1240) All features are marked as alpha and may change in the future. # Conflicts: # apps/docs/spec/supabase_py_v2.yml * docs: Add Python examples to guides for supabase-py PRs #1240, #1283, #1318 - Add Python examples to vector bucket guides (creating, storing, querying, working with indexes) - Add Python examples to analytics bucket creation guide - Add Python examples for OAuth admin endpoints (create_client, list_clients) - Add Python example for create_signed_upload_url with upsert option All examples follow existing guide patterns and use proper TabPanel structure. * style: format guides * fix: Quote YAML descriptions with backticks to fix parsing error Fixes YAML parsing error at line 8453 by properly quoting description strings that contain backticks and commas. * fix(docs): match ids for python reference
Supabase Specs
These spec files are used to generate the reference documentation.
Preparation
To get started, run make init. This installs all dependencies.
Usage
make # download and transform specs into docs