diff --git a/build/GenerateDoc.cmd b/build/GenerateDoc.cmd index 07fbf0b..3915b5b 100644 --- a/build/GenerateDoc.cmd +++ b/build/GenerateDoc.cmd @@ -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 diff --git a/docfx/.gitignore b/docs/.gitignore similarity index 100% rename from docfx/.gitignore rename to docs/.gitignore diff --git a/docfx/Features.md b/docs/Features.md similarity index 100% rename from docfx/Features.md rename to docs/Features.md diff --git a/docfx/api/android/index.md b/docs/api/android/index.md similarity index 100% rename from docfx/api/android/index.md rename to docs/api/android/index.md diff --git a/docfx/api/index.md b/docs/api/index.md similarity index 100% rename from docfx/api/index.md rename to docs/api/index.md diff --git a/docfx/api/ios/index.md b/docs/api/ios/index.md similarity index 100% rename from docfx/api/ios/index.md rename to docs/api/ios/index.md diff --git a/docfx/api/netcore/index.md b/docs/api/netcore/index.md similarity index 100% rename from docfx/api/netcore/index.md rename to docs/api/netcore/index.md diff --git a/docfx/api/netfx/index.md b/docs/api/netfx/index.md similarity index 100% rename from docfx/api/netfx/index.md rename to docs/api/netfx/index.md diff --git a/docfx/api/netstd/index.md b/docs/api/netstd/index.md similarity index 100% rename from docfx/api/netstd/index.md rename to docs/api/netstd/index.md diff --git a/docfx/api/uwp/index.md b/docs/api/uwp/index.md similarity index 100% rename from docfx/api/uwp/index.md rename to docs/api/uwp/index.md diff --git a/docfx/concepts/ArcGISRuntime.md b/docs/concepts/ArcGISRuntime.md similarity index 100% rename from docfx/concepts/ArcGISRuntime.md rename to docs/concepts/ArcGISRuntime.md diff --git a/docfx/concepts/BluetoothAndroid.md b/docs/concepts/BluetoothAndroid.md similarity index 100% rename from docfx/concepts/BluetoothAndroid.md rename to docs/concepts/BluetoothAndroid.md diff --git a/docfx/concepts/BluetoothUWP.md b/docs/concepts/BluetoothUWP.md similarity index 100% rename from docfx/concepts/BluetoothUWP.md rename to docs/concepts/BluetoothUWP.md diff --git a/docfx/concepts/BluetoothiOS.md b/docs/concepts/BluetoothiOS.md similarity index 100% rename from docfx/concepts/BluetoothiOS.md rename to docs/concepts/BluetoothiOS.md diff --git a/docfx/concepts/CustomMessages.md b/docs/concepts/CustomMessages.md similarity index 100% rename from docfx/concepts/CustomMessages.md rename to docs/concepts/CustomMessages.md diff --git a/docfx/concepts/SerialPortNetCore.md b/docs/concepts/SerialPortNetCore.md similarity index 100% rename from docfx/concepts/SerialPortNetCore.md rename to docs/concepts/SerialPortNetCore.md diff --git a/docfx/concepts/SerialPortNetFX.md b/docs/concepts/SerialPortNetFX.md similarity index 100% rename from docfx/concepts/SerialPortNetFX.md rename to docs/concepts/SerialPortNetFX.md diff --git a/docfx/concepts/SerialPortUWP.md b/docs/concepts/SerialPortUWP.md similarity index 100% rename from docfx/concepts/SerialPortUWP.md rename to docs/concepts/SerialPortUWP.md diff --git a/docfx/concepts/index.md b/docs/concepts/index.md similarity index 100% rename from docfx/concepts/index.md rename to docs/concepts/index.md diff --git a/docfx/concepts/toc.yml b/docs/concepts/toc.yml similarity index 100% rename from docfx/concepts/toc.yml rename to docs/concepts/toc.yml diff --git a/docfx/docfx.json b/docs/docfx.json similarity index 100% rename from docfx/docfx.json rename to docs/docfx.json diff --git a/docfx/index.md b/docs/index.md similarity index 100% rename from docfx/index.md rename to docs/index.md diff --git a/docfx/toc.yml b/docs/toc.yml similarity index 100% rename from docfx/toc.yml rename to docs/toc.yml