@@ -215,6 +215,11 @@ const config = {
215215 label : "Prisma AIRS AI Red Teaming" ,
216216 icon : "api-doc" ,
217217 } ,
218+ {
219+ to : "prisma-airs-model-security/api/aisecuritymodel/aisecuritymodel" ,
220+ label : "Prisma AIRS AI Model Security" ,
221+ icon : "api-doc" ,
222+ } ,
218223 ] ,
219224
220225 } ,
@@ -498,6 +503,11 @@ const config = {
498503 label : "Service Provider Interconnect" ,
499504 icon : "api-doc" ,
500505 } ,
506+ {
507+ to : "sase/api/pab-msp/pab-msp-api" ,
508+ label : "Prisma Browser for MSPs" ,
509+ icon : "api-doc" ,
510+ } ,
501511 {
502512 to : "sase/api/manage-services-5g/introduction" ,
503513 label : "SASE 5G Manage Services" ,
@@ -946,6 +956,11 @@ const config = {
946956 outputDir : "products/sase/api/mt-interconnect/Monitor" ,
947957 sidebarOptions : { groupPathsBy : "tag" } ,
948958 } ,
959+ pabmsp : {
960+ specPath : "openapi-specs/sase/pab-msp" ,
961+ outputDir : "products/sase/api/pab-msp" ,
962+ sidebarOptions : { groupPathsBy : "tag" } ,
963+ } ,
949964 manageservices : {
950965 specPath : "openapi-specs/sase/manage-services-5g" ,
951966 outputDir : "products/sase/api/manage-services-5g" ,
@@ -1060,6 +1075,20 @@ const config = {
10601075 outputDir : "products/prisma-airs-redteam/api/ai-integration/data-plane" ,
10611076 proxy : "https://cors.pan.dev" ,
10621077 sidebarOptions : { groupPathsBy : "tag" , categoryLinkSource : "tag" } ,
1078+ } ,
1079+ //Prisma AIRS Model Security Management
1080+ aimodelsecurity : {
1081+ specPath : "openapi-specs/prisma-airs-model-security/management" ,
1082+ outputDir : "products/prisma-airs-model-security/api/aisecuritymodel/management" ,
1083+ proxy : "https://cors.pan.dev" ,
1084+ sidebarOptions : { groupPathsBy : "tag" , categoryLinkSource : "tag" } ,
1085+ } ,
1086+ //Prisma AIRS Model Security DataPlane
1087+ aimsdataplane : {
1088+ specPath : "openapi-specs/prisma-airs-model-security/dataplane" ,
1089+ outputDir : "products/prisma-airs-model-security/api/aisecuritymodel/dataplane" ,
1090+ proxy : "https://cors.pan.dev" ,
1091+ sidebarOptions : { groupPathsBy : "tag" , categoryLinkSource : "tag" } ,
10631092 } ,
10641093 //Prisma AIRS RedTeam-management as config
10651094 redteammgmt : {
@@ -1202,14 +1231,14 @@ const config = {
12021231 sidebarOptions : { groupPathsBy : "tag" , categoryLinkSource : "tag" } ,
12031232 baseUrl : "/compute/api/34-00/" ,
12041233 } ,
1205- compute_3401 : {
1234+ compute_3401 : {
12061235 specPath : "openapi-specs/compute/34-01" ,
12071236 outputDir : "products/compute/api/34-01" ,
12081237 showExtensions : true ,
12091238 sidebarOptions : { groupPathsBy : "tag" , categoryLinkSource : "tag" } ,
12101239 baseUrl : "/compute/api/34-01/" ,
12111240 } ,
1212- compute_3402 : {
1241+ compute_3402 : {
12131242 specPath : "openapi-specs/compute/34-02" ,
12141243 outputDir : "products/compute/api/34-02" ,
12151244 showExtensions : true ,
@@ -1244,6 +1273,8 @@ const config = {
12441273 href : "https://use.fontawesome.com/releases/v6.2.0/css/all.css" ,
12451274 type : "text/css" ,
12461275 rel : "stylesheet" ,
1276+ integrity : "sha384-SOnAn/m2fVJCwnbEYgD4xzrPtvsXdElhOVvR8ND1YjB5nhGNwwf7nBQlhfAwHAZC" ,
1277+ crossorigin : "anonymous" ,
12471278 } ,
12481279 ] ,
12491280 onDuplicateRoutes : "warn" ,
0 commit comments