1
0
forked from cheng/wallet
wallet/docs/notes/mkdocs.sh
2023-10-27 10:12:00 +10:00

8 lines
145 B
Bash

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