From bd742abb432b9778911cfd6217e30ce120cdbd0f Mon Sep 17 00:00:00 2001 From: Rachel Price <52579263+raprice@users.noreply.github.com> Date: Tue, 12 Dec 2023 09:43:28 -0800 Subject: [PATCH 1/2] Update and rename toc.yml to toc.yml --- dotnet/breadcrumb/toc.yml | 7 ------- dotnet/community-toolkit-dotnet-breadcrumb/toc.yml | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 dotnet/breadcrumb/toc.yml create mode 100644 dotnet/community-toolkit-dotnet-breadcrumb/toc.yml diff --git a/dotnet/breadcrumb/toc.yml b/dotnet/breadcrumb/toc.yml deleted file mode 100644 index 6572b05..0000000 --- a/dotnet/breadcrumb/toc.yml +++ /dev/null @@ -1,7 +0,0 @@ -- name: Learn - tocHref: / - topicHref: / - items: - - name: Windows - tocHref: /dotnet/ - topicHref: /windows/index \ No newline at end of file diff --git a/dotnet/community-toolkit-dotnet-breadcrumb/toc.yml b/dotnet/community-toolkit-dotnet-breadcrumb/toc.yml new file mode 100644 index 0000000..c82caf0 --- /dev/null +++ b/dotnet/community-toolkit-dotnet-breadcrumb/toc.yml @@ -0,0 +1,7 @@ +- name: Windows + tocHref: /dotnet/ + topicHref: /windows/index + items: + - name: .NET API browser + tocHref: /dotnet/ + topicHref: /dotnet/api/index From 831910dc2161d037c7db30bcef64d49d6361bd34 Mon Sep 17 00:00:00 2001 From: Rachel Price <52579263+raprice@users.noreply.github.com> Date: Tue, 12 Dec 2023 09:44:42 -0800 Subject: [PATCH 2/2] Update breadcrumb path --- dotnet/docfx.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotnet/docfx.json b/dotnet/docfx.json index 76b93e2..1f12c72 100644 --- a/dotnet/docfx.json +++ b/dotnet/docfx.json @@ -41,7 +41,7 @@ }, "xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ], "globalMetadata": { - "breadcrumb_path": "~/breadcrumb/toc.yml", + "breadcrumb_path": "/dotnet/community-toolkit-dotnet-breadcrumb/toc.json", "apiPlatform": "dotnet", "ms.topic": "managed-reference", "ms.prod": "community-toolkit", @@ -67,4 +67,4 @@ "dest": "_site", "lruSize": 0 } -} \ No newline at end of file +}