docs: Only display one level of hierarchy in the TOC
This commit is contained in:
parent
db4cae8d91
commit
349ef79ce7
@ -94,3 +94,8 @@ table {
|
||||
td {
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
/* Only display one level of hierarchy in the TOC */
|
||||
#TOC ul ul {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user