From 26aa9fcff8ff99594e1ae95e1b2322c28f274872 Mon Sep 17 00:00:00 2001 From: jo Date: Sat, 13 Jan 2024 13:00:24 +0100 Subject: [PATCH] chore: setup stable-4.x branch --- docusaurus.config.js | 1 + versioned_sidebars/version-stable-4.x-sidebars.json | 8 ++++++++ versions.json | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 versioned_sidebars/version-stable-4.x-sidebars.json diff --git a/docusaurus.config.js b/docusaurus.config.js index e2d7916..4460462 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -48,6 +48,7 @@ const config = { editUrl: `${vars.repository.href}/blob/main/docs`, versions: { + "stable-4.x": { label: "Stable 4.x" }, "stable-3.x": { label: "Stable 3.x" }, }, diff --git a/versioned_sidebars/version-stable-4.x-sidebars.json b/versioned_sidebars/version-stable-4.x-sidebars.json new file mode 100644 index 0000000..caea0c0 --- /dev/null +++ b/versioned_sidebars/version-stable-4.x-sidebars.json @@ -0,0 +1,8 @@ +{ + "tutorialSidebar": [ + { + "type": "autogenerated", + "dirName": "." + } + ] +} diff --git a/versions.json b/versions.json index 5eabba6..45aad97 100644 --- a/versions.json +++ b/versions.json @@ -1 +1 @@ -["stable-3.x"] +["stable-4.x", "stable-3.x"]