Skip to content

Commit

Permalink
Merge branch 'master' into cas-tech-pub-smita
Browse files Browse the repository at this point in the history
  • Loading branch information
manukumar6 authored Nov 29, 2024
2 parents 8fdd2be + 17e4314 commit 8bb9e40
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 8bb9e40

Please sign in to comment.