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:
Copple
2025-05-29 19:35:25 +02:00
committed by GitHub
parent 70bdeec24b
commit a61a39ff15
2 changed files with 32 additions and 2 deletions

View File

@@ -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' },
],
},
],
}