From 53f07d762a5edad55acb4e6fd1539e6703d21949 Mon Sep 17 00:00:00 2001 From: Xenc5 Date: Thu, 26 Feb 2026 15:10:31 +0000 Subject: [PATCH] Add "noIndex" property to /next/ versioned docs --- docusaurus.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index eede082..650e4cd 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -86,6 +86,9 @@ const config: Config = { [LATEST_DEVVIT_VERSION]: { badge: false, }, + "current": { // This refers to "/docs/next/" + noIndex: true, + }, }, }, blog: {