Skip to content

Commit

Permalink
Add "Law Testing" to side menu. (#2196)
Browse files Browse the repository at this point in the history
Laws are important and the link to the Law Testing page is quite hidden (in a hyperlink all the way down the bottom of the Typeclasses page). I suspect making it more visible might encourage more people to learn how to test typeclass laws.
  • Loading branch information
wjlow authored and Luka Jacobowitz committed Mar 16, 2018
1 parent 55e0902 commit 06041fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/main/resources/microsite/data/menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ options:
url: typeclasses/arrow.html
menu_type: typeclasses

- title: Law Testing
url: typeclasses/lawtesting.html
menu_type: typeclasses

###########################
# Data Types Menu Options #
###########################
Expand Down

0 comments on commit 06041fb

Please sign in to comment.