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" ]