Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Menu removals and link fixes #2295

Merged
merged 3 commits into from
Mar 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 6 additions & 12 deletions arrow-site/docs/_data/sidebar-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,17 @@ options:
- title: Iterable
url: /apidocs/arrow-core-data/arrow.core/kotlin.collections.-iterable/

- title: NonEmptyList
url: /arrow/core/nonemptylist/
- title: Option
url: /apidocs/arrow-core-data/arrow.core/-option/

- title: List
url: /apidocs/arrow-core-data/arrow.core/kotlin.collections.-list/

- title: NonEmptyList
url: /arrow/core/nonemptylist/

- title: Sequence
url: /apidocs/arrow-core-data/arrow.core/kotlin.collections.-sequence/
url: /apidocs/arrow-core-data/arrow.core/kotlin.sequences.-sequence/

- title: Set
url: /apidocs/arrow-core-data/arrow.core/kotlin.collections.-set/
Expand All @@ -52,21 +55,12 @@ options:
- title: Semigroup
url: /arrow/typeclasses/semigroup/

- title: Semigroupal
url: /apidocs/arrow-core-data/arrow.typeclasses/-semigroupal/

- title: Monoidal
url: /apidocs/arrow-core-data/arrow.typeclasses/-monoidal/

- title: Monoid
url: /arrow/typeclasses/monoid/

- title: Semiring
url: /apidocs/arrow-core-data/arrow.typeclasses/-semiring/

- title: Option
url: /apidocs/arrow-core-data/arrow.core/-option/

- title: Media
url: https://media.arrow-kt.io/tags/core/

Expand Down