We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73110f commit 52518a0Copy full SHA for 52518a0
explainers/README.md
@@ -6,9 +6,16 @@ Explainers are documents focused on describing a user/ developer/ customer probl
6
7
Currently, the following explainers are available to read and provide feedback:
8
9
+<!--
10
+{%- for file in site.static_files -%}
11
+{% if file.extname == '' %}{{ file }}{% endif %}
12
+{%- endfor -%}
13
+-->
14
+
15
16
<ul>{%- for post in site.static_files -%}
- {% if post.path contains 'explainers' and post.path contains '.md'%}
17
<!-- ={{ post.extname }}= -->
18
+ {% if post.path contains 'explainers' and post.path contains '.md'%}
19
{% assign names = post.path | split: "/" %}
20
{% for subpath in names %}
21
{% if forloop.index0 == 2 %}
0 commit comments