Skip to content

Commit 8f7a434

Browse files
authored
Add changelog entry for OG images Astro tutorial (#28628)
1 parent 860b4e5 commit 8f7a434

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

src/content/docs/browser-rendering/examples.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: navigation
33
title: Examples
44
sidebar:
5-
order: 3
5+
order: 2
66
---
77

88
import { CardGrid, LinkCard } from "~/components"

src/content/docs/browser-rendering/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: navigation
33
title: Get started
44
sidebar:
5-
order: 2
5+
order: 1
66
---
77
import { Render } from "~/components";
88

src/content/docs/browser-rendering/rest-api/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: navigation
33
title: REST API
44
sidebar:
5-
order: 1
5+
order: 3
66
---
77
import { DashButton } from "~/components";
88

src/content/release-notes/browser-rendering.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ link: "/browser-rendering/changelog/"
33
productName: Browser Rendering
44
productLink: "/browser-rendering/"
55
entries:
6+
- publish_date: "2026-02-26"
7+
title: "New tutorial: Generate OG images for Astro sites"
8+
description: |-
9+
* Added a new tutorial on how to [generate OG images for Astro sites](/browser-rendering/how-to/og-images-astro/) using Browser Rendering. The tutorial walks through creating an Astro template, using Browser Rendering to screenshot it as a PNG, and serving the generated images.
610
- publish_date: "2026-02-24"
711
title: "Documentation updates for robots.txt and sitemaps"
812
description: |-

0 commit comments

Comments
 (0)