From 89fa72df0553a620c8e4d00589d43f8b15fdbb18 Mon Sep 17 00:00:00 2001 From: Rachel Price <52579263+raprice@users.noreply.github.com> Date: Thu, 7 Dec 2023 13:08:46 -0800 Subject: [PATCH 1/9] Rename breadcrumb folder --- {breadcrumb => dotnet-api-docs-breadcrumb}/toc.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {breadcrumb => dotnet-api-docs-breadcrumb}/toc.yml (100%) diff --git a/breadcrumb/toc.yml b/dotnet-api-docs-breadcrumb/toc.yml similarity index 100% rename from breadcrumb/toc.yml rename to dotnet-api-docs-breadcrumb/toc.yml From a643321211ff17bd05944d0f7e7c4d4ccfc00c65 Mon Sep 17 00:00:00 2001 From: Rachel Price <52579263+raprice@users.noreply.github.com> Date: Thu, 7 Dec 2023 13:10:20 -0800 Subject: [PATCH 2/9] Update docfx.json --- docfx.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docfx.json b/docfx.json index 9eed4d23531..da0241cc566 100644 --- a/docfx.json +++ b/docfx.json @@ -39,8 +39,7 @@ }, "externalReference": [], "globalMetadata": { - "breadcrumb_path": "/dotnet/breadcrumb/toc.json", - "extendBreadcrumb": false, + "breadcrumb_path": "/dotnet/dotnet-api-docs-breadcrumb/toc.json", "recommendations": true, "author": "dotnet-bot", "ms.author": "dotnetcontent", From 3a8d5576a4b362359e8648b314c9be9ed7442755 Mon Sep 17 00:00:00 2001 From: Rachel Price <52579263+raprice@users.noreply.github.com> Date: Thu, 7 Dec 2023 14:15:02 -0800 Subject: [PATCH 3/9] Troubleshooing breadcrumb rendering --- docfx.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docfx.json b/docfx.json index da0241cc566..52d9c98a669 100644 --- a/docfx.json +++ b/docfx.json @@ -40,6 +40,7 @@ "externalReference": [], "globalMetadata": { "breadcrumb_path": "/dotnet/dotnet-api-docs-breadcrumb/toc.json", + "extendBreadcrumb": false, "recommendations": true, "author": "dotnet-bot", "ms.author": "dotnetcontent", From 2c4aec486aa3c062c96e19c43b81155732b09258 Mon Sep 17 00:00:00 2001 From: Rachel Price <52579263+raprice@users.noreply.github.com> Date: Thu, 7 Dec 2023 15:42:18 -0800 Subject: [PATCH 4/9] Update docfx.json --- docfx.json | 1 - 1 file changed, 1 deletion(-) diff --git a/docfx.json b/docfx.json index 52d9c98a669..da0241cc566 100644 --- a/docfx.json +++ b/docfx.json @@ -40,7 +40,6 @@ "externalReference": [], "globalMetadata": { "breadcrumb_path": "/dotnet/dotnet-api-docs-breadcrumb/toc.json", - "extendBreadcrumb": false, "recommendations": true, "author": "dotnet-bot", "ms.author": "dotnetcontent", From 03774ce3c8b2098cdedaa0b7eb6b5213a9f08ba1 Mon Sep 17 00:00:00 2001 From: Rachel Price <52579263+raprice@users.noreply.github.com> Date: Thu, 7 Dec 2023 15:42:56 -0800 Subject: [PATCH 5/9] shorten tocHref --- dotnet-api-docs-breadcrumb/toc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet-api-docs-breadcrumb/toc.yml b/dotnet-api-docs-breadcrumb/toc.yml index 7419f2ee723..e405fc2e563 100644 --- a/dotnet-api-docs-breadcrumb/toc.yml +++ b/dotnet-api-docs-breadcrumb/toc.yml @@ -3,5 +3,5 @@ topicHref: /dotnet/index items: - name: API browser - tocHref: /dotnet/api/ + tocHref: /dotnet/ topicHref: /dotnet/api/index From 62331903d7bccad64436611e68902763e4575e99 Mon Sep 17 00:00:00 2001 From: Rachel Price <52579263+raprice@users.noreply.github.com> Date: Thu, 7 Dec 2023 18:23:01 -0800 Subject: [PATCH 6/9] Rename dotnet-api-docs-breadcrumb/toc.yml to breadcrumb/dotnet-api-docs/toc.yml --- .../dotnet-api-docs}/toc.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {dotnet-api-docs-breadcrumb => breadcrumb/dotnet-api-docs}/toc.yml (100%) diff --git a/dotnet-api-docs-breadcrumb/toc.yml b/breadcrumb/dotnet-api-docs/toc.yml similarity index 100% rename from dotnet-api-docs-breadcrumb/toc.yml rename to breadcrumb/dotnet-api-docs/toc.yml From ca3b42ce8f86e20e71f62d31aab11e92465707d3 Mon Sep 17 00:00:00 2001 From: Rachel Price <52579263+raprice@users.noreply.github.com> Date: Thu, 7 Dec 2023 18:23:38 -0800 Subject: [PATCH 7/9] Change breadcrumb path --- docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docfx.json b/docfx.json index da0241cc566..dfcd82d53a7 100644 --- a/docfx.json +++ b/docfx.json @@ -39,7 +39,7 @@ }, "externalReference": [], "globalMetadata": { - "breadcrumb_path": "/dotnet/dotnet-api-docs-breadcrumb/toc.json", + "breadcrumb_path": "/dotnet/breadcrumb/dotnet-api-docs/toc.json", "recommendations": true, "author": "dotnet-bot", "ms.author": "dotnetcontent", From b46874857b54cc1fdf08dfd3cb2b71f9e8622071 Mon Sep 17 00:00:00 2001 From: Rachel Price <52579263+raprice@users.noreply.github.com> Date: Fri, 8 Dec 2023 08:59:17 -0800 Subject: [PATCH 8/9] Reworking folder structure --- .../dotnet-api-docs => dotnet-api-docs-bc/breadcrumb}/toc.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {breadcrumb/dotnet-api-docs => dotnet-api-docs-bc/breadcrumb}/toc.yml (100%) diff --git a/breadcrumb/dotnet-api-docs/toc.yml b/dotnet-api-docs-bc/breadcrumb/toc.yml similarity index 100% rename from breadcrumb/dotnet-api-docs/toc.yml rename to dotnet-api-docs-bc/breadcrumb/toc.yml From 039c5211b23bcb93d692f25b865ea80c2d3fba97 Mon Sep 17 00:00:00 2001 From: Rachel Price <52579263+raprice@users.noreply.github.com> Date: Fri, 8 Dec 2023 09:10:39 -0800 Subject: [PATCH 9/9] Update docfx.json --- docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docfx.json b/docfx.json index dfcd82d53a7..7740c18eba3 100644 --- a/docfx.json +++ b/docfx.json @@ -39,7 +39,7 @@ }, "externalReference": [], "globalMetadata": { - "breadcrumb_path": "/dotnet/breadcrumb/dotnet-api-docs/toc.json", + "breadcrumb_path": "/dotnet/dotnet-api-docs-bc/breadcrumb/toc.json", "recommendations": true, "author": "dotnet-bot", "ms.author": "dotnetcontent",