mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-01-24 09:30:17 +01:00
parent
d8be33581d
commit
52b90b2f45
|
|
@ -7,7 +7,7 @@ REM Download DocFx
|
|||
powershell -ExecutionPolicy ByPass -command "./DownloadDocFX.ps1" -Version %DocFXVersion% -Folder %DocFxFolder%
|
||||
|
||||
REM Build metadata for all platforms (uses configuration in docfx.json in this folder)
|
||||
%DocFxFolder%\v%DocFXVersion%\docfx.exe ..\docfx\docfx.json metadata
|
||||
%DocFxFolder%\v%DocFXVersion%\docfx.exe ..\docs\docfx.json metadata
|
||||
|
||||
REM Merge output (not implemented)
|
||||
REM %DocFxFolder%\v%DocFXVersion%\docfx.exe merge
|
||||
|
|
@ -17,4 +17,4 @@ dotnet tool install --global dotMorten.OmdGenerator
|
|||
generateomd /source=../src/NmeaParser /output=../artifacts/docs/api/omd.html
|
||||
|
||||
REM Build the output site (HTML) from the generated metadata and input files (uses configuration in docfx.json in this folder)
|
||||
%DocFxFolder%\v%DocFXVersion%\docfx.exe ..\docfx\docfx.json build
|
||||
%DocFxFolder%\v%DocFXVersion%\docfx.exe ..\docs\docfx.json build
|
||||
|
|
|
|||
0
docfx/.gitignore → docs/.gitignore
vendored
0
docfx/.gitignore → docs/.gitignore
vendored
Loading…
Reference in a new issue