Skip to content

Commit

Permalink
Merge pull request #597 from PaloAltoNetworks/oneal2-apiref
Browse files Browse the repository at this point in the history
Updates for O'Neal Update 2
  • Loading branch information
manukumar6 authored Feb 7, 2024
2 parents 7ae2d6c + c612701 commit 96949e0
Show file tree
Hide file tree
Showing 12 changed files with 102,900 additions and 5 deletions.
11 changes: 9 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -760,8 +760,8 @@ const config = {
specPath: "openapi-specs/compute",
outputDir: "products/compute/api",
sidebarOptions: { groupPathsBy: "tag", categoryLinkSource: "tag" },
version: "32.01",
label: "v32.01",
version: "32.02",
label: "v32.02",
showExtensions: true,
baseUrl: "/compute/api/",
versions: {
Expand All @@ -786,6 +786,13 @@ const config = {
sidebarOptions: { groupPathsBy: "tag", categoryLinkSource: "tag" },
baseUrl: "/compute/api/32-00/",
},
compute_3201: {
specPath: "openapi-specs/compute/32-01",
outputDir: "products/compute/api/32-01",
showExtensions: true,
sidebarOptions: { groupPathsBy: "tag", categoryLinkSource: "tag" },
baseUrl: "/compute/api/32-01/",
},
compute_31: {
specPath: "openapi-specs/compute/31-00",
outputDir: "products/compute/api/31-00",
Expand Down
Loading

0 comments on commit 96949e0

Please sign in to comment.