Update mkdocs.yml to enhance document filtering and handler configuration options

This commit is contained in:
abhiTronix
2025-03-15 21:14:20 +05:30
parent c070b5809e
commit 2c27a4a8e9
+12 -7
View File
@@ -107,13 +107,15 @@ plugins:
handlers:
python:
options:
show_root_heading: false
show_root_toc_entry: false
show_source: true
heading_level: 3
- exclude:
glob:
- overrides/assets/README.md
filters:
- "!^_"
- "^__init__$"
- "^__call__$"
extra:
show_root_heading: false
show_root_toc_entry: false
show_source: true
heading_level: 3
# Hooks
hooks:
@@ -208,6 +210,9 @@ markdown_extensions:
custom_checkbox: true
- pymdownx.tilde
exclude_docs: |
overrides/assets/README.md
# Page tree
nav:
- Home: