Skip to content

v1.3.0

Choose a tag to compare

@DevRohit06 DevRohit06 released this 19 Feb 13:57

New Features

  • check-links command: Scan documentation for broken internal links with lito check-links -i ./docs. Supports --strict mode for CI pipelines and --quiet for exit-code-only output.

  • Content linter: Quality checks for documentation content — catches missing frontmatter, empty files, and common issues.

  • Enhanced validate command: New flags to run all checks in one go:

    • --content — run content quality checks
    • --links — run broken link detection
    • --all — run config + content + links
    • --strict — fail on warnings too (useful for CI)
  • llms.txt integration: Automatically injects @4hse/astro-llms-txt into Astro config when integrations.llmsTxt.enabled is set in docs-config.json.

  • Redirects support: Define redirects in docs-config.json and they're injected into Astro's config automatically.