Back to Lit

Docs Nav Collapsing

packages/lit-dev-content/site/_includes/docs-nav-collapsing.html

latest664 B
Original Source

{% set navSection = eleventyNavigation.parent or eleventyNavigation.key %} {%- set navSections = collections[collection] | eleventyNavigation -%} {%- for section in navSections %} {# Are any children in this section active? #} {% set sectionActive = false %} {%- for child in section.children %} {% if child.url == page.url %} {% set sectionActive = true %} {% endif %} {%- endfor %}