mirror of
https://github.com/supabase/supabase.git
synced 2026-05-08 09:50:33 -04:00
af8c132f59
* Fixed TypeScript casing typo * revert Support --> support --------- Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
27 lines
701 B
JSON
27 lines
701 B
JSON
[
|
|
{
|
|
"name": "TypeScript support",
|
|
"description": "Type definitions built directly from your database schema",
|
|
"badge": "",
|
|
"url": "/docs/client/generating-types"
|
|
},
|
|
{
|
|
"name": "Install from CDN",
|
|
"description": "Use Supabase in the browser without a build process",
|
|
"badge": "",
|
|
"url": "/docs/client/initializing"
|
|
},
|
|
{
|
|
"name": "Local emulator",
|
|
"description": "Develop locally and push to production when you're ready",
|
|
"badge": "",
|
|
"url": "/docs/guides/self-hosting"
|
|
},
|
|
{
|
|
"name": "Supabase CLI",
|
|
"description": "Manage Supabase projects from your local machine",
|
|
"badge": "",
|
|
"url": "https://github.com/supabase/cli"
|
|
}
|
|
]
|