Skip to content

Commit

Permalink
Merge pull request #770 from PaloAltoNetworks/arya-action-plan
Browse files Browse the repository at this point in the history
Action Plan API Public Preview
  • Loading branch information
manukumar6 authored Nov 29, 2024
2 parents 41d420d + f8809c8 commit 17e4314
Show file tree
Hide file tree
Showing 3 changed files with 1,293 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,15 @@ const config = {
mssp: {
specPath: "openapi-specs/mssp",
outputDir: "products/prisma-cloud/api/mssp",
showExtensions: true,
showExtensions: false,
sidebarOptions: { groupPathsBy: "tag", categoryLinkSource: "tag" },
baseUrl: "/prisma-cloud/api/",
hideSendButton: true,
},
"action-plan": {
specPath: "openapi-specs/action-plan",
outputDir: "products/prisma-cloud/api/action-plan",
showExtensions: false,
sidebarOptions: { groupPathsBy: "tag", categoryLinkSource: "tag" },
baseUrl: "/prisma-cloud/api/",
hideSendButton: true,
Expand Down
Loading

0 comments on commit 17e4314

Please sign in to comment.