From 6a2c20d274a9f50c989e1a8daa53a57bd268d405 Mon Sep 17 00:00:00 2001 From: Blerim Sheqa Date: Wed, 15 Feb 2023 13:20:27 +0100 Subject: [PATCH] Exclude third party markdown files from search --- mkdocs.template.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mkdocs.template.yml b/mkdocs.template.yml index 7f9b100..c343511 100644 --- a/mkdocs.template.yml +++ b/mkdocs.template.yml @@ -28,6 +28,10 @@ extra: plugins: - search: lang: en + - exclude-search: + exclude: + - library/* + - vendor/* extra_javascript: [] extra_css: - css/theme.css