docs: fix typo in the website, added some introduction text#44
docs: fix typo in the website, added some introduction text#44snipsnipsnip merged 1 commit intoexteditor:mainfrom
Conversation
|
Warning Rate limit exceeded@snipsnipsnip has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 18 minutes and 22 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (2)
📝 WalkthroughSummary by CodeRabbit
WalkthroughTwo documentation updates to the site configuration: corrected a logo image path reference and added contextual information about GhostText client-side setup requirements and the original browser add-on. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files
|
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
.github/site/coverpage.md(1 hunks).github/site/homepage.md(1 hunks)
🔇 Additional comments (1)
.github/site/coverpage.md (1)
2-2: Logo path reference corrected.The change from
../ext/blue.svgto./ext/blue.svgaligns the path with how it's referenced elsewhere in the codebase (e.g., homepage.md line 33) and correctly resolves the typo.
7af363b to
0350d4b
Compare
Summary by CodeRabbit
Documentation
Chores