We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f5df5 commit 2ff001dCopy full SHA for 2ff001d
1 file changed
generate.ps1
@@ -1,4 +1,8 @@
1
-docfx metadata
+if(Test-Path -Path './docfx') {
2
+ ./docfx/docfx.exe metadata
3
+} else {
4
+ docfx metadata
5
+}
6
Get-ChildItem './api/*.yml' | ForEach {
7
(Get-Content $_) | ForEach {$_ -Replace 'git@github.com:ServiceStack/ServiceStack.git', 'https://github.com/ServiceStack/ServiceStack'} | Set-Content $_
8
}
0 commit comments