Files
Umbraco-CMS/src/ApiDocs/docfx.json

62 lines
1.1 KiB
JSON
Raw Normal View History

{
"metadata": [
{
"src": [
2019-04-15 21:46:09 +02:00
{
"src": "../",
"files": [
"Umbraco.Core/Umbraco.Core.csproj",
"Umbraco.Web/Umbraco.Web.csproj"
],
"exclude": [
"**/obj/**",
2019-05-08 12:11:06 +02:00
"**/bin/**"
2019-04-15 21:46:09 +02:00
]
}
],
2019-04-15 21:46:09 +02:00
"dest": "api",
"filter": "docfx.filter.yml"
}
],
"build": {
"content": [
{
"files": [
"api/**.yml",
"api/index.md"
]
},
{
"files": [
"articles/**.md",
"articles/**/toc.yml",
"toc.yml",
"*.md"
],
"exclude": [
2019-05-08 12:11:06 +02:00
"obj/**"
]
}
],
"overwrite": [
{
"files": [
"**.md"
],
"exclude": [
2019-05-08 12:11:06 +02:00
"obj/**"
]
}
],
"globalMetadata": {
"_appTitle": "Umbraco c# Api docs",
"_enableSearch": true,
"_disableContribution": false
},
"dest": "../../build.tmp/_site",
"template": [
"default", "umbracotemplate"
]
}
2019-04-15 21:46:09 +02:00
}