Skip to content

Commit

Permalink
Merge pull request #804 from sarette/DOCS-7072-security-posture
Browse files Browse the repository at this point in the history
Docs 7072 security posture
  • Loading branch information
sarette authored Jan 8, 2025
2 parents 5c8b873 + 0c351ee commit 68761cd
Show file tree
Hide file tree
Showing 5 changed files with 1,308 additions and 0 deletions.
10 changes: 10 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 @@ -898,6 +903,11 @@ const config = {
outputDir: "products/sase/api/mt-interconnect",
sidebarOptions: { groupPathsBy: "tag" },
},
sasesspm: {
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 68761cd

Please sign in to comment.