Skip to content

feat: add local handbook search - #143

Merged
ECWireless merged 1 commit into
mainfrom
feat/local-search
Aug 2, 2026
Merged

feat: add local handbook search#143
ECWireless merged 1 commit into
mainfrom
feat/local-search

Conversation

@ECWireless

Copy link
Copy Markdown
Member

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-local plugin and a minor UI text improvement.

Search functionality:

  • Added @easyops-cn/docusaurus-search-local as a dependency in package.json to enable local search capabilities.
  • Configured the local search plugin in docusaurus.config.ts with options such as filename hashing, search term highlighting, explicit result paths, and a keyboard shortcut (mod+k).

UI improvements:

  • Updated the navigation label from "Dot Org" to "RaidGuild.org" for clarity in docusaurus.config.ts.

Copilot AI review requested due to automatic review settings August 2, 2026 21:00
@vercel

vercel Bot commented Aug 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
handbook Ready Ready Preview Aug 2, 2026 9:00pm

Request Review

@coderabbitai

coderabbitai Bot commented Aug 2, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@ECWireless, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 18 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 6851d14b-a2b0-4fe5-aa25-01a549ee4330

📥 Commits

Reviewing files that changed from the base of the PR and between 3b81477 and f0bb18d.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (2)
  • docusaurus.config.ts
  • package.json

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-local to dependencies and locked its transitive dependency set.
  • Configured the local search theme in docusaurus.config.ts (hashing, highlighting, explicit result paths, and mod+k shortcut).
  • 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.

@ECWireless
ECWireless merged commit 13824eb into main Aug 2, 2026
4 checks passed
@ECWireless
ECWireless deleted the feat/local-search branch August 2, 2026 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants