From 7b33dc109bde26701f0a4ab0d26f8b1eb9e148b0 Mon Sep 17 00:00:00 2001
From: Richa Kiran <64418209+richk21@users.noreply.github.com>
Date: Fri, 10 Oct 2025 20:12:37 +0530
Subject: [PATCH 1/2] fix(theme): remove "Edit this page" button from print
view (#11463)
---
.../src/theme/EditMetaRow/index.tsx | 4 +++-
.../src/theme/EditMetaRow/styles.module.css | 6 ++++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/packages/docusaurus-theme-classic/src/theme/EditMetaRow/index.tsx b/packages/docusaurus-theme-classic/src/theme/EditMetaRow/index.tsx
index 78d3206c2f77..d12ef51abfa2 100644
--- a/packages/docusaurus-theme-classic/src/theme/EditMetaRow/index.tsx
+++ b/packages/docusaurus-theme-classic/src/theme/EditMetaRow/index.tsx
@@ -20,7 +20,9 @@ export default function EditMetaRow({
}: Props): ReactNode {
return (
-
{editUrl && }
+
+ {editUrl && }
+
{(lastUpdatedAt || lastUpdatedBy) && (
Date: Fri, 10 Oct 2025 18:42:30 +0200
Subject: [PATCH 2/2] docs: remove Astro link in v3.9 blog post (nodejs
upgrade) (#11469)
---
website/blog/releases/3.9/index.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/blog/releases/3.9/index.mdx b/website/blog/releases/3.9/index.mdx
index 35c413576275..d1631588f878 100644
--- a/website/blog/releases/3.9/index.mdx
+++ b/website/blog/releases/3.9/index.mdx
@@ -24,7 +24,7 @@ import BrowserWindow from '@site/src/components/BrowserWindow';
In [#11408](https://github.com/facebook/docusaurus/pull/11408), we have dropped support for Node.js 18, and the new minimum required Node.js version is now v20.0.
-Although it may look like a runtime requirement breaking change, Node.js 18 reached [End-of-Life](https://nodejs.org/en/about/releases/). It [won't receive security updates](https://nodejs.org/en/blog/announcements/node-18-eol-support), and you shouldn't use it anymore. Dropping End-of-Life versions of Node.js on minor version releases is a common practice in the Node.js ecosystem (see for examples [Astro 5.8](https://astro.build/blog/astro-580/)), that we now officially endorse and document on our [release process](/community/release-process#nodejs-support).
+Although it may look like a runtime requirement breaking change, Node.js 18 reached [End-of-Life](https://nodejs.org/en/about/releases/). It [won't receive security updates](https://nodejs.org/en/blog/announcements/node-18-eol-support), and you shouldn't use it anymore. Dropping End-of-Life versions of Node.js on minor version releases is a common practice in the Node.js ecosystem, that we now officially endorse and document on our [release process](/community/release-process#nodejs-support).
This upgrade is further motivated by our dependencies: