From 2a86c60d9747e72c77c84e9f2ccc6f65fbf8c9eb Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Wed, 9 Oct 2024 10:53:04 +0200 Subject: [PATCH] feat: deploy 0.52 (#211) --- docusaurus.config.js | 6 +++++- versions.json | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 3e9447e82..2e9582267 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -4,7 +4,7 @@ const lightCodeTheme = require("prism-react-renderer/themes/github"); const darkCodeTheme = require("prism-react-renderer/themes/dracula"); -const lastVersion = "0.50"; +const lastVersion = "0.52"; /** @type {import('@docusaurus/types').Config} */ const config = { @@ -45,6 +45,10 @@ const config = { path: "main", banner: "unreleased", }, + "0.52": { + path: "v0.52", + label: "v0.52", + }, "0.50": { path: "v0.50", label: "v0.50", diff --git a/versions.json b/versions.json index 37c9b8d7c..df1d9b9c0 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ [ + "0.52", "0.50", "0.47" ]