Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix breadcrumbs #2406

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions azuredotnet-breadcrumb/toc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- name: Azure
tocHref: /dotnet/
topicHref: /azure/index
items:
- name: .NET API browser
tocHref: /dotnet/api
topicHref: /dotnet/api/index
12 changes: 0 additions & 12 deletions breadcrumb/toc.yml

This file was deleted.

6 changes: 3 additions & 3 deletions docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"ms.devlang": "csharp",
"ms.date": "04/13/2021",
"uhfHeaderId": "Azure",
"breadcrumb_path": "~/breadcrumb/toc.yml",
"breadcrumb_path": "/dotnet/azuredotnet-breadcrumb/toc.json",
"brand": "azure",
"apiPlatform": "dotnet",
"titleSuffix": "Azure for .NET Developers",
Expand All @@ -199,7 +199,7 @@
"folder_relative_path_in_docset": "api-index"
},
"breadcrumb/": {
"folder_relative_path_in_docset": "breadcrumb"
"folder_relative_path_in_docset": "azuredotnet-breadcrumb"
},
"docs-ref-overwrite/": {
"folder_relative_path_in_docset": "docs-ref-overwrite"
Expand Down Expand Up @@ -936,4 +936,4 @@
"lruSize": 0,
"debug": true
}
}
}