From 106808340968085dffc227bfd02ba0cffee8865a Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 13 Dec 2019 09:41:12 -0800 Subject: [PATCH] Add titleSuffix for threat protection --- windows/security/docfx.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/windows/security/docfx.json b/windows/security/docfx.json index eaf36a4d9d..d1b2905bad 100644 --- a/windows/security/docfx.json +++ b/windows/security/docfx.json @@ -48,7 +48,11 @@ }, "titleSuffix": "Microsoft 365 Security" }, - "fileMetadata": {}, + "fileMetadata": { + "titleSuffix":{ + "threat-protection/**/*.md": "Windows security" + } + }, "template": [], "dest": "security", "markdownEngineName": "markdig"