forked from cheng/wallet
4678fba3ce
modified: docs/libraries/cpp_automatic_memory_management.md modified: docs/libraries/time.md modified: docs/manifesto/consensus.md renamed: docs/notes/big_cirle_notation.md -> docs/notes/big_circle_notation.md modified: docs/writing_and_editing_documentation.md
8 lines
144 B
Bash
Executable File
8 lines
144 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
cd `dirname $0`
|
|
docroot="./"
|
|
banner_height=banner_height:15ex
|
|
templates=$docroot"pandoc_templates"
|
|
. $templates"/mkdocs.cfg"
|