diff --git a/azuredotnet-breadcrumb/toc.yml b/azuredotnet-breadcrumb/toc.yml new file mode 100644 index 000000000000..4a96249f7286 --- /dev/null +++ b/azuredotnet-breadcrumb/toc.yml @@ -0,0 +1,7 @@ +- name: Azure + tocHref: /dotnet/ + topicHref: /azure/index + items: + - name: .NET API browser + tocHref: /dotnet/api + topicHref: /dotnet/api/index diff --git a/breadcrumb/toc.yml b/breadcrumb/toc.yml deleted file mode 100644 index 3846a80e13d7..000000000000 --- a/breadcrumb/toc.yml +++ /dev/null @@ -1,12 +0,0 @@ -- name: Docs - tocHref: / - topicHref: /index - items: - - name: .NET - tocHref: /dotnet/ - topicHref: /dotnet/azure/index - items: - - name: Azure - tocHref: /dotnet/azure/ - topicHref: /dotnet/azure/index - diff --git a/docfx.json b/docfx.json index 4046416bd71b..0445e6a6cb39 100644 --- a/docfx.json +++ b/docfx.json @@ -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", @@ -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" @@ -936,4 +936,4 @@ "lruSize": 0, "debug": true } -} \ No newline at end of file +}