blob: 10feeae004c8f42ebfa07fe400d689dfe5af64f7 [file] [log] [blame] [view]
# fx doc-checker
Check the markdown documentation using a variety of checks.
```none
USAGE:
fx doc-checker [--root <root>] [--project <project>] [--docs-folder <docs-folder>] [--local-links-only]
Options:
--root path to the root of the checkout of the project.
--project name of project to check, defaults to fuchsia.
--docs-folder (Experimental) Name of the folder inside the project which
contains documents to check. Defaults to 'docs'.
--local-links-only do not resolve http(s) links
--help display usage information
```
[doc-checker source code](https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/devshell/doc-checker.fx)