Skip to content

Commit

Permalink
Added missing file for documentation generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Aug 14, 2019
1 parent a26b108 commit f4d8a8c
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docfx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"metadata": [
{
"src": [
{
"files": [ "**/*.sln" ],
"exclude": [ "**/bin/**", "**/obj/**" ],
"src": ""
}
],
"dest": "obj/api"
}
],
"build": {
"content": [
{
"files": [ "**/*.yml" ],
"src": "obj/api",
"dest": "api"
},
{
"files": [ "*.md", "toc.yml" ]
}
],
"globalMetadata": {
"_appTitle": "LinksPlatform's Platform.$TRAVIS_REPO_NAME Library",
"_enableSearch": true,
"_gitContribute": {
"branch": "master"
},
"_gitUrlPattern": "github"
},
"markdownEngineName": "markdig",
"dest": "_site",
"xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ]
}
}

0 comments on commit f4d8a8c

Please sign in to comment.