We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087d978 commit 9f8a5e6Copy full SHA for 9f8a5e6
config/templates/README.md
@@ -0,0 +1,5 @@
1
+# Templates Files
2
+
3
+The composition of the `index.md` files that are placed inside each tree node directory of the
4
+handbook navigation tree is done using Jinja2 template engine with a custom
5
+[template file](/config/templates/index-template.j2).
config/templates/navigation-file-template.j2
@@ -17,13 +17,13 @@
17
18
{% for g in guides -%}
19
- {{g}}
20
-{% endfor -%}
+{% endfor %}
21
{% endif -%}
22
23
{% if topics is defined and topics -%}
24
## Topics
25
26
{% for t in topics -%}
27
- {{t}}
28
29
0 commit comments