v0.29.0-beta - Add a frontend documentation searchengine
caendesilva
released this
30 May 11:56
·
1573 commits
to master
since this release
About
This release adds a search feature to documentation sites. It works by precompiling a JSON search index saved to your _site/docs directory.
Documentation sites then load this using AJAX through the new HydeSearch plugin, which searches your documentation in realtime!
You can try out a hosted demo here https://demos.desilva.se/gist/github/hydephp/experiments/hydesearch/FullHydeDemo/docs/search.html
What's Changed
- Bump guzzlehttp/guzzle from 7.4.2 to 7.4.3 by @dependabot in #456
- Create the backend search index generation for documentation pages by @caendesilva in #459
- Add the HydeSearch frontend integration for documentation pages by @caendesilva in #465
- Make the search feature configurable and toggleable by @caendesilva in #467
- Load HydeFront v1.9.x needed for HydeSearch by @caendesilva in #468
New Contributors
- @dependabot made their first contribution in #456
Full Changelog: v0.28.1-beta...v0.29.0-beta