Skip to content
This repository was archived by the owner on Dec 2, 2017. It is now read-only.

Commit b2ff95e

Browse files
luffykelunny
authored andcommitted
add help menu and page for Chinese language (#81)
1 parent 08601f4 commit b2ff95e

File tree

7 files changed

+45
-5
lines changed

7 files changed

+45
-5
lines changed

content/doc/help.zh-cn.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
date: "2017-01-20T15:00:00+08:00"
3+
title: "帮助"
4+
slug: "help"
5+
weight: 50
6+
toc: false
7+
draft: false
8+
menu:
9+
sidebar:
10+
name: "帮助"
11+
weight: 50
12+
identifier: "help"
13+
---

content/doc/help/seek-help.zh-cn.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
date: "2017-01-20T15:00:00+08:00"
3+
title: "需要帮助"
4+
slug: "seek-help"
5+
weight: 10
6+
toc: true
7+
draft: false
8+
menu:
9+
sidebar:
10+
parent: "help"
11+
name: "需要帮助"
12+
weight: 20
13+
identifier: "seek-help"
14+
---
15+
16+
## 需要帮助?
17+
18+
如果您在使用或者开发过程中遇到问题,请到以下渠道咨询:
19+
20+
-[Github issue](https://github.com/go-gitea/gitea/issues)提问(因为项目维护人员来自世界各地,为保证沟通顺畅,请使用英文提问)
21+
- 中文问题到[gocn.io](https://gocn.io/topic/Gitea)提问
22+
- 访问 [Gitter channel - 英文](https://gitter.im/go-gitea/gitea/)
23+
- 加入 QQ群 328432459 获得进一步的支持

content/doc/installation/from-binary.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ chmod +x gitea
3232

3333
## 需要帮助?
3434

35-
如果从本页中没有找到你需要的内容,请访问 [Gitter channel - 英文](https://gitter.im/go-gitea/gitea/) 或加入 QQ群 328432459 获得进一步的支持。
35+
如果从本页中没有找到你需要的内容,请访问 [帮助页面]({{< relref "seek-help.zh-cn.md" >}})

content/doc/installation/from-package.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ brew install gitea
3434

3535
## 需要帮助?
3636

37-
如果从本页中没有找到你需要的内容,请访问 [Gitter channel - 英文](https://gitter.im/go-gitea/gitea/) 或加入 QQ群 328432459 获得进一步的支持。
37+
如果从本页中没有找到你需要的内容,请访问 [帮助页面]({{< relref "seek-help.zh-cn.md" >}})

content/doc/installation/from-source.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ go build
7979

8080
## 需要帮助?
8181

82-
如果从本页中没有找到你需要的内容,请访问 [Gitter channel - 英文](https://gitter.im/go-gitea/gitea/) 或加入 QQ群 328432459 获得进一步的支持。
82+
如果从本页中没有找到你需要的内容,请访问 [帮助页面]({{< relref "seek-help.zh-cn.md" >}})

content/doc/installation/with-docker.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ docker run -d --name=gitea -p 10022:22 -p 10080:3000 -v /var/lib/gitea:/data git
3939

4040
## 需要帮助?
4141

42-
如果从本页中没有找到你需要的内容,请访问 [Gitter channel - 英文](https://gitter.im/go-gitea/gitea/) 或加入 QQ群 328432459 获得进一步的支持。
42+
如果从本页中没有找到你需要的内容,请访问 [帮助页面]({{< relref "seek-help.zh-cn.md" >}})

content/page/index.zh-cn.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,8 @@ Gitea的首要目标是创建一个极易安装,运行非常快速,安装和
6767

6868
## 软件及服务支持
6969

70-
- [Drone](https://github.com/drone/drone) (CI)
70+
- [Drone](https://github.com/drone/drone) (CI)
71+
72+
## 需要帮助?
73+
74+
如果从本页中没有找到你需要的内容,请访问 [帮助页面]({{< relref "seek-help.zh-cn.md" >}})

0 commit comments

Comments
 (0)