Skip to content

Commit

Permalink
Merge pull request #1403 from pepegar/fix-docs-homepage-markup
Browse files Browse the repository at this point in the history
fix homepage docs
  • Loading branch information
peterneyens committed Oct 19, 2016
2 parents a7a6389 + b9fce6a commit 9f981b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/src/site/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The name is a playful shortening of the word *category*.

### <a name="getting-started" href="#getting-started"></a>Getting Started


Cats is currently available for Scala 2.10 and 2.11.

To get started with SBT, simply add the following to your build.sbt file:
Expand All @@ -34,8 +35,10 @@ functionality, you can pick-and-choose from amongst these modules

Release notes for Cats are available in [CHANGES.md](https://github.com/typelevel/cats/blob/master/CHANGES.md).


# <a name="motivations" href="#motivations"></a>Motivations


### Approachability

As this library evolves, we are placing a lot of emphasis on trying to
Expand Down Expand Up @@ -78,8 +81,10 @@ we can without making unnecessary sacrifices of purity and
usability. Where sacrifices have to be made, we will strive to make
these obvious, and will keep them well documented.


### <a name="project-structure" href="#project-structure"></a>Project Structure


In an attempt to be more modular, Cats is broken up into a number of sub-projects:

* *core* - contains type class definitions (e.g. Functor, Applicative, Monad), essential datatypes, and
Expand All @@ -89,8 +94,10 @@ In an attempt to be more modular, Cats is broken up into a number of sub-project
* *tests* - tests that check type class instances with laws from *laws*
* *docs* - The source for this website


### <a name="copyright" href="#copyright"></a>Copyright and License


All code is available to you under the MIT license, available at
http://opensource.org/licenses/mit-license.php and also in the
[COPYING](https://raw.githubusercontent.com/typelevel/cats/master/COPYING) file. The design is informed by many other
Expand Down

0 comments on commit 9f981b1

Please sign in to comment.