Merge branch 'main' into docs-homepage

This commit is contained in:
Jesse Winton
2025-06-20 12:25:32 -04:00
committed by GitHub
2 changed files with 6 additions and 5 deletions

8
pnpm-lock.yaml generated
View File

@@ -29,7 +29,7 @@ importers:
version: 0.26.0
'@appwrite.io/repo':
specifier: github:appwrite/appwrite#main
version: https://codeload.github.com/appwrite/appwrite/tar.gz/45e5509113f568190c66d491aa1145069c6d124c
version: https://codeload.github.com/appwrite/appwrite/tar.gz/e56c03a007ba65345b73892f90b0a968cd58a595
'@eslint/compat':
specifier: ^1.2.7
version: 1.2.7(eslint@9.22.0(jiti@2.4.2))
@@ -296,8 +296,8 @@ packages:
'@appwrite.io/pink@0.26.0':
resolution: {integrity: sha512-iPeGE56pauzxuIXt15ZswjKCErwp3QdF3XOlJZfyYY7J2nirra85JNTL+3lWuFIf8yYWL7NbvCjhf8ig79TgwA==}
'@appwrite.io/repo@https://codeload.github.com/appwrite/appwrite/tar.gz/45e5509113f568190c66d491aa1145069c6d124c':
resolution: {tarball: https://codeload.github.com/appwrite/appwrite/tar.gz/45e5509113f568190c66d491aa1145069c6d124c}
'@appwrite.io/repo@https://codeload.github.com/appwrite/appwrite/tar.gz/e56c03a007ba65345b73892f90b0a968cd58a595':
resolution: {tarball: https://codeload.github.com/appwrite/appwrite/tar.gz/e56c03a007ba65345b73892f90b0a968cd58a595}
version: 0.0.0
'@asamuzakjp/css-color@3.2.0':
@@ -4252,7 +4252,7 @@ snapshots:
normalize.css: 8.0.1
the-new-css-reset: 1.11.3
'@appwrite.io/repo@https://codeload.github.com/appwrite/appwrite/tar.gz/45e5509113f568190c66d491aa1145069c6d124c': {}
'@appwrite.io/repo@https://codeload.github.com/appwrite/appwrite/tar.gz/e56c03a007ba65345b73892f90b0a968cd58a595': {}
'@asamuzakjp/css-color@3.2.0':
dependencies:

View File

@@ -91,7 +91,8 @@
rel: 'noopener noreferrer'
},
{ label: 'Contact us', href: '/contact-us' },
{ label: 'Assets', href: '/assets' }
{ label: 'Assets', href: '/assets' },
{ label: 'Security', href: '/docs/advanced/security' }
]
};
</script>