Adding table of contents to docs pages

This commit is contained in:
Zachary Klosko 2020-06-05 23:07:38 -04:00
parent 68fd06f408
commit 57eb5d9c5b
32 changed files with 229 additions and 304 deletions

View file

@ -317,4 +317,14 @@ padding: 10px 20px;
.station-logos-col {
flex: 25%;
padding: 5px;
}
/* TOC */
.section-nav {
background-color: #fff;
margin: 5px 0;
padding: 10px 30px;
border: 1px solid #212529;
border-radius: 0px;
border-left: 10px solid #212529;
}