From 7253c145c050dd87fe56b1c868e9cb4e76af3dd4 Mon Sep 17 00:00:00 2001 From: Raphael Amorim Date: Thu, 6 Jun 2024 21:55:27 +0200 Subject: [PATCH] fix label of version --- docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 33724b37e5..8da8f524be 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -73,7 +73,7 @@ const config = { onlyIncludeVersions: ['current', '0.0.x'], versions: { current: { - label: '1.0.0 (unreleased)', + label: '0.1.0 (unreleased)', path: 'next', banner: 'none', },