feat(mkdocs): 📝 add options for root heading and pygments language class in markdown extensions

This commit is contained in:
Onuralp SEZER 2025-04-22 17:53:54 +03:00
parent 6f7ca11ea9
commit 9ed9cd2592
No known key found for this signature in database
GPG Key ID: CF0835DFDF14CA38
1 changed files with 3 additions and 0 deletions

View File

@ -149,6 +149,7 @@ plugins:
group_by_category: true
docstring_style: google
show_symbol_type_heading: true
show_root_heading: True
show_symbol_type_toc: true
show_category_heading: true
inventories:
@ -178,6 +179,8 @@ markdown_extensions:
check_paths: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
extra_javascript:
- "javascripts/init_kapa_widget.js"