aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/scss/_layout.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/assets/scss/_layout.scss b/docs/assets/scss/_layout.scss
index c102595f0..0ec7f7e99 100644
--- a/docs/assets/scss/_layout.scss
+++ b/docs/assets/scss/_layout.scss
@@ -78,3 +78,13 @@
}
}
}
+
+
+//
+// Markdown generated ToC
+//
+
+// Hide the first child li because it's always going to be "Contents".
+#markdown-toc > li:first-child {
+ display: none;
+}