bbj/gendocs.sh

8 lines
174 B
Bash
Raw Permalink Normal View History

2017-05-04 02:35:47 +00:00
#!/bin/sh
# Generate the documentation site.
# Invoke with no arguments in the base repo directory.
# Nothing magical here.
python3 ./mkendpoints.py
2022-01-16 03:54:16 +00:00
(cd docs; mkdocs build)