-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Added documentation for using Orchard Core from a local NuGet packages #11284
Conversation
<packageSources> | ||
<clear /> | ||
<add key="NuGet" value="https://api.nuget.org/v3/index.json" /> | ||
<add key="MyFeed" value="\\{YourServer}\NuGetServer" /> |
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.
<add key="MyFeed" value="\\{YourServer}\NuGetServer" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
The local feed should be set before the Nuget (Public) one so that it knows which one to retrieve from first (priority).
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.
updated in 34d5ddf
This guide is optional for advance users and Adding this to getting started doesn’t seems to be the right place, as it’s confusing to new users |
Move it to "How to guides". Else, we could add it to the repository Wiki. |
What order should it go in the How to Guides left menu and should it also be listed in the Follow the Guides page? |
Also, is there a better menu title than "Using local package source"? |
Ok I changed my mind. Move this to "Key Topics" as "Using local NuGet packages" under "Using Docker". |
Why under Using Docker? |
Adding this documentation was suggested in this discussion: #10588 (reply in thread)