diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-03-26 00:19:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-25 18:19:34 +0200 |
commit | de5b368bca20122e374a81efcdf81caae5e33f2c (patch) | |
tree | 642aff558d293122ec89159a22f9b0370a6f1d70 /docs/content/page | |
parent | e37ef4d374e531b3af1e5f9551b6f3140060b8ab (diff) | |
download | gitea-de5b368bca20122e374a81efcdf81caae5e33f2c.tar.gz gitea-de5b368bca20122e374a81efcdf81caae5e33f2c.zip |
Describe Gitea's purpose more accurately (#23698)
As title.
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Yarden Shoham <git@yardenshoham.com>
Diffstat (limited to 'docs/content/page')
-rw-r--r-- | docs/content/page/index.en-us.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/page/index.en-us.md b/docs/content/page/index.en-us.md index 60e50efad3..93fbc0a8b1 100644 --- a/docs/content/page/index.en-us.md +++ b/docs/content/page/index.en-us.md @@ -10,8 +10,8 @@ draft: false # What is Gitea? -Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket, and GitLab. -Gitea is a fork of [Gogs](http://gogs.io). See the [Gitea Announcement](https://blog.gitea.io/2016/12/welcome-to-gitea/) +Gitea is a painless self-hosted all-in-one software development service, it includes Git hosting, code review, team collaboration, package registry and CI/CD. It is similar to GitHub, Bitbucket and GitLab. +Gitea was forked from [Gogs](http://gogs.io) originally and almost all the code has been changed. See the [Gitea Announcement](https://blog.gitea.io/2016/12/welcome-to-gitea/) blog post to read about the justification for a fork. ## Purpose |