Skip to content

Commit 09a157b

Browse files
authored
Add cascade meta_image for docs section (#16174)
Implements Hugo cascade to provide a default social card image for all documentation pages that don't have an explicit meta_image set. This ensures proper social media previews for the 371+ docs pages currently missing custom meta images. - Uses Hugo's native cascade feature for clean inheritance - Pages with existing meta_image values retain their custom images - All docs pages now display docs-branded social card by default - No template modifications required
1 parent cac2b62 commit 09a157b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/docs/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ norightnav: true
1313
nobreadcrumb: true
1414
h1: Pulumi Docs
1515
description: <p>Pulumi is an <a href="https://github.com/pulumi/pulumi" target="_blank">open source</a> platform for <a href="/docs/iac">automating</a>, <a href="/docs/esc">securing</a>, and <a href="/docs/pulumi-cloud">managing</a> cloud resources, configuration, and secrets, using your favorite <a href="/docs/iac/languages-sdks/">programming languages.</a></p>
16+
cascade:
17+
meta_image: /images/docs/meta-images/docs-meta.png
1618
link_buttons:
1719
primary:
1820
label: Get Started

0 commit comments

Comments
 (0)