Add table of contents to docs pages

This commit is contained in:
Max Brunsfeld 2018-02-26 16:41:56 -08:00
parent b357ecd9b8
commit dbecd9521f
7 changed files with 337 additions and 2 deletions

13
docs/css/style.css Normal file
View 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;
}