Files
GeneralKlipperScreen/scripts/build_docs.sh
2022-08-11 14:56:43 -03:00

4 lines
157 B
Bash

# mkdocs build --clean --site-dir _html --config-file mkdocs.yml
# For testing is better to use the integrated server.
mkdocs serve --config-file mkdocs.yml