A couple of minor suggestions:
* In the 'ASP.NET Core Docker images' section, duplicate text of the bullet point to correct indentation and match structure of previous bullet point.
* In the 'Build and deploy manually' section, add an instruction on how to see the newly created image.
* Update 5.0 building net docker images
* Patch: Fix moniker
* Patch: Updated dockerfile example to match current 5.0 sample.
* Apply ScottAddie suggestions from code review, thanks Scott.
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
* Patch: fixes per ScottAddie recommendation. .NET Core SDK to .NET SDK
* patch: changed .NET Core Docker to the new repo name .NET Docker
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
* GC with small containers
* GC with small containers
* GC with small containers
* GC with small containers
* GC with small containers
* GC with small containers
* Remove SDK Version callout
Make it version-agnostic so it doesn't need changing in the future
* Fix .net core sdk download url
* Update building-net-docker-images.md
Switch .NET Core Images from the legacy location at Docker Hub Registry (microsoft/*) to a new location at Microsoft Container Registry (mcr.microsoft.com/*).
* overview
* whats new to end
* fix migration node
* split fundamentals, move to end
* glob & loc, get started
* security node name
* security section
* azure, client-side, host
* several more sections
* redistribute tutorials
* proofread fixes
* move how to download section
* index files delete and redirect
* fix errors
* reorder some nodes
* scott feedback, flatten main tutorials node
* fix missed feedback items + other issues
* unflatten tutorials node
* move 'how to download'
* more tutorials node tweaks
* standardize view sample links
* db --> DB
* fix build error
* remove link from a parent node
* streamline node names
* xref links
* typos
* typo
* typos and revert some xref links
* scott feedback
* scott feedback
* feedback
* change node name
* safe storage-->protect
Fixes#9219
@JunTaoLuo Dan calls out the implicit versioning "for 2.1 SDK or later;" however, we don't usually version the doc content by SDK release. We might need to say something for this update in the passage that I'm adding to the All topic (*aspnetcore/fundamentals/metapackage.md*) about which SDK version this applies to. I don't know if that's something that you would like to do or what version to call out.
I also remove the version from the samples. We also assume that devs are using the latest SDK with our samples.
Addresses #8579
I might be getting the hang of **_find and replace_** now. 😝
This doesn't touch a couple that ref 2.2.0. I'll tidy those up on https://github.com/aspnet/Docs/issues/8518 after 2.2 RTM.