From 6256d184f1f47e26d61677f903897f9e107511f8 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Tue, 15 Oct 2024 14:49:54 -0700 Subject: [PATCH] Enclose version key in quotes. Fix 'Invalid docs option "versions": unknown versions (2.1) found' --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 351805f6178..08b580edf08 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -184,7 +184,7 @@ module.exports = { current: { label: 'Latest', }, - 2.10: { + '2.10': { label: 'v2.10 (Preview)', path: 'v2.10', banner: 'unreleased'