mirror of
https://github.com/supabase/supabase.git
synced 2026-07-07 00:34:33 +08:00
* init * fix build issues * move deps over * Update CommandMenuWrapper.tsx * build fixes * Update sitemap_www.xml * reset * Update sitemap_www.xml * Update tsconfig.json * Update package.json * Update package.json * Update package-lock.json * Update package.json
76 lines
2.0 KiB
JSON
76 lines
2.0 KiB
JSON
{
|
|
"tools": {
|
|
"label": "Dashboard Tools",
|
|
"items": [
|
|
{
|
|
"label": "dashboard - Database",
|
|
"url": "https://supabase.com/docs/guides/database",
|
|
"subItems": [
|
|
{
|
|
"label": "Triggers",
|
|
"url": "http://www.example.com/triggers"
|
|
},
|
|
{
|
|
"label": "Functions",
|
|
"icon": "functions",
|
|
"url": "http://www.example.com/functions"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"label": "dashboard - Auth",
|
|
"url": "https://supabase.com/docs/guides/auth/overview"
|
|
},
|
|
{
|
|
"label": "dashboard - Edge Functions",
|
|
"url": "https://supabase.com/docs/guides/functions"
|
|
},
|
|
{
|
|
"label": "dashboard - Realtime",
|
|
"url": "https://supabase.com/docs/guides/realtime"
|
|
},
|
|
{
|
|
"label": "dashboard - Storage",
|
|
"url": "https://supabase.com/docs/guides/storage"
|
|
}
|
|
]
|
|
},
|
|
"settings": {
|
|
"label": "Dashboard Settings",
|
|
"items": [
|
|
{
|
|
"label": "settings - Database general",
|
|
"url": "https://supabase.com/docs/guides/database"
|
|
},
|
|
{
|
|
"label": "settings - Database settings",
|
|
"url": "https://supabase.com/docs/guides/auth/overview"
|
|
},
|
|
{
|
|
"label": "settings - API settings",
|
|
"url": "https://supabase.com/docs/guides/functions"
|
|
},
|
|
{
|
|
"label": "settings - Auth settings",
|
|
"url": "https://supabase.com/docs/guides/realtime"
|
|
},
|
|
{
|
|
"label": "settings - Storage settings",
|
|
"url": "https://supabase.com/docs/guides/storage"
|
|
},
|
|
{
|
|
"label": "settings - subscription settings",
|
|
"url": "https://supabase.com/docs/guides/storage"
|
|
},
|
|
{
|
|
"label": "settings - usage settings",
|
|
"url": "https://supabase.com/docs/guides/storage"
|
|
},
|
|
{
|
|
"label": "settings - invoices settings",
|
|
"url": "https://supabase.com/docs/guides/storage"
|
|
}
|
|
]
|
|
}
|
|
}
|