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,