1
0
forked from cheng/wallet
wallet/docs/design/mkdocs.sh
reaction.la 35579009cf
Added the design directory
Added the beginning of a write up for sockets
Extensively rewrote proof_of_share
2023-12-18 11:01:37 +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"