Added DocFX documentation

This commit is contained in:
Morten Nielsen 2020-01-19 18:30:43 -08:00
parent 9a32f41edf
commit 3571fdec12
25 changed files with 563 additions and 0 deletions

30
docs/concepts/toc.yml Normal file
View file

@ -0,0 +1,30 @@
- name: Getting Started
href: index.md
- name: Platform specific device creation
items:
- name: .NET Framework
items:
- name: SerialPort
href: SerialPortNetFX.md
- name: .NET Framework
items:
- name: SerialPort
href: SerialPortNetCore.md
- name: UWP
items:
- name: SerialPort
href: SerialPortUWP.md
- name: Bluetooth
href: BluetoothUWP.md
- name: Android
items:
- name: Bluetooth
href: BluetoothAndroid.md
- name: iOS
items:
- name: Bluetooth
href: BluetoothiOS.md
- name: Custom message types
href: CustomMessages.md
- name: Creating a location provider for ArcGIS Runtime SDK
href: ArcGISRuntime.md