Skip to content

Commit

Permalink
Merge pull request #764 from PaloAltoNetworks/airs-apis-divs
Browse files Browse the repository at this point in the history
Preview - AIRS API Ref Docs
  • Loading branch information
divyabhushan authored Nov 19, 2024
2 parents 8444d57 + 76a4f3c commit 4b44537
Show file tree
Hide file tree
Showing 7 changed files with 955 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,18 @@ const config = {
description:
"Learn how to make the most of the PAN-OS APIs, SDKs, Expedition, Terraform, Ansible, and more.",
products: [
{
label: "AI Runtime Security",
to: "#",
logoClass: "panos",
apiDocs: [
{
to: "ai-runtime-security/scan/api/",
label: "AI Runtime Security API",
icon: "api-doc",
},
],
},
{
label: "PAN-OS",
to: "#",
Expand Down Expand Up @@ -816,6 +828,12 @@ const config = {
outputDir: "products/cloudngfw/api/aws",
sidebarOptions: { groupPathsBy: "tag", categoryLinkSource: "info" },
},
airuntimesecurity: {
specPath: "openapi-specs/ai-runtime-security/scan",
outputDir: "products/ai-runtime-security/api",
proxy: "https://cors.pan.dev",
sidebarOptions: { groupPathsBy: "tag", categoryLinkSource: "tag" },
},
iot: {
specPath: "openapi-specs/iot/iot.yaml",
outputDir: "products/iot/api",
Expand Down
Loading

0 comments on commit 4b44537

Please sign in to comment.