From a4ffa1a3accbf6cfeec77a47709d496e5d0e9a51 Mon Sep 17 00:00:00 2001 From: MSalopek Date: Fri, 17 May 2024 17:08:31 +0200 Subject: [PATCH] docs: add v4.2.0; bump v5.0.0 (#1900) * docs: add v4.2.0; bump v5.0.0 * docs: add v4.2.0; bump v5.0.0 --- docs/docusaurus.config.js | 12 ------------ docs/versions.json | 5 ++--- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 5c85a14825..53678250fc 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -39,24 +39,12 @@ const config = { docs: { sidebarPath: require.resolve("./sidebars.js"), routeBasePath: "/", - lastVersion: "v4.1.0", versions: { current: { path: "/", label: "main", banner: "unreleased", }, - "v4.0.0": { - path: "/v4.0.0/", - banner: "none", - }, - "v4.1.0": { - path: "/v4.1.0/", - banner: "none", - }, - "v5.0.0-rc0": { - banner: "unreleased", - }, }, remarkPlugins: [remarkMath], rehypePlugins: [rehypeKatex], diff --git a/docs/versions.json b/docs/versions.json index e0778f2e0e..4d806f8d12 100644 --- a/docs/versions.json +++ b/docs/versions.json @@ -1,5 +1,4 @@ [ - "v4.0.0", - "v4.1.0", - "v5.0.0-rc0" + "v4.2.0", + "v5.0.0" ] \ No newline at end of file