4 lines
157 B
Bash
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
|