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

docs: add links to "Akka Basics" courses #32481

Merged
merged 2 commits into from
Aug 19, 2024
Merged

Conversation

beritou
Copy link
Contributor

@beritou beritou commented Aug 15, 2024

Add links to relevant areas of the docs.

Refs lightbend/akka-meta#383

image

Add links to relevant areas of the docs.

Refs lightbend/akka-meta#383
Copy link
Member

@patriknw patriknw left a 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.
Copy link
Member

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).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

akka-docs/src/main/paradox/typed/actors.md Outdated Show resolved Hide resolved
akka-docs/src/main/paradox/typed/actors.md Outdated Show resolved Hide resolved
akka-docs/src/main/paradox/typed/guide/tutorial_5.md Outdated Show resolved Hide resolved
@patriknw patriknw added this to the 2.9.5 milestone Aug 19, 2024
conditional java/scala
@patriknw patriknw merged commit 217f1bb into akka:main Aug 19, 2024
5 checks passed
@beritou beritou deleted the akka-basics-links branch August 19, 2024 13:27
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.

3 participants