mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user