Update docs contact (#2189)

This commit is contained in:
Leendert de Borst
2026-06-18 22:54:21 +02:00
committed by Leendert de Borst
parent af20c7c63c
commit bb72774458
2 changed files with 8 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
---
sidebar_position: 100
sidebar_label: "Help and Support"
sidebar_label: "Contact"
---
# Help and Support
# Contact
We're happy to help you get the most out of AliasVault. Whether you're setting up your first self-hosted instance, running into trouble with the apps, or just want to share feedback, here's how to reach us.
@@ -14,6 +14,10 @@ If you need help or have any questions about installing or using AliasVault, the
If you've found a bug or have an idea for a new feature, please open an issue on [GitHub](https://github.com/aliasvault/aliasvault/issues). Including as much detail as possible (your setup, steps to reproduce, and any relevant logs) helps us look into it faster.
:::warning Found a security issue?
Please **do not** open a public GitHub issue for security vulnerabilities. If you think you've found a security issue in AliasVault, report it responsibly through our [responsible disclosure page](https://www.aliasvault.com/responsible-disclosure). See our [security policy](https://github.com/aliasvault/aliasvault/blob/main/SECURITY.md) for more details.
:::
## Anything else
For any other questions or feedback, you can reach out through the contact page on the [AliasVault website](https://aliasvault.net/contact).

View File

@@ -238,7 +238,7 @@ const config: Config = {
type: 'doc',
docId: 'contact',
position: 'left',
label: 'Help',
label: 'Contact',
},
{
href: 'https://aliasvault.net',
@@ -272,7 +272,7 @@ const config: Config = {
href: 'https://github.com/aliasvault/aliasvault',
},
{label: 'Contributing', to: '/contributing/'},
{label: 'Help & Support', to: '/contact/'},
{label: 'Contact', to: '/contact/'},
],
},
{