File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717}
1818
1919.md-nav__title ,
20- h3 [id ^= "debug_toolbar.setting" ] .doc-properties {
20+ h4 [id ^= "debug_toolbar.setting" ] .doc-label-class-attribute {
2121 display : none;
2222}
2323
24- h3 [id ^= "debug_toolbar" ] > code : first-child {
24+ h4 [id ^= "debug_toolbar" ] > code : first-child {
2525 font-weight : bold;
2626 text-transform : lowercase;
2727}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ::: debug_toolbar.panels.Panel
2+ handlers: python
3+ options:
4+ heading_level: 4
5+ show_if_no_docstring: true
6+ show_root_heading: false
7+ show_root_toc_entry: false
Original file line number Diff line number Diff line change @@ -3,11 +3,10 @@ Here's a list of settings available:
33::: debug_toolbar.settings.DebugToolbarSettings
44 handlers: python
55 options:
6- show_root_heading: false
7- show_root_toc_entry: false
8- show_root_full_path: false
6+ heading_level: 4
7+ show_bases: false
98 show_if_no_docstring: true
10- heading_level: 3
9+ show_root_toc_entry: false
1110 filters:
1211 - "!^_ "
1312 - "!Config$"
You can’t perform that action at this time.
0 commit comments