From 993754fef63d10661698fcc275339723cd5861c1 Mon Sep 17 00:00:00 2001 From: Imran Malic Settuba <46971368+i-walker@users.noreply.github.com> Date: Wed, 25 May 2022 15:01:45 +0200 Subject: [PATCH] add Continuations and programs to overview section in arrow core (#2723) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add continuations and programs to overview * move effect section to quickstart div * Update arrow-site/docs/docs/core/README.md Co-authored-by: Raúl Raja Martínez Co-authored-by: Raúl Raja Martínez --- arrow-site/docs/docs/core/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arrow-site/docs/docs/core/README.md b/arrow-site/docs/docs/core/README.md index 293f33a97b2..7d70a16d608 100644 --- a/arrow-site/docs/docs/core/README.md +++ b/arrow-site/docs/docs/core/README.md @@ -38,6 +38,13 @@ boilerplate and enable direct syntax including [monad comprehensions and computa #### Quick Start - [Gradle Setup]({{ '/core/#Gradle-kotlin' | relative_url }}) - [Maven Setup]({{ '/core/#Maven' | relative_url }}) + +#### Effects & Continuations + - [Effect]({{ '/apidocs/arrow-core/arrow.core.continuations/-effect/' | relative_url }}) + - [EffectScope]({{ '/apidocs/arrow-core/arrow.core.continuations/-effect-scope/' | relative_url }}) + - [EagerEffect]({{ '/apidocs/arrow-core/arrow.core.continuations/-eager-effect/' | relative_url }}) + - [EagerEffectScope]({{ '/apidocs/arrow-core/arrow.core.continuations/-eager-effect-scope/' | relative_url }}) +