diff --git a/aspnetcore/docfx.json b/aspnetcore/docfx.json index 79345cd602..cc5038f5df 100644 --- a/aspnetcore/docfx.json +++ b/aspnetcore/docfx.json @@ -32,10 +32,11 @@ "globalMetadata": { "breadcrumb_path": "/aspnet/breadcrumb/toc.json", "_navPath": "/foo", - "_navRel": "/foo" + "_navRel": "/foo", + "searchScope": ["ASP.NET Core"] }, "fileMetadata": {}, "template": [], "dest": "_site" } -} \ No newline at end of file +}