Skip to content

Commit

Permalink
- clear old site when creatin new docs from script
Browse files Browse the repository at this point in the history
- needed to add images folder as resources in docfx.config
  • Loading branch information
Steinar Elgsæter committed Feb 23, 2024
1 parent fafbf71 commit a4cfc0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"resource": [
{
"files": [
"images/**",
"articles/images/**",
"index.html"
]
}
Expand Down
1 change: 1 addition & 0 deletions scripts/createdocs.bat
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a4cfc0f

Please sign in to comment.