-
Notifications
You must be signed in to change notification settings - Fork 644
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
Show 'latest' documentation for all package versions #4772
Comments
What if users explicitly do not want to show documentation for future packages? How do they do this? |
But I will wait for users asking us this capability explicitly. When we have the feature to incorporate this feature into |
Based on discussion we had, we should make this change for more adoption as we do not expect users to provide the documentation everytime they update their package. |
As mentioned on #4920, another option is:
@robertmuehsig, feel free to add your additional thoughts here. Customer input is always appreciated and will help us assess the priority of this feature request. |
Why not threat the documentation URL like the license URL or project site url and if you detect a GitHub URL just show the possible GitHub Readme.md. |
We are starting to work on making markdown documentation as part of the package: https://github.com/NuGet/Home/wiki/Packaging-Documentation-within-the-nupkg |
Feature discussion issue: #2280
Today the markdown documentation is only per package version. I do not expect authors to edit their packages to include markdown documentation.
We should show the latest documentation on all package versions.
i.e.
Expected: Both 2.2.0 and 3.1.0 should show me the documentation that i added for 2.1.0
Now if I edit 3.0.0 to change or add new documentation, all the newer versions from 3.0.0 onwards should start showing the new documentation.
The text was updated successfully, but these errors were encountered: