Skip to content

Commit

Permalink
Merge branch 'master' into pc_cas_imp_score
Browse files Browse the repository at this point in the history
  • Loading branch information
manukumar6 authored Aug 20, 2024
2 parents 02bb695 + a44cf92 commit 4275b99
Show file tree
Hide file tree
Showing 1,740 changed files with 41,051 additions and 95,480 deletions.
60 changes: 42 additions & 18 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ const config = {
],
},
{
label: "Cortex Data Lake",
label: "Strata Logging Service",
to: "#",
logoClass: "panos",
docs: [
Expand Down Expand Up @@ -433,13 +433,13 @@ const config = {
icon: "api-doc",
},
{
to: "access/api/adem/autonomous-dem-api",
label: "Autonomous DEM",
to: "sase/api/mt-interconnect",
label: "Multitenant Interconnect",
icon: "api-doc",
},
{
to: "access/api/insights",
label: "Prisma Access Insights",
to: "access/api/adem/autonomous-dem-api",
label: "Autonomous DEM",
icon: "api-doc",
},
{
Expand Down Expand Up @@ -483,6 +483,11 @@ const config = {
to: "access/docs/insights/getting_started-20",
icon: "doc",
},
{
label: "Get Started 3.0",
to: "access/docs/insights/getting_started-30",
icon: "doc",
},
{
label: "API FAQs",
to: "access/docs/insights/pai-faqs",
Expand All @@ -496,10 +501,15 @@ const config = {
icon: "api-doc",
},
{
to: "access/api/insights",
to: "access/api/insights/2.0",
label: "Prisma Access Insights 2.0",
icon: "api-doc",
},
{
to: "access/api/insights",
label: "Prisma Access Insights 3.0",
icon: "api-doc",
},
],
},
{
Expand Down Expand Up @@ -650,13 +660,19 @@ const config = {
sidebarOptions: { groupPathsBy: "tag", categoryLinkSource: "tag" },
},
insights: {
specPath: "openapi-specs/access/insights/2.0",
specPath: "openapi-specs/access/insights/3.0",
outputDir: "products/access/api/insights",
sidebarOptions: { groupPathsBy: "tag" },
version: "2.0",
label: "v2.0",
version: "3.0",
label: "v3.0",
baseUrl: "/access/api/insights/",
versions: {
"2.0": {
specPath: "openapi-specs/access/insights/2.0",
outputDir: "products/access/api/insights/2.0",
label: "v2.0",
baseUrl: "/access/api/insights/2.0",
},
"1.0": {
specPath: "openapi-specs/access/insights/1.0",
outputDir: "products/access/api/insights/1.0",
Expand All @@ -675,6 +691,11 @@ const config = {
outputDir: "products/sase/api/mt-notifications",
sidebarOptions: { groupPathsBy: "tag", categoryLinkSource: "info" },
},
mtinterconnect: {
specPath: "openapi-specs/sase/mt-interconnect",
outputDir: "products/sase/api/mt-interconnect",
sidebarOptions: { groupPathsBy: "tag" },
},
access: {
specPath: "openapi-specs/access/prisma-access-config",
outputDir: "products/access/api/prisma-access-config",
Expand Down Expand Up @@ -760,11 +781,13 @@ const config = {
showExtensions: true,
sidebarOptions: { groupPathsBy: "tag", categoryLinkSource: "tag" },
baseUrl: "/prisma-cloud/api/",
hideSendButton: true,
},
cspm: {
specPath: "openapi-specs/cspm",
outputDir: "products/prisma-cloud/api/cspm",
sidebarOptions: { groupPathsBy: "tag", categoryLinkSource: "tag" },
hideSendButton: true,
},
code: {
specPath: "openapi-specs/code",
Expand All @@ -776,9 +799,10 @@ const config = {
specPath: "openapi-specs/compute",
outputDir: "products/compute/api",
sidebarOptions: { groupPathsBy: "tag", categoryLinkSource: "tag" },
version: "32.06",
label: "v32.06",
version: "32.07",
label: "v32.07",
showExtensions: true,
hideSendButton: true,
baseUrl: "/compute/api/",
versions: {
31.02: {
Expand All @@ -795,13 +819,6 @@ const config = {
},
},
},
compute_3202: {
specPath: "openapi-specs/compute/32-02",
outputDir: "products/compute/api/32-02",
showExtensions: true,
sidebarOptions: { groupPathsBy: "tag", categoryLinkSource: "tag" },
baseUrl: "/compute/api/32-02/",
},
compute_3203: {
specPath: "openapi-specs/compute/32-03",
outputDir: "products/compute/api/32-03",
Expand All @@ -823,6 +840,13 @@ const config = {
sidebarOptions: { groupPathsBy: "tag", categoryLinkSource: "tag" },
baseUrl: "/compute/api/32-05/",
},
compute_3206: {
specPath: "openapi-specs/compute/32-06",
outputDir: "products/compute/api/32-06",
showExtensions: true,
sidebarOptions: { groupPathsBy: "tag", categoryLinkSource: "tag" },
baseUrl: "/compute/api/32-06/",
},
},
},
],
Expand Down
Loading

0 comments on commit 4275b99

Please sign in to comment.