diff --git a/includes/generic-toc-items.html b/includes/generic-toc-items.html index 4c92395152..cc914167e3 100644 --- a/includes/generic-toc-items.html +++ b/includes/generic-toc-items.html @@ -5,7 +5,8 @@ {% assign fullPath = tocItem.fullPath %} {% assign intro = tocItem.intro %} -{% if tocItem.childTocItems %} +{% if tocItem.childTocItems and page.documentType != "product" %} +