mirror of
https://github.com/supabase/supabase.git
synced 2026-06-09 11:38:49 +08:00
docs: compliance (#36016)
* Compliance docs * lint spelling * fixes headings * Update apps/docs/content/guides/database/hardening-data-api.mdx * ci: Autofix updates from GitHub workflow --------- Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
This commit is contained in:
@@ -119,7 +119,7 @@ export const GLOBAL_MENU_ITEMS: GlobalMenuItems = [
|
||||
level: 'platform',
|
||||
},
|
||||
{
|
||||
label: 'Security',
|
||||
label: 'Security & Compliance',
|
||||
icon: 'security',
|
||||
href: '/guides/security',
|
||||
level: 'security',
|
||||
@@ -2092,6 +2092,19 @@ export const security: NavMenuConstant = {
|
||||
{ name: 'HIPAA', url: '/guides/security/hipaa-compliance' },
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Guides',
|
||||
url: undefined,
|
||||
items: [
|
||||
{ name: 'Production Checklist', url: '/guides/deployment/going-into-prod' },
|
||||
{
|
||||
name: 'Shared Responsibility Model',
|
||||
url: '/guides/deployment/shared-responsibility-model',
|
||||
},
|
||||
{ name: 'Row Level Security', url: '/guides/database/postgres/row-level-security' },
|
||||
{ name: 'Hardening the Data API', url: '/guides/database/hardening-data-api' },
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user