Skip to content

Commit

Permalink
Update doc stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
airbreather committed Aug 4, 2018
1 parent 0d66b46 commit 1bb2b61
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 33 deletions.
Empty file added doc/articles/.gitkeep
Empty file.
47 changes: 14 additions & 33 deletions doc/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,64 +3,45 @@
{
"src": [
{
"files": [
"**.csproj"
],
"files": [ "**.csproj" ],
"src": "../src"
}
],
"dest": "api",
"disableGitFeatures": false,
"disableDefaultFilter": false
"dest": "api"
}
],
"build": {
"content": [
{
"files": [
"api/**.yml",
"api/index.md"
]
"files": [ "api/**.yml", "api/index.md" ]
},
{
"files": [
"articles/**.md",
"articles/**/toc.yml",
"toc.yml",
"*.md"
]
"files": ["articles/**.md", "articles/**/toc.yml", "toc.yml", "*.md" ]
}
],
"resource": [
{
"files": [
"images/**"
]
"files": [ "images/**" ]
}
],
"overwrite": [
{
"files": [
"overwrite/**.md"
],
"exclude": [
"obj/**",
"_site/**"
]
"files": [ "overwrite/**.md" ],
"exclude": [ "obj/**", "_site/**" ]
}
],
"dest": "artifacts/_site",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": [
"default"
],
"template": [ "default" ],
"postProcessors": [],
"markdownEngineName": "markdig",
"noLangKeyword": false,
"keepFileLink": false,
"cleanupCacheHistory": false,
"disableGitFeatures": false,
"xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ]
"xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ],
"globalMetadata": {
"_gitContribute": {
"apiSpecFolder": "doc/overwrite"
}
}
}
}
Empty file added doc/images/.gitkeep
Empty file.
Empty file added doc/overwrite/.gitkeep
Empty file.

0 comments on commit 1bb2b61

Please sign in to comment.