From 52b90b2f45428c270e6b1fcef53d6c33b0d9ac7a Mon Sep 17 00:00:00 2001 From: Morten Nielsen Date: Sun, 19 Jan 2020 18:50:47 -0800 Subject: [PATCH] Revert "Move the docs folder to docfx" This reverts commit d8be33581db4cadecb26644be545fb78540a10eb. --- build/GenerateDoc.cmd | 4 ++-- {docfx => docs}/.gitignore | 0 {docfx => docs}/Features.md | 0 {docfx => docs}/api/android/index.md | 0 {docfx => docs}/api/index.md | 0 {docfx => docs}/api/ios/index.md | 0 {docfx => docs}/api/netcore/index.md | 0 {docfx => docs}/api/netfx/index.md | 0 {docfx => docs}/api/netstd/index.md | 0 {docfx => docs}/api/uwp/index.md | 0 {docfx => docs}/concepts/ArcGISRuntime.md | 0 {docfx => docs}/concepts/BluetoothAndroid.md | 0 {docfx => docs}/concepts/BluetoothUWP.md | 0 {docfx => docs}/concepts/BluetoothiOS.md | 0 {docfx => docs}/concepts/CustomMessages.md | 0 {docfx => docs}/concepts/SerialPortNetCore.md | 0 {docfx => docs}/concepts/SerialPortNetFX.md | 0 {docfx => docs}/concepts/SerialPortUWP.md | 0 {docfx => docs}/concepts/index.md | 0 {docfx => docs}/concepts/toc.yml | 0 {docfx => docs}/docfx.json | 0 {docfx => docs}/index.md | 0 {docfx => docs}/toc.yml | 0 23 files changed, 2 insertions(+), 2 deletions(-) rename {docfx => docs}/.gitignore (100%) rename {docfx => docs}/Features.md (100%) rename {docfx => docs}/api/android/index.md (100%) rename {docfx => docs}/api/index.md (100%) rename {docfx => docs}/api/ios/index.md (100%) rename {docfx => docs}/api/netcore/index.md (100%) rename {docfx => docs}/api/netfx/index.md (100%) rename {docfx => docs}/api/netstd/index.md (100%) rename {docfx => docs}/api/uwp/index.md (100%) rename {docfx => docs}/concepts/ArcGISRuntime.md (100%) rename {docfx => docs}/concepts/BluetoothAndroid.md (100%) rename {docfx => docs}/concepts/BluetoothUWP.md (100%) rename {docfx => docs}/concepts/BluetoothiOS.md (100%) rename {docfx => docs}/concepts/CustomMessages.md (100%) rename {docfx => docs}/concepts/SerialPortNetCore.md (100%) rename {docfx => docs}/concepts/SerialPortNetFX.md (100%) rename {docfx => docs}/concepts/SerialPortUWP.md (100%) rename {docfx => docs}/concepts/index.md (100%) rename {docfx => docs}/concepts/toc.yml (100%) rename {docfx => docs}/docfx.json (100%) rename {docfx => docs}/index.md (100%) rename {docfx => docs}/toc.yml (100%) 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