Skip to content

Commit 63a4868

Browse files
authored
Fix breadcrumbs (dotnet#9406)
1 parent cfb15ea commit 63a4868

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Diff for: breadcrumb/toc.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1-
- name: Docs
2-
tocHref: /
1+
- name: .NET
2+
tocHref: /dotnet/
3+
topicHref: /dotnet/index
4+
items:
5+
- name: API browser
6+
tocHref: /dotnet/api/
7+
topicHref: /dotnet/api/index

Diff for: docfx.json

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"externalReference": [],
4141
"globalMetadata": {
4242
"breadcrumb_path": "/dotnet/breadcrumb/toc.json",
43+
"extendBreadcrumb": false,
4344
"recommendations": true,
4445
"author": "dotnet-bot",
4546
"ms.author": "dotnetcontent",

0 commit comments

Comments
 (0)