MultiDocumenter v0.8.0
Breaking changes
- The default search engine is now
PageFind
. Explicitly passsearch_engine = MultiDocumenter.SearchConfig(engine = MultiDocumenter.FlexSearch)
to restore the old behaviour.
Merged pull requests:
- Create dependabot.yml (#88) (@abhro)
- chore: update checkout and cache actions (#89) (@pfitzseb)
- Bump actions/checkout from 1 to 4 (#90) (@dependabot[bot])
- Bump actions/cache from 1 to 4 (#91) (@dependabot[bot])
- fix: increase documenter navbar override specificity (#93) (@pfitzseb)
- fix: make navbar dropdown scrollable (#94) (@pfitzseb)
- fix: use correct font for flexsearch input (#95) (@pfitzseb)
- feat: make pagefind the new default search engine (#96) (@pfitzseb)
- feat: vitepress css compat (#97) (@pfitzseb)
- fix: resolve manifest for deployment (#98) (@pfitzseb)
- chore: use pagefind config for deployed page (#99) (@pfitzseb)
- fix: resolve symlinks for pagefind index (#100) (@pfitzseb)
- fix invocation of npm and npx (#101) (@asinghvi17)
Closed issues:
- pagefind search (#17)
- Search box uses fallback font (instead of Lato) (#56)
- Tall columns don't show completely on small screens (#58)
- Allow elements of columns to be simple hyperlinks (#67)
- Search box scope is unclear (#72)
- Issues with Slow Loading (#73)
- Fix sticky doc header - documenter themes (#92)