Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs 7072 security posture Creating a test PR. DO NOT REVIEW #804

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
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
Loading