mirror of
https://github.com/abhiTronix/vidgear.git
synced 2026-02-06 19:03:18 +00:00
✨ Update mkdocs.yml to enhance document filtering and handler configuration options
This commit is contained in:
+12
-7
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user