From f88c377add5e2be64b37059d615a92b1421fac61 Mon Sep 17 00:00:00 2001 From: Rachel Price <52579263+raprice@users.noreply.github.com> Date: Fri, 8 Dec 2023 08:43:28 -0800 Subject: [PATCH 1/3] Update and rename toc.yml to toc.yml --- azuredotnet-breadcrumb/toc.yml | 15 +++++++++++++++ breadcrumb/toc.yml | 12 ------------ 2 files changed, 15 insertions(+), 12 deletions(-) create mode 100644 azuredotnet-breadcrumb/toc.yml delete mode 100644 breadcrumb/toc.yml diff --git a/azuredotnet-breadcrumb/toc.yml b/azuredotnet-breadcrumb/toc.yml new file mode 100644 index 000000000000..6f3e7f2de37b --- /dev/null +++ b/azuredotnet-breadcrumb/toc.yml @@ -0,0 +1,15 @@ +- name: Azure + tocHref: /dotnet/ + topicHref: /azure/index + items: + - name: .NET API browser + tocHref: /dotnet/api + topicHref: /dotnet/api/index +- name: Azure + tocHref: /dotnet/azure/ + topicHref: /azure/index + items: + - name: Azure for .NET developers + tocHref: /dotnet/azure/ + topicHref: /dotnet/azure/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 - From 403d3ef40bfc4041a5a6de4a2b5fb226374463f4 Mon Sep 17 00:00:00 2001 From: Rachel Price <52579263+raprice@users.noreply.github.com> Date: Fri, 8 Dec 2023 08:49:33 -0800 Subject: [PATCH 2/3] Update breadcrumb path --- docfx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +} From ba766c84afbaf227a4b852732d7a8b9ac5025782 Mon Sep 17 00:00:00 2001 From: Rachel Price <52579263+raprice@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:49:29 -0800 Subject: [PATCH 3/3] Update toc.yml --- azuredotnet-breadcrumb/toc.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/azuredotnet-breadcrumb/toc.yml b/azuredotnet-breadcrumb/toc.yml index 6f3e7f2de37b..4a96249f7286 100644 --- a/azuredotnet-breadcrumb/toc.yml +++ b/azuredotnet-breadcrumb/toc.yml @@ -5,11 +5,3 @@ - name: .NET API browser tocHref: /dotnet/api topicHref: /dotnet/api/index -- name: Azure - tocHref: /dotnet/azure/ - topicHref: /azure/index - items: - - name: Azure for .NET developers - tocHref: /dotnet/azure/ - topicHref: /dotnet/azure/index -