From 8c7d4538b34f5c633afc20e9102286553f66d9c7 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Tue, 10 Oct 2023 20:18:12 +0200 Subject: [PATCH] chore: fix website --- website/docusaurus.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 66753978d..309b3af68 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -411,6 +411,9 @@ module.exports = { lastVersion: '5.x', onlyIncludeVersions: ['5.x', '6.x'], versions: { + current: { + label: `5.x`, + }, '6.x': { label: `6.x`, banner: 'unreleased',