Add index file for Clef doc

This commit is contained in:
Adam Schmideg 2019-04-03 14:38:54 +02:00
parent a2ad4047cf
commit 5577773d5a
1 changed files with 8 additions and 0 deletions

8
docs/_clef/index.md Normal file
View File

@ -0,0 +1,8 @@
---
title: Clef
root: ..
permalink: /clef/
---
{% for p in site.clef %}
* [{{ p.title }}]({% include link.html url=p.url %})
{% endfor %}