From 95b53a89bf003936aaaa044cd7d4a217a58c0268 Mon Sep 17 00:00:00 2001 From: James Skemp Date: Fri, 12 Jul 2024 10:59:48 +0000 Subject: [PATCH] Update spelling and language on main page (#20) This fixes a couple minor spelling mistakes and tweaks the grammar in the Gogs warning. Co-authored-by: Lunny Xiao Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://gitea.com/gitea/docs/pulls/20 Reviewed-by: kemzeb Reviewed-by: 6543 <6543@obermui.de> Co-authored-by: James Skemp Co-committed-by: James Skemp --- docs/index.md | 13 ++++++++----- versioned_docs/version-1.22/index.md | 10 +++++----- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/docs/index.md b/docs/index.md index 3a1264e3..1e02b316 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,18 +1,21 @@ --- date: "2016-11-08T16:00:00+02:00" +title: "Documentation" slug: / sidebar_position: 10 +toc: false +draft: false --- # What is 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.com/welcome-to-gitea/) -blog post to read about the justification for a fork. +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 originally forked from [Gogs](https://gogs.io) and almost all the code has been changed. See the [Gitea Announcement](https://blog.gitea.com/welcome-to-gitea/) blog post to read about the justification for a fork. :::warning -Gitea has never sent commits to upstream or cherry-pick commits from upstream. So Gitea is totally not compatible with Gogs. No any gurantee it can work if you upgrade from Gogs to Gitea. The recommanded method is to migrate repositories from Gogs to Gitea. +Gitea does not sent or cherry-picked commits from upstream, so there is no guarantee it will work if you upgrade from Gogs to Gitea. The recommended method is to migrate repositories from Gogs to Gitea. ::: @@ -34,7 +37,7 @@ You can try it out using [the online demo](https://demo.gitea.com). - **Lightweight and Fast** - One of Gitea's design goals is to be lightweight and fast in response. Unlike some large code hosting platforms, it remains lean, performing well in terms of speed, and is suitable for resource-limited server environments. Due to its lightweight design, Gitea has relatively low resource consumption and performs well in resource-constrained environments. + One of Gitea's design goals is to be lightweight and fast in response. Unlike some large code hosting platforms, it remains lean, performs well in terms of speed, and is suitable for resource-limited server environments. Due to its lightweight design, Gitea has relatively low resource consumption and performs well in resource-constrained environments. - **Easy Deployment and Maintenance** diff --git a/versioned_docs/version-1.22/index.md b/versioned_docs/version-1.22/index.md index f2f3752c..1e02b316 100644 --- a/versioned_docs/version-1.22/index.md +++ b/versioned_docs/version-1.22/index.md @@ -9,13 +9,13 @@ draft: false # What is 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.com/welcome-to-gitea/) -blog post to read about the justification for a fork. +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 originally forked from [Gogs](https://gogs.io) and almost all the code has been changed. See the [Gitea Announcement](https://blog.gitea.com/welcome-to-gitea/) blog post to read about the justification for a fork. :::warning -Gitea has never sent commits to upstream or cherry-pick commits from upstream. So Gitea is totally not compatible with Gogs. No any gurantee it can work if you upgrade from Gogs to Gitea. The recommanded method is to migrate repositories from Gogs to Gitea. +Gitea does not sent or cherry-picked commits from upstream, so there is no guarantee it will work if you upgrade from Gogs to Gitea. The recommended method is to migrate repositories from Gogs to Gitea. ::: @@ -37,7 +37,7 @@ You can try it out using [the online demo](https://demo.gitea.com). - **Lightweight and Fast** - One of Gitea's design goals is to be lightweight and fast in response. Unlike some large code hosting platforms, it remains lean, performing well in terms of speed, and is suitable for resource-limited server environments. Due to its lightweight design, Gitea has relatively low resource consumption and performs well in resource-constrained environments. + One of Gitea's design goals is to be lightweight and fast in response. Unlike some large code hosting platforms, it remains lean, performs well in terms of speed, and is suitable for resource-limited server environments. Due to its lightweight design, Gitea has relatively low resource consumption and performs well in resource-constrained environments. - **Easy Deployment and Maintenance**