Skip to content

Comments

Update edu resources section#24178

Merged
usha-mandya merged 1 commit intodocker:mainfrom
usha-mandya:engdocs-3198
Feb 20, 2026
Merged

Update edu resources section#24178
usha-mandya merged 1 commit intodocker:mainfrom
usha-mandya:engdocs-3198

Conversation

@usha-mandya
Copy link
Member

Description

  • Updated link to Docker Training section. This currently points users to the Trainings page on WWW, which points back to docs
  • Removed the section on community-translated docs as the JA-JP site is heavily outdated
  • Removed refs to PWD
  • Removed a legacy course

Related issues or tickets

https://docker.atlassian.net/browse/ENGDOCS-3198

@usha-mandya usha-mandya requested a review from dvdksn as a code owner February 20, 2026 15:02
@netlify
Copy link

netlify bot commented Feb 20, 2026

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 6eb77d0
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/69987e0df5b36500085b92fd
😎 Deploy Preview https://deploy-preview-24178--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added area/engine Issue affects Docker engine/daemon area/swarm Issue affects swarm and clustering functionality of docker area/get-started Relates to get started and onboarding docs labels Feb 20, 2026
Copy link
Contributor

@docker-agent docker-agent bot left a comment

Choose a reason for hiding this comment

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

Review Summary

Found one issue with an internal link format that needs to be corrected.

Issues Found

  • MEDIUM: Incorrect internal link path in resources.md

* [Windows Container Setup](https://training.play-with-docker.com/windows-containers-setup/)
* [Windows Container Basics](https://training.play-with-docker.com/windows-containers-basics/)
* [Windows Containers Multi-Container Applications](https://training.play-with-docker.com/windows-containers-multicontainer/)
Learn Docker and containerization fundamentals through self-paced, [hands-on training courses](/get-started/introduction/_index.md) created by Docker experts.
Copy link
Contributor

Choose a reason for hiding this comment

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

Incorrect internal link path includes _index.md filename

The link /get-started/introduction/_index.md violates Docker's documented link format standards. According to COMPONENTS.md, internal links should use source filenames (e.g., /get-started/overview.md), but _index.md is a special file in Hugo that represents a directory index and should not be included in links.

The correct link should be /get-started/introduction/ or /get-started/introduction without the _index.md suffix. In Hugo-based documentation systems, _index.md files are automatically resolved when referencing the directory path, and explicitly including the filename will cause the link to break or resolve incorrectly.

Suggested fix:

Learn Docker and containerization fundamentals through self-paced, [hands-on training courses](/get-started/introduction/) created by Docker experts.

Signed-off-by: Usha Mandya <usha.mandya@docker.com>
@usha-mandya usha-mandya merged commit 8ae846a into docker:main Feb 20, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/engine Issue affects Docker engine/daemon area/get-started Relates to get started and onboarding docs area/swarm Issue affects swarm and clustering functionality of docker

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants