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

Fix recently added doc links #1970

Merged
merged 1 commit into from Jan 23, 2020
Merged

Conversation

1Jajen1
Copy link
Member

@1Jajen1 1Jajen1 commented Jan 23, 2020

I totally did not mess them up the first time 🙈

@calvellido are the links correct now?

Also is there a tool to check broken links at build time for docs? I've been using Hugo for the docs on my prettyprinter and it complains when I add broken links ^^

@calvellido
Copy link
Member

calvellido commented Jan 23, 2020

It's not as convenient as the one integrated in Hugo, but we usually use this:

wget --spider -r -nd -nv -l 5 http://127.0.0.1:4000/docs/

https://github.com/arrow-kt/arrow/tree/master/modules/docs/arrow-docs#how-to-test-links

@calvellido calvellido self-requested a review January 23, 2020 16:28
@1Jajen1 1Jajen1 merged commit aca2393 into arrow-kt:master Jan 23, 2020
@1Jajen1 1Jajen1 deleted the fix-fx-doc-entries branch January 23, 2020 16:54
nomisRev added a commit that referenced this pull request Jan 24, 2020
* Prettier show instances (#1937)

* Add nicer show instances for all types in core

* Linter + fixes

* Small changes

* Escape strings + fixes

* Unused import

* Fix kleisli test

* Undo change in AndThen

This wasn't intentional

Co-authored-by: Simon Vergauwen <nomisRev@users.noreply.github.com>

* Config: publish artifacts from release/0.11.0 branch (#1955)

* Rename Applicative#map to #mapN and tupled to tupledN (#1950)

* Renamed map overloads in Apply to mapN and deprecated old ones

* Renamed tupled overloads in Apply to tupledN and deprecated old ones

* Improved ReplaceWith for deprecated map

* Replaced ff with f (variable name)

Co-authored-by: Alberto Ballano <aballano@users.noreply.github.com>
Co-authored-by: Simon Vergauwen <nomisRev@users.noreply.github.com>

* Doc: update badges to show both WIP versions (#1959)

* Doc: update badges to show both WIP versions

* Update README.md

* Update README.md

Co-authored-by: Juan Valencia <juanvalencia@calvellido.es>

* Replaced nuclear war examples with cooking examples (#1915)

* Replaced nuclear war examples with cooking examples

* remove :ank markup for code that cannot compile

* DOCS: Error Handling - remove Try or replace Try with Either where appropriate

Co-authored-by: Juan Valencia <juanvalencia@calvellido.es>
Co-authored-by: Raúl Raja Martínez <raulraja@gmail.com>

* Official Gradle Wrapper Validation GitHub Action (#1930)

Signed-off-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com>

Co-authored-by: Rachel M. Carmena <rachelcarmena@users.noreply.github.com>

* Remove ObservableK Traverse/MonadFilter instances as they're not lawful.  (#1964)

* Remove ObservableK Traverse instances as they're not lawful. Fixes #1882

* Remove MonadFilter instance from Observable as it fails due to notion of errors

Co-authored-by: Raúl Raja Martínez <raulraja@gmail.com>

* Add MonadIO to fx and instances to fx-mtl (#1943)

* Add MonadIO to fx and instances to fx-mtl

* Add resource MonadIO instance and add MonadIO to docs

Co-authored-by: Simon Vergauwen <nomisRev@users.noreply.github.com>
Co-authored-by: Paco <pakoito@users.noreply.github.com>

* Enable ParMapN for IO up to arity 9 (#1951)

* Refactor ParMapN to enable arity up to 9

* Use correct ParMapN

Co-authored-by: Raúl Raja Martínez <raulraja@gmail.com>

* Deprecate bind operator component1 (#1965)

* Deprecating binding using operator component1 since it has problems capturing the value

* Removed usages of component1

Co-authored-by: Alberto Ballano <aballano@users.noreply.github.com>
Co-authored-by: Simon Vergauwen <nomisRev@users.noreply.github.com>

* Add automatic sync for release/0.11.0 (#1967)

* Fix recently added doc links (#1970)

* Clean dead configuration (#1972)

Co-authored-by: Jannis <overesch.jannis@gmail.com>
Co-authored-by: Simon Vergauwen <nomisRev@users.noreply.github.com>
Co-authored-by: danieh <danimontoya_86@hotmail.com>
Co-authored-by: Alberto Ballano <aballano@users.noreply.github.com>
Co-authored-by: Juan Valencia <juanvalencia@calvellido.es>
Co-authored-by: kylegoetz <kylegoetz@users.noreply.github.com>
Co-authored-by: Raúl Raja Martínez <raulraja@gmail.com>
Co-authored-by: Jonathan Leitschuh <jonathan.leitschuh@gmail.com>
Co-authored-by: Paco <pakoito@users.noreply.github.com>
rachelcarmena added a commit that referenced this pull request Jan 26, 2020
* Prettier show instances (#1937)

* Add nicer show instances for all types in core

* Linter + fixes

* Small changes

* Escape strings + fixes

* Unused import

* Fix kleisli test

* Undo change in AndThen

This wasn't intentional

Co-authored-by: Simon Vergauwen <nomisRev@users.noreply.github.com>

* Config: publish artifacts from release/0.11.0 branch (#1955)

* Rename Applicative#map to #mapN and tupled to tupledN (#1950)

* Renamed map overloads in Apply to mapN and deprecated old ones

* Renamed tupled overloads in Apply to tupledN and deprecated old ones

* Improved ReplaceWith for deprecated map

* Replaced ff with f (variable name)

Co-authored-by: Alberto Ballano <aballano@users.noreply.github.com>
Co-authored-by: Simon Vergauwen <nomisRev@users.noreply.github.com>

* Doc: update badges to show both WIP versions (#1959)

* Doc: update badges to show both WIP versions

* Update README.md

* Update README.md

Co-authored-by: Juan Valencia <juanvalencia@calvellido.es>

* Replaced nuclear war examples with cooking examples (#1915)

* Replaced nuclear war examples with cooking examples

* remove :ank markup for code that cannot compile

* DOCS: Error Handling - remove Try or replace Try with Either where appropriate

Co-authored-by: Juan Valencia <juanvalencia@calvellido.es>
Co-authored-by: Raúl Raja Martínez <raulraja@gmail.com>

* Official Gradle Wrapper Validation GitHub Action (#1930)

Signed-off-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com>

Co-authored-by: Rachel M. Carmena <rachelcarmena@users.noreply.github.com>

* Remove ObservableK Traverse/MonadFilter instances as they're not lawful.  (#1964)

* Remove ObservableK Traverse instances as they're not lawful. Fixes #1882

* Remove MonadFilter instance from Observable as it fails due to notion of errors

Co-authored-by: Raúl Raja Martínez <raulraja@gmail.com>

* Add MonadIO to fx and instances to fx-mtl (#1943)

* Add MonadIO to fx and instances to fx-mtl

* Add resource MonadIO instance and add MonadIO to docs

Co-authored-by: Simon Vergauwen <nomisRev@users.noreply.github.com>
Co-authored-by: Paco <pakoito@users.noreply.github.com>

* Enable ParMapN for IO up to arity 9 (#1951)

* Refactor ParMapN to enable arity up to 9

* Use correct ParMapN

Co-authored-by: Raúl Raja Martínez <raulraja@gmail.com>

* Deprecate bind operator component1 (#1965)

* Deprecating binding using operator component1 since it has problems capturing the value

* Removed usages of component1

Co-authored-by: Alberto Ballano <aballano@users.noreply.github.com>
Co-authored-by: Simon Vergauwen <nomisRev@users.noreply.github.com>

* Add automatic sync for release/0.11.0 (#1967)

* Fix recently added doc links (#1970)

* Clean dead configuration (#1972)

* Fix recursive flatten for stdlib List (#1969)

* Create special flatten function to work with partial wrapping such as List<List<A>>

Added test for stdlib List and Listk flatten

* RaceN arity9 (#1968)

* Merged IORacePair & IORaceTriple into IORace and implemented `raceN` up until arity 9

* Nits from PR

* Fix build

Co-authored-by: Jannis <overesch.jannis@gmail.com>
Co-authored-by: Rachel M. Carmena <rachelcarmena@users.noreply.github.com>
Co-authored-by: danieh <danimontoya_86@hotmail.com>
Co-authored-by: Alberto Ballano <aballano@users.noreply.github.com>
Co-authored-by: Juan Valencia <juanvalencia@calvellido.es>
Co-authored-by: kylegoetz <kylegoetz@users.noreply.github.com>
Co-authored-by: Raúl Raja Martínez <raulraja@gmail.com>
Co-authored-by: Jonathan Leitschuh <jonathan.leitschuh@gmail.com>
Co-authored-by: Paco <pakoito@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants