From d8be33581db4cadecb26644be545fb78540a10eb Mon Sep 17 00:00:00 2001 From: Morten Nielsen Date: Sun, 19 Jan 2020 18:36:14 -0800 Subject: [PATCH] Move the docs folder to docfx --- build/GenerateDoc.cmd | 4 ++-- {docs => docfx}/.gitignore | 0 {docs => docfx}/Features.md | 0 {docs => docfx}/api/android/index.md | 0 {docs => docfx}/api/index.md | 0 {docs => docfx}/api/ios/index.md | 0 {docs => docfx}/api/netcore/index.md | 0 {docs => docfx}/api/netfx/index.md | 0 {docs => docfx}/api/netstd/index.md | 0 {docs => docfx}/api/uwp/index.md | 0 {docs => docfx}/concepts/ArcGISRuntime.md | 0 {docs => docfx}/concepts/BluetoothAndroid.md | 0 {docs => docfx}/concepts/BluetoothUWP.md | 0 {docs => docfx}/concepts/BluetoothiOS.md | 0 {docs => docfx}/concepts/CustomMessages.md | 0 {docs => docfx}/concepts/SerialPortNetCore.md | 0 {docs => docfx}/concepts/SerialPortNetFX.md | 0 {docs => docfx}/concepts/SerialPortUWP.md | 0 {docs => docfx}/concepts/index.md | 0 {docs => docfx}/concepts/toc.yml | 0 {docs => docfx}/docfx.json | 0 {docs => docfx}/index.md | 0 {docs => docfx}/toc.yml | 0 23 files changed, 2 insertions(+), 2 deletions(-) rename {docs => docfx}/.gitignore (100%) rename {docs => docfx}/Features.md (100%) rename {docs => docfx}/api/android/index.md (100%) rename {docs => docfx}/api/index.md (100%) rename {docs => docfx}/api/ios/index.md (100%) rename {docs => docfx}/api/netcore/index.md (100%) rename {docs => docfx}/api/netfx/index.md (100%) rename {docs => docfx}/api/netstd/index.md (100%) rename {docs => docfx}/api/uwp/index.md (100%) rename {docs => docfx}/concepts/ArcGISRuntime.md (100%) rename {docs => docfx}/concepts/BluetoothAndroid.md (100%) rename {docs => docfx}/concepts/BluetoothUWP.md (100%) rename {docs => docfx}/concepts/BluetoothiOS.md (100%) rename {docs => docfx}/concepts/CustomMessages.md (100%) rename {docs => docfx}/concepts/SerialPortNetCore.md (100%) rename {docs => docfx}/concepts/SerialPortNetFX.md (100%) rename {docs => docfx}/concepts/SerialPortUWP.md (100%) rename {docs => docfx}/concepts/index.md (100%) rename {docs => docfx}/concepts/toc.yml (100%) rename {docs => docfx}/docfx.json (100%) rename {docs => docfx}/index.md (100%) rename {docs => docfx}/toc.yml (100%) diff --git a/build/GenerateDoc.cmd b/build/GenerateDoc.cmd index 3915b5b..07fbf0b 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 ..\docs\docfx.json metadata +%DocFxFolder%\v%DocFXVersion%\docfx.exe ..\docfx\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 ..\docs\docfx.json build +%DocFxFolder%\v%DocFXVersion%\docfx.exe ..\docfx\docfx.json build diff --git a/docs/.gitignore b/docfx/.gitignore similarity index 100% rename from docs/.gitignore rename to docfx/.gitignore diff --git a/docs/Features.md b/docfx/Features.md similarity index 100% rename from docs/Features.md rename to docfx/Features.md diff --git a/docs/api/android/index.md b/docfx/api/android/index.md similarity index 100% rename from docs/api/android/index.md rename to docfx/api/android/index.md diff --git a/docs/api/index.md b/docfx/api/index.md similarity index 100% rename from docs/api/index.md rename to docfx/api/index.md diff --git a/docs/api/ios/index.md b/docfx/api/ios/index.md similarity index 100% rename from docs/api/ios/index.md rename to docfx/api/ios/index.md diff --git a/docs/api/netcore/index.md b/docfx/api/netcore/index.md similarity index 100% rename from docs/api/netcore/index.md rename to docfx/api/netcore/index.md diff --git a/docs/api/netfx/index.md b/docfx/api/netfx/index.md similarity index 100% rename from docs/api/netfx/index.md rename to docfx/api/netfx/index.md diff --git a/docs/api/netstd/index.md b/docfx/api/netstd/index.md similarity index 100% rename from docs/api/netstd/index.md rename to docfx/api/netstd/index.md diff --git a/docs/api/uwp/index.md b/docfx/api/uwp/index.md similarity index 100% rename from docs/api/uwp/index.md rename to docfx/api/uwp/index.md diff --git a/docs/concepts/ArcGISRuntime.md b/docfx/concepts/ArcGISRuntime.md similarity index 100% rename from docs/concepts/ArcGISRuntime.md rename to docfx/concepts/ArcGISRuntime.md diff --git a/docs/concepts/BluetoothAndroid.md b/docfx/concepts/BluetoothAndroid.md similarity index 100% rename from docs/concepts/BluetoothAndroid.md rename to docfx/concepts/BluetoothAndroid.md diff --git a/docs/concepts/BluetoothUWP.md b/docfx/concepts/BluetoothUWP.md similarity index 100% rename from docs/concepts/BluetoothUWP.md rename to docfx/concepts/BluetoothUWP.md diff --git a/docs/concepts/BluetoothiOS.md b/docfx/concepts/BluetoothiOS.md similarity index 100% rename from docs/concepts/BluetoothiOS.md rename to docfx/concepts/BluetoothiOS.md diff --git a/docs/concepts/CustomMessages.md b/docfx/concepts/CustomMessages.md similarity index 100% rename from docs/concepts/CustomMessages.md rename to docfx/concepts/CustomMessages.md diff --git a/docs/concepts/SerialPortNetCore.md b/docfx/concepts/SerialPortNetCore.md similarity index 100% rename from docs/concepts/SerialPortNetCore.md rename to docfx/concepts/SerialPortNetCore.md diff --git a/docs/concepts/SerialPortNetFX.md b/docfx/concepts/SerialPortNetFX.md similarity index 100% rename from docs/concepts/SerialPortNetFX.md rename to docfx/concepts/SerialPortNetFX.md diff --git a/docs/concepts/SerialPortUWP.md b/docfx/concepts/SerialPortUWP.md similarity index 100% rename from docs/concepts/SerialPortUWP.md rename to docfx/concepts/SerialPortUWP.md diff --git a/docs/concepts/index.md b/docfx/concepts/index.md similarity index 100% rename from docs/concepts/index.md rename to docfx/concepts/index.md diff --git a/docs/concepts/toc.yml b/docfx/concepts/toc.yml similarity index 100% rename from docs/concepts/toc.yml rename to docfx/concepts/toc.yml diff --git a/docs/docfx.json b/docfx/docfx.json similarity index 100% rename from docs/docfx.json rename to docfx/docfx.json diff --git a/docs/index.md b/docfx/index.md similarity index 100% rename from docs/index.md rename to docfx/index.md diff --git a/docs/toc.yml b/docfx/toc.yml similarity index 100% rename from docs/toc.yml rename to docfx/toc.yml