Adjust some documentations titles (#23941)

As title.
This commit is contained in:
Lunny Xiao 2023-04-06 17:06:32 +08:00 committed by GitHub
parent bac9c06880
commit 5cb394ff2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 51 additions and 47 deletions

View file

@ -1,6 +1,6 @@
---
date: "2017-01-01T16:00:00+02:00"
title: "Usage: Backup and Restore"
title: "Backup and Restore"
slug: "backup-and-restore"
weight: 11
toc: false

View file

@ -1,6 +1,6 @@
---
date: "2017-01-01T16:00:00+02:00"
title: "Usage: Command Line"
title: "Gitea Command Line"
slug: "command-line"
weight: 1
toc: false

View file

@ -1,6 +1,6 @@
---
date: "2019-10-15T10:10:00+05:00"
title: "Usage: Email setup"
title: "Email setup"
slug: "email-setup"
weight: 12
toc: false

View file

@ -1,6 +1,6 @@
---
date: "2018-05-11T11:00:00+02:00"
title: "Usage: Setup fail2ban"
title: "Fail2ban Setup "
slug: "fail2ban-setup"
weight: 16
toc: false

View file

@ -1,6 +1,6 @@
---
date: "2022-08-01T00:00:00+00:00"
title: "使用: 设置 Fail2ban"
title: "设置 Fail2ban"
slug: "fail2ban-setup"
weight: 16
toc: false

View file

@ -1,6 +1,6 @@
---
date: "2019-10-06T08:00:00+05:00"
title: "Usage: Git LFS setup"
title: "Git LFS setup"
slug: "git-lfs-setup"
weight: 12
toc: false

View file

@ -1,6 +1,6 @@
---
date: "2018-06-02T11:00:00+02:00"
title: "Usage: HTTPS setup"
title: "HTTPS setup"
slug: "https-setup"
weight: 12
toc: false

View file

@ -1,6 +1,6 @@
---
date: "2019-04-02T17:06:00+01:00"
title: "Advanced: Logging Configuration"
title: "Logging Configuration"
slug: "logging-configuration"
weight: 40
toc: false

View file

@ -1,6 +1,6 @@
---
date: "2018-05-22T11:00:00+00:00"
title: "Usage: Reverse Proxies"
title: "Reverse Proxies"
slug: "reverse-proxies"
weight: 16
toc: false

View file

@ -1,6 +1,6 @@
---
date: "2019-12-31T13:55:00+05:00"
title: "Advanced: Search Engines Indexation"
title: "Search Engines Indexation"
slug: "search-engines-indexation"
weight: 60
toc: false

View file

@ -1,6 +1,6 @@
---
date: "2018-05-07T13:00:00+02:00"
title: "Gitea compared to other Git hosting options"
title: "Compared to other Git hosting"
slug: "comparison"
weight: 5
toc: false

View file

@ -15,7 +15,7 @@ menu:
# Database Preparation
You need a database to use Gitea. Gitea supports PostgreSQL (>=10), MySQL (>=5.7), SQLite, and MSSQL (>=2008R2 SP3). This page will guide into preparing database. Only PostgreSQL and MySQL will be covered here since those database engines are widely-used in production.
You need a database to use Gitea. Gitea supports PostgreSQL (>=10), MySQL (>=5.7), SQLite, and MSSQL (>=2008R2 SP3). This page will guide into preparing database. Only PostgreSQL and MySQL will be covered here since those database engines are widely-used in production. If you plan to use SQLite, you can ignore this chapter.
Database instance can be on same machine as Gitea (local database setup), or on different machine (remote database).

View file

@ -13,12 +13,25 @@ menu:
identifier: "install-from-package"
---
# Installation from package
**Table of Contents**
{{< toc >}}
# Official packages
## macOS
Currently, the only supported method of installation on MacOS is [Homebrew](http://brew.sh/).
Following the [deployment from binary]({{< relref "from-binary.en-us.md" >}}) guide may work,
but is not supported. To install Gitea via `brew`:
```
brew tap gitea/tap https://gitea.com/gitea/homebrew-gitea
brew install gitea
```
# Unofficial packages
## Alpine Linux
Alpine Linux has [Gitea](https://pkgs.alpinelinux.org/packages?name=gitea&branch=edge) in its community repository which follows the latest stable version.
@ -74,17 +87,6 @@ choco install gitea
Or follow the [deployment from binary]({{< relref "from-binary.en-us.md" >}}) guide.
## macOS
Currently, the only supported method of installation on MacOS is [Homebrew](http://brew.sh/).
Following the [deployment from binary]({{< relref "from-binary.en-us.md" >}}) guide may work,
but is not supported. To install Gitea via `brew`:
```
brew tap gitea/tap https://gitea.com/gitea/homebrew-gitea
brew install gitea
```
## FreeBSD
A FreeBSD port `www/gitea` is available. To install the pre-built binary package:
@ -108,7 +110,7 @@ is in `/usr/local/etc/rc.d/gitea`.
To enable Gitea to run as a service, run `sysrc gitea_enable=YES` and start it with `service gitea start`.
## Third-party
## Others
Various other third-party packages of Gitea exist.
To see a curated list, head over to [awesome-gitea](https://gitea.com/gitea/awesome-gitea/src/branch/master/README.md#user-content-packages).

View file

@ -13,12 +13,23 @@ menu:
identifier: "install-from-package"
---
# 使用包管理器安装
**目录**
{{< toc >}}
# 官方包管理器
## macOS
macOS 平台下当前我们仅支持通过 `brew` 来安装。如果你没有安装 [Homebrew](http://brew.sh/),你也可以查看 [从二进制安装]({{< relref "from-binary.zh-cn.md" >}})。在你安装了 `brew` 之后, 你可以执行以下命令:
```
brew tap gitea/tap https://gitea.com/gitea/homebrew-gitea
brew install gitea
```
# 非官方包管理器
## Alpine Linux
Gitea 已经包含在 Alpine Linux 的[社区存储库](https://pkgs.alpinelinux.org/packages?name=gitea&branch=edge)中,版本与 Gitea 官方保持同步。
@ -66,15 +77,6 @@ choco install gitea
你也可以 [从二进制安装]({{< relref "from-binary.zh-cn.md" >}}) 。
## macOS
macOS 平台下当前我们仅支持通过 `brew` 来安装。如果你没有安装 [Homebrew](http://brew.sh/),你也可以查看 [从二进制安装]({{< relref "from-binary.zh-cn.md" >}})。在你安装了 `brew` 之后, 你可以执行以下命令:
```
brew tap gitea/tap https://gitea.com/gitea/homebrew-gitea
brew install gitea
```
## FreeBSD
可以使用 Gitea 的 FreeBSD port `www/gitea`。 请安装预构建的二进制包:

View file

@ -1,6 +1,6 @@
---
date: " 2022-09-01T20:50:42+0000"
title: "Usage: Agit Setup"
title: "Agit Setup"
slug: "agit-setup"
weight: 12
toc: false

View file

@ -1,6 +1,6 @@
---
date: "2018-05-10T16:00:00+02:00"
title: "Usage: Issue and Pull Request templates"
title: "Issue and Pull Request templates"
slug: "issue-pull-request-templates"
weight: 15
toc: false

View file

@ -1,6 +1,6 @@
---
date: "2023-03-04T19:00:00+00:00"
title: "Usage: Labels"
title: "Labels"
slug: "labels"
weight: 13
toc: false

View file

@ -1,6 +1,6 @@
---
date: "2019-11-21T17:00:00-03:00"
title: "Usage: Automatically Linked References"
title: "Automatically Linked References"
slug: "automatically-linked-references"
weight: 15
toc: false

View file

@ -1,6 +1,6 @@
---
date: "2022-08-31T17:35:40+08:00"
title: "Usage: Merge Message templates"
title: "Merge Message templates"
slug: "merge-message-templates"
weight: 15
toc: false

View file

@ -1,6 +1,6 @@
---
date: "2018-06-01T19:00:00+02:00"
title: "Usage: Pull Request"
title: "Pull Request"
slug: "pull-request"
weight: 13
toc: false

View file

@ -1,6 +1,6 @@
---
date: "2018-06-01T19:00:00+02:00"
title: "使用: 合併請求"
title: "合併請求"
slug: "pull-request"
weight: 13
toc: false

View file

@ -1,6 +1,6 @@
---
date: "2020-07-06T16:00:00+02:00"
title: "Usage: Push Options"
title: "Push Options"
slug: "push-options"
weight: 15
toc: false

View file

@ -1,6 +1,6 @@
---
date: "2020-07-06T16:00:00+02:00"
title: "使用: Push Options"
title: "Push Options"
slug: "push-options"
weight: 15
toc: false

View file

@ -1,6 +1,6 @@
---
date: "2020-07-06T16:00:00+02:00"
title: "Usage: Push To Create"
title: "Push To Create"
slug: "push-to-create"
weight: 15
toc: false