From 68201f28c025b8967fd54e0b976435bbd5644d52 Mon Sep 17 00:00:00 2001 From: Jon Harrell <4829245+jharrell@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:21:44 -0600 Subject: [PATCH] update legacy note --- docusaurus.config.ts | 3 +++ versions.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index ed067af884..8f95111423 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -132,6 +132,9 @@ const config: Config = { current: { label: '6.0', }, + legacy: { + label: 'Legacy', + } }, }, blog: false, diff --git a/versions.json b/versions.json index 8ed18faf9d..db7972b6f1 100644 --- a/versions.json +++ b/versions.json @@ -1 +1 @@ -["Legacy"] +["legacy"]