Skip to content

Commit 0694c8e

Browse files
committed
Remove unused extensions data in projects
1 parent b0e776a commit 0694c8e

File tree

2 files changed

+0
-39
lines changed

2 files changed

+0
-39
lines changed

collections/_projects/cats.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,5 @@ category: "Functional Programming"
44
description: "A library intended to provide abstractions for functional programming in Scala, leveraging its unique features. Design goals are approachability, modularity, documentation and efficiency."
55
permalink: "https://typelevel.org/cats/"
66
github: "https://github.com/typelevel/cats"
7-
87
core: true
9-
extensions:
10-
- title: Cats-Effect
11-
description: "The IO Monad for Scala, plus type classes for general effect types."
12-
link: "https://typelevel.org/cats-effect/"
13-
- title: "FS2"
14-
description: "Functional Streams for Scala, with implementations for compression, disk I/O, and TCP"
15-
link: "https://typelevel.org/fs2/"
16-
- title: "Cats MTL"
17-
description: "Monad transformers made easy"
18-
link: "https://typelevel.org/cats-mtl/"
19-
- title: "Cats Collections"
20-
description: "Data structures that facilitate pure functional programming with cats"
21-
link: "https://github.com/typelevel/cats-collections"
22-
- title: "Cats Tagless"
23-
description: "A library of utilities for tagless final algebras"
24-
link: "https://typelevel.org/cats-tagless/"
25-
- title: "Alleycats"
26-
description: "Lawless classes & illegal instances"
27-
link: "https://github.com/typelevel/cats"
28-
- title: "Mouse"
29-
description: "Enrichments to standard library classes to ease functional programming"
30-
link: "https://typelevel.org/mouse/"
31-
- title: "Kittens"
32-
description: "Automatic type class derivation"
33-
link: "https://github.com/milessabin/kittens"
34-
- title: "Cats-Time"
35-
description: "Instances for Cats Typeclasses for Java 8 Time"
36-
link: "https://github.com/ChristopherDavenport/cats-time"
378
---

collections/_projects/shapeless.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,4 @@ description: "Shapeless is a generic programming library. Starting with implemen
55
github: "https://github.com/milessabin/shapeless"
66
affiliate: true
77
core: true
8-
extensions:
9-
- title: "argonaut-shapeless"
10-
description: "Automatic derivation for argonaut"
11-
link: "https://github.com/alexarchambault/argonaut-shapeless"
12-
- title: "scalacheck-shapeless"
13-
description: "Automatic derivation for ScalaCheck"
14-
link: "https://github.com/alexarchambault/scalacheck-shapeless"
15-
- title: "shapeless-contrib"
16-
description: "Various bindings for third-party libraries"
17-
link: "https://github.com/typelevel/shapeless-contrib"
188
---

0 commit comments

Comments
 (0)