Skip to content

Conversation

alistairmatthews
Copy link
Contributor

@alistairmatthews alistairmatthews commented Oct 9, 2025

Summary

The Seed data in a database using Aspire article discusses seeding both with SQL Scripts and with EF Core. However, it is currently in the Entity Framework section of the ToC, which may prevent readers finding it if they don't intend to use EF Core.

By moving the article into the Integrations/Tutorials section of the ToC, this PR should make this content easier to find.

Fixes #4980


Internal previews

📄 File 🔗 Preview link
docs/toc.yml docs/toc

Copilot AI and others added 3 commits October 2, 2025 11:21
Co-authored-by: alistairmatthews <41286777+alistairmatthews@users.noreply.github.com>
…-48e6-8048-8e4ef9d8dcd4

Move seed-database-data article to Tutorials section
@Copilot Copilot AI review requested due to automatic review settings October 9, 2025 13:08
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR moves the "Seed data in a database" article from the Entity Framework section to the Integrations/Tutorials section in the table of contents. The change improves discoverability since the article covers both SQL scripts and EF Core seeding methods, not just EF Core-specific approaches.

Key changes:

  • Relocated the TOC entry to make it more accessible to readers regardless of their database framework choice
  • Preserved all existing metadata including display names and href path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation on data seeding by using SQL scripts is difficult to find

2 participants