Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 520 Bytes

directory.md

File metadata and controls

22 lines (15 loc) · 520 Bytes
sort
5

Directory

If you want to list all pages in the current directory, add following code to your markdown file!

{% raw %}
{% include list.liquid %}
{% endraw %}

Then Generate a list like this: {% include list.liquid %}

If you want to list all pages and sub directory in the current directory, add following code to your markdown file!

{% raw %}
{% include list.liquid all=true %}
{% endraw %}

Then Generate a list like this [table of contents]({{ site.baseurl }}/docs/)!