generate the static docs site in the docs root

This commit is contained in:
Mahmoud Zalt
2017-02-22 15:22:42 -05:00
parent eab4f7c88f
commit cc22684420
80 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<div class="admonition note">
<p class="admonition-title">{{ .Get "title" }}</p>
<p>{{ printf "%s" .Inner | markdownify }}</p>
</div>