From 5714fd44b224f600a8b8fe62c0d50f929a939557 Mon Sep 17 00:00:00 2001 From: Morten Nielsen <1378165+dotMorten@users.noreply.github.com> Date: Sun, 26 Jan 2020 13:12:42 -0800 Subject: [PATCH] Update index.md --- docs/concepts/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/concepts/index.md b/docs/concepts/index.md index 1107ebf..0f4277d 100644 --- a/docs/concepts/index.md +++ b/docs/concepts/index.md @@ -32,3 +32,12 @@ You can get the library via [NuGet](http://www.nuget.org) if you have the extens See the Platform specific device creation section in the menu for more specifics on device creation. ### 3. [Browse the API Reference](api/index.html) + +### 4. Explore the Object Model Diagrams +[.NET Standard OMD](api/omd.html) + +### 5. Explore the samples on GitHub: + + - [Desktop app](https://github.com/dotMorten/NmeaParser/tree/master/src/SampleApp.WinDesktop) (.NET Framework / .NET Core) + - [Windows Universal app](https://github.com/dotMorten/NmeaParser/tree/master/src/SampleApp.UWP) + - [Android app](https://github.com/dotMorten/NmeaParser/tree/master/src/SampleApp.Droid)