Skip to content

Commit

Permalink
fix: Remove duplicate menu item in docs
Browse files Browse the repository at this point in the history
- Also change Monad menu item to directly link to monad page
  • Loading branch information
Peter Nham committed Oct 20, 2018
1 parent 2f2a3b2 commit 5a3c630
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions docs/src/main/resources/microsite/data/menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,10 @@ options:
menu_section: applicative

- title: Monads
url: typeclasses/functor.html
url: typeclasses/monad.html
menu_type: typeclasses
menu_section: monads

nested_options:
- title: Functor
url: typeclasses/functor.html
menu_section: monads
menu_section: monads
- title: Applicative
url: typeclasses/applicative.html
menu_section: monads
- title: Monad
url: typeclasses/monad.html
menu_type: typeclasses
menu_section: monads

- title: Variance and Functors
url: typeclasses/functor.html
menu_type: typeclasses
Expand Down

0 comments on commit 5a3c630

Please sign in to comment.