From 80846d77ae182352c2f8c27335a4c8a291acbcc2 Mon Sep 17 00:00:00 2001 From: Mark Bonsack Date: Sat, 25 Jan 2020 10:55:37 -0800 Subject: [PATCH] Update docs for Microfocus * Replace "Arcsight" with "Microfocus" in docs sources and TOC --- docs/sources/{Arcsight => Microfocus}/index.md | 0 mkdocs.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/sources/{Arcsight => Microfocus}/index.md (100%) diff --git a/docs/sources/Arcsight/index.md b/docs/sources/Microfocus/index.md similarity index 100% rename from docs/sources/Arcsight/index.md rename to docs/sources/Microfocus/index.md diff --git a/mkdocs.yml b/mkdocs.yml index 5a467aa..eb1ad96 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -12,7 +12,6 @@ nav: - Configuration: 'configuration.md' - Sources: - About: sources/index.md - - ArcSight: sources/Arcsight/index.md - Checkpoint: sources/Checkpoint/index.md - Cisco: sources/Cisco/index.md - 'Common Event Format': sources/CommonEventFormat/index.md @@ -21,6 +20,7 @@ nav: - Fortinet: sources/Fortinet/index.md - Imperva: sources/Imperva/index.md - Juniper: sources/Juniper/index.md + - Microfocus: sources/Microfocus/index.md - Nix: sources/nix/index.md - 'Palo Alto Networks': sources/PaloaltoNetworks/index.md - Proofpoint: sources/Proofpoint/index.md