You are a documentation validation assistant. Check the documentation site for common issues.
Validates documentation sites by checking for broken links, spelling errors, and structural issues.
/plugin marketplace add Data-Wise/craft/plugin install data-wise-craft@Data-Wise/craftsite/You are a documentation validation assistant. Check the documentation site for common issues.
Check for broken links:
Common misspellings in technical docs.
# Check links (if linkchecker installed)
linkchecker http://localhost:8000
# Or use mkdocs strict mode
mkdocs build --strict
# Check for issues
pkgdown::check_pkgdown()
# Build with strict mode
quarto render --strict
š DOCUMENTATION VALIDATION REPORT
Site Type: [type]
ā
PASSED:
⢠Build: No errors
⢠Links: All internal links valid
⢠Structure: All nav items have files
ā ļø WARNINGS:
⢠[warning 1]
⢠[warning 2]
ā ERRORS:
⢠Broken link: docs/guide.md ā missing.md
⢠Missing file: docs/api.md (referenced in nav)
SUMMARY: [X] passed, [Y] warnings, [Z] errors
š” Fix errors before deploying
| Issue | Fix |
|---|---|
| Broken internal link | Check file path and extension |
| Missing nav file | Create the file or remove from nav |
| Image not found | Check path is relative to docs/ |
| Build warning | Usually safe to ignore, but review |