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