loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove unnecessary usage prefix from doc titles (#24869)

As title.

authored by

Lunny Xiao and committed by
GitHub
cfadb190 25dc1556

+14 -14
+1 -1
docs/content/doc/administration/backup-and-restore.zh-cn.md
··· 1 1 --- 2 2 date: "2018-06-06T09:33:00+08:00" 3 - title: "使用:备份与恢复" 3 + title: "备份与恢复" 4 4 slug: "backup-and-restore" 5 5 weight: 11 6 6 toc: false
+1 -1
docs/content/doc/administration/https-support.zh-cn.md
··· 1 1 --- 2 2 date: "2023-04-09T11:00:00+02:00" 3 - title: "使用: HTTPS配置" 3 + title: "HTTPS配置" 4 4 slug: "https-setup" 5 5 weight: 12 6 6 toc: false
+1 -1
docs/content/doc/administration/reverse-proxies.zh-cn.md
··· 1 1 --- 2 2 date: "2018-05-22T11:00:00+00:00" 3 - title: "使用:反向代理" 3 + title: "反向代理" 4 4 slug: "reverse-proxies" 5 5 weight: 16 6 6 toc: false
+2 -2
docs/content/doc/usage/issue-pull-request-templates.zh-cn.md
··· 1 1 --- 2 2 date: "2022-09-07T16:00:00+08:00" 3 - title: "使用:从模板创建工单与合并请求" 3 + title: "工单与合并请求模板" 4 4 slug: "issue-pull-request-templates" 5 5 weight: 15 6 6 toc: true ··· 10 10 menu: 11 11 sidebar: 12 12 parent: "usage" 13 - name: "从模板创建工单与合并请求" 13 + name: "工单与合并请求模板" 14 14 weight: 15 15 15 identifier: "issue-pull-request-templates" 16 16 ---
+3 -3
docs/content/doc/usage/profile-readme.en-us.md
··· 1 1 --- 2 2 date: "2023-03-02T21:00:00+05:00" 3 - title: "Usage: Gitea Profile READMEs" 3 + title: "Profile READMEs" 4 4 slug: "profile-readme" 5 5 weight: 12 6 6 toc: false ··· 8 8 menu: 9 9 sidebar: 10 10 parent: "usage" 11 - name: "Gitea Profile READMEs" 11 + name: "Profile READMEs" 12 12 weight: 12 13 13 identifier: "profile-readme" 14 14 --- 15 15 16 - # Gitea Profile READMEs 16 + # Profile READMEs 17 17 18 18 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. 19 19
+5 -5
docs/content/doc/usage/pull-request.zh-cn.md
··· 1 1 --- 2 2 date: "2018-06-01T19:00:00+02:00" 3 - title: "使用:Pull Request" 3 + title: "合并请求" 4 4 slug: "pull-request" 5 5 weight: 13 6 6 toc: false ··· 15 15 identifier: "pull-request" 16 16 --- 17 17 18 - # Pull Request 18 + # 合并请求 19 19 20 - ## 在 pull requests 使用“Work In Progress”标记 20 + ## 在`合并请求`中使用“Work In Progress”标记 21 21 22 22 您可以通过在一个进行中的 pull request 的标题上添加前缀 `WIP:` 或者 `[WIP]`(此处大小写敏感)来防止它被意外合并,具体的前缀设置可以在配置文件 `app.ini` 中找到: 23 23 ··· 28 28 29 29 列表的第一个值将用于 helpers 程序。 30 30 31 - ## Pull Request 模板 31 + ## 合并请求模板 32 32 33 - 有关 pull request 模板的更多信息请您移步 : [Issue and Pull Request templates](../issue-pull-request-templates) 33 + 有关合并请求模板的更多信息请您移步 : [工单与合并请求模板](issue-pull-request-templates)
+1 -1
docs/content/doc/usage/push.en-us.md
··· 1 1 --- 2 2 date: "2020-07-06T16:00:00+02:00" 3 - title: "Usage: Push" 3 + title: "Push" 4 4 slug: "push" 5 5 weight: 15 6 6 toc: false