File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -6,27 +6,10 @@ Explainers are documents focused on describing a user/ developer/ customer probl
6
6
7
7
Currently, the following explainers are available to read and provide feedback:
8
8
9
- <!--
10
9
<ul >{%- for file in site.static_files -%}
11
10
{% if file.path contains 'explainer.md' %}
12
11
{% assign items = file.path | split: "/" %}
13
- <li><a href="/DevTools/{{ post.path | remove:'.md'}}">{{ items[-2] }}</a></li>
14
- {% endif %}
15
- {%- endfor -%}</ul>
16
- -->
17
-
18
-
19
- <ul >{%- for post in site.static_files -%}
20
- <!-- ={{ post.extname }}= -->
21
- {% if post.path contains 'explainers' and post.path contains '.md'%}
22
- {% assign names = post.path | split: "/" %}
23
- {% for subpath in names %}
24
- {% if forloop.index0 == 2 %}
25
- {% if subpath != "README.md" and subpath != "explainer-template.md" %}
26
- <li><a href="/DevTools{{ post.path | remove:'.md'}}">{{ subpath | handle }}</a></li>
27
- {% endif %}
28
- {% endif %}
29
- {% endfor %}
12
+ <li ><a href =" /DevTools/{{ file.path | remove:'.md'}} " >{{ items[ -2] }}</a ></li >
30
13
{% endif %}
31
14
{%- endfor -%}</ul >
32
15
You can’t perform that action at this time.
0 commit comments