-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
General documentation cleanup #3317
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3317 +/- ##
==========================================
- Coverage 35.04% 34.85% -0.19%
==========================================
Files 280 280
Lines 40556 40556
==========================================
- Hits 14213 14136 -77
- Misses 24237 24331 +94
+ Partials 2106 2089 -17
Continue to review full report at Codecov.
|
LGTM but please rebase against master branch (rather than merging master into your branch) |
For `GOPATH`, check [official documentation about GOPATH environment variable](https://golang.org/cmd/go/#hdr-GOPATH_environment_variable). | ||
|
||
For others, check [official documentation about variables used when it runs the generator](https://golang.org/cmd/go/#hdr-Generate_Go_files_by_processing_source). | ||
For others, check [official documentation](https://golang.org/cmd/go/#hdr-Generate_Go_files_by_processing_source). |
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.
I'd suggest to change this with For documenttion about each of the variables, you can refer to the [official documentation](https://golang.org/cmd/go/#hdr-Environment_variables).
version `GLIBC\_2.14' not found (required by ./gitea)`. This is due to the integrated | ||
SQLite support in the binaries provided by dl.gitea.io. In this situation, it is usually | ||
possible to [install from source]({{< relref "from-source.en-us.md" >}}) without sqlite | ||
support. |
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.
Escaping the ` will not work in this case. Use the <code>
tag or change the quote before GLIBC to be a '
|
||
## Anything missing? | ||
|
||
Are we missing anything on this page? Then feel free to reach out to us on our [Discord server](https://discord.gg/NsatcWJ), there you will get answers to any question pretty fast. | ||
If anything is missing from this page, then reach out using [Discord](https://discord.gg/NsatcWJ) | ||
or the [IRC Channel](http://webchat.freenode.net?nick=giteachat....&channels=%23gitea&prompt=1). |
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.
... or matrix.
|
||
## Anything missing? | ||
|
||
Are we missing anything on this page? Then feel free to reach out to us on our [Discord server](https://discord.gg/NsatcWJ), there you will get answers to any question pretty fast. | ||
If anything is missing from this page, then reach out using [Discord](https://discord.gg/NsatcWJ) | ||
or the [IRC Channel](http://webchat.freenode.net?nick=giteachat....&channels=%23gitea&prompt=1). |
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.
... or matrix
|
||
Change the user(git) accordingly to yours. And /home/git too if your username is different than git. Change the PORT or remove the -p flag if default port is used. | ||
Change the user(git) and home)/home/git) settings to match the deployment |
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.
Did you mean (
?
@@ -15,13 +15,19 @@ menu: | |||
|
|||
# Installation with Docker | |||
|
|||
We provide automatically updated Docker images within our Docker Hub organization. It is up to you and your deployment to always use the latest stable tag or to use another service that updates the Docker image for you. | |||
Gitea provides automatically updated Docker images within it's Docker Hub organization. It |
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.
*its
@@ -15,13 +15,19 @@ menu: | |||
|
|||
# Installation with Docker | |||
|
|||
We provide automatically updated Docker images within our Docker Hub organization. It is up to you and your deployment to always use the latest stable tag or to use another service that updates the Docker image for you. | |||
Gitea provides automatically updated Docker images within it's Docker Hub organization. It | |||
possible to always use the latest stable tag or to use another service that handles updating |
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.
you mean it is possible?
|
||
# Anything missing? | ||
|
||
Are we missing anything on this page? Then feel free to reach out to us on our [Discord server](https://discord.gg/NsatcWJ), there you will get answers to any question pretty fast. | ||
If anything is missing from this page, then reach out using [Discord](https://discord.gg/NsatcWJ) | ||
or the [IRC Channel](http://webchat.freenode.net?nick=giteachat....&channels=%23gitea&prompt=1). |
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.
... or matrix
@@ -15,25 +15,28 @@ menu: | |||
|
|||
# Upgrade from Gogs | |||
|
|||
Gogs versions up to 0.9.146 (db schema version 15) can be smoothly upgraded to Gitea. | |||
Only ancient versions (up to 0.9.146) of Gogs can be easily migrated to Gitea. |
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.
Ancient sounds like they've been found near a pyramid in egypt and they are probably from a few thousand years ago. I would suggest to place Only gogs up to 0.9.146 can be...
docs/content/page/index.en-us.md
Outdated
|
||
## Browser Support | ||
|
||
- Please see [Semantic UI](https://github.com/Semantic-Org/Semantic-UI#browser-support) for specific versions of supported browsers. | ||
- The official support minimal size is **1024*768**, UI may still looks right in smaller size but no promises and fixes. | ||
- The officially supported minimum screen **1024x768**. It may still work on smaller sizes, but no promises or fixes. |
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.
You can probably remove this line altogether. 😉
…, etc. Includes an update about Gitea in Debian. Also fixes some render errors. Some things were probably missed, but I think this is a good start.
|
||
For others, check [official documentation about variables used when it runs the generator](https://golang.org/cmd/go/#hdr-Generate_Go_files_by_processing_source). | ||
For documentation about each of the variables available, refer to the | ||
[official documentation](https://golang.org/cmd/go/#hdr-Generate_Go_files_by_processing_source). |
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.
I did not point it out as I should, but I think referencing https://golang.org/cmd/go/#hdr-Environment_variables instead is better
|
||
- [#gitea on Freenode](http://webchat.freenode.net?nick=giteachat....&channels=%23gitea&prompt=1) | ||
- [Matrix](https://matrix.to/#/#gitea-dev:matrix.org) | ||
- [Discord](https://discord.gg/NsatcWJ) |
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.
Please move discord up as that is our primary communication channel
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.
It's an "unordered" list. Being concerned about what's up at top feels a lot like bikeshedding to me.
Clearly this will be a whining point, though... so I'll change it regardless.
Please move discord up as that is our primary communication channel
Isn't it about time to review that decision ?
|
@strk but not here in PR, it should probably be voted/discussed by maintainers other way |
@lafriks: your approval is pending (bike shed was repainted) |
This PR fixes a lot of mistakes/errors in the English version of Gitea documentation.