mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
docs: promote one-command quick start and refresh social card (#419)
README: - Add a one-command Quick Start above Key Features (single docker run) to show how fast setup is; rename the detailed section to Deployment and drop the duplicated one-liner. - List TinyWow among the alternatives. - Tighten the sponsor call to action. Branding: - Replace the social card's GDPR/HIPAA badges with Self-hosted, Privacy-sensitive, Compliance-friendly, Air-gap capable, Open source, matching the landing Hero. - Regenerate branding/social-preview.png and the synced landing/web OG images (counts refreshed to the live catalog). Claude-Session: https://claude.ai/code/session_01JQ8LmV8LPLi8yNTayHzSTQ
This commit is contained in:
@@ -22,8 +22,8 @@ const out = resolve(repoRoot, "branding/social-preview.png");
|
||||
// sibling logo and the ../apps fonts as file:// subresources.
|
||||
const htmlPath = resolve(repoRoot, "branding/.og.html");
|
||||
|
||||
// Enterprise trust badges (subset of Hero.astro's list).
|
||||
const BADGES = ["On-premise", "GDPR & HIPAA", "Air-gap", "SAML SSO", "Open source"];
|
||||
// Trust badges (subset of Hero.astro's trustBadges list).
|
||||
const BADGES = ["Self-hosted", "Privacy-sensitive", "Compliance-friendly", "Air-gap capable", "Open source"];
|
||||
|
||||
// lucide icon inner-SVG (stroke), matching the icons used in CategoryCards.astro.
|
||||
const ICON = {
|
||||
|
||||
Reference in New Issue
Block a user