feat: SOC 2 docs page (#33965)

* feat: add SOC 2 page to docs

* feat: more linking

* fix: make linters happy

* fix: prettier

* chore: make security page available

* typo: sp

* publish security

* chore: publish new security section

* change mobile menu to show Security on Security section

---------

Co-authored-by: Charis Lam <26616127+charislam@users.noreply.github.com>
This commit is contained in:
Etienne Stalmans
2025-03-04 10:03:50 +01:00
committed by GitHub
parent a6424164e5
commit 0eaf282070
13 changed files with 141 additions and 3 deletions

View File

@@ -135,6 +135,8 @@ export const getMenuId = (pathname: string | null) => {
return MenuId.Realtime
case pathname.startsWith('resources'):
return MenuId.Resources
case pathname.startsWith('security'):
return MenuId.Security
case pathname.startsWith('self-hosting'):
return MenuId.SelfHosting
case pathname.startsWith('storage'):