Skip to content

Commit

Permalink
替换说明
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmaniac committed Dec 5, 2018
1 parent eabb467 commit e8f4d8b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
https://www.SecurityPaper.org
```

官网状态:[![Build Status](https://travis-ci.com/sdlchina/sdlchina-web.svg?branch=master)](https://travis-ci.com/sdlchina/sdlchina-web)
官网状态:[![Build Status](https://travis-ci.com/SecurityPaper/SecurityPaper-web.svg?branch=master)](https://travis-ci.com/SecurityPaper/SecurityPaper-web)

## 下载文档方法

Expand All @@ -28,12 +28,12 @@ fork项目到自己账户,修改后提交给主分支,审核后即可展示
提交SDL落地方案-产品设计
1. 选择相应的文件,所有文档都在**_post**目录下
```
sdlchina-web/_posts/3.SDL落地方案/2018-08-17-SDL-3-产品设计.md
SecurityPaper-web/_posts/3.SDL落地方案/2018-08-17-SDL-3-产品设计.md
```

选择**edit**或者**create new file**,文件名必须要符合: ```YEAR-MONTH-DAY-title.md```

![图片1](https://github.com/sdlchina/sdlchina-web/raw/master/images/2018/10/github/1.png)
![图片1](https://github.com/SecurityPaper/SecurityPaper-web/raw/master/images/2018/10/github/1.png)

2. 编辑文档
所有博客文章顶部必须有一段YAML头信息(YAML front- matter),文章可以使用markdown格式编写
Expand All @@ -50,20 +50,20 @@ type: Document

编辑完成之后点击**commit changes**(同命令```git add . && git commit -m "添加产品设计" && git pusht origin master```)

![图片2](https://github.com/sdlchina/sdlchina-web/raw/master/images/2018/10/github/2.png)
![图片2](https://github.com/SecurityPaper/SecurityPaper-web/raw/master/images/2018/10/github/2.png)

3. 提交pull请求
点击**New pull request**

![图片3](https://github.com/sdlchina/sdlchina-web/raw/master/images/2018/10/github/3.png)
![图片3](https://github.com/SecurityPaper/SecurityPaper-web/raw/master/images/2018/10/github/3.png)

检查没有问题,点击**Create pull request**

![图片4](https://github.com/sdlchina/sdlchina-web/raw/master/images/2018/10/github/4.png)
![图片4](https://github.com/SecurityPaper/SecurityPaper-web/raw/master/images/2018/10/github/4.png)

提交成功,等待管理员**Merge**之后就成功了

![图片5](https://github.com/sdlchina/sdlchina-web/raw/master/images/2018/10/github/5.png)
![图片5](https://github.com/SecurityPaper/SecurityPaper-web/raw/master/images/2018/10/github/5.png)

## 署名

Expand Down

0 comments on commit e8f4d8b

Please sign in to comment.