Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 577 Bytes

File metadata and controls

12 lines (12 loc) · 577 Bytes

{%- if site.useVersionTree -%}

{%- assign validVerInfo = site.data.product_version.version_info_list -%} {%- for verInfo in validVerInfo -%} {%- assign curId = "version_tree_" | append: verInfo | replace: " ", "_" | downcase -%} {%- include liquid_searchVersionTreeFile.html ver=verInfo curPath="" targetRelativePath="sidelist-full-tree.html" -%} {%- endfor -%}
{%- endif -%}