| 1 | { |
| 2 | "$schema": "https://mintlify.com/docs.json", |
| 3 | "theme": "mint", |
| 4 | "name": "SOCFortress CoPilot", |
| 5 | "description": "SOCFortress CoPilot documentation \u2014 operator workflows, admin/engineer configuration, and developer/AI-agent guides.", |
| 6 | "logo": { |
| 7 | "light": "/assets/brand/logo-text.png", |
| 8 | "dark": "/assets/brand/logo-text.png", |
| 9 | "href": "/" |
| 10 | }, |
| 11 | "favicon": "/assets/brand/favicon.ico", |
| 12 | "colors": { |
| 13 | "primary": "#f85d3b", |
| 14 | "dark": "#f85d3b", |
| 15 | "light": "#f85d3b" |
| 16 | }, |
| 17 | "navigation": { |
| 18 | "tabs": [ |
| 19 | { |
| 20 | "tab": "Get Started", |
| 21 | "pages": [ |
| 22 | "getting-started/start-here", |
| 23 | "getting-started/install-upgrade", |
| 24 | "getting-started/supported-tool-versions", |
| 25 | "getting-started/what-is-copilot", |
| 26 | "getting-started/roles-and-mental-model", |
| 27 | "getting-started/first-wins", |
| 28 | "user/operators-quickstart", |
| 29 | "user/admins-quickstart", |
| 30 | "user/overview", |
| 31 | "user/navigation", |
| 32 | "user/features" |
| 33 | ] |
| 34 | }, |
| 35 | { |
| 36 | "tab": "Operator", |
| 37 | "pages": [ |
| 38 | "operator", |
| 39 | "user/operators-quickstart", |
| 40 | { |
| 41 | "group": "Incident Management", |
| 42 | "pages": [ |
| 43 | "user/ui/incident-alerts", |
| 44 | "user/ui/incident-cases", |
| 45 | "user/ui/artifacts" |
| 46 | ] |
| 47 | }, |
| 48 | { |
| 49 | "group": "SIEM", |
| 50 | "pages": [ |
| 51 | "user/ui/siem-event-search", |
| 52 | "user/ui/alerts-siem" |
| 53 | ] |
| 54 | }, |
| 55 | { |
| 56 | "group": "Agents", |
| 57 | "pages": [ |
| 58 | "user/ui/agents", |
| 59 | "user/ui/agents-groups", |
| 60 | "user/ui/agents-sysmon-config", |
| 61 | "user/ui/agents-detection-rules", |
| 62 | "user/ui/agents-copilot-actions", |
| 63 | "user/ui/agents-vulnerability-overview", |
| 64 | "user/ui/agents-patch-tuesday", |
| 65 | "user/ui/agents-sca-overview" |
| 66 | ] |
| 67 | }, |
| 68 | { |
| 69 | "group": "SOCFortress Capsules", |
| 70 | "pages": [ |
| 71 | "user/capsules/index" |
| 72 | ] |
| 73 | }, |
| 74 | { |
| 75 | "group": "Reporting", |
| 76 | "pages": [ |
| 77 | "user/ui/report-creation", |
| 78 | "user/ui/report-general", |
| 79 | "user/ui/report-vulnerability", |
| 80 | "user/ui/report-sca" |
| 81 | ] |
| 82 | }, |
| 83 | { |
| 84 | "group": "Videos", |
| 85 | "pages": [ |
| 86 | "user/videos" |
| 87 | ] |
| 88 | } |
| 89 | ] |
| 90 | }, |
| 91 | { |
| 92 | "tab": "Admin / Platform", |
| 93 | "pages": [ |
| 94 | "admin", |
| 95 | "user/admins-quickstart", |
| 96 | { |
| 97 | "group": "Log ingestion", |
| 98 | "pages": [ |
| 99 | "user/customer-provisioning", |
| 100 | "user/ui/external-third-party-integrations", |
| 101 | "user/ui/external-network-connectors" |
| 102 | ] |
| 103 | }, |
| 104 | { |
| 105 | "group": "Alerting (Graylog \u2192 CoPilot)", |
| 106 | "pages": [ |
| 107 | "user/ui/incident-sources", |
| 108 | "user/ui/graylog-management", |
| 109 | "user/ui/alerts-graylog-threshold" |
| 110 | ] |
| 111 | }, |
| 112 | { |
| 113 | "group": "Alerting (CoPilot \u2192 Shuffle)", |
| 114 | "pages": [ |
| 115 | "user/ui/alerting-shuffle" |
| 116 | ] |
| 117 | }, |
| 118 | { |
| 119 | "group": "Indices (Wazuh Indexer)", |
| 120 | "pages": [ |
| 121 | "user/ui/indices-management", |
| 122 | "user/ui/indices-snapshots" |
| 123 | ] |
| 124 | }, |
| 125 | { |
| 126 | "group": "SIEM Configuration", |
| 127 | "pages": [ |
| 128 | "user/ui/siem-event-sources" |
| 129 | ] |
| 130 | }, |
| 131 | { |
| 132 | "group": "Authentication & Access", |
| 133 | "pages": [ |
| 134 | "user/ui/sso", |
| 135 | "user/ui/two-factor-authentication", |
| 136 | "user/ui/tag-access" |
| 137 | ] |
| 138 | }, |
| 139 | { |
| 140 | "group": "Health (InfluxDB)", |
| 141 | "pages": [ |
| 142 | "user/ui/healthcheck" |
| 143 | ] |
| 144 | }, |
| 145 | "user/videos" |
| 146 | ] |
| 147 | }, |
| 148 | { |
| 149 | "tab": "Customer Portal", |
| 150 | "pages": [ |
| 151 | "customer-portal/index" |
| 152 | ] |
| 153 | }, |
| 154 | { |
| 155 | "tab": "Integrations", |
| 156 | "groups": [ |
| 157 | { |
| 158 | "group": "Catalog", |
| 159 | "pages": [ |
| 160 | "integrations", |
| 161 | "integrations/wazuh", |
| 162 | "integrations/office-365", |
| 163 | "integrations/mimecast", |
| 164 | "integrations/huntress", |
| 165 | "integrations/crowdstrike", |
| 166 | "integrations/duo", |
| 167 | "integrations/defender-for-endpoint", |
| 168 | "integrations/bitdefender", |
| 169 | "integrations/carbon-black", |
| 170 | "integrations/cato-networks", |
| 171 | "integrations/darktrace", |
| 172 | "integrations/sap-siem" |
| 173 | ] |
| 174 | }, |
| 175 | { |
| 176 | "group": "Network connectors (syslog)", |
| 177 | "pages": [ |
| 178 | "integrations/network-connectors", |
| 179 | "integrations/network-connectors/fortigate", |
| 180 | "integrations/network-connectors/palo-alto", |
| 181 | "integrations/network-connectors/cisco-asa", |
| 182 | "integrations/network-connectors/sonicwall", |
| 183 | "integrations/network-connectors/opnsense", |
| 184 | "integrations/network-connectors/sentinelone" |
| 185 | ] |
| 186 | } |
| 187 | ] |
| 188 | }, |
| 189 | { |
| 190 | "tab": "Power Features", |
| 191 | "groups": [ |
| 192 | { |
| 193 | "group": "Add-ons", |
| 194 | "pages": [ |
| 195 | "power-features", |
| 196 | "power-features/mitre-attack", |
| 197 | "power-features/patch-tuesday", |
| 198 | "power-features/cloud-security-assessment", |
| 199 | "power-features/web-vulnerability-assessment", |
| 200 | "power-features/github-audit", |
| 201 | "power-features/ai-analyst", |
| 202 | "power-features/ai-analyst-review", |
| 203 | "power-features/ai-analyst-notifications", |
| 204 | "power-features/atomic-red-team", |
| 205 | "power-features/report-creation", |
| 206 | "power-features/copilot-searches", |
| 207 | "power-features/sca-policies" |
| 208 | ] |
| 209 | } |
| 210 | ] |
| 211 | }, |
| 212 | { |
| 213 | "tab": "Developer", |
| 214 | "pages": [ |
| 215 | "developer/start-here", |
| 216 | "architecture/ARCHITECTURE", |
| 217 | "architecture/MAP", |
| 218 | "architecture/DEPLOYMENT", |
| 219 | "architecture/DATA_FLOWS", |
| 220 | "architecture/DATABASE_SCHEMA", |
| 221 | "integrations/ADDING_A_CONNECTOR" |
| 222 | ] |
| 223 | }, |
| 224 | { |
| 225 | "tab": "Videos", |
| 226 | "pages": [ |
| 227 | "videos", |
| 228 | "user/videos" |
| 229 | ] |
| 230 | }, |
| 231 | { |
| 232 | "tab": "Reference", |
| 233 | "groups": [ |
| 234 | { |
| 235 | "group": "Essentials", |
| 236 | "pages": [ |
| 237 | "reference", |
| 238 | "reference/troubleshooting", |
| 239 | "user/navigation" |
| 240 | ] |
| 241 | } |
| 242 | ] |
| 243 | } |
| 244 | ] |
| 245 | } |
| 246 | } |