File indexing completed on 2024-04-28 05:24:11

0001 #!/bin/bash
0002 mkdocs build
0003 echo "The HTML files for the documentation can be found in the site/ subdirectory."
0004 echo "To view the docs in a browser run 'mkdocs serve'"