From 3c1b415ec33d6262c0a89c2035cdab1aaaa28e00 Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 10 Dec 2019 08:17:50 -0800 Subject: [PATCH] Add titleSuffix for deployment --- windows/deployment/docfx.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/deployment/docfx.json b/windows/deployment/docfx.json index b5e2f332bb..d90a888be9 100644 --- a/windows/deployment/docfx.json +++ b/windows/deployment/docfx.json @@ -47,7 +47,8 @@ "depot_name": "MSDN.win-development", "folder_relative_path_in_docset": "./" } - } + }, + "titleSuffix": "Windows Deployment" }, "fileMetadata": {}, "template": [],