chore: add Discord community links across README, docs, and landing page

- README: Discord badge in header + community section link
- Docs: GitHub and Discord social links in VitePress config
- Landing: Discord in navbar, footer, open-source section, pricing copy
This commit is contained in:
SnapOtter
2026-05-01 16:13:38 +08:00
parent b50e1e0fb3
commit 84f24b8736
6 changed files with 22 additions and 3 deletions
+5
View File
@@ -102,6 +102,11 @@ export default defineConfig({
'AI-friendly docs available at <a href="/llms.txt">/llms.txt</a> · <a href="/llms-full.txt">/llms-full.txt</a>',
},
socialLinks: [
{ icon: "github", link: "https://github.com/snapotter-hq/snapotter" },
{ icon: "discord", link: "https://discord.gg/hr3s7HPUsr" },
],
editLink: {
pattern: "https://github.com/snapotter-hq/snapotter/edit/main/apps/docs/:path",
text: "Edit this page on GitHub",