From a59f3cbe3d74c5aba76ea55afcd0a45f27c945a7 Mon Sep 17 00:00:00 2001 From: Hyejin Yoon <0327jane@gmail.com> Date: Wed, 6 Mar 2024 15:22:10 +0900 Subject: [PATCH] doc: add version 0.13.0 (#9991) --- docs-website/docusaurus.config.js | 11 ----------- docs-website/versions.json | 4 ++-- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/docs-website/docusaurus.config.js b/docs-website/docusaurus.config.js index 3555fd00ea..f5307169a8 100644 --- a/docs-website/docusaurus.config.js +++ b/docs-website/docusaurus.config.js @@ -220,17 +220,6 @@ module.exports = { "@docusaurus/preset-classic", { docs: { - lastVersion: "current", - versions: { - current: { - label: "Next", - banner: 'none', - }, - "0.12.0": { - label: "0.12.0", - banner: 'none', - }, - }, path: "genDocs", sidebarPath: require.resolve("./sidebars.js"), ...(!isSaas && { diff --git a/docs-website/versions.json b/docs-website/versions.json index 17fd0109f3..f3163686bf 100644 --- a/docs-website/versions.json +++ b/docs-website/versions.json @@ -1,4 +1,4 @@ [ - "0.12.1", - "0.12.0" + "0.13.0", + "0.12.1" ]