Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default withMermaid(
]
},
{ text: 'EF Core', link: '/efcore/' },
{ text: 'Blog', link: '/blog/' },
{
text: 'Resources',
items: [
Expand Down Expand Up @@ -136,11 +137,20 @@ export default withMermaid(
{ text: 'Table Mapping', link: '/efcore/table-mapping' },
{ text: 'Migrations', link: '/efcore/migrations' },
{ text: 'Migration Generation', link: '/efcore/migration-generation' },
{ text: 'Schema Mapping Customization', link: '/efcore/schema-customization' },
{ text: 'Mixed EF + Critter Stack Apps', link: '/efcore/migration-coexistence' },
{ text: 'JSON Columns', link: '/efcore/json-columns' },
{ text: 'Database Reset for Testing', link: '/efcore/database-cleaner' },
{ text: 'Batch Queries', link: '/efcore/batch-queries' }
]
},
{
text: 'Blog',
collapsed: true,
items: [
{ text: 'All Posts', link: '/blog/' },
{ text: 'Weasel Grows Up on EF Core', link: '/blog/efcore-9.18' }
]
}
],

Expand Down
Loading
Loading