forked from scala/docs.scala-lang
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Revamp online courses page #25
Closed
Closed
Conversation
This file contains 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
works for me on a sample repo, anyway. if we discover otherwise we can change it
Co-authored-by: Tobias Roeser <[email protected]>
I've just noticed that I removed the list of contributors of the page, but I can add it back if necessary. |
Consistent terminology on type parameters
Consistent Scala 3 specific page warnings
Remove mention of XML processing in the Tour of Scala
"Scala 3" is too vague and confusing. To learn Scala 3, one should click on "Learn" instead of "Scala 3". To learn the differences between Scala 2 and Scala 3, one should click on "Scala 3". To make things clearer: - Moved "Learn" before "Scala 3" - Renamed "Scala 3" to "Scala 3 Migration"
Re-order navbar links
Bumps [webrick](https://github.com/ruby/webrick) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](ruby/webrick@v1.9.0...v1.9.1) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Sébastien Doeraene <[email protected]>
Scala 2 Book migration - Control Structures
modernize using syntax, bump versions
….9.1 Bump webrick from 1.9.0 to 1.9.1
update scalatest version
Toolkit docs: fix 404 link to sttp websockets page
FAQ: add a sentence to stdlib version number question
Previously, the raw-interpolator was at the third headline level (###), while the s-interpolator and the f-interpolator where at the second headline level (##). This changes and renames the second headline "Other Interpolators" to become a second level headline, under which we place all three string interpolators.
string-interpolation: fix headline level
…stitution Clarify that the raw-interpolator also performs variable substitution. This was not obvious from the text and it is easy to believe that raw means just that: the raw string, as is, without any substitutions performed. This also moves the last sentence of the raw-interpolator section into the following section, where it logicaly belongs.
string-interpolation: the raw-interpolator also performs variable substitution
It's in the main navigation bar already, as Playground.
Also move 'Scala Learning Community' to 'Tour of Scala' It's not an official Scala discord and it is maintained by the Tour of Scala community
Most up-to-date first
71f09bb
to
93e9614
Compare
Moved to scala#3155 |
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.
The goal of this PR is to improve the organization and visibility of online courses by:
The old/current version of online-courses.html is linked from the new page, but it will no longer be directly linked from the main page or navbar. While it provides valuable information for organizations, it may not be as relevant for individual learners.