What's Changed
* Breaking - feature interface update and partials file refactor by ntno in https://github.com/ntno/mkdocs-terminal/pull/72
API Changes
Updated
- `navigation.side.hide` now hides the entire side panel, not just the side navigation menu
- renamed theme feature `toc.hide` to `navigation.side.toc.hide`
Added
- added page-specific hiding for `side_toc`
- added page-specific hiding for `top_nav`
- added theme feature `navigation.top.search_button.hide`
Other Changes
- documentation on search plugin
- refactored directory structure for partials / macros for better unit testing
- unit tests for theme features
- unit tests for page-specific features
- improved blocks documentation by ntno in https://github.com/ntno/mkdocs-terminal/pull/74
- add end tags to blocks
- fixed errors in blocks docs
- major version bump
**Full Changelog**: https://github.com/ntno/mkdocs-terminal/compare/2.3.0...3.0.0