bash
@docs.page/cli check [path]The command current performs the following checks:
- Broken Links: Checks markdown content for any broken relative links.
- Missing Assets: Checks markdown content for any local assets that are missing.
pathstringoptional
The path to the directory to check for issues. This should be the path to the root of the project.
Defaults to the current directory.
text
@docs.page/cli check my-project