mirror of
https://github.com/supabase/supabase.git
synced 2026-06-05 12:22:26 +08:00
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:
@@ -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'):
|
||||
|
||||
Reference in New Issue
Block a user