2019-03-21 04:35:00 -05:00
|
|
|
---
|
|
|
|
title: Other documents
|
2019-03-21 09:33:28 -05:00
|
|
|
root: ..
|
2019-03-22 10:58:31 -05:00
|
|
|
permalink: /doc/
|
2019-03-21 04:35:00 -05:00
|
|
|
---
|
|
|
|
{% for p in site.doc %}
|
|
|
|
* [{{ p.title }}]({% include link.html url=p.url %})
|
|
|
|
{% endfor %}
|