From 3b8ff00144dc359764adbc76cce28e5cfb5e862d Mon Sep 17 00:00:00 2001 From: Ruben Buniatyan Date: Tue, 31 Oct 2023 22:25:55 +0100 Subject: [PATCH] Revise versioning --- docusaurus.config.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 48bff561a..7f1c94420 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -34,13 +34,6 @@ const config = { ({ blog: false, docs: { - lastVersion: 'current', - versions: { - current: { - label: 'v1.20.1', - path: '/' - } - }, routeBasePath: '/', sidebarPath: require.resolve('./sidebars.js'), showLastUpdateTime: true,