feat: add local handbook search - #143
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
Next review available in: 18 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
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.
Pull request overview
This PR adds on-site local search for the Docusaurus-based handbook by introducing and configuring the @easyops-cn/docusaurus-search-local package, along with a small navbar label clarification.
Changes:
- Added
@easyops-cn/docusaurus-search-localto dependencies and locked its transitive dependency set. - Configured the local search theme in
docusaurus.config.ts(hashing, highlighting, explicit result paths, andmod+kshortcut). - Updated the navbar link label from “Dot Org” to “RaidGuild.org”.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pnpm-lock.yaml | Locks the newly added local-search dependency and its transitive dependency graph. |
| package.json | Adds @easyops-cn/docusaurus-search-local as a runtime dependency. |
| docusaurus.config.ts | Configures the local search theme and updates the navbar label text. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This pull request introduces a new local search feature to the Docusaurus site and makes a small label update in the navigation bar. The main changes are the addition and configuration of the
@easyops-cn/docusaurus-search-localplugin and a minor UI text improvement.Search functionality:
@easyops-cn/docusaurus-search-localas a dependency inpackage.jsonto enable local search capabilities.docusaurus.config.tswith options such as filename hashing, search term highlighting, explicit result paths, and a keyboard shortcut (mod+k).UI improvements:
docusaurus.config.ts.