Skip to content

Commit aab9ea8

Browse files
committed
Added custom version of docfx.json because this project does not use .NET Standard 2.0.
1 parent 8c68281 commit aab9ea8

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

docfx.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"metadata": [
3+
{
4+
"src": [
5+
{
6+
"files": [ "**/*.sln" ],
7+
"exclude": [ "**/bin/**", "**/obj/**" ],
8+
"src": ""
9+
}
10+
],
11+
"dest": "obj/api"
12+
}
13+
],
14+
"build": {
15+
"content": [
16+
{
17+
"files": [ "**/*.yml" ],
18+
"src": "obj/api",
19+
"dest": "api"
20+
},
21+
{
22+
"files": [ "*.md", "toc.yml" ]
23+
}
24+
],
25+
"globalMetadata": {
26+
"_appTitle": "LinksPlatform's Platform.$REPOSITORY_NAME Library",
27+
"_enableSearch": true,
28+
"_gitContribute": {
29+
"branch": "master"
30+
},
31+
"_gitUrlPattern": "github"
32+
},
33+
"markdownEngineName": "markdig",
34+
"dest": "_site",
35+
"xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ]
36+
}
37+
}

0 commit comments

Comments
 (0)