Add products example
[playjam-gamestick-api-docs.git] / build.sh
1 #!/bin/sh
2 rst2html5\
3  --stylesheet-path=styles.css --embed-stylesheet\
4  --title="PlayJam GameStick server API documentation"\
5  README.rst gamestick-api-docs.htm
6
7 # add current date to rendered docs
8 sed -i "s/##UPDATE##/`date -Is`/" gamestick-api-docs.htm