{
"metadata": [
"src": [
"src": "../../src",
"files": [
"**/*.csproj"
],
"exclude": [
"**/obj/**",
"**/bin/**",
"**/Umbraco.Web.csproj",
"**/Umbraco.Web.UI.csproj",
"**/Umbraco.Cms.StaticAssets.csproj",
"**/JsonSchema.csproj"
]
}
"dest": "api",
"filter": "docfx.filter.yml"
"build": {
"content": [
"api/**.yml",
"api/index.md"
},
"articles/**.md",
"articles/**/toc.yml",
"toc.yml",
"*.md"
"obj/**"
"overwrite": [
"**.md"
"globalMetadata": {
"_appTitle": "Umbraco c# Api docs",
"_enableSearch": true,
"_disableContribution": false
"dest": "_site",
"template": [
"default", "umbracotemplate"