-
Notifications
You must be signed in to change notification settings - Fork 321
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
Conversation
@@ -55,6 +55,21 @@ const config = { | |||
], | |||
], | |||
|
|||
themes: [ |
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.
Should we say in the commit message that we've made good experience with this in the ORT Server project?
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.
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>
8f93feb
to
d8d312f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
See the commit messages for details.