feat: mkdocs-exclude plugin added

This commit is contained in:
Mateusz Pusz
2024-09-08 08:20:26 +02:00
parent 4512e29b1b
commit 40d81d0f3e
2 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,9 @@ theme:
# Plugins
plugins:
- blog
- exclude:
glob:
- api_reference/src/*
- rss:
match_path: blog/posts/.*
date_from_meta:

View File

@ -4,4 +4,5 @@ identify
mkdocs-material
mkdocs-rss-plugin
mkdocs-material[imaging]
mkdocs-exclude
mike