diff --git a/breadcrumb/toc.yml b/breadcrumb/toc.yml index 3ca54ed46ed..7419f2ee723 100644 --- a/breadcrumb/toc.yml +++ b/breadcrumb/toc.yml @@ -1,2 +1,7 @@ -- name: Docs - tocHref: / \ No newline at end of file +- name: .NET + tocHref: /dotnet/ + topicHref: /dotnet/index + items: + - name: API browser + tocHref: /dotnet/api/ + topicHref: /dotnet/api/index diff --git a/docfx.json b/docfx.json index 287c0bdbc09..641663c8d79 100644 --- a/docfx.json +++ b/docfx.json @@ -40,6 +40,7 @@ "externalReference": [], "globalMetadata": { "breadcrumb_path": "/dotnet/breadcrumb/toc.json", + "extendBreadcrumb": false, "recommendations": true, "author": "dotnet-bot", "ms.author": "dotnetcontent",