parent
0a74d5e7e6
commit
c3aba78729
|
@ -0,0 +1,2 @@
|
|||
_build/
|
||||
_site/
|
|
@ -35,7 +35,12 @@
|
|||
],
|
||||
"overwrite": [],
|
||||
"externalReference": [],
|
||||
"globalMetadata": { "breadcrumb_path": "/aspnet/breadcrumb/toc.json" },
|
||||
"globalMetadata": {
|
||||
"breadcrumb_path": "/aspnet/breadcrumb/toc.json",
|
||||
"_navPath": "/foo",
|
||||
"_navRel": "/foo",
|
||||
"searchScope": ["ASP.NET"]
|
||||
},
|
||||
"fileMetadata": {},
|
||||
"template": [],
|
||||
"dest": "_site"
|
||||
|
|
|
@ -11,7 +11,8 @@
|
|||
"**/samples/**",
|
||||
"aspnet/**",
|
||||
"**/includes/**",
|
||||
"**/aspnet-core-conceptual/**"
|
||||
"**/aspnet-core-conceptual/**",
|
||||
"_site/**"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue