Skip to content

Commit

Permalink
Include Id docs in the menu (#1609)
Browse files Browse the repository at this point in the history
* Include Id docs in the menu

I've also moved the Id doc from the typeclasses dir to the datatypes
dir, which seems like a better fit to me.

This was inspired by [a prompt](https://gitter.im/typelevel/cats?at=58f5de53ad849bcf4295d321) in the Cats Gitter channel from @BenFradet. @BenFradet could you please review?

* Fix section for Id doc
  • Loading branch information
ceedubs authored and kailuowang committed Apr 18, 2017
1 parent 3267664 commit b78758c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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 @@ -121,6 +121,10 @@ options:
url: datatypes/freemonad.html
menu_type: data

- title: Id
url: datatypes/id.html
menu_type: data

- title: Kleisli
url: datatypes/kleisli.html
menu_type: data
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: docs
title: "Id"
section: "typeclasses"
section: "data"
source: "core/src/main/scala/cats/package.scala"
scaladoc: "#cats.Id$"
---
Expand Down

0 comments on commit b78758c

Please sign in to comment.