Skip to content

Commit

Permalink
PCCE-Maxwell-Update-3 (#439)
Browse files Browse the repository at this point in the history
* PCCE-Maxwell-Update-3

* Update sidebars.js

* Update crumbs.json

* Updated spec file

* Sync Terraform module documentation to pan.dev (#442)

* Adds images for Orchestration Hub (#441)

* upgrade to canary 0.0.0-616

---------

Co-authored-by: Saurabh Sugandh <[email protected]>
Co-authored-by: create-pr-on-fork-for-pan-dev[bot] <135888023+create-pr-on-fork-for-pan-dev[bot]@users.noreply.github.com>
Co-authored-by: James Holland <[email protected]>
Co-authored-by: Steven Serrata <[email protected]>
Co-authored-by: Steven Serrata <[email protected]>
  • Loading branch information
6 people authored Jul 24, 2023
1 parent 3a8cae9 commit 6784df0
Show file tree
Hide file tree
Showing 10 changed files with 57,708 additions and 20 deletions.
4 changes: 2 additions & 2 deletions crumbs.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,11 @@
},
{
"href": "/compute/api/",
"label": "Prisma Cloud API v30.02",
"label": "Prisma Cloud API v30.03",
"description": "Prisma Cloud API Reference ",
"icon": "⚙️",
"sitemap_feature": ["API"],
"sitemap_osversion": ["Self-Hosted 30.02"]
"sitemap_osversion": ["Self-Hosted 30.03"]
}
]
},
Expand Down
11 changes: 9 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -756,8 +756,8 @@ const config = {
specPath: "openapi-specs/compute",
outputDir: "products/compute/api",
sidebarOptions: { groupPathsBy: "tag", categoryLinkSource: "tag" },
version: "30.02",
label: "v30.02",
version: "30.03",
label: "v30.03",
showExtensions: true,
baseUrl: "/compute/api/",
versions: {
Expand Down Expand Up @@ -789,6 +789,13 @@ const config = {
sidebarOptions: { groupPathsBy: "tag", categoryLinkSource: "tag" },
baseUrl: "/compute/api/30-01/",
},
compute_3002: {
specPath: "openapi-specs/compute/30-02",
outputDir: "products/compute/api/30-02",
showExtensions: true,
sidebarOptions: { groupPathsBy: "tag", categoryLinkSource: "tag" },
baseUrl: "/compute/api/30-02/",
},
},
},
],
Expand Down
Loading

0 comments on commit 6784df0

Please sign in to comment.