From fd27d9cfe065b9d2e5e1581d75659e6f52b70eb7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 2 Oct 2025 11:21:32 +0000 Subject: [PATCH 1/2] Initial plan From eee5c9325f0921e46384b220cfa7945166cfa5c4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 2 Oct 2025 11:24:58 +0000 Subject: [PATCH 2/2] Move seed-database-data article to Tutorials section Co-authored-by: alistairmatthews <41286777+alistairmatthews@users.noreply.github.com> --- docs/toc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/toc.yml b/docs/toc.yml index 7b35970ec9..bad341fc09 100644 --- a/docs/toc.yml +++ b/docs/toc.yml @@ -211,6 +211,9 @@ items: - name: Messaging using Aspire integrations displayName: messaging href: messaging/messaging-integrations.md + - name: Seed data in a database + displayName: seed data,ef core,scripts,entrypoint,init + href: database/seed-database-data.md - name: Apache Kafka displayName: kafka,messaging href: messaging/kafka-integration.md @@ -320,9 +323,6 @@ items: href: database/entity-framework-core-integration-overview.md - name: Apply migrations href: database/ef-core-migrations.md - - name: Seed data in a database - displayName: seed data,ef core,scripts,entrypoint,init - href: database/seed-database-data.md - name: Azure Cosmos DB displayName: cosmos db,database,ef core href: database/azure-cosmos-db-entity-framework-integration.md