-
Notifications
You must be signed in to change notification settings - Fork 8.1k
site: add learning paths #20563
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
site: add learning paths #20563
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
On the Docker Compose page, the URL for Control Startup and Shutdown Order with Compose is wrong. It should be: https://docs.docker.com/compose/startup-order/ It was like that in the Google doc and I've updated it. |
|
On the Docker Scout page, remove the "Modules" heading. |
I am thinking about keeping the heading, just for the sake of a reasonable HTML document structure. The previous heading otherwise becomes "Tools integration" which doesn't make sense semantically. So I will add it in to the build cloud page instead (where it was missing) |
bb7d52c to
b195bf6
Compare
aevesdocker
left a comment
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.
Few nits that can be done in a follow up. Otherwise, looks great
cddaac9 to
c27a084
Compare
For some inexplicable reason, the link render hook was failing, probably caused by cases where goldmark was called recursively by shortcodes. This change changas the render hook to use the global `pages` pointer instead of the .Pages pointer of the render hook context. Seems to work. Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
usha-mandya
left a comment
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.
![]()
@netlify /learning-paths/
Description
This PR adds another top-level section to the site: Learning paths
Learning paths are articles that guide users through a series of articles, videos, and other resources to help them learn a Docker product, feature, or concept.
The learning paths are linked in the site's top navigation bar, and have a dedicated page that lists all available learning paths.
Learning path pages are similar to the guide overviews, listing a number of modules that make up the learning path.
Paths have the following metadata:
The layout of each learning path is as follows: