mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
adding docs again
This commit is contained in:
12
docs/_includes/funcList.md
Normal file
12
docs/_includes/funcList.md
Normal file
@@ -0,0 +1,12 @@
|
||||
## {{include.title}}
|
||||
{% assign fs = site.functions %}
|
||||
{% if include.dir == "global" %}
|
||||
{% assign fs = fs | reverse %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
{% for f in fs %}
|
||||
{% if f.path contains include.dir %}
|
||||
{% include func.html f=f %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
Reference in New Issue
Block a user