2016-10-29 06:20:16 +08:00
|
|
|
{
|
|
|
|
"build": {
|
|
|
|
"content": [
|
|
|
|
{
|
|
|
|
"files": [
|
|
|
|
"**/*.md"
|
|
|
|
],
|
|
|
|
"exclude": [
|
|
|
|
"**/obj/**",
|
2017-01-24 05:11:30 +08:00
|
|
|
"**/sample/**",
|
|
|
|
"**/samples/**",
|
2016-10-29 06:20:16 +08:00
|
|
|
"aspnet/**",
|
|
|
|
"**/includes/**",
|
2017-02-09 01:55:23 +08:00
|
|
|
"**/aspnet-core-conceptual/**",
|
|
|
|
"_site/**"
|
2018-04-11 00:07:08 +08:00
|
|
|
],
|
|
|
|
"group": "group1",
|
|
|
|
"src": "."
|
2016-10-29 06:20:16 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"resource": [
|
|
|
|
{
|
|
|
|
"files": [
|
|
|
|
"**/*.png",
|
|
|
|
"**/*.jpg"
|
|
|
|
],
|
|
|
|
"exclude": [
|
|
|
|
"**/obj/**",
|
|
|
|
"aspnet/core/**",
|
2016-11-01 11:32:22 +08:00
|
|
|
"**/includes/**",
|
|
|
|
"_site/**"
|
2018-04-11 00:07:08 +08:00
|
|
|
],
|
|
|
|
"group": "group1",
|
|
|
|
"src": "."
|
2016-10-29 06:20:16 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"overwrite": [],
|
2018-06-19 02:37:17 +08:00
|
|
|
"externalReference": [],
|
2016-11-08 02:21:34 +08:00
|
|
|
"globalMetadata": {
|
|
|
|
"_navPath": "/foo",
|
2016-12-16 05:36:00 +08:00
|
|
|
"_navRel": "/foo",
|
2018-06-19 02:37:17 +08:00
|
|
|
"breadcrumb_path": "/aspnet/breadcrumb/toc.json",
|
|
|
|
"feedback_github_repo": "aspnet/docs",
|
|
|
|
"feedback_product_url": "https://github.com/aspnet/Home/blob/dev/CONTRIBUTING.md",
|
|
|
|
"feedback_system": "GitHub",
|
|
|
|
"ms.prod": "aspnet-core",
|
2018-04-05 07:51:35 +08:00
|
|
|
"searchScope": [
|
|
|
|
"ASP.NET Core"
|
2018-06-19 02:37:17 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"fileMetadata": {
|
|
|
|
"ms.technology": {
|
2018-06-21 03:52:52 +08:00
|
|
|
"client-side/**/**.md": "aspnetcore-clientside",
|
2018-06-20 22:35:42 +08:00
|
|
|
"data/**/**.md": "aspnetcore-data",
|
2018-06-21 00:11:27 +08:00
|
|
|
"fundamentals/**/**.md": "aspnetcore-fundamentals",
|
2018-06-21 01:10:56 +08:00
|
|
|
"getting-started/**/**.md": "aspnetcore-getstarted",
|
2018-06-21 02:57:53 +08:00
|
|
|
"host-and-deploy/**/**.md": "aspnetcore-hostdeploy",
|
2018-06-20 23:33:10 +08:00
|
|
|
"migration/**/**.md": "aspnetcore-migration",
|
2018-06-20 23:45:35 +08:00
|
|
|
"mobile/**/**.md": "aspnetcore-mobile",
|
2018-06-20 04:47:26 +08:00
|
|
|
"mvc/**/**.md": "aspnetcore-mvc",
|
2018-06-21 01:32:31 +08:00
|
|
|
"performance/**/**.md": "aspnetcore-performance",
|
2018-06-20 04:06:11 +08:00
|
|
|
"razor-pages/**/**.md": "aspnetcore-razorpages",
|
2018-06-20 22:00:39 +08:00
|
|
|
"release-notes/**/**.md": "aspnetcore-releasenotes",
|
2018-06-21 01:43:43 +08:00
|
|
|
"security/**/**.md": "aspnetcore-security",
|
2018-06-19 05:05:13 +08:00
|
|
|
"signalr/**/**.md": "aspnetcore-signalr",
|
2018-06-21 01:22:30 +08:00
|
|
|
"test/**/**.md": "aspnetcore-test",
|
2018-06-21 03:25:03 +08:00
|
|
|
"tutorials/**/**.md": "aspnetcore-tutorials",
|
2018-06-19 02:37:17 +08:00
|
|
|
"web-api/**/**.md": "aspnetcore-webapi"
|
2018-06-21 03:25:03 +08:00
|
|
|
},
|
|
|
|
"ms.topic": {
|
2018-06-21 03:52:52 +08:00
|
|
|
"client-side/**/**.md": "conceptual",
|
2018-06-21 03:25:03 +08:00
|
|
|
"data/**/**.md": "conceptual",
|
|
|
|
"fundamentals/**/**.md": "conceptual",
|
|
|
|
"getting-started/**/**.md": "conceptual",
|
|
|
|
"host-and-deploy/**/**.md": "conceptual",
|
|
|
|
"migration/**/**.md": "conceptual",
|
|
|
|
"mobile/**/**.md": "conceptual",
|
|
|
|
"mvc/**/**.md": "conceptual",
|
|
|
|
"performance/**/**.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"
|
2018-06-19 02:37:17 +08:00
|
|
|
}
|
2016-11-08 02:21:34 +08:00
|
|
|
},
|
2016-10-29 06:20:16 +08:00
|
|
|
"template": [],
|
2018-04-05 07:51:35 +08:00
|
|
|
"dest": "_site",
|
2018-04-11 00:07:08 +08:00
|
|
|
"markdownEngineName": "markdig",
|
|
|
|
"groups": {
|
|
|
|
"group1": {
|
2018-04-21 12:21:41 +08:00
|
|
|
"dest": "group1-dest",
|
2018-04-11 00:07:08 +08:00
|
|
|
"moniker_range": ">= aspnetcore-1.0"
|
|
|
|
}
|
|
|
|
}
|
2016-10-29 06:20:16 +08:00
|
|
|
}
|
2016-12-16 05:36:00 +08:00
|
|
|
}
|