Nginx中文文档
DocsHome
搜索文档…
贡献导引
介绍
其他
How-To
开发
模块参考
核心功能
由
GitBook
提供支持
贡献导引
贡献导引
请严格按照以下步骤操作,如有任何问题,请提出 issue
在 GitHub 上点击
fork
将本仓库 fork 到自己的仓库,如
yourname/nginx-docs
,然后
clone
到本地。
1
$
git
clone
[email protected]
:yourname/nginx-docs.git
2
$
cd
nginx-docs
3
# 将项目与上游关联
4
$
git
remote
add
source
[email protected]
:DocsHome/nginx-docs.git
Copied!
增加内容或者修复错误后提交,并推送到自己的仓库。
1
$
git
add
.
2
$
git
commit -am
"Fix issue #1: change helo to hello"
3
$
git
push origin master
Copied!
在 GitHub 上提交
pull request
。
请定期更新自己仓库内容。
1
$
git
fetch
source
2
$
git
rebase source/master
3
$
git
push -f origin master
Copied!
排版规范
本项目排版遵循
中文排版指南
规范。
下一个
介绍
最近更新
2yr ago
复制链接
内容
贡献导引
排版规范