mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-01-29 20:04:18 +01:00
version each index file
This commit is contained in:
parent
d798c914c4
commit
b8547baf78
|
|
@ -71,9 +71,8 @@
|
|||
"build": {
|
||||
"content": [
|
||||
{
|
||||
"files": [
|
||||
"api/**/index.md"
|
||||
]
|
||||
"version": "netstandard1.4",
|
||||
"files": [ "api/netstd/**.md" ]
|
||||
},
|
||||
{
|
||||
"version": "netstandard1.4",
|
||||
|
|
@ -82,6 +81,10 @@
|
|||
"api/netstd/toc.yml",
|
||||
],
|
||||
"src" : "../artifacts/docs"
|
||||
},
|
||||
{
|
||||
"version": "net451",
|
||||
"files": [ "api/netfx/**.md" ]
|
||||
},
|
||||
{
|
||||
"version": "net451",
|
||||
|
|
@ -90,6 +93,10 @@
|
|||
"api/netfx/toc.yml",
|
||||
],
|
||||
"src" : "../artifacts/docs"
|
||||
},
|
||||
{
|
||||
"version": "netcoreapp2.1",
|
||||
"files": [ "api/netcore/**.md" ]
|
||||
},
|
||||
{
|
||||
"version": "netcoreapp2.1",
|
||||
|
|
@ -98,6 +105,10 @@
|
|||
"api/netcore/toc.yml",
|
||||
],
|
||||
"src" : "../artifacts/docs"
|
||||
},
|
||||
{
|
||||
"version": "monoandroid70",
|
||||
"files": [ "api/android/**.md" ]
|
||||
},
|
||||
{
|
||||
"version": "monoandroid70",
|
||||
|
|
@ -106,6 +117,10 @@
|
|||
"api/android/toc.yml",
|
||||
],
|
||||
"src" : "../artifacts/docs"
|
||||
},
|
||||
{
|
||||
"version": "xamarinios10",
|
||||
"files": [ "api/ios/**.md" ]
|
||||
},
|
||||
{
|
||||
"version": "xamarinios10",
|
||||
|
|
@ -114,6 +129,10 @@
|
|||
"api/ios/toc.yml",
|
||||
],
|
||||
"src" : "../artifacts/docs"
|
||||
},
|
||||
{
|
||||
"version": "uap10.0.16299",
|
||||
"files": [ "api/uwp/**.md" ]
|
||||
},
|
||||
{
|
||||
"version": "uap10.0.16299",
|
||||
|
|
|
|||
Loading…
Reference in a new issue