mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-01-29 20:04:18 +01:00
Fixed some index warnings and added back main index file
This commit is contained in:
parent
634cc86efc
commit
61bda1f608
|
|
@ -31,7 +31,7 @@ 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)
|
||||
### 3. [Browse the API Reference](../api/index.md)
|
||||
|
||||
### 4. Explore the Object Model Diagrams
|
||||
[.NET Standard OMD](../api/omd.html)
|
||||
|
|
|
|||
|
|
@ -144,6 +144,7 @@
|
|||
},
|
||||
{
|
||||
"files": [
|
||||
"api/index.md",
|
||||
"concepts/**.md",
|
||||
"concepts/**/toc.yml",
|
||||
"toc.yml",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ See here for details: https://github.com/sponsors/dotMorten
|
|||
|
||||
## Getting started:
|
||||
|
||||
Read the [Getting Started](concepts/index.html) notes
|
||||
Read the [Getting Started](concepts/index.md) notes
|
||||
|
||||
|
||||

|
||||
|
|
|
|||
Loading…
Reference in a new issue