
A mkdocs plugin that excludes selected chapters from the docs search index.
The mkdocs-exclude-search plugin is a valuable addition for anyone using MkDocs who wants to manage their documentation's search functionality more effectively. This plugin allows users to exclude selected chapters or sections from the search index, providing easy configuration options and flexibility for various documentation needs. While MkDocs Material has introduced built-in search exclusions for straightforward cases, this plugin enhances the capability with more advanced features.
With mkdocs-exclude-search, users can customize their documentation search experience to ensure that only relevant content is searchable. Whether dealing with multiple chapters, specific subsections, or entire directories, this plugin offers a comprehensive set of options for fine-tuning what is indexed in search results.

MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.
Documentation themes are built specifically for writing technical and product documentation. They are normally written and maintained in Markdown. The often include a navigation menu, search bar, clear headings, semantic document structure and clean typography.