From b8547baf78e41e9654aafc91c646edb9a53b4dcd Mon Sep 17 00:00:00 2001 From: Morten Nielsen Date: Thu, 25 Jun 2020 15:37:48 -0700 Subject: [PATCH] version each index file --- docs/docfx.json | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/docs/docfx.json b/docs/docfx.json index 64f5e72..b97b8f4 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -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",