Files
supabase/apps/www/data/AdminAccess.json
2022-04-21 12:04:22 +02:00

21 lines
1.1 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"tabTableEditor": {
"header": "Manage your data with the familiarity of a spreadsheet",
"description": "You dont have to be a database expert to use Supabase. Our table editor makes Postgres easy to use, even for non-techies. You can do everything right in our dashboard.",
"cta": "Explore Table View",
"url": "/docs/guides/platform"
},
"tabSqlEditor": {
"header": "In-built SQL editor for when you need greater control",
"description": "Write, save, and execute SQL queries directly on our dashboard, with templates to save you time. Run common queries and even build applications using our growing list of templates.",
"cta": "Explore SQL Editor",
"url": "/docs/guides/platform"
},
"tabAuthRules": {
"header": "User management as straight-forward as it can be",
"description": "Easily manage your users with Supabase Auth, with email logins, magic links, and third-party logins. Create complex access policies with SQL rules to fit your unique business needs.",
"cta": "Explore Auth Policies",
"url": "/docs/guides/auth"
}
}