Skip to content

Conversation

@dcasati
Copy link
Collaborator

@dcasati dcasati commented Nov 25, 2025

Purpose

  • Adds search capability to the AKS Labs

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

Copilot AI review requested due to automatic review settings November 25, 2025 21:43
@dcasati dcasati requested a review from chzbrgr71 as a code owner November 25, 2025 21:43
Copy link
Contributor

Copilot AI left a 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-local package 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

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