Skip to content

Commit 429e140

Browse files
committed
Update README.md
1 parent d6bf76f commit 429e140

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

explainers/README.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,10 @@ Explainers are documents focused on describing a user/ developer/ customer probl
66

77
Currently, the following explainers are available to read and provide feedback:
88

9-
<!--
109
<ul>{%- for file in site.static_files -%}
1110
{% if file.path contains 'explainer.md' %}
1211
{% 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>
3013
{% endif %}
3114
{%- endfor -%}</ul>
3215

0 commit comments

Comments
 (0)