Files
supabase/packages/ui-patterns/Cmdk/utils/dashboard-nav-items.json
Jonathan Summers-Muir 07a6c5ab4e Chore/move cmdk (#21936)
* 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
2024-03-11 18:31:23 +08:00

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"
}
]
}
}