You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by ji...@apache.org on 2022/09/06 16:04:00 UTC

[incubator-hugegraph-doc] branch master updated: Update contribution.md

This is an automated email from the ASF dual-hosted git repository.

jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new bc24fd70 Update contribution.md
bc24fd70 is described below

commit bc24fd70590d214b9eb2547bf42e8cbdd04ed106
Author: imbajin <ji...@apache.org>
AuthorDate: Wed Sep 7 00:03:55 2022 +0800

    Update contribution.md
---
 contribution.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/contribution.md b/contribution.md
index e30f3c77..a9b71ee7 100644
--- a/contribution.md
+++ b/contribution.md
@@ -2,7 +2,7 @@
 1. 参考后续文档, 在本地 3 步快速构建官网环境, 启动起来看下目前效果
 2. 检查目前官网的 UI/内容/图标等是否合理 / 美观, 然后阅读 `docsy` 文档了解如何修改
 3. 根据文档, 以及样例网站源码, 修改我们的网站 (或者提供**中/英文**翻译, 这个基本是 markdown 文档)
-4. 先 fork 仓库, 然后基于 `website` 创建一个**新的**分支, 修改完成后提交 PR ✅ (请在 PR 内**截图**对比一下修改**前后**的效果 & 简要说明, 感谢)
+4. 先 fork 仓库, 然后基于 `master` 创建一个**新的**分支, 修改完成后提交 PR ✅ (请在 PR 内**截图**对比一下修改**前后**的效果 & 简要说明, 感谢)
 
 Refer: 不熟悉 **github-pr** 流程的同学, 可以参考[贡献流程](https://github.com/apache/incubator-hugegraph/blob/master/CONTRIBUTING.md)文档, 最简单的方式是下 [github 桌面](https://desktop.github.com/)应用, 会简单方便许多~
 
@@ -27,10 +27,10 @@ wget https://github.do/https://github.com/gohugoio/hugo/releases/download/v0.95.
 sudo install hugo /usr/bin # 如果 mac 提示没有权限, 你可以直接使用它, 也可以 mv hugo /usr/bin 代替
 
 # 1. download website's source code
-git clone -b website https://github.com/hugegraph/hugegraph-doc.git website
+git clone https://github.com/hugegraph/hugegraph-doc.git website
 
 # if download slowly or failed, try the proxy url
-git clone -b website https://api.mtr.pub/hugegraph/hugegraph-doc.git website # or https://github.do/https://github.com/hugegraph/hugegraph-doc.git
+git clone https://api.mtr.pub/hugegraph/hugegraph-doc.git website # or https://github.do/https://github.com/hugegraph/hugegraph-doc.git
 
 # 2. install npm dependencies in project root dir
 cd website && npm install