docs: add Discord community link to docs, README, and PyPI URLs#141
Conversation
Surface the community Discord invite in the main public entry points: - docs/index.md link row (GitHub | PyPI | Discord) - README badge cluster (static shields pill) + a short community blurb - pyproject.toml [tool.poetry.urls] (shows on the PyPI project sidebar) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughAdds the project's Discord invite link in three places: a Discord badge and updated feedback CTA in README, the Discord URL in ChangesDiscord Community Links
🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs:
🚥 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)
Comment |
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The README is the repo's own front page, so the link pointed back to itself. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|



What
Surface the community Discord invite (
https://discord.gg/djtaFyXW) in the main public-facing entry points, which previously had no reference to it.Changes
docs/index.md— appendDiscordto theGitHub | PyPIlink row on the docs home page.README.md— add a static Discord shields.io pill to the badge cluster under the hero image, plus a short "Questions, ideas, or feedback? Join our Discord" blurb under the star line.pyproject.toml— add aDiscordentry to[tool.poetry.urls]so it shows on the PyPI project sidebar alongside Repository and Documentation.Notes
Discord-join) rather than a dynamic member-count badge, because only the invite code is known — not the numeric server ID thatimg.shields.io/discord/<id>requires.mkdocs.ymlwas intentionally skipped: the theme isreadthedocs, which has no cleanextra.socialfooter-icon slot.Docs/config only — no production code changes, so no tests added.
🤖 Generated with Claude Code
Summary by CodeRabbit
Documentation
Chores