Skip to content

Commit ca8db5d

Browse files
authored
Merge pull request #21069 from dvdksn/guides-overview-intro
site: add overview blurb to the guides landing page
2 parents 35edfb9 + 1acba34 commit ca8db5d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

content/guides/_index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,10 @@ aliases:
99
- /learning-paths/
1010
---
1111

12-
This section contains more advanced guides to help you learn how Docker can optimize your development workflows.
12+
Explore our collection of guides to learn how Docker can optimize your
13+
development workflows and how to use it with specific languages, frameworks, or
14+
technologies.
15+
16+
Can't find the guide you're looking for? Open an issue on the
17+
[docker/docs](https://github.com/docker/docs/issues/new) repository to let us
18+
know.

layouts/guides/landing.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
<article class="prose min-w-0 max-w-none dark:prose-invert">
6565
{{- partial "breadcrumbs.html" . }}
6666
<h1 data-pagefind-weight="10" class="scroll-mt-36">{{ .Title }}</h1>
67+
{{ .Content }}
6768
{{- $taxonomies := slice "products" "subjects" "levels" "languages" }}
6869
<div class="not-prose"
6970
x-data="{

0 commit comments

Comments
 (0)