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:
@@ -8,6 +8,7 @@
|
||||
<a href="https://github.com/snapotter-hq/snapotter/actions"><img src="https://img.shields.io/github/actions/workflow/status/snapotter-hq/snapotter/ci.yml?label=CI" alt="CI"></a>
|
||||
<a href="https://github.com/snapotter-hq/snapotter/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-AGPLv3-blue" alt="License"></a>
|
||||
<a href="https://github.com/snapotter-hq/snapotter/stargazers"><img src="https://img.shields.io/github/stars/snapotter-hq/snapotter?style=social" alt="Stars"></a>
|
||||
<a href="https://discord.gg/hr3s7HPUsr"><img src="https://img.shields.io/discord/1499484269628751905?label=Discord&logo=discord&logoColor=white" alt="Discord"></a>
|
||||
</p>
|
||||
|
||||

|
||||
@@ -72,6 +73,8 @@ For Docker Compose, persistent storage, and other setup options, see the [Gettin
|
||||
|
||||
Found a bug or have a feature idea? Open a [GitHub Issue](https://github.com/snapotter-hq/snapotter/issues). We don't accept pull requests, but your feedback directly shapes the project. See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
|
||||
|
||||
Join our [Discord](https://discord.gg/hr3s7HPUsr) for help, discussion, and community updates.
|
||||
|
||||
## License
|
||||
|
||||
This project is dual-licensed under the [AGPLv3](LICENSE) and a commercial license.
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -24,6 +24,7 @@ const columns = [
|
||||
title: "Community",
|
||||
links: [
|
||||
{ label: "GitHub", href: "https://github.com/snapotter-hq/snapotter" },
|
||||
{ label: "Discord", href: "https://discord.gg/hr3s7HPUsr" },
|
||||
{
|
||||
label: "Contributing",
|
||||
href: "https://github.com/snapotter-hq/snapotter/blob/main/CONTRIBUTING.md",
|
||||
|
||||
@@ -15,6 +15,7 @@ const links = [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Docs", href: "https://docs.snapotter.com" },
|
||||
{ label: "Discord", href: "https://discord.gg/hr3s7HPUsr" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
];
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Github, Star } from "lucide-react";
|
||||
import { Github, MessageCircle, Star } from "lucide-react";
|
||||
import { FadeIn } from "./fade-in";
|
||||
|
||||
export function OpenSource() {
|
||||
@@ -13,7 +13,7 @@ export function OpenSource() {
|
||||
SnapOtter is AGPL-3.0 licensed. Inspect every line of code. Contribute back. Self-host
|
||||
forever. No vendor lock-in, no surprise pricing changes, no rug pulls.
|
||||
</p>
|
||||
<div className="mt-10">
|
||||
<div className="mt-10 flex flex-wrap items-center justify-center gap-4">
|
||||
<a
|
||||
href="https://github.com/snapotter-hq/snapotter"
|
||||
target="_blank"
|
||||
@@ -24,6 +24,15 @@ export function OpenSource() {
|
||||
Star on GitHub
|
||||
<Star size={16} className="text-accent" />
|
||||
</a>
|
||||
<a
|
||||
href="https://discord.gg/hr3s7HPUsr"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="inline-flex items-center gap-2 rounded-xl border border-border px-6 py-3 text-base font-semibold transition-colors hover:bg-background-alt"
|
||||
>
|
||||
<MessageCircle size={20} />
|
||||
Join Discord
|
||||
</a>
|
||||
</div>
|
||||
</FadeIn>
|
||||
</div>
|
||||
|
||||
@@ -19,7 +19,7 @@ const freePlan = {
|
||||
"Air-gapped and offline ready",
|
||||
"Multi-user with team permissions",
|
||||
"Audit logging",
|
||||
"Community support via GitHub",
|
||||
"Community support via GitHub and Discord",
|
||||
"All updates included",
|
||||
"AGPL-3.0 licensed",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user