From f17703fb373fd373faf40da6afac508ee2c8da3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Thu, 29 Jan 2026 08:46:21 +0100 Subject: [PATCH] doc: hide next version (#226) --- hindsight-docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hindsight-docs/package.json b/hindsight-docs/package.json index 9be52cb5..73252453 100644 --- a/hindsight-docs/package.json +++ b/hindsight-docs/package.json @@ -5,7 +5,7 @@ "scripts": { "docusaurus": "docusaurus", "start": "docusaurus start", - "build": "INCLUDE_CURRENT_VERSION=true docusaurus build", + "build": "docusaurus build", "swizzle": "docusaurus swizzle", "deploy": "docusaurus deploy", "clear": "docusaurus clear",