diff --git a/docs/docs/contact.md b/docs/docs/contact.md index 26a727c2c..930415254 100644 --- a/docs/docs/contact.md +++ b/docs/docs/contact.md @@ -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). diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index b0c6ee312..a0cc593ec 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -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/'}, ], }, {