Reorganize sidebar menu so that child pages are listed under the current page, instead of in a whole other menu.
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
2024-10-02 19:29:06 -05:00
parent a93412facf
commit 91ea5fbfce
2 changed files with 18 additions and 7 deletions

3
templates/base.css Normal file
View File

@@ -0,0 +1,3 @@
#sidebar .highlight ul {
margin-left: 20px;
}