mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-01-08 09:40:09 +01:00
Split doc build steps in two
This commit is contained in:
parent
95df9c9cc6
commit
a4cdd29fd6
|
|
@ -22,12 +22,14 @@ mkdir %~dp0../artifacts/docs/api
|
|||
|
||||
%~dp0..\.tools\nuget install memberpage -Version 2.56.7 -OutputDirectory %~dp0
|
||||
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 %~dp0\docfx.json
|
||||
%DocFxFolder%\v%DocFXVersion%\docfx.exe metadata %~dp0\docfx.json
|
||||
|
||||
REM Build applies-to version/framework info
|
||||
dotnet build AppliesToGenerator\DocFXAppliesToGenerator.csproj
|
||||
AppliesToGenerator\bin\Debug\netcoreapp3.1\DocFXAppliesToGenerator.exe appliesToList.json
|
||||
|
||||
%DocFxFolder%\v%DocFXVersion%\docfx.exe build %~dp0\docfx.json
|
||||
|
||||
ECHO Fixing API Reference Links
|
||||
powershell -ExecutionPolicy ByPass -command "%~dp0FixApiRefLinks.ps1" -Path %~dp0..\artifacts\docs_site\api\
|
||||
start http://localhost:8080
|
||||
|
|
|
|||
Loading…
Reference in a new issue