-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Add FAQ for version downloads #6742
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
Conversation
Signed-off-by: jolheiser <[email protected]>
Signed-off-by: jolheiser <[email protected]>
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.
LGTM
Somewhat related to this but not blocking -- Can we use variables in the docs so that a similar page like https://docs.gitea.io/en-us/install-from-binary/ can use wget -O gitea https://dl.gitea.io/gitea/$latest_stable/gitea-$latest_stable-linux-amd64
and it would be possible to have text in the docs that reference the latest stable release without being out of date?
Would be nice if this section could also have "The current recommended release is $gitea_stable and available here" without needing to be updated.
@mrsdizzie I like that idea, however I think that's just another thing to remember to change when we have a new release and documentation is already prone to being out of date.
|
Codecov Report
@@ Coverage Diff @@
## master #6742 +/- ##
==========================================
- Coverage 40.82% 40.81% -0.02%
==========================================
Files 421 421
Lines 57902 57902
==========================================
- Hits 23640 23631 -9
- Misses 31123 31133 +10
+ Partials 3139 3138 -1
Continue to review full report at Codecov.
|
This is probably the single most asked question, I'm not sure how I missed it on my first FAQ pass. 😂
This topic is covered in our CONTRIBUTING.md, however I don't think that's where people would naturally go to look for this kind of information.
If there is anything else that should be included in this pass of the FAQ, please let me know.