-
Notifications
You must be signed in to change notification settings - Fork 3
Add Slack link #106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Slack link #106
Conversation
WalkthroughReplace a single inline Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
🤖 Fix all issues with AI agents
In `@docs/.vitepress/config.mts`:
- Around line 160-165: The SVG in the config object's icon.svg contains an
invalid fill value (fill="--vp-c-text-1"); update the SVG string inside the icon
property (icon.svg) to use a valid color token such as fill="currentColor" (or
remove the fill to let CSS inherit) so the GitHub icon inherits the correct
VitePress color, or replace the custom icon with VitePress's built-in GitHub
icon reference.
- Around line 166-171: The Slack invite entry using the custom icon SVG and an
expiring "shared_invite" link should be updated: either replace the expiring
link value in the object with a non-expiring workspace invite (or a stable
redirect such as your controlled URL) so the link field no longer uses the
temporary shared_invite URL, or simplify the entry by swapping the icon object
for the built-in identifier (change icon: { svg: '...' } to icon: 'slack') and
then set link to the permanent/redirect URL; update the object containing icon
and link accordingly to remove reliance on the expiring invite.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.