From 01e62b73731394a3cf43bdad40c41b96b7cdf1af Mon Sep 17 00:00:00 2001 From: Hsu Still <341464@gmail.com> Date: Wed, 18 Apr 2018 17:07:10 +0800 Subject: [PATCH] Add title to docs --- docs/docfx.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docfx.json b/docs/docfx.json index bb1da7e07..8691c2732 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -39,6 +39,7 @@ ], "overwrite": "_overwrites/**/**.md", "globalMetadata": { + "_appTitle": "Discord.Net Documentation", "_appFooter": "Discord.Net (c) 2015-2018 2.0.0-beta", "_enableSearch": true, },