Skip to content

Commit

Permalink
DOCS-7072 creating a new remote branch for SSPM
Browse files Browse the repository at this point in the history
  • Loading branch information
sra-hub committed Dec 16, 2024
1 parent 6fbca06 commit 9196466
Show file tree
Hide file tree
Showing 6 changed files with 957 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,11 @@ const config = {
label: "Multitenant Interconnect",
icon: "api-doc",
},
{
to: "sase/api/sspm",
label: "SaaS Security Posture Management",
icon: "api-doc",
},
{
to: "access/api/adem/autonomous-dem-api",
label: "Autonomous DEM",
Expand Down Expand Up @@ -533,6 +538,18 @@ const config = {
},
],
},
{
label: "SaaS Security Posture Management",
to: "#",
logoClass: "prisma",
apiDocs: [
{
to: "access/api/sspm/getting-started",
label: "SaaS Security Management",
icon: "api-doc",
},
],
},
{
label: "Prisma Access Insights",
to: "#",
Expand Down Expand Up @@ -898,6 +915,11 @@ const config = {
outputDir: "products/sase/api/mt-interconnect",
sidebarOptions: { groupPathsBy: "tag" },
},
securityposture: {
specPath: "openapi-specs/sase/sspm",
outputDir: "products/sase/api/sspm",
sidebarOptions: { groupPathsBy: "tag" },
},
access: {
specPath: "openapi-specs/access/prisma-access-config",
outputDir: "products/access/api/prisma-access-config",
Expand Down
Loading

0 comments on commit 9196466

Please sign in to comment.