Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

CU-9rrjbq Menu changes preparing for content specific to 1.0 #74

Merged
merged 11 commits into from Feb 9, 2021
2 changes: 1 addition & 1 deletion docs/_data/commons.yml
@@ -1,7 +1,7 @@
name: "Arrow"
title: "Λrrow"
description: "Functional companion to Kotlin's Standard Library"
keywords: "functional-programming, kotlin-library, monads, monad-transformers, functional-data-structure, kotlin, fp-types, adt, free-monads, tagless-final, mtl, for-comprehension, category-theory"
keywords: "functional-programming, kotlin-library, monads, monad-transformers, functional-data-structure, kotlin, fp-types, adt, effects handlers, continuations, coroutines, for-comprehension, category-theory"
google_analytics: "UA-18433785-18"
github_repository: "https://github.com/arrow-kt/arrow"
stable_version: "https://arrow-kt.io/"
Expand Down
37 changes: 8 additions & 29 deletions docs/_data/features.yml
@@ -1,46 +1,25 @@
content:
- title: Arrow Core
description: Arrow is the functional companion to Kotlin's Standard Library
- title: Core
description: Functional companion to Kotlin's Standard Library
icon: img/home/arrow-core-lines
url: /docs/core/
id: core

- title: Arrow FX
description: Arrow FX is a next-generation Typed FP Effects Library built to tame side effectful APIs
- title: FX
description: Functional Effects Framework companion to KotlinX Coroutines.
icon: img/home/arrow-fx-lines
url: /docs/fx/
id: fx

- title: Arrow Optics
description: Arrow Optics helps by transforming and computing over immutable data models in Kotlin
- title: Optics
description: Deep access and transformations over immutable data
icon: img/home/arrow-optics-lines
url: /docs/optics/dsl/
id: optics

- title: Arrow Meta
description: Arrow Meta is the functional companion to the Kotlin Compiler and its plugin ecosystem
- title: Meta
description: Metaprogramming library for Kotlin compiler plugins
icon: img/home/arrow-meta-lines
url: https://meta.arrow-kt.io/
id: meta

- title: Arrow Incubator
description:
icon:
url: /docs/aql/intro/
id: incubator

incubator:
- title: Arrow Query Language
url: /docs/aql/intro/

- title: Arrow Generic
url: /docs/generic/product/

- title: Arrow Free
url: /docs/free/free/

- title: Recursion Schemes
url: /docs/recursion/intro/

- title: MTL
url: /docs/apidocs/arrow-mtl/
6 changes: 6 additions & 0 deletions docs/_data/menu.yml
Expand Up @@ -2,6 +2,12 @@ nav:
- title: Media
url: https://media.arrow-kt.io

- title: Training
url: https://www.47deg.com/trainings/

- title: Support
url: https://www.47deg.com/services/

- title: Github
url: https://github.com/arrow-kt/arrow

Expand Down