Replace academy links with ComHub LP links - #2386
Conversation
Developer Docs healthcheckStatus: Completed with |
There was a problem hiding this comment.
Pull request overview
This PR updates developer documentation to replace legacy Shopware Academy links with the new Shopware Hub Learn (ComHub LP) URLs, keeping training references current across the docs.
Changes:
- Replaced multiple
academy.shopware.comtraining links withhub.shopware.com/learnequivalents across plugin-related guides. - Updated the docs landing page (
index.md) “academy” link to point at the new learning hub. - Updated several “free online training” references to specific Hub paths/courses/units.
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| index.md | Updates the main “academy” link to the new Hub Learn landing page. |
| guides/plugins/plugins/storefront/controllers/add-dynamic-content-via-ajax-calls.md | Replaces the legacy academy course link with a Hub learning path link. |
| guides/plugins/plugins/storefront/controllers/add-custom-controller.md | Replaces the legacy academy course link with a Hub learning path link. |
| guides/plugins/plugins/services/dependency-injection.md | Replaces the legacy academy course link with a Hub course link. |
| guides/plugins/plugins/services/adjusting-service.md | Replaces the legacy academy course link with a Hub course link. |
| guides/plugins/plugins/plugin-fundamentals/plugin-lifecycle.md | Replaces the legacy academy course link with a Hub course link. |
| guides/plugins/plugins/plugin-fundamentals/add-scheduled-task.md | Replaces the legacy academy course link with a Hub learning path link. |
| guides/plugins/plugins/plugin-fundamentals/add-plugin-configuration.md | Replaces the legacy academy course link with a Hub unit link. |
| guides/plugins/plugins/framework/event/listening-to-events.md | Replaces the legacy academy course link with a Hub learning path link. |
| guides/plugins/plugins/framework/event/add-custom-event.md | Replaces the legacy academy course link with a Hub course link. |
| guides/plugins/plugins/framework/data-handling/writing-data.md | Replaces the legacy academy course link with a Hub learning path link. |
| guides/plugins/plugins/framework/data-handling/add-data-translations.md | Replaces the legacy academy course link with a Hub learning path link. |
| guides/plugins/plugins/database/database-migrations.md | Replaces the legacy academy course link with a Hub learning path link. |
| guides/plugins/plugins/bundle.md | Replaces the legacy academy course link with a Hub learning path link. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
7c6c6fc to
918ff9e
Compare
Micha Hobert (Isengo1989)
left a comment
There was a problem hiding this comment.
LGTM 👍
About the wording, not sure if "free online training" still applies or it should be "free online academy" or "free online learning ..." LeaW (@LeaWeyck)
918ff9e to
8144698
Compare
|
Copilot resolve the merge conflicts in this pull request |
# Conflicts: # guides/plugins/plugins/framework/event/listening-to-events.md Co-authored-by: bojanrajh <117360292+bojanrajh@users.noreply.github.com>
📊 Documentation Impact Analyzer
Reasons
|
| Refer to this video on **[Live coding example with product.loaded event](https://www.youtube.com/watch?v=cJDaiuyjKJk)**. | ||
| Also, available on our free online training ["Shopware 6 Backend Development"](https://academy.shopware.com/courses/shopware-6-backend-development-with-jisse-reitsma). | ||
| Also available on our free online training ["Shopware 6 Backend Development"](https://hub.shopware.com/learn/path/shopware-backend-development-intermediate). |
There was a problem hiding this comment.
| Refer to this video on **[Live coding example with product.loaded event](https://www.youtube.com/watch?v=cJDaiuyjKJk)**. | |
| Also, available on our free online training ["Shopware 6 Backend Development"](https://academy.shopware.com/courses/shopware-6-backend-development-with-jisse-reitsma). | |
| Also available on our free online training ["Shopware 6 Backend Development"](https://hub.shopware.com/learn/path/shopware-backend-development-intermediate). | |
| For Academy learning content on Shopware events, subscribers, and dependency injection, see the **[Events and DI](https://hub.shopware.com/learn/course/events-and-di)** course in the free **Shopware Backend Development Intermediate** learning path. |
| Refer to this video on **[Injecting services into a command](https://www.youtube.com/watch?v=Z4kyx9J1xaQ)** explaining DI based on the example of a custom CLI command. | ||
| It is also available on our free online training ["Shopware 6 Backend Development"](https://academy.shopware.com/courses/shopware-6-backend-development-with-jisse-reitsma). | ||
| It is also available on our free online training ["Shopware 6 Backend Development"](https://hub.shopware.com/learn/course/events-and-di). |
There was a problem hiding this comment.
| Refer to this video on **[Injecting services into a command](https://www.youtube.com/watch?v=Z4kyx9J1xaQ)** explaining DI based on the example of a custom CLI command. | |
| It is also available on our free online training ["Shopware 6 Backend Development"](https://academy.shopware.com/courses/shopware-6-backend-development-with-jisse-reitsma). | |
| It is also available on our free online training ["Shopware 6 Backend Development"](https://hub.shopware.com/learn/course/events-and-di). | |
| For current Academy learning content on dependency injection, service registration, constructor injection, and service decoration, see **[Dependency Injection and Services](https://hub.shopware.com/learn/unit/dependency-injection-and-services)** in the free **Shopware Backend Development Intermediate** learning path. |
| Refer to this video on **[Common Storefront controller tasks](https://www.youtube.com/watch?v=5eXXNh4cQG0)** explaining the basics about Storefront controllers. | ||
| Available also on our free online training ["Shopware 6 Backend Development"](https://academy.shopware.com/courses/shopware-6-backend-development-with-jisse-reitsma). | ||
| Available also on our free online training ["Shopware 6 Backend Development"](https://hub.shopware.com/learn/path/shopware-backend-development-intermediate). |
There was a problem hiding this comment.
| Refer to this video on **[Common Storefront controller tasks](https://www.youtube.com/watch?v=5eXXNh4cQG0)** explaining the basics about Storefront controllers. | |
| Available also on our free online training ["Shopware 6 Backend Development"](https://academy.shopware.com/courses/shopware-6-backend-development-with-jisse-reitsma). | |
| Available also on our free online training ["Shopware 6 Backend Development"](https://hub.shopware.com/learn/path/shopware-backend-development-intermediate). | |
| For current Academy learning content on connecting a Storefront controller with routes, service registration, and Twig template output, see **[Storefront Controller: Routes, Services, and Template](https://hub.shopware.com/learn/unit/storefront-controller-routes-services-and-template)** in the free **Shopware Backend Development Essentials** learning path. |
| Refer to this video on **[Creating a JSON controller](https://www.youtube.com/watch?v=VzREUDdpZ3E)** dealing with the creation of a controller that returns JSON data. | ||
| Available also on our free online training ["Shopware 6 Backend Development"](https://academy.shopware.com/courses/shopware-6-backend-development-with-jisse-reitsma). | ||
| Available also on our free online training ["Shopware 6 Backend Development"](https://hub.shopware.com/learn/path/shopware-backend-development-intermediate). |
There was a problem hiding this comment.
| Refer to this video on **[Creating a JSON controller](https://www.youtube.com/watch?v=VzREUDdpZ3E)** dealing with the creation of a controller that returns JSON data. | |
| Available also on our free online training ["Shopware 6 Backend Development"](https://academy.shopware.com/courses/shopware-6-backend-development-with-jisse-reitsma). | |
| Available also on our free online training ["Shopware 6 Backend Development"](https://hub.shopware.com/learn/path/shopware-backend-development-intermediate). | |
| For related free Academy background, see: | |
| - **[Storefront Controller: Routes, Services, and Template](https://hub.shopware.com/learn/unit/storefront-controller-routes-services-and-template)** in the **Shopware Backend Development Essentials** learnign path. | |
| - **[Custom JavaScript](https://hub.shopware.com/learn/unit/custom-js)** in the **Shopware Frontend Development Essentials** learning path. | |
| - **[Storefront Core Features](https://hub.shopware.com/learn/unit/storefront-core-features)** in the **Shopware Frontend Development Intermediate** learning path. |
| ::: info | ||
| Refer to this video on **[Adding scheduled tasks](https://www.youtube.com/watch?v=88S9P3x6wYE)**. Also, available on our free online training ["Shopware 6 Backend Development"](https://academy.shopware.com/courses/shopware-6-backend-development-with-jisse-reitsma). | ||
| Refer to this video on **[Adding scheduled tasks](https://www.youtube.com/watch?v=88S9P3x6wYE)**. Also, available on our free online training ["Shopware 6 Backend Development"](https://hub.shopware.com/learn/path/shopware-backend-development-intermediate). | ||
| ::: |
There was a problem hiding this comment.
Please remove line 16-18, we do not have a dedicated course or learning unit for that.
…ations.md Co-authored-by: Beytullah <b.c.94@web.de>
…ation.md Co-authored-by: Beytullah <b.c.94@web.de>
Co-authored-by: Beytullah <b.c.94@web.de>
Summary
<Identified a few links that was pointing to old academy content. Hence replacing with new and relevant links from ComHub LP -->
Related links
Checklist
PageRefreferences where relevant..gitbook.yamlif pages were moved, renamed, or deleted..wordlist.txt(and sorted it) if spellcheck flags new legitimate terms.Notes
Micha Hobert (@Isengo1989) please check and update accordingly