Skip to content
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

Adjust some documentations titles #23941

Merged
merged 2 commits into from
Apr 6, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/administration/command-line.en-us.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/administration/email-setup.en-us.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/administration/fail2ban-setup.en-us.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
date: "2018-05-11T11:00:00+02:00"
title: "Usage: Setup fail2ban"
title: "Setup fail2ban"
lunny marked this conversation as resolved.
Show resolved Hide resolved
slug: "fail2ban-setup"
weight: 16
toc: false
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/administration/git-lfs-support.en-us.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/administration/https-support.en-us.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/administration/reverse-proxies.en-us.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/installation/comparison.en-us.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
30 changes: 16 additions & 14 deletions docs/content/doc/installation/from-package.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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:
Expand All @@ -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).
Expand Down
24 changes: 13 additions & 11 deletions docs/content/doc/installation/from-package.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 官方保持同步。
Expand Down Expand Up @@ -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`。 请安装预构建的二进制包:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/usage/agit-support.en-us.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/usage/labels.en-us.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
date: "2023-03-04T19:00:00+00:00"
title: "Usage: Labels"
title: "Use Labels"
lunny marked this conversation as resolved.
Show resolved Hide resolved
slug: "labels"
weight: 13
toc: false
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/usage/linked-references.en-us.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/usage/merge-message-templates.en-us.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/usage/pull-request.en-us.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/usage/push-options.en-us.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/usage/push-to-create.en-us.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down