Revert "Move the docs folder to docfx"

This reverts commit d8be33581d.
This commit is contained in:
Morten Nielsen 2020-01-19 18:50:47 -08:00
parent d8be33581d
commit 52b90b2f45
23 changed files with 2 additions and 2 deletions

View file

@ -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

View file