Skip to content

Commit 4402e15

Browse files
author
dotchris90
committed
Add : Root level script for doc generation
1 parent ab1d256 commit 4402e15

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

GenerateDoc.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
docfx metadata ./docfx_project/docfx.json
3+
4+
docfx build ./docfx_project/docfx.json -o ./docs

docfx_project/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"src": "../",
77
"files": [
8-
"src/**.csproj"
8+
"src/NumSharp.Core/NumSharp.Core.csproj"
99
]
1010
}
1111
],

0 commit comments

Comments
 (0)