diff options
author | skullY <skullydazed@gmail.com> | 2020-02-25 16:33:35 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2020-03-05 16:00:10 -0800 |
commit | 8d8d61b3c518d1d40180067643122581848b976e (patch) | |
tree | b69b45b9278732c06f451bacf9403a09528d673d /docs/index.html | |
parent | f86fd0cd14ad3e00f8efe90b5d454d54f512e2ee (diff) |
limit the TOC to H1 and H2
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index a94cf82694..3ab8f78461 100644 --- a/docs/index.html +++ b/docs/index.html @@ -103,7 +103,7 @@ }, toc: { scope: '.markdown-section', - headings: 'h1, h2, h3, h4, h5, h6', + headings: 'h1, h2', title: 'Table of Contents', }, plugins: [ |