wallet/docs/mkdocs.sh

8 lines
144 B
Bash
Raw Normal View History

#!/bin/bash
set -e
cd `dirname $0`
docroot="./"
banner_height=banner_height:15ex
templates=$docroot"pandoc_templates"
. $templates"/mkdocs.cfg"