From 7f3fbb98818440e8290c598f89e18c779c05f21f Mon Sep 17 00:00:00 2001 From: manukumar6 <108253187+manukumar6@users.noreply.github.com> Date: Thu, 7 Dec 2023 19:44:11 +0530 Subject: [PATCH] updated docusaurus.config.js for Compute API ref Signed-off-by: manukumar6 <108253187+manukumar6@users.noreply.github.com> --- docusaurus.config.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 412628ac4..f953b472e 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -745,23 +745,23 @@ const config = { specPath: "openapi-specs/compute", outputDir: "products/compute/api", sidebarOptions: { groupPathsBy: "tag", categoryLinkSource: "tag" }, - version: "31.02", - label: "v31.02", + version: "32.00", + label: "v32.00", showExtensions: true, baseUrl: "/compute/api/", versions: { + 31.02: { + specPath: "openapi-specs/compute/31-02", + outputDir: "products/compute/api/31-02", + label: "v31-02", + baseUrl: "/compute/api/31-02/", + }, 30.03: { specPath: "openapi-specs/compute/30-03", outputDir: "products/compute/api/30-03", label: "v30.03", baseUrl: "/compute/api/30-03/", }, - 22.12: { - specPath: "openapi-specs/compute/22-12", - outputDir: "products/compute/api/22-12", - label: "v22.12", - baseUrl: "/compute/api/22-12/", - }, }, }, compute_31: {