From b44e5cf952f8e54cbd6acc745451b797edf5131f Mon Sep 17 00:00:00 2001
From: i-walker <46971368+i-walker@users.noreply.github.com>
Date: Tue, 17 May 2022 13:09:51 +0200
Subject: [PATCH 1/3] add continuations and programs to overview
---
arrow-site/docs/docs/core/README.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arrow-site/docs/docs/core/README.md b/arrow-site/docs/docs/core/README.md
index 293f33a97b2..423ad8a5c24 100644
--- a/arrow-site/docs/docs/core/README.md
+++ b/arrow-site/docs/docs/core/README.md
@@ -54,6 +54,14 @@ boilerplate and enable direct syntax including [monad comprehensions and computa
+
+#### Continuations and programs
+ - [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 }})
+
+
#### Tutorials
- [Error Handling]({{ '/patterns/error_handling/' | relative_url }})
From 2cb8c4a84a0c1a2043e8e51ab888e271480464dd Mon Sep 17 00:00:00 2001
From: i-walker <46971368+i-walker@users.noreply.github.com>
Date: Tue, 17 May 2022 14:04:38 +0200
Subject: [PATCH 2/3] move effect section to quickstart div
---
arrow-site/docs/docs/core/README.md | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/arrow-site/docs/docs/core/README.md b/arrow-site/docs/docs/core/README.md
index 423ad8a5c24..4834b96a3a3 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 }})
+
+#### Continuations and programs
+ - [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 }})
+
@@ -54,14 +61,6 @@ boilerplate and enable direct syntax including [monad comprehensions and computa
-
-#### Continuations and programs
- - [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 }})
-
-
#### Tutorials
- [Error Handling]({{ '/patterns/error_handling/' | relative_url }})
From e071acb56e76152366bdf78cea1ed77dc213f96a Mon Sep 17 00:00:00 2001
From: Imran Malic Settuba <46971368+i-walker@users.noreply.github.com>
Date: Sat, 21 May 2022 22:49:59 +0200
Subject: [PATCH 3/3] Update arrow-site/docs/docs/core/README.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Co-authored-by: Raúl Raja Martínez
---
arrow-site/docs/docs/core/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arrow-site/docs/docs/core/README.md b/arrow-site/docs/docs/core/README.md
index 4834b96a3a3..7d70a16d608 100644
--- a/arrow-site/docs/docs/core/README.md
+++ b/arrow-site/docs/docs/core/README.md
@@ -39,7 +39,7 @@ boilerplate and enable direct syntax including [monad comprehensions and computa
- [Gradle Setup]({{ '/core/#Gradle-kotlin' | relative_url }})
- [Maven Setup]({{ '/core/#Maven' | relative_url }})
-#### Continuations and programs
+#### 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 }})