mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
QA: Use HTML Proofer To Check Internal Links
Uses Ruby html-proofer to check the links. This commit also fixes the various problems it found, as well as dealing with some of its non-problem complaints (it doesn't like anchor (a) tags without either an href, name, or id). Running HTML proofer takes about 12 minutes on my system (with up to two threads), during which it prints no text. Travis CI times out after 10 minutes of nothing being written to stdout, so this commit also adds a background process the Makefile to print a line every minute while make runs.
This commit is contained in:
parent
d44692c75b
commit
d954708ef1
42 changed files with 229 additions and 145 deletions
1
Gemfile
1
Gemfile
|
@ -10,5 +10,6 @@ group :development do
|
|||
gem 'kramdown'
|
||||
gem 'RedCloth'
|
||||
gem 'therubyracer' # required by less
|
||||
gem 'html-proofer'
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue