vuepress / docs

VuePress Documentation
https://vuepress.vuejs.org
MIT License
23 stars 89 forks source link

[Bug report] v2: broken search result links #20

Closed olets closed 4 months ago

olets commented 4 months ago

Description

I'm using the docs for the first time in months, and am hitting many broken URLs in search results.

For example, when searching for "container", the top ten results are at these nonexistent pages:

https://vuepress.github.io/reference/plugin/container.html https://vuepress.github.io/reference/default-theme/markdown.html https://vuepress.github.io/reference/default-theme/config.html https://vuepress.github.io/reference/default-theme/components.html

In those cases, the pages are now on https://ecosystem.vuejs.press/.

Based on those cases, maybe the solution is to change or redirect all vuepress.github.io/reference/default-theme/* URLs to ecosystem.vuejs.press/themes/default/*, and all vuepress.github.io/reference/plugin/* to ecosystem.vuejs.press/plugins/*. I haven't gone through to see if any slugs don't fit the pattern, or to see what other sections have moved.

Mister-Hope commented 4 months ago

algolia recraw will be blocked if the records reduce up to a limit.

so. I guess this is the situation.

meteorlxy commented 4 months ago

Just force refreshed the index

Thanks for reporting! ❤️