-
Notifications
You must be signed in to change notification settings - Fork 27
Add the review-instructions guide back to the ToC. #322
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
Conversation
It was accidentally dropped in #301.
WalkthroughThe changes update documentation to standardize the naming and linking of the "review instructions" guide. This includes adjusting link texts, updating link URLs to be consistent and relative, modifying document metadata, and adding the guide to the documentation sidebar configuration. No functional or logic changes are introduced. Changes
Poem
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Deploying coderabbit-docs with
|
Latest commit: |
309b17d
|
Status: | ✅ Deploy successful! |
Preview URL: | https://762c8763.coderabbit-docs.pages.dev |
Branch Preview URL: | https://toc-fix.coderabbit-docs.pages.dev |
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: 0
🧹 Nitpick comments (3)
docs/platforms/github-com.md (1)
112-112
: Unify link wording and improve sentence flow
The link text[adding custom review instructions](/guides/review-instructions)
is descriptive but diverges from the standardized title "Add review instructions" used elsewhere. Consider updating it to match the page title (e.g.,[Add review instructions]
) or capitalizing "Adding" for consistency. Additionally, this sentence follows several with similar structure—rephrasing could enhance readability.🧰 Tools
🪛 LanguageTool
[style] ~112-~112: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...it](/img/integrations/test-plan.png) > CodeRabbit also allows you to configure **custom r...(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
docs/faq.md (2)
95-95
: Align FAQ link text with guide title
The link[review instructions](/guides/review-instructions)
is lowercased and omits "Add". To maintain uniformity across the docs, consider using[Add review instructions](/guides/review-instructions)
.
111-111
: Align FAQ interaction link text with guide title
Similarly, the link in the interaction guide section uses[review instructions](/guides/review-instructions)
. For consistency with the actual page title, change to[Add review instructions](/guides/review-instructions)
.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (5)
docs/faq.md
(2 hunks)docs/guides/linked-issues.md
(1 hunks)docs/guides/review-instructions.md
(1 hunks)docs/platforms/github-com.md
(1 hunks)sidebars.ts
(1 hunks)
🧰 Additional context used
🪛 LanguageTool
docs/platforms/github-com.md
[style] ~112-~112: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...it](/img/integrations/test-plan.png) > CodeRabbit also allows you to configure **custom r...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: Cloudflare Pages
🔇 Additional comments (3)
sidebars.ts (1)
78-78
: Sidebar integration of review instructions guide
The entry"guides/review-instructions"
is correctly inserted under the "Configure CodeRabbit" category between"integrations/knowledge-base"
and"tools/tools"
, restoring the guide to the Table of Contents as intended.docs/guides/linked-issues.md (1)
171-171
: Consistent link text matching the guide title
The link text[Add review instructions](/guides/review-instructions)
now exactly matches the frontmatter title of the target page, ensuring clarity and consistency.docs/guides/review-instructions.md (1)
2-2
: Frontmatter title update is correct
The title has been updated toAdd review instructions
, and removal ofsidebar_label
/sidebar_position
is appropriate given the explicit sidebar configuration insidebars.ts
. This aligns with the PR objectives.
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.
lgtm
Repair a regression introduced with #301.
Normalize a few links and page titles regarding the review-instructions page.
Staged: https://toc-fix.coderabbit-docs.pages.dev/