Skip to content
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

Website: Replace Algolia with local search #9987

Merged
merged 3 commits into from
Feb 28, 2025
Merged

Conversation

mnonnenmacher
Copy link
Member

See the commit messages for details.

@mnonnenmacher mnonnenmacher requested review from a team as code owners February 28, 2025 15:18
@@ -55,6 +55,21 @@ const config = {
],
],

themes: [
Copy link
Member

Choose a reason for hiding this comment

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

Should we say in the commit message that we've made good experience with this in the ORT Server project?

Copy link
Member Author

Choose a reason for hiding this comment

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

I have added a sentence.

Replace the Algolia search with docusaurus-search-local [1] to not
depend on an external service for the search function.

The same plugin is already successfully being used on the ORT Server
website [2].

[1]: /~https://github.com/easyops-cn/docusaurus-search-local
[2]: https://eclipse-apoapsis.github.io/ort-server/search/

Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.com>
Replace an invisible anchor with a heading to fix a broken anchor
warning from Docusaurus.

Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.com>
Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.com>
@sschuberth sschuberth enabled auto-merge (rebase) February 28, 2025 15:33
Copy link

codecov bot commented Feb 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.40%. Comparing base (5162e66) to head (d8d312f).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #9987   +/-   ##
=========================================
  Coverage     68.40%   68.40%           
  Complexity     1420     1420           
=========================================
  Files           265      265           
  Lines          9300     9300           
  Branches        983      983           
=========================================
  Hits           6362     6362           
  Misses         2494     2494           
  Partials        444      444           
Flag Coverage Δ
funTest-docker 66.27% <ø> (ø)
funTest-non-docker 33.36% <ø> (ø)
test-ubuntu-24.04 36.93% <ø> (ø)
test-windows-2022 36.91% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sschuberth sschuberth merged commit 6a24ab7 into main Feb 28, 2025
26 checks passed
@sschuberth sschuberth deleted the website-local-search branch February 28, 2025 15:50
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