A MkDocs plugin that allows excluding selected files or sections from the search index. Current version 0.6.6, stable maintenance mode.
pip install mkdocs-exclude-searchNo compatibility data collected yet for this library.
Add plugin to mkdocs.yml. The 'search' plugin must be listed before 'exclude-search'. Example excludes specific files and directories.
Ensure 'search' appears before 'exclude-search' in mkdocs.yml plugins section.
Consider alternatives if active development is needed.
Review MkDocs glob patterns documentation for exact syntax.
Run 'pip install mkdocs-exclude-search' and ensure you are using the correct Python environment.
Add 'search' plugin before 'exclude-search': plugins: [search, exclude-search: ...]