From 539a87a5cc03db8c7e526d35ee77b7f60f982801 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Thu, 17 Dec 2020 14:51:29 -0500 Subject: [PATCH 1/3] docs: Move "Reports" to the top level of the documentation menu --- docs/content/{usage => }/reports/_index.md | 2 +- docs/content/{usage => }/reports/mitre.md | 0 .../infection_monkey_security_report_example.pdf | Bin docs/content/{usage => }/reports/security.md | 0 docs/content/{usage => }/reports/zero-trust.md | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename docs/content/{usage => }/reports/_index.md (94%) rename docs/content/{usage => }/reports/mitre.md (100%) rename docs/content/{usage => }/reports/security.files/infection_monkey_security_report_example.pdf (100%) rename docs/content/{usage => }/reports/security.md (100%) rename docs/content/{usage => }/reports/zero-trust.md (100%) diff --git a/docs/content/usage/reports/_index.md b/docs/content/reports/_index.md similarity index 94% rename from docs/content/usage/reports/_index.md rename to docs/content/reports/_index.md index 8d1da79b9..d016c6951 100644 --- a/docs/content/usage/reports/_index.md +++ b/docs/content/reports/_index.md @@ -1,7 +1,7 @@ +++ title = "Reports" date = 2020-06-24T21:16:03+03:00 -weight = 5 +weight = 40 chapter = true pre = " " +++ diff --git a/docs/content/usage/reports/mitre.md b/docs/content/reports/mitre.md similarity index 100% rename from docs/content/usage/reports/mitre.md rename to docs/content/reports/mitre.md diff --git a/docs/content/usage/reports/security.files/infection_monkey_security_report_example.pdf b/docs/content/reports/security.files/infection_monkey_security_report_example.pdf similarity index 100% rename from docs/content/usage/reports/security.files/infection_monkey_security_report_example.pdf rename to docs/content/reports/security.files/infection_monkey_security_report_example.pdf diff --git a/docs/content/usage/reports/security.md b/docs/content/reports/security.md similarity index 100% rename from docs/content/usage/reports/security.md rename to docs/content/reports/security.md diff --git a/docs/content/usage/reports/zero-trust.md b/docs/content/reports/zero-trust.md similarity index 100% rename from docs/content/usage/reports/zero-trust.md rename to docs/content/reports/zero-trust.md From ae614c83ed58d07ac793cb27baf49733b8addf5c Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Mon, 4 Jan 2021 15:29:04 -0500 Subject: [PATCH 2/3] docs: Add descriptions for reports and display them on the reports index page --- docs/content/reports/_index.md | 2 +- docs/content/reports/mitre.md | 1 + docs/content/reports/security.md | 1 + docs/content/reports/zero-trust.md | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/content/reports/_index.md b/docs/content/reports/_index.md index d016c6951..40e220e4b 100644 --- a/docs/content/reports/_index.md +++ b/docs/content/reports/_index.md @@ -10,4 +10,4 @@ pre = " " The Monkey offers three reports: -{{% children %}} +{{% children description="true" %}} diff --git a/docs/content/reports/mitre.md b/docs/content/reports/mitre.md index 77cd4ac82..760893534 100644 --- a/docs/content/reports/mitre.md +++ b/docs/content/reports/mitre.md @@ -1,5 +1,6 @@ --- title: "MITRE ATT&CK report" +description: "Maps the Monkey's actions to the MITRE ATT&CK knowledge base" date: 2020-06-24T21:17:18+03:00 draft: false --- diff --git a/docs/content/reports/security.md b/docs/content/reports/security.md index a36106183..e3203d731 100644 --- a/docs/content/reports/security.md +++ b/docs/content/reports/security.md @@ -2,6 +2,7 @@ title: "Security report" date: 2020-06-24T21:16:10+03:00 draft: false +description: "Provides actionable recommendations and insight into an attacker's view of your network" --- {{% notice info %}} diff --git a/docs/content/reports/zero-trust.md b/docs/content/reports/zero-trust.md index 6000584a0..54c9aff31 100644 --- a/docs/content/reports/zero-trust.md +++ b/docs/content/reports/zero-trust.md @@ -2,6 +2,7 @@ title: "Zero Trust report" date: 2020-06-24T21:16:18+03:00 draft: false +description: "Generates a status report with detailed explanations of Zero Trust security gaps and prescriptive instructions on how to rectify them" --- {{% notice info %}} From 708bb88c35aef4fe0ff6e3e49fcdf7cd9e2adc77 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Wed, 6 Jan 2021 11:25:48 -0500 Subject: [PATCH 3/3] docs: Format report list with '"style="p"' --- docs/content/reports/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/reports/_index.md b/docs/content/reports/_index.md index 40e220e4b..62996d8a7 100644 --- a/docs/content/reports/_index.md +++ b/docs/content/reports/_index.md @@ -10,4 +10,4 @@ pre = " " The Monkey offers three reports: -{{% children description="true" %}} +{{% children description=true style="p"%}}