From ffe41c53622f83a4ab2bf0070167d094dbe1650a Mon Sep 17 00:00:00 2001 From: Rachel Price <52579263+raprice@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:39:30 -0800 Subject: [PATCH 01/10] Update toc.yml --- EF/breadcrumb/toc.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/EF/breadcrumb/toc.yml b/EF/breadcrumb/toc.yml index b82d4efe9..6c35f8238 100644 --- a/EF/breadcrumb/toc.yml +++ b/EF/breadcrumb/toc.yml @@ -1,10 +1,11 @@ -- name: Docs - tocHref: / +- name: .NET + tocHref: /dotnet/ + topicHref: /dotnet/index items: - - name: .NET + - name: Entity Framework tocHref: /dotnet/ - topicHref: /dotnet/ + topicHref: /ef/index items: - - name: .NET API Browser + - name: .NET API browser tocHref: /dotnet/api/ - topicHref: /dotnet/api/ \ No newline at end of file + topicHref: /dotnet/api/index From 89cf07df2a3b334b5e3ed609d90b65b66a6d8a31 Mon Sep 17 00:00:00 2001 From: Rachel Price <52579263+raprice@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:40:08 -0800 Subject: [PATCH 02/10] Rename toc.yml to toc.yml --- EF/{breadcrumb => ef-breadcrumb}/toc.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename EF/{breadcrumb => ef-breadcrumb}/toc.yml (100%) diff --git a/EF/breadcrumb/toc.yml b/EF/ef-breadcrumb/toc.yml similarity index 100% rename from EF/breadcrumb/toc.yml rename to EF/ef-breadcrumb/toc.yml From 179b848c895d0ad70d503e3b55d3cfdf28cf30c1 Mon Sep 17 00:00:00 2001 From: Rachel Price <52579263+raprice@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:40:32 -0800 Subject: [PATCH 03/10] Update breadcrumb path --- EF/docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EF/docfx.json b/EF/docfx.json index 26c2897ea..e7bf96f1e 100644 --- a/EF/docfx.json +++ b/EF/docfx.json @@ -47,7 +47,7 @@ "apiPlatform": "dotnet", "author": "dotnet-bot", "ms.author": "avickers", - "breadcrumb_path": "/dotnet/breadcrumb/toc.json", + "breadcrumb_path": "/dotnet/ef-breadcrumb/toc.json", "searchScope": ["Entity Framework"], "ms.topic": "managed-reference", "ms.prod": "entity-framework", From a2b780c4cf9af4c8c776f4283be7e8ee471ab940 Mon Sep 17 00:00:00 2001 From: Rachel Price <52579263+raprice@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:40:58 -0800 Subject: [PATCH 04/10] Rename toc.yml to toc.yml --- dotnet/{breadcrumb => ef-dotnet-breadcrumb}/toc.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename dotnet/{breadcrumb => ef-dotnet-breadcrumb}/toc.yml (100%) diff --git a/dotnet/breadcrumb/toc.yml b/dotnet/ef-dotnet-breadcrumb/toc.yml similarity index 100% rename from dotnet/breadcrumb/toc.yml rename to dotnet/ef-dotnet-breadcrumb/toc.yml From e9925342bf8c656ffb1f26ea5cea04652a4c5e00 Mon Sep 17 00:00:00 2001 From: Rachel Price <52579263+raprice@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:41:12 -0800 Subject: [PATCH 05/10] Update toc.yml --- dotnet/ef-dotnet-breadcrumb/toc.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/dotnet/ef-dotnet-breadcrumb/toc.yml b/dotnet/ef-dotnet-breadcrumb/toc.yml index 7419f2ee7..6c35f8238 100644 --- a/dotnet/ef-dotnet-breadcrumb/toc.yml +++ b/dotnet/ef-dotnet-breadcrumb/toc.yml @@ -2,6 +2,10 @@ tocHref: /dotnet/ topicHref: /dotnet/index items: - - name: API browser - tocHref: /dotnet/api/ - topicHref: /dotnet/api/index + - name: Entity Framework + tocHref: /dotnet/ + topicHref: /ef/index + items: + - name: .NET API browser + tocHref: /dotnet/api/ + topicHref: /dotnet/api/index From 958c08c39bfb28c9b354756fe574d242f104d877 Mon Sep 17 00:00:00 2001 From: Rachel Price <52579263+raprice@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:41:35 -0800 Subject: [PATCH 06/10] Update breadcrumb path --- dotnet/docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/docfx.json b/dotnet/docfx.json index 4d118a476..100c4720d 100644 --- a/dotnet/docfx.json +++ b/dotnet/docfx.json @@ -49,7 +49,7 @@ "apiPlatform": "dotnet", "author": "dotnet-bot", "ms.author": "avickers", - "breadcrumb_path": "/dotnet/breadcrumb/toc.json", + "breadcrumb_path": "/dotnet/ef-dotnet-breadcrumb/toc.json", "searchScope": ["Entity Framework"], "ms.topic": "managed-reference", "ms.prod": "ef-core-api", From 1823a121deabc1f5843a5f9cf5d9491d2fc0c62a Mon Sep 17 00:00:00 2001 From: Rachel Price <52579263+raprice@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:44:25 -0800 Subject: [PATCH 07/10] Rename toc.yml to toc.yml --- EF/{ef-breadcrumb => breadcrumb}/toc.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename EF/{ef-breadcrumb => breadcrumb}/toc.yml (100%) diff --git a/EF/ef-breadcrumb/toc.yml b/EF/breadcrumb/toc.yml similarity index 100% rename from EF/ef-breadcrumb/toc.yml rename to EF/breadcrumb/toc.yml From 911a5b2412a81a6e427c0439f360f5fbfce85289 Mon Sep 17 00:00:00 2001 From: Rachel Price <52579263+raprice@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:45:03 -0800 Subject: [PATCH 08/10] Fix breadcrumb path --- EF/docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EF/docfx.json b/EF/docfx.json index 79127306e..3089b5c26 100644 --- a/EF/docfx.json +++ b/EF/docfx.json @@ -49,7 +49,7 @@ "apiPlatform": "dotnet", "author": "dotnet-bot", "ms.author": "avickers", - "breadcrumb_path": "/dotnet/ef-breadcrumb/toc.json", + "breadcrumb_path": "dotnet/ef_full_dotnet_toc/breadcrumb/toc.json", "searchScope": ["Entity Framework"], "ms.topic": "managed-reference", "products": [ From e4321a49714745cfec2746124ce361a1c3164fc6 Mon Sep 17 00:00:00 2001 From: Rachel Price <52579263+raprice@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:45:57 -0800 Subject: [PATCH 09/10] Revert breadcrumb file name --- dotnet/{ef-dotnet-breadcrumb => breadcrumb}/toc.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename dotnet/{ef-dotnet-breadcrumb => breadcrumb}/toc.yml (100%) diff --git a/dotnet/ef-dotnet-breadcrumb/toc.yml b/dotnet/breadcrumb/toc.yml similarity index 100% rename from dotnet/ef-dotnet-breadcrumb/toc.yml rename to dotnet/breadcrumb/toc.yml From 8786726329cde732e1874dbc6a2d6f876be1ef71 Mon Sep 17 00:00:00 2001 From: Rachel Price <52579263+raprice@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:47:03 -0800 Subject: [PATCH 10/10] Update breadcrumb path --- dotnet/docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/docfx.json b/dotnet/docfx.json index 8c0b3153c..caa084582 100644 --- a/dotnet/docfx.json +++ b/dotnet/docfx.json @@ -50,7 +50,7 @@ "apiPlatform": "dotnet", "author": "dotnet-bot", "ms.author": "avickers", - "breadcrumb_path": "/dotnet/ef-dotnet-breadcrumb/toc.json", + "breadcrumb_path": "/dotnet/efcore_dotnet_toc/breadcrumb/toc.json", "searchScope": ["Entity Framework"], "ms.topic": "managed-reference", "products": [