Skip to content

Commit

Permalink
Merge pull request #575 from PaloAltoNetworks/oneal1-apiref
Browse files Browse the repository at this point in the history
Updates to the Compute API Ref for O'Neal Update 1
  • Loading branch information
manukumar6 authored Jan 11, 2024
2 parents b3d7bdb + cb48c95 commit c9ba57d
Show file tree
Hide file tree
Showing 13 changed files with 102,522 additions and 33 deletions.
11 changes: 9 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -755,8 +755,8 @@ const config = {
specPath: "openapi-specs/compute",
outputDir: "products/compute/api",
sidebarOptions: { groupPathsBy: "tag", categoryLinkSource: "tag" },
version: "32.00",
label: "v32.00",
version: "32.01",
label: "v32.01",
showExtensions: true,
baseUrl: "/compute/api/",
versions: {
Expand All @@ -774,6 +774,13 @@ const config = {
},
},
},
compute_32: {
specPath: "openapi-specs/compute/32-00",
outputDir: "products/compute/api/32-00",
showExtensions: true,
sidebarOptions: { groupPathsBy: "tag", categoryLinkSource: "tag" },
baseUrl: "/compute/api/32-00/",
},
compute_31: {
specPath: "openapi-specs/compute/31-00",
outputDir: "products/compute/api/31-00",
Expand Down
Loading

0 comments on commit c9ba57d

Please sign in to comment.