Files
supabase/www/data/Footer.json
2021-08-20 14:27:06 +08:00

99 lines
1.7 KiB
JSON

[
{
"title": "Product",
"links": [
{
"text": "Database",
"url": "/database"
},
{
"text": "Authentication",
"url": "/auth"
},
{
"text": "Storage",
"url": "/storage"
},
{
"text": "Functions",
"url": null
},
{
"text": "Pricing",
"url": "/pricing"
}
]
},
{
"title": "Resources",
"links": [
{
"text": "Support",
"url": "/support"
},
{
"text": "Brand Assets / Logos",
"url": "/brand-assets"
},
{
"text": "Case Studies",
"url": "/blog/tags/case-study"
},
{
"text": "System Status",
"url": "https://status.supabase.io/"
},
{
"text": "Terms of service",
"url": "/docs/company/terms"
}
]
},
{
"title": "Developers",
"links": [
{
"text": "Documentation",
"url": "/docs"
},
{
"text": "API Reference",
"url": "/docs/client/supabase-client"
},
{
"text": "Guides",
"url": "/docs/guides/examples"
}
]
},
{
"title": "Company",
"links": [
{
"text": "Blog",
"url": "/blog"
},
{
"text": "Open Source",
"url": "/oss"
},
{
"text": "Careers",
"url": "https://about.supabase.com/careers"
},
{
"text": "Humans.txt",
"url": "/humans.txt"
},
{
"text": "Lawyers.txt",
"url": "/lawyers.txt"
},
{
"text": "Security.txt",
"url": "https://supabase.io/.well-known/security.txt"
}
]
}
]