From 289869ebccbd797d947fbf9634d8b52b971d4bb3 Mon Sep 17 00:00:00 2001 From: Alex Berezovskiy Date: Sun, 2 Jun 2019 18:26:18 +0300 Subject: [PATCH] Remove API links from documentation page --- site/src/main/tut/documentation.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/site/src/main/tut/documentation.md b/site/src/main/tut/documentation.md index 7737cc0553..fa2a29b5d8 100644 --- a/site/src/main/tut/documentation.md +++ b/site/src/main/tut/documentation.md @@ -5,12 +5,6 @@ section: "documentation" position: 4 --- -#### API ScalaDocs - -* [The core library][core-api], which defines the basic types for streams and pulls. -* [The `io` library][io-api], FS2 bindings for NIO-based file I/O and TCP/UDP networking. - - #### Talks and Presentations * [Declarative Control Flow with fs2 Stream](https://www.youtube.com/watch?v=YSN__0VEsaw), a talk by [Fabio Labella][1] at the [Typelevel Summit](https://typelevel.org/event/2018-03-summit-boston/), celebrated in Boston in March 2018. Slides available at the author's [Github](https://github.com/SystemFw/TL-Summit-Boston-2018).