-
Notifications
You must be signed in to change notification settings - Fork 51
add search #110
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
base: main
Are you sure you want to change the base?
add search #110
Conversation
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.
Pull request overview
This PR adds local search functionality to the AKS Labs documentation site by integrating the @easyops-cn/docusaurus-search-local plugin. However, there are critical configuration issues that will prevent the search from working correctly.
Key Changes:
- Adds
@easyops-cn/docusaurus-search-localpackage for search capability - Configures the search plugin in
docusaurus.config.ts - Updates deployment workflow to use
npm ci --legacy-peer-deps
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| package.json | Adds @easyops-cn/docusaurus-search-local v0.52.1 as a dependency |
| package-lock.json | Updates lock file with search plugin and its transitive dependencies |
| docusaurus.config.ts | Configures search plugin with blog/docs indexing settings (contains configuration errors) |
| .github/workflows/deploy.yml | Changes from npm install to npm ci --legacy-peer-deps to handle peer dependency conflicts |
Purpose
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test