We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43812d commit 79dfe92Copy full SHA for 79dfe92
docs/content/documentation/getting-started/cli-usage.md
@@ -86,7 +86,8 @@ $ zola --config config.staging.toml serve
86
### check
87
88
The check subcommand will try to build all pages just like the build command would, but without writing any of the
89
-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
90
+them (links present in the template files will not be checked).
91
92
## Colored output
93
0 commit comments