Exclude third party markdown files from search

This commit is contained in:
Blerim Sheqa 2023-02-15 13:20:27 +01:00
parent 8079307697
commit 6a2c20d274
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ extra:
plugins: plugins:
- search: - search:
lang: en lang: en
- exclude-search:
exclude:
- library/*
- vendor/*
extra_javascript: [] extra_javascript: []
extra_css: extra_css:
- css/theme.css - css/theme.css