Skip to content

0.0.2

Compare
Choose a tag to compare
@butuzov butuzov released this 19 Oct 18:53
· 200 commits to master since this release
  1. Documentation (Usage) v0.0.2 @ rtd

  2. Documentation (Usage) develop branch @ rtd

  3. Feature 1: stay_wtihin_path - allows you to check documentation with in server path. On by default.

    # limits checks only to /docs/ path
    deadlinks https://example.org/docs/ 
    
    # use --full-site-check to to check all site for deadlinks, not only  /docs
    deadlinks https://example.org/docs/ --full-site-check
  4. Feature 2 (Experimental): Separate Tracking of Redirections. This allows us to track new information entity - redirections, and correctly design urls (baed on redirected base).