115 lines
3.4 KiB
JSON
115 lines
3.4 KiB
JSON
{
|
|
"build": {
|
|
"content": [
|
|
{
|
|
"files": [
|
|
"**/*.md",
|
|
"**/*.yml"
|
|
],
|
|
"exclude": [
|
|
"**/obj/**",
|
|
"**/sample/**",
|
|
"**/samples/**",
|
|
"aspnet/**",
|
|
"**/includes/**",
|
|
"**/aspnet-core-conceptual/**",
|
|
"_site/**",
|
|
"***/readme.md",
|
|
"***/license.md"
|
|
],
|
|
"group": "group1",
|
|
"src": "."
|
|
}
|
|
],
|
|
"resource": [
|
|
{
|
|
"files": [
|
|
"**/*.png",
|
|
"**/*.jpg",
|
|
"**/*.svg",
|
|
"**/*.pdf"
|
|
],
|
|
"exclude": [
|
|
"**/obj/**",
|
|
"aspnet/core/**",
|
|
"**/includes/**",
|
|
"_site/**"
|
|
],
|
|
"group": "group1",
|
|
"src": "."
|
|
}
|
|
],
|
|
"overwrite": [],
|
|
"externalReference": [],
|
|
"xrefService": [
|
|
"https://xref.docs.microsoft.com/query?uid={uid}"
|
|
],
|
|
"globalMetadata": {
|
|
"_navPath": "/foo",
|
|
"_navRel": "/foo",
|
|
"breadcrumb_path": "/aspnet/breadcrumb/toc.json",
|
|
"feedback_github_repo": "aspnet/AspNetCore.Docs",
|
|
"feedback_product_url": "https://github.com/aspnet/Home/blob/master/CONTRIBUTING.md",
|
|
"feedback_system": "GitHub",
|
|
"ms.prod": "aspnet-core",
|
|
"searchScope": [
|
|
"ASP.NET Core"
|
|
]
|
|
},
|
|
"fileMetadata": {
|
|
"ms.technology": {
|
|
"azure/**/**.md": "aspnetcore-azure",
|
|
"client-side/**/**.md": "aspnetcore-clientside",
|
|
"client-side/spa/blazor/**.md": "aspnetcore-blazor",
|
|
"data/**/**.md": "aspnetcore-data",
|
|
"fundamentals/**/**.md": "aspnetcore-fundamentals",
|
|
"getting-started/**/**.md": "aspnetcore-getstarted",
|
|
"host-and-deploy/**/**.md": "aspnetcore-hostdeploy",
|
|
"index.md": "aspnetcore",
|
|
"migration/**/**.md": "aspnetcore-migration",
|
|
"mobile/**/**.md": "aspnetcore-mobile",
|
|
"mvc/**/**.md": "aspnetcore-mvc",
|
|
"performance/**/**.md": "aspnetcore-performance",
|
|
"razor-components/**/**.md": "aspnetcore-razorcomponents",
|
|
"razor-pages/**/**.md": "aspnetcore-razorpages",
|
|
"release-notes/**/**.md": "aspnetcore-releasenotes",
|
|
"security/**/**.md": "aspnetcore-security",
|
|
"signalr/**/**.md": "aspnetcore-signalr",
|
|
"test/**/**.md": "aspnetcore-test",
|
|
"tutorials/**/**.md": "aspnetcore-tutorials",
|
|
"web-api/**/**.md": "aspnetcore-webapi"
|
|
},
|
|
"ms.topic": {
|
|
"azure/**/**.md": "conceptual",
|
|
"client-side/**/**.md": "conceptual",
|
|
"data/**/**.md": "conceptual",
|
|
"fundamentals/**/**.md": "conceptual",
|
|
"getting-started/**/**.md": "tutorial",
|
|
"host-and-deploy/**/**.md": "conceptual",
|
|
"index.md": "conceptual",
|
|
"migration/**/**.md": "conceptual",
|
|
"mobile/**/**.md": "conceptual",
|
|
"mvc/**/**.md": "conceptual",
|
|
"performance/**/**.md": "conceptual",
|
|
"razor-components/**/**.md": "conceptual",
|
|
"razor-pages/**/**.md": "conceptual",
|
|
"release-notes/**/**.md": "conceptual",
|
|
"security/**/**.md": "conceptual",
|
|
"signalr/**/**.md": "conceptual",
|
|
"test/**/**.md": "conceptual",
|
|
"tutorials/**/**.md": "tutorial",
|
|
"web-api/**/**.md": "conceptual"
|
|
}
|
|
},
|
|
"template": [],
|
|
"dest": "_site",
|
|
"markdownEngineName": "markdig",
|
|
"groups": {
|
|
"group1": {
|
|
"dest": "group1-dest",
|
|
"moniker_range": ">= aspnetcore-1.0"
|
|
}
|
|
}
|
|
}
|
|
}
|