mirror of
https://github.com/supabase/supabase.git
synced 2026-07-06 13:44:23 +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
97 lines
2.2 KiB
JSON
97 lines
2.2 KiB
JSON
{
|
|
"general": [
|
|
{
|
|
"label": "Home",
|
|
"icon": "home",
|
|
"url": "http://www.example.com/home",
|
|
"sites": ["docs", "dashboard"],
|
|
"subItems": [
|
|
{
|
|
"label": "About",
|
|
"icon": "book",
|
|
"url": "http://www.example.com/about",
|
|
"sites": ["docs", "dashboard"]
|
|
},
|
|
{
|
|
"label": "Services",
|
|
"icon": "services",
|
|
"url": "http://www.example.com/services",
|
|
"sites": ["docs", "dashboard"]
|
|
},
|
|
{
|
|
"label": "Contact",
|
|
"icon": "contact",
|
|
"url": "http://www.example.com/contact",
|
|
"sites": ["docs", "dashboard"]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"label": "Products",
|
|
"icon": "products",
|
|
"url": "http://www.example.com/products",
|
|
"sites": ["dashboard"],
|
|
"subItems": [
|
|
{
|
|
"label": "Mobile",
|
|
"icon": "mobile",
|
|
"url": "http://www.example.com/products/mobile"
|
|
},
|
|
{
|
|
"label": "In person",
|
|
"icon": "person",
|
|
"url": "http://www.example.com/products/in-person"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"docsTools": [
|
|
{
|
|
"label": "Database",
|
|
"url": "https://supabase.com/docs/guides/database"
|
|
},
|
|
{
|
|
"label": "Auth",
|
|
"url": "https://supabase.com/docs/guides/auth/overview"
|
|
},
|
|
{
|
|
"label": "Edge Functions",
|
|
"url": "https://supabase.com/docs/guides/functions"
|
|
},
|
|
{
|
|
"label": "Realtime",
|
|
"url": "https://supabase.com/docs/guides/realtime"
|
|
},
|
|
{
|
|
"label": "Storage",
|
|
"url": "https://supabase.com/docs/guides/storage"
|
|
}
|
|
],
|
|
"docsSupport": [
|
|
{
|
|
"label": "Support",
|
|
"url": "https://supabase.com/support"
|
|
},
|
|
{
|
|
"label": "System Status",
|
|
"url": "https://status.supabase.com/"
|
|
},
|
|
{
|
|
"label": "Github Discussions",
|
|
"url": "https://github.com/supabase/supabase/discussions"
|
|
}
|
|
],
|
|
"docsGeneral": [
|
|
{
|
|
"icon": "arrowRight",
|
|
"label": "Go to the Dashboard",
|
|
"url": "https://app.supabase.io"
|
|
},
|
|
{
|
|
"icon": "inbox",
|
|
"label": "Read the Changelog",
|
|
"url": "https://supabase.com/changelog"
|
|
}
|
|
]
|
|
}
|