We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f4dcb commit ebc2c11Copy full SHA for ebc2c11
1 file changed
includes/generic-toc-items.html
@@ -5,7 +5,8 @@
5
{% assign fullPath = tocItem.fullPath %}
6
{% assign intro = tocItem.intro %}
7
8
-{% if tocItem.childTocItems %}
+{% if tocItem.childTocItems and page.documentType != "product" %}
9
+
10
<ul>
11
<li>{% include liquid-tags/link %}
12
@@ -17,6 +18,7 @@
17
18
</ul>
19
</li>
20
21
22
{% else %}
23
24
{% include liquid-tags/link-with-intro %}
0 commit comments