Skip to content

Commit

Permalink
#104 docfx generating command
Browse files Browse the repository at this point in the history
  • Loading branch information
maythamfahmi committed Nov 3, 2024
1 parent 8c29e58 commit 6a37e87
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions run_docs.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Once
# dotnet tool install -g docfx // install this tool once.
# docfx init -y // already done and configured once.

## Each time
Remove-Item .\api -Recurse
Remove-Item .\_site\. -Recurse
docfx metadata
docfx build .\docfx.json
docfx serve _site

0 comments on commit 6a37e87

Please sign in to comment.