From 8d8d61b3c518d1d40180067643122581848b976e Mon Sep 17 00:00:00 2001 From: skullY Date: Tue, 25 Feb 2020 16:33:35 -0800 Subject: [PATCH] limit the TOC to H1 and H2 --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index a94cf8269..3ab8f7846 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: [