From 5b43a5636f33c47f95ff1896ee8a31e00861f1ad Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Thu, 15 Dec 2016 13:36:00 -0800 Subject: [PATCH] adding scoped search (#2388) --- aspnetcore/docfx.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 +}