You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/sidebar.html
+15-3Lines changed: 15 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@
94
94
{%- endif -%}
95
95
{%- endfor -%}
96
96
<liclass="top">
97
-
<details{%ifitem_contains_current%}open{%endif%}><!-- open so current page is visible when landing via direct link -->
97
+
<detailsdata-id="{{ item.title }}"{%ifitem_contains_current%}open{%endif%}><!-- open so current page is visible when landing via direct link -->
98
98
<summary>{{ item.title }}</summary>
99
99
{% if item.documents %}
100
100
<ulclass="child">
@@ -112,7 +112,7 @@
112
112
{%- endfor -%}
113
113
{%- endif -%}
114
114
{%- endfor -%}
115
-
<details{%ifchild_contains_current%}open{%endif%}><!-- open so current page is visible when landing via direct link -->
115
+
<detailsdata-id="{{ item.title }}.{{ child.title }}"{%ifchild_contains_current%}open{%endif%}><!-- open so current page is visible when landing via direct link -->
<details{%ifsubchild_contains_current%}open{%endif%}><!-- open so current page is visible when landing via direct link -->
127
+
<detailsdata-id="{{ item.title }}.{{ child.title }}.{{ subchild.title }}"{%ifsubchild_contains_current%}open{%endif%}><!-- open so current page is visible when landing via direct link -->
0 commit comments