File size: 1,633 Bytes
fab29d7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | {
"metadata": [
{
"src": [
{
"src": "../Source/VersOne.Epub/",
"files": [
"*.csproj"
]
}
],
"dest": "reference",
"disableGitFeatures": false,
"disableDefaultFilter": false,
"properties": {
"TargetFramework": "netstandard1.3"
}
}
],
"build": {
"content": [
{
"files": [
"*.md",
"toc.yml",
"getting-started/*.md",
"reference/*.md",
"reference/*.yml",
"examples/*.md",
"examples/toc.yml",
"malformed-epub/*.md",
"faq/*.md"
]
}
],
"resource": [
{
"files": [
"images/**"
]
}
],
"globalMetadata": {
"_appLogoPath": "images/logo.svg",
"_appFaviconPath": "images/favicon.ico"
},
"dest": "docfx_output",
"template": [
"default",
"templates/default"
],
"xref": [
"https://learn.microsoft.com/en-us/dotnet/.xrefmap.json"
],
"postProcessors": [],
"markdownEngineName": "markdig",
"noLangKeyword": false,
"keepFileLink": false,
"cleanupCacheHistory": false,
"disableGitFeatures": false
}
}
|