Files
supabase/apps/docs/app/guides/security/layout.tsx
Etienne Stalmans 0eaf282070 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>
2025-03-04 10:03:50 +01:00

6 lines
170 B
TypeScript

import Layout from '~/layouts/guides'
export default async function SecurityLayout({ children }: { children: React.ReactNode }) {
return <Layout>{children}</Layout>
}