|
Server : Apache System : Linux cp-biz09.syd05.ds.network 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64 User : thejobfa ( 1684) PHP Version : 7.4.33 Disable Function : NONE Directory : /proc/self/root/opt/PHP-Antimalware-Scanner/docs/ | |
|
Path: //proc/self/root/opt/PHP-Antimalware-Scanner/docs/sidebars.js
Size: 1.42 KB
Permissions: 0644
module.exports = {
tutorialSidebar: [
{
type: "category",
label: "Getting Started",
collapsed: false,
items: ["intro", "requirements", "install", "getting-started"],
},
{
type: "category",
label: "Reference",
collapsed: false,
items: [
"options",
"ai-finding-review",
"reports",
"definitions",
"ftp",
"security/antivirus-compatibility",
],
},
{
type: "category",
label: "SDK Documentation",
collapsed: false,
link: {
type: "doc",
id: "extras/programmatically",
},
items: [
"extras/scanner",
"extras/reports-api",
"extras/signatures-api",
"extras/sdk-safety",
],
},
{
type: "category",
label: "Platforms",
collapsed: false,
items: ["wordpress-plugin"],
},
{
type: "category",
label: "CI/CD",
collapsed: false,
items: ["ci-cd/github-actions", "ci-cd/jenkins", "ci-cd/gitlab-ci"],
},
{
type: "category",
label: "Docker",
collapsed: false,
items: ["extras/docker"],
},
{
type: "category",
label: "Maintenance",
collapsed: false,
items: ["how-update", "extras/build", "how-contribute"],
},
{
type: "category",
label: "Test Suite",
collapsed: false,
items: ["extras/tests"],
},
],
};