diff --git a/docs/docfx.json b/docs/docfx.json index 06f312f..616d073 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -33,7 +33,7 @@ "resource": [ { "files": [ - "images/**", + "articles/images/**", "index.html" ] } diff --git a/scripts/createdocs.bat b/scripts/createdocs.bat index a1a43b4..0df970d 100644 --- a/scripts/createdocs.bat +++ b/scripts/createdocs.bat @@ -1,2 +1,3 @@ +del /q /s ..\docs\_site\*.* C:\Users\STELG\.nuget\packages\docfx.console\2.59.4\tools\docfx ..\docs\docfx.json pause \ No newline at end of file