Skip to content

Commit

Permalink
updated docusaurus.config.js for Compute API ref
Browse files Browse the repository at this point in the history
Signed-off-by: manukumar6 <[email protected]>
  • Loading branch information
manukumar6 authored Dec 7, 2023
1 parent 28be421 commit 7f3fbb9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 7f3fbb9

Please sign in to comment.