docs: Only display one level of hierarchy in the TOC
This commit is contained in:
parent
db4cae8d91
commit
349ef79ce7
1 changed files with 5 additions and 0 deletions
|
@ -94,3 +94,8 @@ table {
|
|||
td {
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
/* Only display one level of hierarchy in the TOC */
|
||||
#TOC ul ul {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue