Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR updates DocSearch to its latest version.
There was a regression on the DocSearch indexing side, which broke the
lvl0
header (used to create search results section). We released a library side fix in order to prevent impacting the quality of the searches in the meantime of the indexing fix, and also prevent future regressions.I also updated your Crawler config (cc @yyx990803), so that search results are not grouped under
documentation
, but the same nav title as the website's sidebarA release of vitepress with this fix applied should also fix the https://vuejs.org/ and other vitepress powered websites
Preview
The current https://vitepress.dev/ results:
With the fix applied: