mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-07 23:44:00 +00:00
Added DocFX documentation
This commit is contained in:
parent
9a32f41edf
commit
3571fdec12
25 changed files with 563 additions and 0 deletions
30
docs/concepts/toc.yml
Normal file
30
docs/concepts/toc.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue