Skip to content

Commit cfadb19

Browse files
authored
Remove unnecessary usage prefix from doc titles (#24869)
As title.
1 parent 25dc155 commit cfadb19

7 files changed

+14
-14
lines changed

docs/content/doc/administration/backup-and-restore.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date: "2018-06-06T09:33:00+08:00"
3-
title: "使用:备份与恢复"
3+
title: "备份与恢复"
44
slug: "backup-and-restore"
55
weight: 11
66
toc: false

docs/content/doc/administration/https-support.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date: "2023-04-09T11:00:00+02:00"
3-
title: "使用: HTTPS配置"
3+
title: "HTTPS配置"
44
slug: "https-setup"
55
weight: 12
66
toc: false

docs/content/doc/administration/reverse-proxies.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date: "2018-05-22T11:00:00+00:00"
3-
title: "使用:反向代理"
3+
title: "反向代理"
44
slug: "reverse-proxies"
55
weight: 16
66
toc: false

docs/content/doc/usage/issue-pull-request-templates.zh-cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date: "2022-09-07T16:00:00+08:00"
3-
title: "使用:从模板创建工单与合并请求"
3+
title: "工单与合并请求模板"
44
slug: "issue-pull-request-templates"
55
weight: 15
66
toc: true
@@ -10,7 +10,7 @@ aliases:
1010
menu:
1111
sidebar:
1212
parent: "usage"
13-
name: "从模板创建工单与合并请求"
13+
name: "工单与合并请求模板"
1414
weight: 15
1515
identifier: "issue-pull-request-templates"
1616
---

docs/content/doc/usage/profile-readme.en-us.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
date: "2023-03-02T21:00:00+05:00"
3-
title: "Usage: Gitea Profile READMEs"
3+
title: "Profile READMEs"
44
slug: "profile-readme"
55
weight: 12
66
toc: false
77
draft: false
88
menu:
99
sidebar:
1010
parent: "usage"
11-
name: "Gitea Profile READMEs"
11+
name: "Profile READMEs"
1212
weight: 12
1313
identifier: "profile-readme"
1414
---
1515

16-
# Gitea Profile READMEs
16+
# Profile READMEs
1717

1818
To display a markdown file in your Gitea profile page, simply make a repository named ".profile" and edit the README.md file inside. Gitea will automatically pull this file in and display it above your repositories.
1919

docs/content/doc/usage/pull-request.zh-cn.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date: "2018-06-01T19:00:00+02:00"
3-
title: "使用:Pull Request"
3+
title: "合并请求"
44
slug: "pull-request"
55
weight: 13
66
toc: false
@@ -15,9 +15,9 @@ menu:
1515
identifier: "pull-request"
1616
---
1717

18-
# Pull Request
18+
# 合并请求
1919

20-
## pull requests 使用“Work In Progress”标记
20+
## `合并请求`中使用“Work In Progress”标记
2121

2222
您可以通过在一个进行中的 pull request 的标题上添加前缀 `WIP:` 或者 `[WIP]`(此处大小写敏感)来防止它被意外合并,具体的前缀设置可以在配置文件 `app.ini` 中找到:
2323

@@ -28,6 +28,6 @@ WORK_IN_PROGRESS_PREFIXES=WIP:,[WIP]
2828

2929
列表的第一个值将用于 helpers 程序。
3030

31-
## Pull Request 模板
31+
## 合并请求模板
3232

33-
有关 pull request 模板的更多信息请您移步 : [Issue and Pull Request templates](../issue-pull-request-templates)
33+
有关合并请求模板的更多信息请您移步 : [工单与合并请求模板](issue-pull-request-templates)

docs/content/doc/usage/push.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date: "2020-07-06T16:00:00+02:00"
3-
title: "Usage: Push"
3+
title: "Push"
44
slug: "push"
55
weight: 15
66
toc: false

0 commit comments

Comments
 (0)