This project is part of Madek. It contains the source of the API documentation.
bundle exec middleman build
.
bundle exec middleman
bundle exec rspec spec/
The tests perform:
- check for existence of internal links including fragments
#...
, - check for existence of external links (requires internet connection), and
- spell checking. This requires
hunspell
to be in the path and also theen_US
dictionary to be available.