mirror of
https://github.com/supabase/supabase.git
synced 2026-06-01 02:14:43 +08:00
feat: add links to product security (#34000)
* feat: add links to product security * chore: add link for product-security * fix: spelling * fix: spelling * Update apps/docs/content/guides/security/product-security.mdx Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> --------- Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
This commit is contained in:
@@ -2036,6 +2036,10 @@ export const security: NavMenuConstant = {
|
||||
url: '/guides/security',
|
||||
items: [
|
||||
{ name: 'Overview', url: '/guides/security' },
|
||||
{
|
||||
name: 'Product security',
|
||||
url: '/guides/security/product-security',
|
||||
},
|
||||
{
|
||||
name: 'Compliance',
|
||||
url: undefined,
|
||||
|
||||
Reference in New Issue
Block a user