forked from Gitlink/gitlink_help_center
Update Webhook.md
This commit is contained in:
parent
287ced0152
commit
30b5274ac2
|
@ -2,27 +2,27 @@
|
|||
sidebar_label: 'Webhook'
|
||||
sidebar_position: 8
|
||||
---
|
||||
###**1. Webhook模块入口**
|
||||
### **1. Webhook模块入口**
|
||||
在项目主页,点击“仓库设置”按键,再点击“网络钩子”按键,即可进入仓库的Webhook模块。
|
||||
![](../../static/img/代码库管理/Webhook/Webhook入口.png)<br/>
|
||||
|
||||
###** 2. 添加Webhook**
|
||||
### **2. 添加Webhook**
|
||||
单击“添加Webhook”按键,可进入配置Webhook页面:
|
||||
|
||||
![](../../static/img/代码库管理/Webhook/添加Webhook.png)<br/>
|
||||
![](../../static/img/代码库管理/Webhook/Webhook配置.png)<br/>
|
||||
|
||||
3. 编辑Webhook
|
||||
### **3. 编辑Webhook**
|
||||
添加Webhook后,如下图所示,可以通过点击右侧”编辑“按键来对每个Webhook进行编辑操作。
|
||||
|
||||
![](../../static/img/代码库管理/Webhook/编辑Webhook.png)<br/>
|
||||
|
||||
4. 删除Webhook
|
||||
### **4. 删除Webhook**
|
||||
添加Webhook后,如下图所示,可以通过点击右侧”删除“按键来对每个Webhook进行删除操作。
|
||||
|
||||
![](../../static/img/代码库管理/Webhook/删除webhook.png)<br/>
|
||||
|
||||
5. Webhook支持的事件类型
|
||||
### **5. Webhook支持的事件类型**
|
||||
在GitLink中,Webhook支持的事件类型如下:
|
||||
- 推送:git推送到存储库
|
||||
- 代码库:创建或删除代码库
|
||||
|
|
Loading…
Reference in New Issue