@@ -112,6 +114,8 @@
{%- include "partials/toc.html" -%}
{%- endif -%}
+ {% include "partials/docs_toc.html" %}
+
{{ page.content | safe }}
diff --git a/templates/partials/docs_toc.html b/templates/partials/docs_toc.html
new file mode 100644
index 0000000..ca3d0a7
--- /dev/null
+++ b/templates/partials/docs_toc.html
@@ -0,0 +1,7 @@
+
+ {%- for page in section.pages %}
+
+ {{ page.title }}
+
+ {%- endfor %}
+