You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
‼️Search index generation is now handled under the variable search in _config.yml instead of lunr_index and accepts a hash instead of an array.
‼️Search index generation is now run with bundle exec rake wax:search NAME instead of bundle exec rake wax:lunr
❌ Search UI is now handled dynamically by wax_theme; as such the UI=true option on the rake task has been depricated.
❌: The site testing task bundle exec rake wax:test was depricated and moved to wax_theme, since it deals with site presentation and not the handling of collection data.
❌ The wax:jspackage task was depricated, since it was arbitrary and unused.
Non-breaking Changes:
✅ The page generation task bundle exec rake wax:pagemaster NAME has become bundle exec rake wax:pages NAME. However, this is currently aliased for backwards compatibility.