{{ content }}
-
+
+
{% include previous-next_docs.html %}
\ No newline at end of file
diff --git a/_sass/_components.scss b/_sass/_components.scss
index b9f0cc1..3e6f7b7 100644
--- a/_sass/_components.scss
+++ b/_sass/_components.scss
@@ -160,4 +160,23 @@ code {
@media (min-width: $breakpoint-lg) {
font-size: 5em;
}
+}
+
+.navigation {
+ display: none;
+
+ @media (min-width: 90em) {
+ display: block;
+ position: fixed;
+ word-break: break-all;
+ top: 50px;
+ left: 1em;
+ width: 12em;
+ padding-right: 1em;
+ border-right: $color-border 1px solid;
+ }
+
+ .selected {
+ color: $color-text-accent;
+ }
}
\ No newline at end of file
diff --git a/index.html b/index.html
index a2ac7a7..c8ad6f8 100644
--- a/index.html
+++ b/index.html
@@ -39,4 +39,6 @@ layout: home
those via tcp.