From 4a5b73a7210333083c3e1112c23b98fe8ea8b047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20N=C3=A9au?= Date: Thu, 30 Jan 2025 12:40:11 +0100 Subject: [PATCH] Update end-of-maintenance banners Versions 0.10 and 0.11 are still maintained, whereas 0.7 is not. --- docusaurus.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 1572a413c..c21b8d902 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -120,7 +120,10 @@ module.exports = { current: { label: 'Next 🚧', }, - '0.7': { + '0.10': { + banner: 'none', + }, + '0.11': { banner: 'none', }, },