-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
docs: add links to "Akka Basics" courses #32481
Conversation
Add links to relevant areas of the docs. Refs lightbend/akka-meta#383
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -181,6 +181,12 @@ The console output may look like this: | |||
|
|||
You will also need to add a @ref:[logging dependency](logging.md) to see that output when running. | |||
|
|||
@@@note | |||
|
|||
🎓 For a deeper introduction to actors, consider the free online courses [**Akka Basics for Java**](https://akkademy.akka.io/learn/courses/23/akka-basics-for-java) or [**Akka Basics for Scala**](https://akkademy.akka.io/learn/courses/22/akka-basics-for-scala) in Akkademy. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since this page has code choices of Java/Scala I think we can show the relevant link:
@java[[**Akka Basics for Java**](https://akkademy.akka.io/learn/courses/23/akka-basics-for-java)]@scala[[**Akka Basics for Scala**](https://akkademy.akka.io/learn/courses/22/akka-basics-for-scala)]
@@ -229,7 +229,7 @@ In the context of the IoT system, this guide introduced the following concepts, | |||
To continue your journey with Akka, we recommend: | |||
|
|||
* Start building your own applications with Akka, make sure you [get involved in our amazing community](https://akka.io/get-involved/) for help if you get stuck. | |||
* If you’d like some additional background, and detail, read the rest of the @ref:[reference documentation](../actors.md) and check out some of the @ref:[books and videos](../../additional/books.md) on Akka. | |||
* If you’d like some additional background, and detail, read the rest of the @ref:[reference documentation](../actors.md), check out some @ref:[books and videos](../../additional/books.md), or even explore the free online courses [**Akka Basics for Java**](https://akkademy.akka.io/learn/courses/23/akka-basics-for-java) or [**Akka Basics for Scala**](https://akkademy.akka.io/learn/courses/22/akka-basics-for-scala). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
conditional java/scala
Add links to relevant areas of the docs.
Refs lightbend/akka-meta#383