-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New EF Hub + toc, docfx and breadcrumb toc updates #2279
Conversation
@wadepickett Just want to say I'm really looking forward to reviewing this, but I'm a bit behind because I'm playing catch-up after a few days off. |
725843f
to
b03884a
Compare
b03884a
to
336d469
Compare
@wadepickett - Fixed all build errors. Do you want to continue on this PR to get it merged to master? |
- Fixed API reference title - Removed asp.net + EF quickstart from top.
@ smitpatel, many thanks!!! Please hold off on merging to master, first I also need sign-off from Robert Lyon who is watching over all Hub designs to make sure they all work together well across products. I sent him a review request. I did make the fixes you and Arthur requested. |
Fixed link for EF + Razor Pages tutorial
Fixed "Saving Basic" link.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like all of the changes I was considering have been made. Approved on my end, deferring to @ajcvickers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great! We can tweak things as we evolve the documentation, but I don't see anything I would immediately change. This is way better than we had before! Thanks @wadepickett!
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, Wade. Excellent organization.
Robert Lyon also signed off now so I will go ahead and merge. Thanks everyone for the fantastic help. |
* 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 <[email protected]>
Internal Review
Fixes #2341