Skip to content

Commit

Permalink
New EF Hub + toc, docfx and breadcrumb toc updates (#2279)
Browse files Browse the repository at this point in the history
* New EF Hub + toc, docfx and breadcrumb toc updates

* Fix build errors

* Update index.yml

- Fixed API reference title
- Removed asp.net + EF quickstart from top.

* Update index.yml

Fixed link for EF + Razor Pages tutorial

* Update index.yml

Fixed "Saving Basic" link.

* Update index.yml

Robert Lyon recommended some edits.  I made the following changes:
Get Started cards
•	Changed choose a version at the top to an overview type.  It was a bit confusing laving two getting started topics at the top.
You might be able to shorten some of the text
•	Getting Started with Entity Framework Core --> Entity Framework Core (since we have Get Started title and icon with it)
•	Course - Persist and retrieve relational data with Entity Framework Core --> Persist and retrieve relational data with Entity Framework Core
•	Choose a version of EF that is right for you --> Choose a version that is right for you
•	Entity Framework API reference browser --> API reference browser
•	Previous Entity Framework Versions --> Previous versions
Adjusted capping
•	Create a model
•	Save data
•	Supported databases
•	Command-line reference

Co-authored-by: Smit Patel <smitpatel@users.noreply.github.com>
  • Loading branch information
2 people authored and roji committed Apr 27, 2020
1 parent 2b3c169 commit 4dedcdd
Show file tree
Hide file tree
Showing 5 changed files with 191 additions and 292 deletions.
2 changes: 1 addition & 1 deletion entity-framework/breadcrumb/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
items:
- name: Entity Framework
tocHref: /ef/
topicHref: /ef/index
topicHref: /ef/index.yml
2 changes: 1 addition & 1 deletion entity-framework/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{
"files": [
"**.md",
"**/toc.yml",
"**/*.yml",
"*.md"
],
"exclude": [
Expand Down
289 changes: 0 additions & 289 deletions entity-framework/index.md

This file was deleted.

Loading

0 comments on commit 4dedcdd

Please sign in to comment.