From 148bc5929f6202408b2f17329c1e9eeed6517b95 Mon Sep 17 00:00:00 2001 From: chrdek Date: Tue, 5 Dec 2023 16:47:35 +0200 Subject: [PATCH] added latest changes, filtered files --- .gitignore | 3 +++ docfx.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 76f3b24..c6dd85e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,9 +9,12 @@ nuget.config *.config *.bat *.old +*.json +*.yml *.css *.js /bin/Release +/bin/Debug /lib/ /Releases/ /obj diff --git a/docfx.json b/docfx.json index e30020b..25e53ff 100644 --- a/docfx.json +++ b/docfx.json @@ -11,8 +11,8 @@ "_appTitle": "Package Documentation", "_appName": " Queryabl.DataCalc Package", "_appFooter": "                                                                                                           NuGet Package @ v1.0.3.21 - Generated by DocFX", - "_appLogoPath": "statistics_sm.png", - "_appFaviconPath": "statistics.ico", + "_appLogoPath": "queryabl_datacalc.png", + "_appFaviconPath": "queryabl_datacalc.ico", "_enableSearch": true, "_enableNewTab": true, "_disableGitFeatures":false,