Skip to content

Commit 349ef79

Browse files
committed
docs: Only display one level of hierarchy in the TOC
1 parent db4cae8 commit 349ef79

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/rust.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,8 @@ table {
9494
td {
9595
padding-right: 1em;
9696
}
97+
98+
/* Only display one level of hierarchy in the TOC */
99+
#TOC ul ul {
100+
display: none;
101+
}

0 commit comments

Comments
 (0)