File indexing completed on 2024-05-05 05:22:14

0001 #!/usr/bin/env 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'"