From 534dfdd52a154c381eb4a4f1c8236e65804fab59 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Fri, 2 Aug 2024 09:38:42 +0200 Subject: [PATCH] Allow overriding toc levels at the guide level For reference guides, having a deeper TOC might make sense, typically for the Qute reference guide. --- _layouts/guides.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/guides.html b/_layouts/guides.html index 43a0774d6c..7b301abf53 100644 --- a/_layouts/guides.html +++ b/_layouts/guides.html @@ -59,7 +59,7 @@

{{page.title}} {{page.docversion}}

{{ content }}
-
{{ page.document | tocify_asciidoc: 2 }}
+
{{ page.document | tocify_asciidoc }}
{% if relations and relations[guide_url] -%}