docs: update all docs to reflect current codebase (v0.3.0)#29
docs: update all docs to reflect current codebase (v0.3.0)#29nathanialhenniges merged 1 commit intomainfrom
Conversation
- Add location block type (7th block) to blocks guide - Add connections.mdx guide for contact form submissions inbox - Add connections to guide/meta.json sidebar nav - Add social icon shape + consent banner sections to appearance guide - Add rate limiting section (RL_AUTH/STRICT/UPLOAD/PUBLIC) to security guide - Add WALLET_* optional vars section to environment-variables.mdx - Rewrite cloudflare.mdx as ADHD-friendly step-by-step (6 numbered steps, TL;DR, troubleshooting, cost table, WALLET_* optional env block) - Add consent_banner, mapkit, admin_branding to configuration.mdx admin settings list - Add v0.3.0 changelog entry (analytics page, setup wizard, location block, social icon shape, connections rename, rate limiting, WALLET_* vars) - Update README.md features list (location block, connections inbox, consent banner) - Update CLAUDE.md with full settings key groups, new design patterns, connections page, setup wizard, and corrected command list Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Caution Review failedPull request was closed or merged during review WalkthroughThis pull request updates documentation across the LinkDen project to reflect v0.3.0 features: a new location block type, social icon shape customization, consent banner configuration, connections inbox for contact submissions, MapKit integration, admin branding controls, Cloudflare rate limiting, and Apple Wallet signing support. The changes span project README, internal architecture notes, feature guides, deployment instructions, and release notes. Changesv0.3.0 Feature Documentation
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
guide/connections.mdx— new guide for the Connections inbox (contact form submissions, filtering, bulk actions, email notification setup)guide/blocks.mdx; fix block count 6→7guide/appearance.mdxguide/security.mdxconnectionstoguide/meta.jsonsidebar navself-hosting/cloudflare.mdx— ADHD-friendly 6-step guide with TL;DR, expanded API token permissions table, WALLET_* optional env block, troubleshooting section, and cost tableWALLET_*optional env vars section + updated.envexample inself-hosting/environment-variables.mdxgetting-started/configuration.mdxREADME.mdfeatures list (location block, connections inbox, consent banner, rate limiting)CLAUDE.mdwith full settings key groups, new design patterns (social icon shape, consent banner, mapkit, admin branding, connections page, setup wizard), and corrected command listWhat prompted this
Pulled latest main (2 new commits — social icon shape section). Codebase had outpaced docs across several areas: new block type, new admin page, new settings, and the Cloudflare deploy guide needed a dummy-proof rewrite.
Reviewer notes
.mdx,.md,.json). No code changes.cloudflare.mdxis a significant rewrite in length — the old version was ~120 lines, new is ~170 — but content is strictly more accurate and complete.connections.mdxis a net-new file; sidebar position is betweenanalyticsandcontact-forminmeta.json.Test plan
bun dev:docs→ openhttp://localhost:3002🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Documentation