From 182d96842a79560e5d52734dc1603e81e9eda2d0 Mon Sep 17 00:00:00 2001 From: Sunil Singh Date: Thu, 13 Feb 2025 14:09:12 -0800 Subject: [PATCH] Adding archive banner notice to v2.6 and v2.7 as both versions are EOL. Signed-off-by: Sunil Singh --- docusaurus.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index e455ec7037d..6dce85ae65f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -202,10 +202,12 @@ module.exports = { 2.7: { label: 'v2.7', path: 'v2.7', + className: 'toArchive' }, 2.6: { label: 'v2.6', path: 'v2.6', + className: 'toArchive' }, 2.5: { label: 'v2.5',