From 1acba34616102827f508bd6249b0756d1d878e9f Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:54:46 +0200 Subject: [PATCH] site: add overview blurb to the guides landing page Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/guides/_index.md | 8 +++++++- layouts/guides/landing.html | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/content/guides/_index.md b/content/guides/_index.md index 0c904f4be4..c915ad2b99 100644 --- a/content/guides/_index.md +++ b/content/guides/_index.md @@ -9,4 +9,10 @@ aliases: - /learning-paths/ --- -This section contains more advanced guides to help you learn how Docker can optimize your development workflows. +Explore our collection of guides to learn how Docker can optimize your +development workflows and how to use it with specific languages, frameworks, or +technologies. + +Can't find the guide you're looking for? Open an issue on the +[docker/docs](https://github.com/docker/docs/issues/new) repository to let us +know. diff --git a/layouts/guides/landing.html b/layouts/guides/landing.html index accb6de406..43e62fc69c 100644 --- a/layouts/guides/landing.html +++ b/layouts/guides/landing.html @@ -64,6 +64,7 @@
{{- partial "breadcrumbs.html" . }}

{{ .Title }}

+ {{ .Content }} {{- $taxonomies := slice "products" "subjects" "levels" "languages" }}