Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into 24.8.1
  • Loading branch information
AbiMano4688 committed Aug 7, 2024
2 parents b4d7896 + b06c4ef commit 308b798
Show file tree
Hide file tree
Showing 20 changed files with 2,817 additions and 51 deletions.
31 changes: 21 additions & 10 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 @@ -442,11 +442,6 @@ const config = {
label: "Autonomous DEM",
icon: "api-doc",
},
{
to: "access/api/insights",
label: "Prisma Access Insights",
icon: "api-doc",
},
{
label: "Log Forwarding",
to: "cdl/api/log-forwarding",
Expand Down Expand Up @@ -488,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 @@ -501,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 @@ -655,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 Down
Loading

0 comments on commit 308b798

Please sign in to comment.