Move wiki pages to github pages (#18497)

This commit is contained in:
Adam Schmideg
2019-03-21 10:35:00 +01:00
committed by Felix Lange
parent 02c039f102
commit 40eb803de1
83 changed files with 10461 additions and 186 deletions

7
doc.md Normal file
View File

@ -0,0 +1,7 @@
---
title: Other documents
---
{% for p in site.doc %}
* [{{ p.title }}]({% include link.html url=p.url %})
{% endfor %}