mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 18:08:31 +07:00
Added theme customization settings to the search plugin: * include_search_page: Determines whether the search plugin expects the theme to provide a dedicated search page via a template located at `search/search.html`. * search_index_only: Determines whether the search plugin should only generate a search index or a complete search solution. Themes should define these settings in their `mkdocs_theme.yml` config file. Documentation has been updated as well. Fixes #1315. Note: while we would not normally add new settings (features) in a point (bugfix) release, this is fixing a regression for third party themes. Therefore, it is a "bugfix" and appropriate for a point release.