Update cli-usage.md (#729)
* Update cli-usage.md * clarify that it's only the links from markdown files that are being checked;
This commit is contained in:
parent
d43812dee6
commit
79dfe92bbf
|
@ -86,7 +86,8 @@ $ zola --config config.staging.toml serve
|
||||||
### check
|
### check
|
||||||
|
|
||||||
The check subcommand will try to build all pages just like the build command would, but without writing any of the
|
The check subcommand will try to build all pages just like the build command would, but without writing any of the
|
||||||
results to disk. Additionally, it always checks external links regardless of the site configuration.
|
results to disk. Additionally, it will also check all external links present in Markdown files by trying to fetch
|
||||||
|
them (links present in the template files will not be checked).
|
||||||
|
|
||||||
## Colored output
|
## Colored output
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue