Add table of contents to docs pages
This commit is contained in:
parent
b357ecd9b8
commit
dbecd9521f
7 changed files with 337 additions and 2 deletions
13
docs/css/style.css
Normal file
13
docs/css/style.css
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#main-content, #table-of-contents {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#table-of-contents {
|
||||
padding: 10px;
|
||||
border-radius: 10px;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.nav-link.active {
|
||||
text-decoration: underline;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue