From d69b125756838cefe2787311fa3c415f86bd81d7 Mon Sep 17 00:00:00 2001 From: Josh Wong <23216828+josh-wong@users.noreply.github.com> Date: Thu, 3 Apr 2025 18:56:09 +0900 Subject: [PATCH] Update `className` to latest patch versions --- docusaurus.config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 012510bf..eaa9cf07 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -77,31 +77,31 @@ const config = { label: '3.15', path: 'latest', // When a new version is released and this is no longer the current version, change this to the version number and then delete this comment. banner: 'none', - className: '3.15.1', + className: '3.15.2', }, "3.14": { // When a new version is released and this is no longer the current version, change this to the version number and then delete this comment. label: '3.14', path: '3.14', // When a new version is released and this is no longer the current version, change this to the version number and then delete this comment. banner: 'none', - className: '3.14.1', + className: '3.14.2', }, "3.13": { label: '3.13', path: '3.13', banner: 'none', - className: '3.13.2', + className: '3.13.3', }, "3.12": { label: '3.12', path: '3.12', banner: 'none', - className: '3.12.5', + className: '3.12.6', }, "3.11": { label: '3.11', path: '3.11', banner: 'none', - className: '3.11.5', + className: '3.11.6', }, "3.10": { label: '3.10',