Update with correct paths

This commit is contained in:
Elitsa Marinovska
2019-04-15 21:46:09 +02:00
committed by GitHub
parent 747a8cba2e
commit 3b22480b5d

View File

@@ -2,7 +2,8 @@
"metadata": [
{
"src": [
{
{
"src": "../",
"files": [
"Umbraco.Core/Umbraco.Core.csproj",
"Umbraco.Web/Umbraco.Web.csproj"
@@ -11,12 +12,11 @@
"**/obj/**",
"**/bin/**",
"_site/**"
],
"cwd": "../src"
]
}
],
"dest": "../apidocs/api",
"filter": "../apidocs/docfx.filter.yml"
"dest": "api",
"filter": "docfx.filter.yml"
}
],
"build": {
@@ -72,4 +72,4 @@
"default", "umbracotemplate"
]
}
}
}