From c708b5a06580361737ad82f325472ec56d8ee39d Mon Sep 17 00:00:00 2001 From: Tig Kindel Date: Sat, 2 Dec 2023 09:43:38 -0700 Subject: [PATCH] tweaking api doc theme --- docfx/docfx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docfx/docfx.json b/docfx/docfx.json index 0b07b4746..bccdb04f7 100644 --- a/docfx/docfx.json +++ b/docfx/docfx.json @@ -89,11 +89,11 @@ ], "dest": "../docs", "globalMetadata": { - "_appTitle": "Terminal.Gui v2 Title", - "_appName": "Terminal.Gui v2 AppName", + "_appTitle": "Terminal.Gui v2", + "_appName": "Terminal.Gui v2", "_appFaviconPath": "images/favicon.png", "_appLogoPath": "images/logo.png", - "_appFooter": "Terminal.Gui Footer", + "_appFooter": "Terminal.Gui - Part of the gui-cs Organization", "_enableSearch": true, "_disableSideFilter": false, "_enableNewTab": true,