Latest link to API Documentation and Discord and Github on Website#1161
Open
dhinojosa wants to merge 1 commit into
Open
Latest link to API Documentation and Discord and Github on Website#1161dhinojosa wants to merge 1 commit into
dhinojosa wants to merge 1 commit into
Conversation
…the documentation page. NOTE: I did force the link to a specific page and not take into account the parameters `$scalaVer$` and `$currentVer$` defeating the purpose of a unifying build that interpolates those variables making the documentation page reusable with new version. The solution would be to fix _scalacheck.nix_ and _scalacheck-web.nix_ to include scala 2.13.
Contributor
|
Good catch, thanks! |
satorg
reviewed
Mar 17, 2026
|
|
||
| ## Other resources | ||
|
|
||
| * [ScalaCheck on GitHub](https://github.com/typelevel/scalacheck) |
Contributor
There was a problem hiding this comment.
I'm not sure we need to repeat the link to GitHub here, as there's the "Source" link in the header.
The link to Discord is totally makes sense 👍
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added "manually" the link to the correct latest API documentation in the documentation page. NOTE: I hard-coded the link to a specific page and did not account for the parameters
$scalaVer$and$currentVer$, defeating the purpose of a unifying build that interpolates those variables, making the documentation page reusable across new versions. The solution is to update scalacheck.nix and scalacheck-web.nix to includescala-2.13. I would need to take time to understand that script.I also included Discord and GitHub pages